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)
|
1 month ago |
ocornut
|
d72e66cdee
Examples: remove comments/references about baking and GetGlyphRangesJapanese().
|
1 month ago |
ocornut
|
921c22f5ad
Examples: GLFW+OpenGL3, SDL3+OpenGL3: Provide ES3 context creation code + failure handling. (#8197)
|
7 months ago |
ocornut
|
71ee2ce367
Examples: GLFW: rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)
|
1 year ago |
Yan Pujante
|
6816789a6b
Backends: GLFW+Emscripten: (Breaking) Renamed ImGui_ImplGlfw_InstallEmscriptenCanvasResizeCallback() to ImGui_ImplGlfw_InstallEmscriptenCallbacks(), added GLFWwindow* parameter. (#7647, #7600)
|
1 year ago |
ocornut
|
3cb805489b
Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751)
|
1 year ago |
Pello Rao
|
22a7d241ff
Backends: GLFW, Emscripten: fixes for canvas resizing. (#6751)
|
1 year ago |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
1 year ago |
Michael Martz
|
506f7e0074
Using nullptr in locations where warning disable is not convenient. (#6313, #4537)
|
2 years ago |
ocornut
|
bb224c8aa1
Examples: Updated all examples application to enable ImGuiConfigFlags_NavEnableKeyboard and ImGuiConfigFlags_NavEnableGamepad by default.
|
2 years ago |
ocornut
|
ea39841fcd
Examples: (Again, but better) made SDL+GL and GLFW+GL examples build with Emscripten. (#2492, #2494, #3699, #3705)
|
2 years ago |
ocornut
|
f43c6ea6a4
Revert most of "Examples: refactor all examples with a MainLoopStep() function..." (#2492, #3699)"
|
2 years ago |
ocornut
|
ce6e6da510
Examples: Made example_sdl_opengl3 and example_glfw_opengl3 build with Emscripten. Removed dedicated examples. (#2492, #2494, #3699, #3705)
|
2 years ago |
ocornut
|
96ab68eee0
Examples: refactor all examples with a MainLoopStep() function, to facilitate use with Emscripten. (#2492, #3699)
|
2 years ago |
ocornut
|
73efcec564
Examples: disable GL related warnings on Mac + amend to ignore list.
|
2 years ago |
ocornut
|
5c8041b4d7
Update gif in README + font names in examples
|
2 years ago |
tocic
|
2b1d8e3eaf
Fix more typos in sources and docs (#5681)
|
2 years ago |
ocornut
|
92d0924b82
Fixed build with IMGUI_DISABLE_OBSOLETE_KEYIO + made all examples comments refer to StyleColorsLight().
|
3 years ago |
ocornut
|
1e18da5c38
Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061)
|
3 years ago |
ocornut
|
e3988a84db
Backends: OpenGL3: Embed our own minimal GL loader (amends). (#4445)
|
3 years ago |
Rokas Kupstys
|
459de65477
Backends: OpenGL3: Embed our own minimal GL loader based on gl3w and use it in SDL/GLFW examples. (#4445)
|
3 years ago |
Nikolai Wuttke
|
c6c15a44fa
Examples: Add OpenGL ES 2.0 support to modern GL examples. (#2837, #3951)
|
4 years ago |
ocornut
|
6a161b8789
Examples: Reworked setup of clear color to be compatible with transparent values. (#2693, #2764, #2766, #2873, #3447, #3813, #3816)
|
4 years ago |
ocornut
|
b1a18d82e3
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
|
4 years ago |
ocornut
|
124c2608f1
Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.
|
4 years ago |
ocornut
|
7b1ab5b275
ImVector: Stricter bound-checking asserts. Fix warnings: trailing comma (old compilers), zealous preprocessor warnings.
|
4 years ago |
omar
|
fb7f6cab8c
Backends: Amend, docs + extra comments. (#3330, #3245)
|
5 years ago |
Moritz Heinemann
|
06f7854b16
Backends: OpenGL3: Add glad 2 to OpenGL loaders. (#3330)
|
5 years ago |
ocornut
|
40b799023b
Docs: Update fonts.md (#2861) + update all references to FONTS.txt
|
5 years ago |