2017-09-28 |
Nav: Changed internal flag to NoNavDefaultFocus to be false by allow, and more consistent (#787)
omar
committed
on 28 Sep 2017
|
---|---|
|
|
Merged from Navigation branch: ImGuiItemFlags_SelectableDontClosePopup flag
omar
committed
on 28 Sep 2017
|
|
Added VerticalSeparator() entry point in imgui_internal. Seperator() in an horizontal layout context still does that.
omar
committed
on 28 Sep 2017
|
|
|
|
Fixed IsItemHovered() - part of the processing has to be done in ItemAdd() because the widget may alter clipping rectangle temporarily.
omar
committed
on 28 Sep 2017
|
|
2017-09-27 |
Merge branch 'master' into navigation
omar
committed
on 27 Sep 2017
|
Refactor to move the responsability of SetHovered() to ItemHoverable() - previously IsHovered(). Simpler and the parallel to ItemAdd is clearer with the new name.
omar
committed
on 27 Sep 2017
|
|
Internals: ButtonBehavior(), IsHovered() moved the responsability of flatten_child higher level to ButtonBehavior() - not super sure about the elegance of this
omar
committed
on 27 Sep 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 27 Sep 2017
|
|
IsItemHovered(), ItemAdd(): finishing cleaning up, moved the code to IsItemHovered() so ItemAdd() is more lightweight and the two IsXXXHovered functions are now very similar, making their differences less confusing.
omar
committed
on 27 Sep 2017
|
|
ItemAdd(), not performing computation for IsItemRectHovered() which does them itself, allowing us in the next commit to optimize ItemAdd() and make its logic more consistent with IsHovered().
omar
committed
on 27 Sep 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 27 Sep 2017
|
|
Removed extraneous ImGui:: prefixes. Declared ColorEditOptionsPopup in imgui_internals.h. Tweaked internal signatures.
omar
committed
on 27 Sep 2017
|
|
2017-09-26 |
Merge branch 'master' into navigation
omar
committed
on 26 Sep 2017
|
ImFontAtlas: Refactored internals API to 1) avoid building lookup table multiple times for merged fonts + 2) allow the mapping of custom icons inside fonts (wip, uncommited)
omar
committed
on 26 Sep 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 26 Sep 2017
|
|
Separator(): output vertical separator when used in horizontal layout mode, so it works in menu bars.
omar
committed
on 26 Sep 2017
|
|
2017-09-25 |
Exposed PushMultiItemsWidths() to imgui_internal.h
omar
committed
on 25 Sep 2017
|
Merge branch 'master' into navigation
omar
committed
on 25 Sep 2017
|
|
BeginCombo(): rework internals a little to make it easier to provide custom combo-like elements relying in BeginCombo().
...
omar
committed
on 25 Sep 2017
|
|
SetNextWindowPos: added a ImVec2 pivot parameter for positioning a given a center, bottom-right position, etc. As a generalization of SetNextWindowPosCenter() which is now obsolete. This will be useful for combo-like popups as well.
...
omar
committed
on 25 Sep 2017
|
|
Popups: Exposing a little more of popups internals in imgui_internals.h
omar
committed
on 25 Sep 2017
|
|
2017-09-18 |
Merge branch 'master' into navigation
omar
committed
on 18 Sep 2017
|
2017-09-13 |
|
2017-09-06 |
|
Internals: ImGuiItemFlags comments
omar
committed
on 6 Sep 2017
|
|
|
|
Internals: moved ButtonRepeat and AllowKeyboardFocus bools/stacks to a generic ItemFlags stack. Merged from Navigation branch.
omar
committed
on 6 Sep 2017
|
|
|