2017-11-08 |
Merge branch 'master' into navigation
omar
committed
on 8 Nov 2017
|
---|---|
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 |
Internals: Remove requirement to define IMGUI_DEFINE_PLACEMENT_NEW (#1103)
omar
committed
on 7 Nov 2017
|
Internal: FindWindowByName() faster and doesn't touch every windows
omar
committed
on 7 Nov 2017
|
|
2017-11-06 |
Drag and Drop: Moved internal fields out of public sight. (#143)
omar
committed
on 6 Nov 2017
|
2017-11-01 |
Drag and Drop: Added ImGuiDragDropFlags_SourceNoHoldToOpenOthers flag.
omar
committed
on 1 Nov 2017
|
|
|
2017-10-29 |
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
|
Merge branch 'master' into drag_and_drop
omar
committed
on 29 Oct 2017
|
|
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
|
|
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
|
|
Drag and drop: moved to imgui.h
omar
committed
on 29 Oct 2017
|
|
Drag and Drop: made BeginDragDropSource() clear the IsItemHovered() by default, added a flag to keep it.
omar
committed
on 29 Oct 2017
|
|
Drag and drop API experiment
omar
committed
on 29 Oct 2017
|
|
2017-10-27 |
|
Version 1.53 WIP
omar
committed
on 27 Oct 2017
|
|
|
|
Version 1.52
omar
committed
on 27 Oct 2017
|
|
|
|
Comments
omar
committed
on 27 Oct 2017
|
|
Internal: Added ImVec4 operators
omar
committed
on 27 Oct 2017
|
|
Internal: BeginTooltipEx() in imgui_internal.h
omar
committed
on 27 Oct 2017
|
|
|
|
Merged a bit of code from Navigation branch to ease further merging (InnerRect is currently not required in the Master branch)
omar
committed
on 27 Oct 2017
|
|
Minor renaming.
omar
committed
on 27 Oct 2017
|
|
2017-10-26 |
Exposed IM_ARRAYSIZE() in imgui.h
omar
committed
on 26 Oct 2017
|
2017-10-25 |
|
Added most basic form of Disabled flag to disable interactions (but visuals aren't altered), in imgui_internals.h, undocumented/unsupported (#211, #1012)
omar
committed
on 25 Oct 2017
|
|
2017-10-24 |
Merge branch 'master' into navigation
omar
committed
on 24 Oct 2017
|
2017-10-23 |
Internals: ImLerp() helper for ImVec4
omar
committed
on 23 Oct 2017
|