ocornut
|
1e130e045b
Examples: set ConfigDpiScaleFonts / ConfigDpiScaleViewports in all examples already setup for scaling.
|
1 month ago |
ocornut
|
6af6cec23f
Merge branch 'master_fonts' into docking
|
1 month ago |
ocornut
|
c18301f356
Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment.
|
1 month 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)
|
2 months ago |
ocornut
|
d72e66cdee
Examples: remove comments/references about baking and GetGlyphRangesJapanese().
|
1 month ago |
ocornut
|
a92b53df7b
Backends: Win32: Viewports: handle WM_DPICHANGED in backend when ImGuiConfigFlags_DpiEnableScaleViewports flag is enabled.
|
2 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
|
1 year ago |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
1 year ago |
ocornut
|
54c1ac3e38
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
c8579abb43
Examples: DX9: Fix WM_SIZE handling bug introduced in 031e152d2. (#6374)
|
2 years ago |
ocornut
|
530134d125
Merge branch 'master' into docking
|
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 |
ocornut
|
887abe9578
Merge branch 'master' into docking
|
2 years ago |
Mark Reid
|
fe0a24f38a
Examples: Win32: Fixed examples using RegisterClassW() since 1.89 to also call DefWindowProcW(). (#5725, #5961, #5975)
|
2 years ago |
ocornut
|
d91211f9f2
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
a229a7f39f
Examples: Win32: Always use RegisterClassW() to ensure windows are Unicode. (#5725)
|
2 years ago |
ocornut
|
1dc7d0e633
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
5c8041b4d7
Update gif in README + font names in examples
|
2 years ago |
ocornut
|
3af9ac320d
Merge branch 'master' into docking
|
2 years ago |