2019-02-11 |
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale).
...
omar
committed
on 11 Feb 2019
|
---|---|
2019-02-08 |
Window: Fixed initial width of collapsed windows not taking account of contents width (broken in 1.67). (#2336, #176)
omar
committed
on 8 Feb 2019
|
2019-02-06 |
|
Minor tweaks to reduce false positive of PVS Studio static analyzer.
omar
committed
on 6 Feb 2019
|
|
Menus: Tweaked horizontal overlap between parent and child menu (to help convey relative depth) from using style.ItemSpacing.x to style.ItemInnerSpacing.x, the later being expected to be smaller. (#1086)
omar
committed
on 6 Feb 2019
|
|
Added IsItemActivated() as an extension to the IsItemDeactivated/IsItemDeactivatedAfterEdit functions which are useful to implement variety of undo patterns. (#820, #956, #1875)
omar
committed
on 6 Feb 2019
|
|
2019-02-05 |
Internals: EndGroup: Removed unnecesary parameter to ItemSize()
omar
committed
on 5 Feb 2019
|
Internals: Removed unnecessary code.
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-03 |
Docking: Fixed less of node size/pos caused by 1f2bdd37 (#2109)
omar
committed
on 3 Feb 2019
|
Docking: Fixed dragging docked window with _NoMove flag (#2325)
omar
committed
on 3 Feb 2019
|
|
|
|
Internals: Exposed internal SetWindowPos to imgui_internal.h (for imgui-test)
omar
committed
on 3 Feb 2019
|
|
Revert part of change from 5536eded. Fixed drag and drop in docking branch. (#2331, reopening #2325)
omar
committed
on 3 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
|
Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already).
omar
committed
on 1 Feb 2019
|
|
|
|
Internals: Tracking dummy select scope id (currently always zero) to facilitate merging of the range_select branch. (#1861)
omar
committed
on 1 Feb 2019
|
|
Internals: Track ActiveIdHasBeenPressed (similar to ActiveIdHasBeenEdited). This is currently mostly for the benefit of the range_select branch. (#1861)
omar
committed
on 1 Feb 2019
|
|
Docking: Extracted code into a DocknodeUpdateTabListMenu() functions + minor other changes.
omar
committed
on 1 Feb 2019
|
|
Comments. Fix duplicate entries in About box. Synchronize a few small changes from Master branch.
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-31 |
|
Docking: Builder: Added DockBuilderSetNodePos, DockBuilderSetNodeSize, allow DockBuilderAddNode creating floating node (dockspace requires ImGuiDockNodeFlags_Dockspace) (#2109)
omar
committed
on 31 Jan 2019
|
|
Docking: VisibleWindow of a node spread its _NoMove attribute to the node (fixed dragging or undocking of dock node host from collapse button). (#2325, #2109)
omar
committed
on 31 Jan 2019
|
|
Docking: Fixed faulty undocking of windows with the _NoMove flag. (#2325, #2109)
...
omar
committed
on 31 Jan 2019
|
|
Docking: Removed unnecessary ImGuiTabItemFlags_DockedWindow internal flag.
omar
committed
on 31 Jan 2019
|
|
2019-01-30 |
Viewport: Added ImGuiViewportFlags_NoFocusOnClick + support in imgui_impl_win32. Made windows with no decoration always set the _NoFocus flags. (#1542, #2117)
...
omar
committed
on 30 Jan 2019
|
Viewport: Popups by default merge into parent/host viewport as they have no decoration (same as menu/child). (#1542)
omar
committed
on 30 Jan 2019
|