2019-02-05 |
Tabs: Non-docking tab bars are storing names to allow tab list button + whole style scaling. Added ImGuiTabBarFlags_TabListPopupButton flag to show a popup button on manual tab bars. Locking FramePadding for the scope of a tab-bar to avoid sheering/clipping of tab item. Made scaling of tab ellipsis less awkward. (#261, #351)
omar
committed
on 5 Feb 2019
|
---|---|
2019-02-04 |
Fonts: Fixed crash if FontGlobalScale is zero. Correctly debug naming default font if not 13 px. Demo: Moved PopupRounding along with other rounding values. Metrics: Displaying indexes with idx to be correct / less misleading.
omar
committed
on 4 Feb 2019
|
2019-02-01 |
Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already).
omar
committed
on 1 Feb 2019
|
Merged from Docking branch: Various small changes, comments, typos fixes, moved blocks. To reduce overall drift. Should be no-op.
omar
committed
on 1 Feb 2019
|
|
2019-01-30 |
imgui-test: Added extra item info callbacks. Using nav_bb for interactions when possible. Comments, Demo tweaks.
omar
committed
on 30 Jan 2019
|
2019-01-29 |
Demo: Fixed "Log" demo not initializing properly, leading to the first line not showing before a Clear. (#2318) [@bluescan]
omar
committed
on 29 Jan 2019
|
2019-01-27 |
Fixed CloseCurrentPopup() on a child-menu of a modal incorrectly closing the modal. (#2308)
omar
committed
on 27 Jan 2019
|
Persistently fixing some PVS-Studio static analyzer false positive warnings.
omar
committed
on 27 Jan 2019
|
|
Fix various XCode and PVS-Studio static analyzer warnings (#2309)
omar
committed
on 27 Jan 2019
|
|
2019-01-20 |
Removed trailing spaces (#2038, #2299)
omar
committed
on 20 Jan 2019
|
Added checks for "zero-as-null-pointer-constant" warnings for older Clang (#2299, followup to #2277)
omar
committed
on 20 Jan 2019
|
|
2019-01-16 |
ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle" with a small number of segments (e.g. an hexagon). (#2287) [@baktery]
...
omar
committed
on 16 Jan 2019
|
Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!)
omar
committed
on 16 Jan 2019
|
|
2019-01-15 |
Version 1.68 WIP
omar
committed
on 15 Jan 2019
|
Fixed cursor issue caused by 6890e08b when calling BeginChild/EndChild multiple times to reappend into a same child window. (#2282)
omar
committed
on 15 Jan 2019
|
|
2019-01-14 |
Version 1.67
omar
committed
on 14 Jan 2019
|
2019-01-13 |
Added a bunch of diagnostic ignore to cope with Clang -Weverything being absurd. Also fixed two legit warnings. (#2277)
omar
committed
on 13 Jan 2019
|
2019-01-12 |
Demo: Fixed bounds of DragFloat in Clipping section to avoid passing zero-sized to InvisibleButton().
omar
committed
on 12 Jan 2019
|
2019-01-08 |
Internals: LowerBound: Use raw pointer typedefs, we never use iterator anywhere else in the codebase.
...
omar
committed
on 8 Jan 2019
|
2019-01-07 |
Demo: Log: Comments. Using clipper. Not linking with rand() anymore.
omar
committed
on 7 Jan 2019
|
2019-01-02 |
InputFloat: When using ImGuiInputTextFlags_ReadOnly the step buttons are disabled. (#2257)
omar
committed
on 2 Jan 2019
|
2018-12-19 |
Fixed using SetNextWindowPos() on a child window (which wasn't really documented) position the cursor as expected in the parent window, so there is no mismatch between the layout in parent and the position of the child window. Demo tweak and adding some child window stuff
omar
committed
on 19 Dec 2018
|
2018-12-18 |
Tidying up README, moved entries to FAQ, updated screenshots, removed comma in title.
omar
committed
on 18 Dec 2018
|
2018-12-14 |
Internals: Popup related comments. Renamed the misleading internal ClosePopup() function. Added bool* test to BeginPopupModal in demo.
omar
committed
on 14 Dec 2018
|
2018-12-13 |
Comments, minor tweaks.
omar
committed
on 13 Dec 2018
|
2018-12-11 |
Demo: Using Tabs in Style Editor and Simple Layout example. + Adding missing early out in About and Documents examples.
omar
committed
on 11 Dec 2018
|
Demo: Fix collateral damage of 54a60aa
omar
committed
on 11 Dec 2018
|
|
Added BETA api for Tab Bar/Tabs widgets. (#261, #351) (merged this feature from the from Docking branch so it can be used earlier as as standalone feature)
...
omar
committed
on 11 Dec 2018
|
|
2018-12-10 |
Added io.ConfigWindowsMoveFromTitleBarOnly option. Still is ignored by window with no title bars (often popups). This affects clamping window within the visible area: with this option enabled title bars need to be visible. (#899)
...
omar
committed
on 10 Dec 2018
|
Renamed io.ConfigResizeWindowsFromEdges to io.ConfigWindowsResizeFromEdges and removed its [Beta] mark. Resizing windows from edge is now enabled by default (io.ConfigWindowsResizeFromEdges=true). Note that it only works _if_ the back-end sets ImGuiBackendFlags_HasMouseCursors, which the standard back-end do.
omar
committed
on 10 Dec 2018
|