2015-05-18 |
|
---|---|
Moved ImVector<> after the main block (#219)
ocornut
committed
on 18 May 2015
|
|
WIP Menus: tidying up, fixed hovering in parent popup menu item from child popup (individual popups acts as hovering barrier) (#126)
ocornut
committed
on 18 May 2015
|
|
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut
committed
on 18 May 2015
|
|
Comments
ocornut
committed
on 18 May 2015
|
|
2015-05-17 |
Renamed ImGuiWindowFlags_Menu to ImGuiWindowFlags_ChildMenu
ocornut
committed
on 17 May 2015
|
WIP Menus: menu bars. Still inconsistency with hovering scheme. Will probably follow what Windows does. (#126).
ocornut
committed
on 17 May 2015
|
|
Moved internal window flags to higher bit-count
ocornut
committed
on 17 May 2015
|
|
2015-05-15 |
ImVector: tweak growth strategy
ocornut
committed
on 15 May 2015
|
Added IO.MetricsAllocs counter (number of memory allocations
ocornut
committed
on 15 May 2015
|
|
2015-05-12 |
Added io.MetricsActiveWindows counter (#213)
ocornut
committed
on 12 May 2015
|
ImFontAtlas: added ClearFonts(), making the different clear funcs more explicit (#224)
ocornut
committed
on 12 May 2015
|
|
Fixed comment (fix #223)
ocornut
committed
on 12 May 2015
|
|
Added window title text horizontal alignment option (#222),, ImGuiAlign_ type for future use.
ocornut
committed
on 12 May 2015
|
|
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut
committed
on 12 May 2015
|
|
|
|
2015-05-11 |
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut
committed
on 11 May 2015
|
Cleanup, merged duplicate code into a function
ocornut
committed
on 11 May 2015
|
|
|
|
WIP intermediary branch commit for menus, submenus (some large inconsistencies remaining in API + need cleanup) (#126)
...
ocornut
committed
on 11 May 2015
|
|
Added ImGuiCol_TextDisabled
ocornut
committed
on 11 May 2015
|
|
|
|
Renamed flags to extra_flags in last commit
Emmanuel Durand
committed
on 11 May 2015
|
|
BeginPopup() API had to be changed! :( Proper support for stacked popups, leading into menus (wip #126)
ocornut
committed
on 11 May 2015
|
|
Input text flags added to InputFloatN and InputIntN
Emmanuel Durand
committed
on 11 May 2015
|
|
Untabifiy
ocornut
committed
on 11 May 2015
|
|
Fixed implicit conversion of NULL constant to bool (fix #216)
ocornut
committed
on 11 May 2015
|
|
2015-05-09 |
Added style.ScrollbarRounding #212
ocornut
committed
on 9 May 2015
|
2015-05-07 |
Added ImGuiSetCond_Appearing to test the hidden->visible transition.
ocornut
committed
on 7 May 2015
|
MenuItem() draft for popups, with Selected option (wip #126)
ocornut
committed
on 7 May 2015
|