2019-04-17 |
Internals: Columns: Tweaks, renaming. Metrics: Show rectangles for child windows.
...
omar
committed
on 17 Apr 2019
|
---|---|
2019-04-05 |
Merge branch 'vulkan_fix_master' into vulkan_fix_docking
omar
committed
on 5 Apr 2019
|
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
|
|
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
|
|
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 |
|
2019-03-29 |
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
omar
committed
on 29 Mar 2019
|
2019-03-28 |
|
2019-03-27 |
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
|
Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
omar
committed
on 27 Mar 2019
|
|
2019-03-26 |
Comments (#2441) + Freeglut fixes (#2430)
omar
committed
on 26 Mar 2019
|
2019-03-25 |
|
2019-03-18 |
Docking: Preserve existing docked nodes when setting the ImGuiDockNodeFlags_NoDockingInCentralNode flag. (#2423, #2109)
omar
committed
on 18 Mar 2019
|
2019-03-16 |
Comments, todo list, remove trailing spaces.
omar
committed
on 16 Mar 2019
|
2019-03-15 |
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
|
Version 1.70 WIP
omar
committed
on 15 Mar 2019
|
|
2019-03-13 |
|
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
|
2019-03-12 |
|
2019-03-11 |
Added GetGlyphRangesVietnamese() helper. (#2403)
omar
committed
on 11 Mar 2019
|
|
|
Viewports: Renamed ConfigViewportsNoParent to ConfigViewportsNoDefaultParent. Fix outdated comments in examples.
omar
committed
on 11 Mar 2019
|
|
2019-03-08 |
Don't use const qualified parameters in declarations.
...
Bruce Mitchener
authored
on 8 Mar 2019
omar
committed
on 8 Mar 2019
|
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown
authored
on 7 Mar 2019
omar
committed
on 8 Mar 2019
|
|
Moved placeholder sections to match Docking branch. Comments.
omar
committed
on 8 Mar 2019
|
|
Fix typos. (#2411)
Bruce Mitchener
authored
on 8 Mar 2019
omar
committed
on 8 Mar 2019
|
|
2019-03-07 |
Merge branch 'master' into docking
omar
committed
on 7 Mar 2019
|
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 |
|
Added InputTextWithHint() (#2400)
...
Lucas Lazare
authored
on 6 Mar 2019
omar
committed
on 6 Mar 2019
|