History for imgui / imgui.cpp
2015-05-29
@ocornut
Examples: Tweaks, demo code creating graph data actually creates data at the correct rate.
ocornut committed on 29 May 2015
@ocornut
Examples: Tiding up. Moved Dragging example higher up.
ocornut committed on 29 May 2015
@ocornut
Examples: Using a helper function for ? markers
ocornut committed on 29 May 2015
@ocornut
Examples: Fixed Simple Layout example always showing. Using BeginPopupContextItem().
ocornut committed on 29 May 2015
@ocornut
Added Simple Layout example applet
ocornut committed on 29 May 2015
@ocornut
Fixed auto-filling child window using WindowMinSize at their minimum size, irrelevant. Using an arbitrary small number instead.
ocornut committed on 29 May 2015
@ocornut
Added GetItemsLineHeightWithSpacing() helper.
ocornut committed on 29 May 2015
2015-05-28
@ocornut
Popups: calling OpenPopup() on already open popup doesn't close it's child (#126) ...
ocornut committed on 28 May 2015
@ocornut
Popups: calling OpenPopup() on already open popup doesn't close it's child (#126) ...
ocornut committed on 28 May 2015
@ocornut
Tweak BeginMenu() code
ocornut committed on 28 May 2015
@ocornut
Moved CloseInactivePopups() and tweaked.
ocornut committed on 28 May 2015
2015-05-27
@Branimir Karadžić
Merge remote-tracking branch 'upstream/master'
Branimir Karadžić committed on 27 May 2015
@Branimir Karadžić
Define STBTT_DEF extern when STBTT not compiled with ImGui.
Branimir Karadžić committed on 27 May 2015
@ocornut
Added BeginPopupContextVoid() helper for completeness (#126)
ocornut committed on 27 May 2015
@ocornut
Fix to allow opening popup from a left-click on void or another window (because left-click would normally override focus immediately) (#126) ...
ocornut committed on 27 May 2015
@ocornut
BeginPopupContextWindow() rearranged and clarified parameters (#126)
ocornut committed on 27 May 2015
@ocornut
Popup taking focus deactivate focused widget of other window (#126) ...
ocornut committed on 27 May 2015
@ocornut
Tracking ActiveIdWindow along with ActiveId
ocornut committed on 27 May 2015
@ocornut
Added BeginPopupContextItem() / BeginPopupContextWindow() (#126)
ocornut committed on 27 May 2015
@ocornut
Fixed GetId()/BeginPopup() accessing current window in "append" mode
ocornut committed on 27 May 2015
@ocornut
Added IsAnyItemHovered() public helper.
ocornut committed on 27 May 2015
@ocornut
No minimum size for popups
ocornut committed on 27 May 2015
@ocornut
Tweak context menu example
ocornut committed on 27 May 2015
@ocornut
Added context menu example on a DragFloat widget
ocornut committed on 27 May 2015
@ocornut
Tweaks
ocornut committed on 27 May 2015
@ocornut
WIP Menus: Reverted f26de46 for now (#126)
ocornut committed on 27 May 2015
@ocornut
Oops
ocornut committed on 27 May 2015
@ocornut
ItemWidthStack can be empty, to remove one allocation per window
ocornut committed on 27 May 2015
@ocornut
Store common stacked settings contiguously in memory to reduce cache misses & unnecessary heap allocations
ocornut committed on 27 May 2015
@ocornut
Added PushButtonRepeat() / PopButtonRepeat(). REMOVED third 'repeat_if_held' parameter of Button() !
ocornut committed on 27 May 2015