History for imgui / imgui.h
2015-05-27
@ocornut
Added PushButtonRepeat() / PopButtonRepeat(). REMOVED third 'repeat_if_held' parameter of Button() !
ocornut committed on 27 May 2015
@ocornut
Added configurable io.KeyRepeatDelay, io.KeyRepeatRate
ocornut committed on 27 May 2015
@ocornut
Button centering left to RenderTextClipped function.
ocornut committed on 27 May 2015
@ocornut
OpenPopup() Comments
ocornut committed on 27 May 2015
2015-05-26
@ocornut
Examples: various usage comments.
ocornut committed on 26 May 2015
@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
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
2015-05-25
@ocornut
Comments
ocornut committed on 25 May 2015
2015-05-24
@ocornut
Comments.
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
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