History for imgui / imgui.cpp
2015-05-26
@ocornut
Added TextDisabled(), TextDisabledV() helpers.
ocornut committed on 26 May 2015
@ocornut
WIP Menus: Fixed remaining inconsistency with stacks of popups. Activating/closing a menu close the parent popup. Added test case. (#126)
ocornut committed on 26 May 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut committed on 26 May 2015
@ocornut
WIP Menus: Added support for disabled sub-menu (#126)
ocornut committed on 26 May 2015
@ocornut
Comments. Examples: added empty if (MenuItem()) {} statements in more places to better document the typical use cases (#126)
ocornut committed on 26 May 2015
@ocornut
Comments
ocornut committed on 26 May 2015
@ocornut
WIP Menus: Implement amazon's dropdown-like triangle test for navigating sub-menus (#126)
ocornut committed on 26 May 2015
@ocornut
WIP Menus: Recursive menu demo (#126). Actually useful to test sub-menu positioning.
ocornut committed on 26 May 2015
@ocornut
SelectableEx: use flags internally (similar to ButtonBehavior)
ocornut committed on 26 May 2015
@ocornut
WIP Menus: Closing sub-menu when hovering something else in the same parent window (#126) ...
ocornut committed on 26 May 2015
2015-05-25
@ocornut
Comments
ocornut committed on 25 May 2015
@ocornut
WIP Menus: Layout in menu-bar tweaks to lay better when mixed widgets (#126)
ocornut committed on 25 May 2015
@ocornut
WIP Menus: Layout in menu-bar more standard, allows mixing different widgets in menubar. (#126) ...
ocornut committed on 25 May 2015
@ocornut
Selectable: text baseline alignment for line that aren't of text height.
ocornut committed on 25 May 2015
2015-05-24
@ocornut
WIP Menus: Sub-menu overlapping amount not hardcoded (#126)
ocornut committed on 24 May 2015
@ocornut
WIP Menus: Fixed style.WindowPadding == 0 leading to zero-sized initial clipping rectangle leading to self-collapsing childs (#126)
ocornut committed on 24 May 2015
@ocornut
Combo: empty label doesn't add ItemInnerSpacing alignment, matching other widgets
ocornut committed on 24 May 2015
@ocornut
WIP Menus: Sub-menus appears over the parent-menu scrollbar if there is one (unsure about that) (#126)
ocornut committed on 24 May 2015
@ocornut
WIP Menus: Fixed estimation of scrollbar width (broke in 292f08b) (#126)
ocornut committed on 24 May 2015
@ocornut
WIP Menus: Fixed repositioning of menus when there's no room in the 4 quadrants., we still keep them within the visible display area (#126) ...
ocornut committed on 24 May 2015
@ocornut
WIP Menus: Clicking the label of an already open sub-menu doesn't close it unless from a menu-bar (match Windows behavior) (#126) ...
ocornut committed on 24 May 2015
@ocornut
WIP Menus: Fixed closing popup on menu item activation when a child menu is open from the popup (#126)
ocornut committed on 24 May 2015
@ocornut
WIP Menus: Fixed manually closing submenu affecting position of the following window (#126)
ocornut committed on 24 May 2015
@ocornut
WIP Menus: Fixed some alignment issues with non standard styles. Tweaked menu-bar color (#126)
ocornut committed on 24 May 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-05-menus ...
ocornut committed on 24 May 2015
@ocornut
Added Dummy() helper
ocornut committed on 24 May 2015
2015-05-23
@ocornut
WIP Menus: Added Enabled/Disabled option for MenuItem() (#126)
ocornut committed on 23 May 2015
@ocornut
WIP Menus: Added BeginMainMenuBar()/EndMainMenuBar() helpers. Added to examples.
ocornut committed on 23 May 2015
@ocornut
WIP Menus: don't clamp windows within display when a position has been explicitly set by user. Menu item spacing uses ItemSpacing. (#126)
ocornut committed on 23 May 2015
@ocornut
WIP Menus: menus now affected by WindowMinSize (#126)
ocornut committed on 23 May 2015