History for imgui / imgui_internal.h
2017-11-16
@omar
Columns: Added ImGuiColumnsFlags_GrowParentContentsSize to internal API to restore old content sizes behavior. (#1444, #125)
omar committed on 16 Nov 2017
@omar
Merge branch 'master' into drag_and_drop
omar committed on 16 Nov 2017
@omar
Merge branch 'master' into navigation
omar committed on 16 Nov 2017
@omar
Internals: Window: Store whether the windows has a close button (we need that info for window/tabs dropping preview calculation)
omar committed on 16 Nov 2017
@omar
Internals: Added BringWindowToFront(), BringWindowToBack() helpers.
omar committed on 16 Nov 2017
2017-11-15
@omar
Drag and drop: Standardizing payload types as defines. (#143)
omar committed on 15 Nov 2017
@omar
Merge branch 'master' into drag_and_drop
omar committed on 15 Nov 2017
2017-11-13
@omar
Merge branch 'master' into navigation ...
omar committed on 13 Nov 2017
@omar
Internals: Added ArrowButton() helper.
omar committed on 13 Nov 2017
@omar
Drag and Drop: Added internal BeginDragDropTargetCustom() convenient to avoid submitting dummy ItemAdd. (#143)
omar committed on 13 Nov 2017
2017-11-08
@omar
Merge branch 'master' into navigation
omar committed on 8 Nov 2017
@omar
Drag and drop: Handle overlapping drag target priorities given their surface, which appears to make most sense for drag and drop operations.
omar committed on 8 Nov 2017
2017-11-07
@omar
Internals: Remove requirement to define IMGUI_DEFINE_PLACEMENT_NEW (#1103)
omar committed on 7 Nov 2017
@omar
Internal: FindWindowByName() faster and doesn't touch every windows
omar committed on 7 Nov 2017
2017-11-06
@omar
Drag and Drop: Moved internal fields out of public sight. (#143)
omar committed on 6 Nov 2017
2017-11-01
@omar
Drag and Drop: Added ImGuiDragDropFlags_SourceNoHoldToOpenOthers flag.
omar committed on 1 Nov 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 1 Nov 2017
2017-10-29
@omar
Drag and Drop: Added support for drag and drop hold-long-to-open for CollapsingHeader() and TreeNode(). Open only!
omar committed on 29 Oct 2017
@omar
Merge branch 'master' into drag_and_drop
omar committed on 29 Oct 2017
@omar
Maintaining ActiveIdTimer and HoveredIdTimer (the later is useful for drag and drop, both will be of course for creators of custom widgets)
omar committed on 29 Oct 2017
@omar
Drag and Drop: Added a mechanism to allow widgets with no identifiers (such as Text/Image) to be used with BeginDragDropSource() given the explicit ImGuiDragDropFlags_SourceAllowNullID flag.
omar committed on 29 Oct 2017
@omar
Drag and drop: moved to imgui.h
omar committed on 29 Oct 2017
@omar
Drag and Drop: made BeginDragDropSource() clear the IsItemHovered() by default, added a flag to keep it.
omar committed on 29 Oct 2017
@omar
Drag and drop API experiment
omar committed on 29 Oct 2017
2017-10-27
@omar
Merge branch 'master' into navigation ...
omar committed on 27 Oct 2017
@omar
Version 1.53 WIP
omar committed on 27 Oct 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 27 Oct 2017
@omar
Version 1.52
omar committed on 27 Oct 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 27 Oct 2017
@omar
Comments
omar committed on 27 Oct 2017