2017-11-09
@omar
Drag and Drop: Drop target rectangle goes out of clipping range (#143)
omar committed on 9 Nov 2017
@omar
Drag and Drop: Allow NULL payload (since type only can be useful). (#143)
omar committed on 9 Nov 2017
2017-11-08
@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-06
@omar
Drag and Drop: Moved internal fields out of public sight. (#143)
omar committed on 6 Nov 2017
@omar
Drag and Drop: Rework internal to allow overlapping targets (#143)
omar committed on 6 Nov 2017
2017-11-02
@omar
Drag and Drop: Made it legal to not call SetDragDropPayload() between BeginDragDropSource() and EndDragDropSource(). (#143)
omar committed on 2 Nov 2017
@omar
Merge branch 'master' into drag_and_drop
omar committed on 2 Nov 2017
@omar
IsWindowHovered() returns true when moving window (#1382, #1404)
omar committed on 2 Nov 2017
@omar
IsWindowHovered(): Added ImGuiHoveredFlags_FlattenChilds flag. Made IsRootWindowOrAnyChildHovered() obsolete in favor of IsWindowHovered( ImGuiHoveredFlags_FlattenChilds) (#1382, #1404)
omar committed on 2 Nov 2017
@omar
IsWindowHovered() Fix behavior when an item is active to use the same logic as IsItemHovered() (#1382, #1404)
omar committed on 2 Nov 2017
@omar
Merge branch 'elect86-patch-1'
omar committed on 2 Nov 2017
@omar
Reordered fields in other Style functions (#1409)
omar committed on 2 Nov 2017
@omar
Merge branch 'patch-1' of https://github.com/elect86/imgui into elect86-patch-1
omar committed on 2 Nov 2017
2017-11-01
@omar
Merge pull request #1410 from elect86/master ...
omar authored on 1 Nov 2017 GitHub committed on 1 Nov 2017
@Giuseppe Barbieri
Update imgui.h
Giuseppe Barbieri authored on 1 Nov 2017 GitHub committed on 1 Nov 2017
@omar
Drag and Drop: Added ImGuiDragDropFlags_SourceNoHoldToOpenOthers flag.
omar committed on 1 Nov 2017
@Giuseppe Barbieri
Update imgui_draw.cpp
Giuseppe Barbieri authored on 1 Nov 2017 GitHub committed on 1 Nov 2017
@omar
Examples: Added a bunch of comments/referencs related to io.WantCaptureMouse, io.WantCaptureKeyboard (#1262, #1237, #1219, #635, #1058, #1051, #912, #533, #703, #446, #459, #364, #213, #52, and more)
omar committed on 1 Nov 2017
@omar
Demo: Comments (#1408)
omar committed on 1 Nov 2017
@omar
Minor tweaks to the user guide.
omar committed on 1 Nov 2017
2017-10-30
@omar
Merge pull request #1402 from elect86/patch-1 ...
omar authored on 30 Oct 2017 GitHub committed on 30 Oct 2017
@omar
Added assertions and comments for incorrect use/understanding of IsWindowFocused() etc. functions
omar committed on 30 Oct 2017
@Giuseppe Barbieri
Update imgui.cpp
Giuseppe Barbieri authored on 30 Oct 2017 GitHub committed on 30 Oct 2017
2017-10-29
@omar
Drag and Drop: ImGuiButtonFlags_PressedOnDragDropHold focuses the target window.
omar committed on 29 Oct 2017
@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
Comments
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