History for imgui / imgui.h
2019-04-17
@omar
Internals: Columns: Tweaks, renaming. Metrics: Show rectangles for child windows. ...
omar committed on 17 Apr 2019
2019-04-05
@omar
Merge branch 'vulkan_fix_master' into vulkan_fix_docking
omar committed on 5 Apr 2019
@omar
Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert to using the ImGui::MemAlloc()/MemFree() calls directly.
omar committed on 5 Apr 2019
@omar
Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert to using the ImGui::MemAlloc()/MemFree() calls directly.
omar committed on 5 Apr 2019
@omar
Vulkan, Viewports: ImGui_ImplVulkan_RenderDrawData and renderer back-end automatically manage ImGui_ImplVulkanH_WindowRenderBuffers for each viewports so user doesn't have to do it. (#2461, #2348, #2378, #2097)
omar committed on 5 Apr 2019
2019-04-03
@omar
Merge branch 'master' into docking ...
omar committed on 3 Apr 2019
2019-03-29
@omar
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
omar committed on 29 Mar 2019
2019-03-28
@omar
Merge branch 'master' into docking ...
omar committed on 28 Mar 2019
2019-03-27
@omar
Docking: Separating SharedFlags vs LocalFlags in dock node so settings can be applied to individual nodes. Made _NoResize logic on single node applies as expected. (#2423, #2109)
omar committed on 27 Mar 2019
@omar
Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
omar committed on 27 Mar 2019
2019-03-26
@omar
Comments (#2441) + Freeglut fixes (#2430)
omar committed on 26 Mar 2019
2019-03-25
@omar
Merge branch 'master' into docking ...
omar committed on 25 Mar 2019
2019-03-18
@omar
Docking: Preserve existing docked nodes when setting the ImGuiDockNodeFlags_NoDockingInCentralNode flag. (#2423, #2109)
omar committed on 18 Mar 2019
2019-03-16
@omar
Comments, todo list, remove trailing spaces.
omar committed on 16 Mar 2019
2019-03-15
@omar
GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)
omar committed on 15 Mar 2019
@omar
Version 1.70 WIP
omar committed on 15 Mar 2019
2019-03-13
@omar
Merge branch 'master' into docking ...
omar committed on 13 Mar 2019
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
2019-03-12
@omar
Merge branch 'master' into docking ...
omar committed on 12 Mar 2019
2019-03-11
@omar
Added GetGlyphRangesVietnamese() helper. (#2403)
omar committed on 11 Mar 2019
@omar
Merge branch 'master' into docking ...
omar committed on 11 Mar 2019
@omar
Viewports: Renamed ConfigViewportsNoParent to ConfigViewportsNoDefaultParent. Fix outdated comments in examples.
omar committed on 11 Mar 2019
2019-03-08
@Bruce Mitchener
Don't use const qualified parameters in declarations. ...
Bruce Mitchener authored on 8 Mar 2019 omar committed on 8 Mar 2019
@Haldean Brown
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown authored on 7 Mar 2019 omar committed on 8 Mar 2019
@omar
Moved placeholder sections to match Docking branch. Comments.
omar committed on 8 Mar 2019
@Bruce Mitchener
Fix typos. (#2411)
Bruce Mitchener authored on 8 Mar 2019 omar committed on 8 Mar 2019
2019-03-07
@omar
Merge branch 'master' into docking
omar committed on 7 Mar 2019
@omar
Made ImS8 and ImS16 explicitly signed in case some crazy SDK decide to flip the signedness over. (#2408)
omar committed on 7 Mar 2019
2019-03-06
@omar
Merge branch 'master' into docking ...
omar committed on 6 Mar 2019
@Lucas Lazare
Added InputTextWithHint() (#2400) ...
Lucas Lazare authored on 6 Mar 2019 omar committed on 6 Mar 2019