2019-07-17 |
Misc: Made Button(), ColorButton() not trigger an "edited" event leading to IsItemDeactivatedAfterEdit() returning true. This also effectively make ColorEdit4() not incorrect trigger IsItemDeactivatedAfterEdit() when clicking the color button to open the picker popup. (#1875)
...
omar
committed
on 17 Jul 2019
|
---|---|
Fixed old SetWindowFontScale() api value from not being inherited by child window. Added comments about the right way to scale your UI (load a font at the right side, rebuild atlas, scale style).
...
omar
committed
on 17 Jul 2019
|
|
2019-07-16 |
Style: Added style.ColorButtonButton (left/right, defaults to ImGuiDir_Right) to move the color button of ColorEdit3/ColorEdit4 functions to either side of the inputs.
omar
committed
on 16 Jul 2019
|
2019-07-15 |
Removed TreeAdvanceToLabelPos() which is rarely used and only does SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()). Kept redirection function (will obsolete). (#581, #324)
omar
committed
on 15 Jul 2019
|
2019-07-14 |
Moved ImGuiColumnsFlags erroneously forward declared in imgui.h + demo bit.
omar
committed
on 14 Jul 2019
|
2019-07-01 |
Scrollbar: Avoid overlapping the opposite side when window (often a child window) is forcibly too small.
omar
committed
on 1 Jul 2019
|
Added SetScrollXHere, SetScrollFromPosX: Changelog, demo, comments (#1580).
omar
committed
on 1 Jul 2019
|
|
2019-06-29 |
Internals: ImGuiListClipper using absolute coordinate (instead of relative one). Minor no-op tweaks + ImDrawListSplitter assert
omar
committed
on 29 Jun 2019
|
2019-06-23 |
Demo: Using ImVec2(-FLT_MIN,0.0f) instead of ImVec2(-1.0f,0.0f) where it makes sense. (#2449)
omar
committed
on 23 Jun 2019
|
2019-06-17 |
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
|
2019-06-05 |
Scrollbar overlap an extra WindowBorderSize amount on the left to make all distances consistent. Reverted to BorderSize not affecting work/contents rectangles. Scrollbar, Style: Changed default style.ScrollbarSize from 16 to 14.
omar
committed
on 5 Jun 2019
|
Internals: Minor no-op tidying up toward solving the WindowPadding / WindowBorderSize / ScrollbarSize overlapping mess.
...
omar
committed
on 5 Jun 2019
|
|
TextWrapped, PushTextWrapPos(0.0f) within a window with horizontal scrolling from not covering the full horizontal area (previously only worked with an explicit contents size).
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
|
|
2019-05-29 |
Renamed ImGuiBackendFlags_HasVtxOffset to ImGuiBackendFlags_RendererHasVtxOffset to match naming convention already used in viewport/docking branch. (#2591) + Fix OpenGL3 code missing flag.
omar
committed
on 29 May 2019
|
ImDrawList: Added ImDrawCmd::VtxOffset value to support large meshes (64k+ vertices) using 16-bits indices. To enable the feature, the renderer back-end needs to set 'io.BackendFlags |= ImGuiBackendFlags_HasVtxOffset' and honor the ImDrawCmd::VtxOffset field. Otherwise the value will always be zero. This has the advantage of preserving smaller index buffers and allowing to execute on hardware that do not support 32-bits indices.
...
omar
committed
on 29 May 2019
|
|
2019-05-27 |
Added full "Dear ImGui" prefix to the title of "Dear ImGui Demo" and "Dear ImGui Metrics" windows. Shortened amount of nodes in columns>tree demo.
omar
committed
on 27 May 2019
|
ColorEdit: Fixed the color picker popup only displaying inputs as HSV instead of showing multiple options. (#2587, broken in 1.69 by #2384).
omar
committed
on 27 May 2019
|
|
2019-05-24 |
Style: Added style.WindowMenuButtonPosition (left/right, defaults to ImGuiDir_Left) to move the collapsing/docking button to the other side of the title bar.
omar
committed
on 24 May 2019
|
2019-05-22 | |
2019-05-19 |
|
2019-05-13 |
Renamed SetNextTreeNodeOpen() to SetNextItemOpen(). Refactored SetNextItemXXX stuff to match SetNextWindowXXX code closely.
omar
committed
on 13 May 2019
|
2019-05-12 |
Tweak EndGroup() to facilitate fixing #2550 later (currently should have no side-effect0. Demo: Add extra widget to status query test.
omar
committed
on 12 May 2019
|
2019-05-09 |
Internals: Columns: Renamed fields. Comments and tweak. Moved a demo block.
omar
committed
on 9 May 2019
|
2019-05-07 |
Version 1.71 WIP + fixed minor typo
omar
committed
on 7 May 2019
|
2019-05-06 |
Version 1.70
omar
committed
on 6 May 2019
|
2019-05-02 |
Demo: Improved trees in columns demo. (#2136)
omar
committed
on 2 May 2019
|