History for imgui / imgui_demo.cpp
2016-12-23
@ocornut
Merge branch 'master' into 2016-07-navigation
ocornut committed on 23 Dec 2016
2016-12-12
@ocornut
Demo: comments
ocornut committed on 12 Dec 2016
2016-11-27
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 27 Nov 2016
2016-11-12
@ocornut
Ignore GCC 6 warnings (#883)
ocornut committed on 12 Nov 2016
@ocornut
Fixed overzealous GCC warnings (#883) + partly undo 8553bab
ocornut committed on 12 Nov 2016
2016-11-11
@ocornut
Ignoring overzealous GCC warnings (#883)
ocornut committed on 11 Nov 2016
2016-11-09
@ocornut
Merge branch 'master' into 2016-07-navigation
ocornut committed on 9 Nov 2016
2016-11-07
@ocornut
Demo: Comments, even though nobody appears to read the comments.
ocornut committed on 7 Nov 2016
2016-11-06
@ocornut
Font: Default font given explicit name "ProggyClean.ttf"
ocornut committed on 6 Nov 2016
@ocornut
Font: Added io.FontDefault in ImGuiIO structure to make it easier to change default font from third-party or demo code
ocornut committed on 6 Nov 2016
@ocornut
Demo: Custom Rendering: Tweak so end of line can be dropped outside of canvas, more pleasing.
ocornut committed on 6 Nov 2016
2016-10-16
@James Fulop
outdated dragging API mentioned in demo text ...
James Fulop authored on 16 Oct 2016 GitHub committed on 16 Oct 2016
2016-10-07
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 7 Oct 2016
2016-10-06
@Jeongseok Lee
Fix clang warning: unknown warning group '-Wreserved-id-macro'
Jeongseok Lee committed on 6 Oct 2016
2016-09-26
@Michał Cichoń
Apply Omar feedback and convert remaining 0xAABBGGRR's into IM_COL32(RR,GG,BB,AA) format.
Michał Cichoń committed on 26 Sep 2016
2016-09-25
@ocornut
ShowStyleEditor: tweak font map display to show glyph details when hovered.
ocornut committed on 25 Sep 2016
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 25 Sep 2016
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 25 Sep 2016
@ocornut
ShowStyleEditor: show font map / grid in more details.
ocornut committed on 25 Sep 2016
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 25 Sep 2016
@ocornut
Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842)
ocornut committed on 25 Sep 2016
2016-09-11
@ocornut
Fixing minor english typos (#827)
ocornut committed on 11 Sep 2016
2016-08-21
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 21 Aug 2016
@ocornut
Nav: Undo 87eb749cbc, agressively including nav focus test in IsItemHovered() (#323)
ocornut committed on 21 Aug 2016
2016-08-18
@Max Thrun
Add null terminator to ShowStyleEditor output_type combo options ...
Max Thrun authored on 18 Aug 2016 GitHub committed on 18 Aug 2016
2016-08-07
@ocornut
Demo tweaks
ocornut committed on 7 Aug 2016
2016-08-03
@ocornut
Nav: Moving all nav inputs to io.NavInputs[] float array, new enum labelled for gamepad. (#323)
ocornut committed on 3 Aug 2016
@ocornut
Demo: Arrange some inputs panels.
ocornut committed on 3 Aug 2016
2016-08-01
@ocornut
Demo: Tweak handling of "animate" flag in graph demo so it doesn't keep running.
ocornut committed on 1 Aug 2016
2016-07-31
@ocornut
Nav: Not exposing ImGuiWindowFlags_NavFlattened because it requires much more work (#323)
ocornut committed on 31 Jul 2016