David Maas
|
3d937beb62
Examples: DX10, DX11: Disabled DXGI's Alt+Enter default behavior in examples. (#4350)
|
2 weeks ago |
ocornut
|
e285ecca09
Merge branch 'master' into docking
|
2 weeks ago |
ocornut
|
d701ffb478
Examples: added SDL3+DirectX11 example. Minor amends + fix both SDL2/SDL3+DirectX11 to allow WARP driver. (#8956, #8957)
|
2 weeks ago |
ocornut
|
a1c0836bec
Viewports: changed default value of io.ConfigViewportsNoDefaultParent to true. (#8948, #3152, #2871)
|
2 weeks ago |
ocornut
|
4d216d4510
Merge branch 'master' into docking
|
1 month ago |
ocornut
|
fe03035112
Docs: advertise ProggyVector font as an alternative.
|
1 month ago |
ocornut
|
1e130e045b
Examples: set ConfigDpiScaleFonts / ConfigDpiScaleViewports in all examples already setup for scaling.
|
4 months ago |
ocornut
|
6af6cec23f
Merge branch 'master_fonts' into docking
|
4 months ago |
ocornut
|
c18301f356
Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment.
|
4 months ago |
ocornut
|
bc394410a2
Examples: Win32+DX9/DX10/DX11/DX12, SDL2+DX11/OpenGL2/OpenGL3/SDLRenderer/Vulkan, SDL3+OpenGL/SDLGPU/SDLRenderer/Vulkan: made example DPI aware by default. (master + docking: partial support for multi-dpi by scaling fonts + viewports but not style)
|
4 months ago |
ocornut
|
d72e66cdee
Examples: remove comments/references about baking and GetGlyphRangesJapanese().
|
4 months ago |
ocornut
|
e55415bfef
(Breaking) renamed/moved ImGuiConfigFlags_DpiEnableScaleFonts -> ioConfigDpiScaleFonts, ImGuiConfigFlags_DpiEnableScaleViewports -> io.ConfigDpiScaleViewports
|
4 months ago |
ocornut
|
a92b53df7b
Backends: Win32: Viewports: handle WM_DPICHANGED in backend when ImGuiConfigFlags_DpiEnableScaleViewports flag is enabled.
|
4 months ago |
ocornut
|
5ecef2f321
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
ec1d2be96f
Examples: Win32+DX9,DX10,DX11,DX12: rework main loop to handle minimization and screen locking. (#2496, #3907, #6308, #7615)
|
1 year ago |
ocornut
|
7e246a7bb9
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
2 years ago |
ocornut
|
530134d125
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
430c05991c
Docs: added more detailed information about UTF-8 encoding.
|
2 years ago |
ocornut
|
513af1efc9
Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default.
|
2 years ago |
ocornut
|
031e152d29
Examples: DX9, DX10, DX11: Queue framebuffer resize instead of processing in WM_SIZE. (#6374)
|
2 years ago |
ocornut
|
bed11b35d1
Fix typos and use nullptr in backends. Amend 506f7e0
|
2 years ago |
ocornut
|
aec062a8a5
Merge branch 'master' into docking
|
2 years ago |
Michael Martz
|
506f7e0074
Using nullptr in locations where warning disable is not convenient. (#6313, #4537)
|
2 years ago |
ocornut
|
9937660b1c
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
bb224c8aa1
Examples: Updated all examples application to enable ImGuiConfigFlags_NavEnableKeyboard and ImGuiConfigFlags_NavEnableGamepad by default.
|
2 years ago |
ocornut
|
b0a936e5d4
Merge branch 'master' into docking (incl revert of examples refactor)
|
2 years ago |
ocornut
|
f43c6ea6a4
Revert most of "Examples: refactor all examples with a MainLoopStep() function..." (#2492, #3699)"
|
2 years ago |
ocornut
|
5386ddcd05
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
96ab68eee0
Examples: refactor all examples with a MainLoopStep() function, to facilitate use with Emscripten. (#2492, #3699)
|
2 years ago |