ocornut
|
f3e85310e7
Merge branch 'master' into docking
|
1 week ago |
ocornut
|
cee40f8af9
Examples: made examples's main.cpp consistent with returning 1 on error.
|
2 weeks ago |
ocornut
|
34bff4672c
Merge branch 'master' into docking
|
3 weeks ago |
ocornut
|
e044d99710
Examples: standardized all examples to have a base window size of 1280x800.
|
3 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
|
1c8fad73f8
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
46235e91f6
Examples: SDL3: specify SDL_WINDOW_HIGH_PIXEL_DENSITY and make centering consistent + call SDL_RenderScale().
|
5 months ago |
ocornut
|
19d060cc26
Merge branch 'master' into docking
|
7 months ago |
ocornut
|
a7657f2ed4
Examples: SDL3: Added comments to clarify setup for users of the unfortunate SDL_MAIN_USE_CALLBACKS feature. (#8455)
|
7 months ago |
ocornut
|
3fb14b50f8
Merge branch 'master' into docking
|
7 months ago |
Russ Gibson
|
a86fcbd947
Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434)
|
7 months ago |
ocornut
|
11b3a7c8ca
Merge branch 'master' into docking
|
8 months ago |
Konstantin Podsvirov
|
e6c5296f30
Examples: SDL3: Fix for Emscripten platform (#8363)
|
8 months ago |
ocornut
|
10fe2b674a
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
0af2c4ef76
Backends: SDL3: Update for API changes: SDL_bool removal. SDL_INIT_TIMER removal. (#7999)
|
1 year ago |
ocornut
|
f63c95a076
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
4832027eb6
Examples: SDL3: Update for API changes: SDL_Init() returns 0 on failure.
|
1 year ago |
ocornut
|
d8c98c8c14
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
fd57b252ac
Examples: Fix for Emscripten. GLFW+WGPU: rework examples main loop to handle minimization. (#7844)
|
1 year ago |
ocornut
|
887478793b
Examples: SDL2 (all), SDL3 (all), Win32+OpenGL3: Rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)
|
1 year ago |
ocornut
|
3369cbd277
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
67216910fb
Examples: SDL3: Remove use of SDL_HINT_IME_NATIVE_UI.
|
1 year ago |
ocornut
|
6d948ab47e
Merge branch 'master' into docking
|
1 year ago |
Kenneth Rapp
|
219c6adc58
Examples: SDL3+SDLRenderer3: Update SDL_SetRenderDrawColorFloat() call. (#7658)
|
1 year ago |