2017-11-15 |
Minor comments, tweaks
omar
committed
on 15 Nov 2017
|
---|---|
Merge branch 'master' into drag_and_drop
omar
committed
on 15 Nov 2017
|
|
2017-11-14 |
Drag and Drop: Added payload->IsPreview() to user can render their custom preview while handling overlapping drop targets. (#143)
omar
committed
on 14 Nov 2017
|
2017-11-12 |
io.OptNoCursorBlink -> io.OptCursorBlink (#1427)
omar
committed
on 12 Nov 2017
|
Added io.OptNoCursorBlink option to disable cursor blinking. (#1427). Renamed io.OSXBehaviors to io.OptMacOSXBehaviors. Should affect users as the compile-time default is usually enough. (#473, #650)
omar
committed
on 12 Nov 2017
|
|
2017-11-06 |
Drag and Drop: Moved internal fields out of public sight. (#143)
omar
committed
on 6 Nov 2017
|
Drag and Drop: Rework internal to allow overlapping targets (#143)
omar
committed
on 6 Nov 2017
|
|
2017-11-02 |
Merge branch 'master' into drag_and_drop
omar
committed
on 2 Nov 2017
|
IsWindowHovered(): Added ImGuiHoveredFlags_FlattenChilds flag. Made IsRootWindowOrAnyChildHovered() obsolete in favor of IsWindowHovered( ImGuiHoveredFlags_FlattenChilds) (#1382, #1404)
omar
committed
on 2 Nov 2017
|
|
2017-11-01 |
Update imgui.h
Giuseppe Barbieri
authored
on 1 Nov 2017
GitHub
committed
on 1 Nov 2017
|
Drag and Drop: Added ImGuiDragDropFlags_SourceNoHoldToOpenOthers flag.
omar
committed
on 1 Nov 2017
|
|
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
|
|
Demo: Comments (#1408)
omar
committed
on 1 Nov 2017
|
|
2017-10-30 |
Added assertions and comments for incorrect use/understanding of IsWindowFocused() etc. functions
omar
committed
on 30 Oct 2017
|
2017-10-29 |
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
|
|
2017-10-28 |
Examples: Added more comments near the fonts loading section, to catch common questions and errors (e.g. #1397, #1366, #1341, #1222, #1193, #1115, #951, etc.)
omar
committed
on 28 Oct 2017
|
2017-10-27 |
Styles: Moved Classic colors code to imgui_draw.cpp. Sneakily added a StyleColorsDark() function.
omar
committed
on 27 Oct 2017
|
Version 1.53 WIP
omar
committed
on 27 Oct 2017
|
|
IO: Tracking extra mouse dragging data which is convenient for implementating various manual drag and drop patterns.
omar
committed
on 27 Oct 2017
|
|
Version 1.52
omar
committed
on 27 Oct 2017
|
|
Comments
omar
committed
on 27 Oct 2017
|
|
NewFrame: Allow MovedWindow setting the ImGuiWindowFlags_NoInputs after moving has started in order to be able to detect windows below it, which is useful for e.g. docking mechanisms.
omar
committed
on 27 Oct 2017
|
|
2017-10-26 |
Exposed IM_ARRAYSIZE() in imgui.h
omar
committed
on 26 Oct 2017
|
2017-10-22 |
Font: Renamed ImFont::Clear() to ImFont::ClearOutputData() for consistency with what ImFontAtlas does. DisplayOffset is set by constructor but not reset by ClearOutputData. (#1349)
omar
committed
on 22 Oct 2017
|
2017-10-20 |
Added OpenPopupOnItemClick(); helper which mimic BeginPopupContextItem() but doesn't do the open.
...
omar
committed
on 20 Oct 2017
|
IsItemHovered(), IsWindowHovered(): added flags to enable various and more specific behavior. Will enable improvements for popups/context menus and drag'n drop. (relate ~#439, #1013, #143, #925)
...
omar
committed
on 20 Oct 2017
|
|
Moved IMGUI_DISABLE_OBSOLETE_FUNCTIONS block lower in the imgui.h file so obsolete functions can use flags. Also sane to quarantine them outside of the respectable area.
omar
committed
on 20 Oct 2017
|
|
2017-10-19 |
IO: reordering some supposedly private fields.
omar
committed
on 19 Oct 2017
|
2017-10-17 |
Begin: Marked 5 parameters version of Begin() as obsolete. Now waiting for a riot to happen!
omar
committed
on 17 Oct 2017
|