Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 25, 2023
Commits on Apr 24, 2023
- committed
- committed
- committed
Commits on Apr 23, 2023
Commits on Apr 21, 2023
Focus: amend ImGuiFocusRequestFlags_UnlessBelowModal to bring to front-most below the modal, simplify code in Begin(). (ocornut#6357, ocornut#4317)
committedFocus: move focused child restore code in FocusWindow() with ImGuiFocusRequestFlags_RestoreFocusedChild flag. (ocornut#6357)
committedFocus: start moving modal check into FocusWindow(), add ImGuiFocusRequestFlags_UnlessBelowModal (currently opt-in, should try to make opt-out). (ocornut#6357, ocornut#4317)
committed- committed
Commits on Apr 20, 2023
Commits on Apr 19, 2023
Examples: Amend Win32/Winapi + OpenGL example. (ocornut#3218, ocornut#5170 and ocornut#6086, ocornut#2772, ocornut#2600, ocornut#2359, ocornut#2022, ocornut#1553)
committedExamples: Add Win32/Winapi + OpenGL example. (ocornut#3218, ocornut#5170 and ocornut#6086, ocornut#2772, ocornut#2600, ocornut#2359, ocornut#2022, ocornut#1553)
Backends: OpenGL3: amend reset GL_POLYGON_MODE separately for front and back when possible. (ocornut#6333)
committedBackends: OpenGL3: reset GL_POLYGON_MODE separately for front and back when possible. (ocornut#6333)
Commits on Apr 18, 2023
Commits on Apr 17, 2023
Commits on Apr 13, 2023
- committed
Examples: Vulkan: further work for device extensions + tentative use o fVK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME. (ocornut#6109, ocornut#6172, ocornut#6101)
committedExamples: Vulkan: rework extensions setup + enable some to avoid validation layer errors. (ocornut#6109, ocornut#6172, ocornut#6101)
committed