History for imgui / imgui.cpp
2019-02-11
@omar
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale). ...
omar committed on 11 Feb 2019
2019-02-08
@omar
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
@omar
Merge branch 'master' into docking ...
omar committed on 6 Feb 2019
@omar
Minor tweaks to reduce false positive of PVS Studio static analyzer.
omar committed on 6 Feb 2019
@omar
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
@omar
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
@omar
Internals: EndGroup: Removed unnecesary parameter to ItemSize()
omar committed on 5 Feb 2019
@omar
Internals: Removed unnecessary code.
omar committed on 5 Feb 2019
@omar
Merge branch 'master' into docking ...
omar committed on 5 Feb 2019
2019-02-04
@omar
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
@omar
Docking: Fixed less of node size/pos caused by 1f2bdd37 (#2109)
omar committed on 3 Feb 2019
@omar
Docking: Fixed dragging docked window with _NoMove flag (#2325)
omar committed on 3 Feb 2019
@omar
Merge branch 'master' into docking ...
omar committed on 3 Feb 2019
@omar
Internals: Exposed internal SetWindowPos to imgui_internal.h (for imgui-test)
omar committed on 3 Feb 2019
@omar
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
@omar
Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already).
omar committed on 1 Feb 2019
@omar
Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already).
omar committed on 1 Feb 2019
@omar
Merge branch 'master' into docking (enable range_select merge) ...
omar committed on 1 Feb 2019
@omar
Internals: Tracking dummy select scope id (currently always zero) to facilitate merging of the range_select branch. (#1861)
omar committed on 1 Feb 2019
@omar
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
@omar
Docking: Extracted code into a DocknodeUpdateTabListMenu() functions + minor other changes.
omar committed on 1 Feb 2019
@omar
Comments. Fix duplicate entries in About box. Synchronize a few small changes from Master branch.
omar committed on 1 Feb 2019
@omar
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
@omar
Merge branch 'master' into docking ...
omar committed on 31 Jan 2019
@omar
Docking: Builder: Added DockBuilderSetNodePos, DockBuilderSetNodeSize, allow DockBuilderAddNode creating floating node (dockspace requires ImGuiDockNodeFlags_Dockspace) (#2109)
omar committed on 31 Jan 2019
@omar
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
@omar
Docking: Fixed faulty undocking of windows with the _NoMove flag. (#2325, #2109) ...
omar committed on 31 Jan 2019
@omar
Docking: Removed unnecessary ImGuiTabItemFlags_DockedWindow internal flag.
omar committed on 31 Jan 2019
2019-01-30
@omar
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
@omar
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