History for imgui / imgui_demo.cpp
2016-05-08
@cosmy1
Fix compilation errors when disabling test windows.
cosmy1 committed on 8 May 2016
2016-05-07
@Sergej Reich
Ignore implicit conversion warnings
Sergej Reich committed on 7 May 2016
@ocornut
Minor comments, tweaks
ocornut committed on 7 May 2016
2016-05-04
@ocornut
Fixed various Clang -Weverything warnings (#626)
ocornut committed on 4 May 2016
2016-05-03
@ocornut
Demo: Moved "Fonts" section style editor
ocornut committed on 3 May 2016
2016-05-02
@ocornut
Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579)
ocornut committed on 2 May 2016
2016-05-01
@ocornut
TreeNode: added ImGuiTreeNodeFlags_AlwaysOpen flag (#581, #324)
ocornut committed on 1 May 2016
@ocornut
TreeNode: added ImGuiTreeNodeFlags_OpenOnArrow flag (#581, #324, #190)
ocornut committed on 1 May 2016
@ocornut
Demo: Added simple tree node selection demo (#581, #516, #190)
ocornut committed on 1 May 2016
@ocornut
Added CollapsingHeader() variant with close button, obsoleted 4 parameters version. Refactored code into TreeNodeBehavior. (#600) ...
ocornut committed on 1 May 2016
2016-04-26
@ocornut
Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610)
ocornut committed on 26 Apr 2016
2016-04-24
@ocornut
MenuBar fixed missing lower border
ocornut committed on 24 Apr 2016
2016-04-09
@ocornut
Version 1.49 WIP
ocornut committed on 9 Apr 2016
@ocornut
Version 1.48
ocornut committed on 9 Apr 2016
@ocornut
Warning fixes for clang. Using int64_t, may be an issue?
ocornut committed on 9 Apr 2016
2016-04-05
@cheriff
Trivial format string fix in demo
cheriff authored on 5 Apr 2016 omar committed on 5 Apr 2016
2016-04-03
@ocornut
Style: removed WindowFillAlphaDefault which was confusing and redundant, baked into WindowBg color. Renamed TooltipBg > PopupBG. (#337) ...
ocornut committed on 3 Apr 2016
2016-04-02
@ocornut
IO: Added "Super" keyboard modifiers (corresponding to Cmd on Mac and Windows key in theory although the later is hard to read) (#473) ...
ocornut committed on 2 Apr 2016
2016-03-26
@ocornut
Trim trailing spaces
ocornut committed on 26 Mar 2016
2016-03-22
@ocornut
ImDrawList: Added AddTriangle() function
ocornut committed on 22 Mar 2016
2016-03-21
@ocornut
Renamed GetWindowFont()->GetFont(), GetWindowFontSize()->GetFontSize() (related to #340)
ocornut committed on 21 Mar 2016
@ocornut
ImDrawList: AddRect() added optional thickness parameter + updated demo
ocornut committed on 21 Mar 2016
2016-03-02
@ocornut
Minor tidying up following (#516) - renamed ImGuiSelectableFlags_HandleDoubleClick to ImGuiSelectableFlags_AllowDoubleClick + comments
ocornut committed on 2 Mar 2016
@ocornut
Merge branch 'master' of https://github.com/zapolnov/imgui into zapolnov-master
ocornut committed on 2 Mar 2016
@ocornut
CaptureKeyboardFromApp() / CaptureMouseFromApp(): allow to enforce clearing the capture flag (#533) + demo + made code a little less messy
ocornut committed on 2 Mar 2016
@ocornut
InputText: Added BufTextLen in ImGuiTextEditCallbackData. Requesting user to maintain it. Zero-ing structure properly before use. (#541)
ocornut committed on 2 Mar 2016
2016-02-29
@ocornut
Demo: plot code doesn't use ImVector to avoid heap allocation + comment (#538)
ocornut committed on 29 Feb 2016
2016-02-24
@ocornut
Demo: Fixed malloc/free mismatch and leak when destructing demo console (if it has been used) (#536)
ocornut committed on 24 Feb 2016
2016-02-07
@ocornut
Demo: use locally defined strdup because compilers/standard librairies are an annoyance (#520)
ocornut committed on 7 Feb 2016
2016-02-03
@ocornut
Demo: InputText password demo filters out blanks (#515)
ocornut committed on 3 Feb 2016