History for imgui / imgui.h
2015-05-31
@ocornut
Version 1.40
ocornut committed on 31 May 2015
@ocornut
Version increased to 1.40 WIP makes more sense than 1.39 (changelog is huge)
ocornut committed on 31 May 2015
@ocornut
BeginPopupContextWindow() in_empty_space_only -> !also_over_items (#126)+ comments ...
ocornut committed on 31 May 2015
@ocornut
Added ImGuiListClipper helper to avoid using CalcListClipping() directly.
ocornut committed on 31 May 2015
@ocornut
RetWindowCollapsed() to IsWindowCollapsed() for consistency. Kept inline indirection.
ocornut committed on 31 May 2015
@ocornut
Added IMGUI_DISABLE_OBSOLETE_FUNCTIONS
ocornut committed on 31 May 2015
@ocornut
Comments, moved Sliders below Drag & Input in imgui.h
ocornut committed on 31 May 2015
@ocornut
Comments
ocornut committed on 31 May 2015
@ocornut
Comments
ocornut committed on 31 May 2015
@ocornut
Renamed IsRectClipped to IsRectVisible for consistency. Note that return value is opposite! Kept inline redirection function (will obsolete)
ocornut committed on 31 May 2015
2015-05-29
@ocornut
Added GetItemsLineHeightWithSpacing() helper.
ocornut committed on 29 May 2015
2015-05-27
@ocornut
Added BeginPopupContextVoid() helper for completeness (#126)
ocornut committed on 27 May 2015
@ocornut
BeginPopupContextWindow() rearranged and clarified parameters (#126)
ocornut committed on 27 May 2015
@ocornut
Added BeginPopupContextItem() / BeginPopupContextWindow() (#126)
ocornut committed on 27 May 2015
@ocornut
Added IsAnyItemHovered() public helper.
ocornut committed on 27 May 2015
@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