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-23 |
Nav: #define IMGUI_HAS_NAV to ease sharing code across branches of imgui
omar
committed
on 23 Oct 2017
|
Nav: Added internal ImGuiNavReadMode_Released test for key releases.
omar
committed
on 23 Oct 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 23 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 |
Nav: Added ImGuiNavInput_KeyMenu aside from ImGuiNavInput_PadMenu as it is one differenciator between pad and keyboard that's very annoying with the keyboard.
...
omar
committed
on 20 Oct 2017
|
Merge branch 'master' into navigation
omar
committed
on 20 Oct 2017
|
|
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
|
|
2017-10-16 |
BeginPopupContextItem() now supports a NULL string identifier and uses the last item ID if available. For interactive items (that have an ID) this works! For non interactive items we assert.
omar
committed
on 16 Oct 2017
|
2017-10-15 |
Nav: Renaming a field + Comments.
omar
committed
on 15 Oct 2017
|
2017-10-11 |
Merge branch 'master' into navigation
omar
committed
on 11 Oct 2017
|
Rnamed AlignFirstTextHeightToWidgets() to AlignTextToFramePadding(). Kept inline redirection function (will obsolete).
omar
committed
on 11 Oct 2017
|
|
TreeNode: Added ImGuiTreeNodeFlags_FramePadding flag
omar
committed
on 11 Oct 2017
|
|
2017-10-06 |
Nav: Moving code next to its peers
omar
committed
on 6 Oct 2017
|