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