2019-06-18 |
|
---|---|
2019-06-17 |
Internals: Columns: Poke into WorkRect and use them in the GetContentRegionMax() functions. This should be a no-op, but preparing us to transition toward using WorkRect instead of ContentRegionRect.
...
omar
committed
on 17 Jun 2019
|
Disable -Wpragmas warning in GCC to avoid relying on version checks, as unusual/forks/mods don't appear to always have same warning<>version. (#2618)
...
omar
committed
on 17 Jun 2019
|
|
|
|
2019-06-14 |
Version 1.72 WIP
omar
committed
on 14 Jun 2019
|
2019-06-12 |
|
Version 1.71 + comments
omar
committed
on 12 Jun 2019
|
|
2019-06-11 |
Readme, comments, dear imgui prefixes
omar
committed
on 11 Jun 2019
|
Log/Capture: Fixed BeginTabItem() label not being included in a text log/capture.
...
omar
committed
on 11 Jun 2019
|
|
2019-06-07 |
Internals: Added drawlist and color arg to RenderArrow(), RenderBullet(). Reordered args for RenderPixelEllipsis.
omar
committed
on 7 Jun 2019
|
imgui-test: Added IMGUI_TEST_ENGINE_LOG macro to emit into test log from core or user land.
omar
committed
on 7 Jun 2019
|
|
2019-06-06 |
Made PushID() behave the same in 32-bit and 64-bit, by not padding the integer into a void*. (Also technically faster.)
omar
committed
on 6 Jun 2019
|
Synced/merged minor cruft from docking branch to minimize drift. AFAIK the only meaningful no-op change is that the call UpdateHoveredWindowAndCaptureFlags() was moved above UpdateMouseMovingNewFrame() to match what docking branch has been doing for a while.
omar
committed
on 6 Jun 2019
|
|
2019-06-05 |
|
Internals: Storing ScrollMax into a member. Mostly to facilitate debugging. Also locking down window->Scroll slightly lower in the Begin function.
omar
committed
on 5 Jun 2019
|
|
Internals: Renamed SizeContents to ContentSize, SizeContentsExplicit to ContentSizeExplicit. Tweaked Metrics->Show Rectangles functionality.
omar
committed
on 5 Jun 2019
|
|
Window rectangles: Changed WorkRect to cover the whole region including scrolling (toward obsolete ContentsRegionRect) + using full WindowPadding*1 padding.
...
omar
committed
on 5 Jun 2019
|
|
Clarified behavior of SetNextWindowContentSize(). Content size is defined as the size available after removal of WindowPadding on each sides. So SetNextWindowContentSize(ImVec2(100,100)) + auto-resize will always allow submitting a 100x100 item without creating a scrollbar, regarding of WindowPadding.The exact meaning of ContentSize for decorated windows was previously ill-defined.
omar
committed
on 5 Jun 2019
|
|
2019-06-04 |
Merge branch 'master' into docking
omar
committed
on 4 Jun 2019
|
2019-05-31 |
Nav: Fixed gamepad/keyboard moving of window affecting contents size incorrectly, sometimes leading to scrollbars appearing during the movement. + minor fix with the mostly dead Ctrl+wheel scaling.
omar
committed
on 31 May 2019
|
2019-05-30 |
|
Internals: Window rectangles: Renaming of all rectangles toward their final form. Should be a no-op. Renamed GetWorkRectMax() to GetContentRegionMaxAbs(). Metrics shows SizeContents.
omar
committed
on 30 May 2019
|
|
2019-05-29 |
|
ImDrawList: Store initial flags for the frame in ImDrawListSharedData, reducing code duplication in setting up the flags.
omar
committed
on 29 May 2019
|
|
2019-05-28 |
CollapsingHeader: When a close button is enabled, better clip the label to avoid overlap. (#600)
omar
committed
on 28 May 2019
|
Internal: Renamed InnerMainRect to InnerVisibleRect. Printing coordinates in Metrics window.
omar
committed
on 28 May 2019
|
|
2019-05-27 |
Docking: Saving local _NoResize flag. (#2583)
omar
committed
on 27 May 2019
|
Docking: Saving the NoTabBar, NoWindowMenuButton, NoCloseButton fields of dock node into the .ini file. Added them to the Metrics window. (#2583, #2423, #2109).
omar
committed
on 27 May 2019
|
|
Comments, todo entries, moved ImGuiSelectableFlagsPrivate in higher ranges to match others.
omar
committed
on 27 May 2019
|
|
Docking: Clarified terminology of docking/tablist/collapse button into Window Menu button matching master. Added private ImGuiDockNodeFlags_NoWindowMenuButton, ImGuiDockNodeFlags_NoCloseButton flags. (#2583, #2109)
omar
committed
on 27 May 2019
|