History for imgui / imgui_demo.cpp
2015-09-30
@ocornut
Scrollbar: Tweaked scrollbar inner padding for small scrollbars.
ocornut committed on 30 Sep 2015
@ocornut
Scrollbar: horizontal scrollbar demo allows to enable simultanaeous scrollbars on both axises.
ocornut committed on 30 Sep 2015
2015-09-20
@ocornut
Demo: Extra plotting examples.
ocornut committed on 20 Sep 2015
2015-09-17
@ocornut
Fixed mouse click detection to be more friendly to DeltaTime 0.0 (#338)
ocornut committed on 17 Sep 2015
2015-09-11
@ocornut
ImFontAtlas: Added TexDesiredWidth and tweaked default cheapo best-width choice(#327)
ocornut committed on 11 Sep 2015
2015-09-10
@ocornut
Minor typo
ocornut committed on 10 Sep 2015
2015-09-09
@ocornut
Added ImGuiInputTextFlags_ReadOnly flag for InputText()/InputTextMultiline() (#211)
ocornut committed on 9 Sep 2015
2015-09-07
@ocornut
Demo: using MouseDelta
ocornut committed on 7 Sep 2015
2015-09-02
@ocornut
Version number 1.46 WIP
ocornut committed on 2 Sep 2015
2015-09-01
@ocornut
Version number 1.45
ocornut committed on 1 Sep 2015
2015-08-30
@ocornut
Speculative Linux build fix, not using itoa (#246)
ocornut committed on 30 Aug 2015
@ocornut
Demo: tweaks (#246)
ocornut committed on 30 Aug 2015
@ocornut
Added GetScrollX(), GetScrollX(), GetScrollMaxX() apis + demo (#246)
ocornut committed on 30 Aug 2015
@ocornut
Demo: removed extraneous flag in demo code + tweak comment (#246)
ocornut committed on 30 Aug 2015
@ocornut
Demo: using DragFloat instead of SliderFloat
ocornut committed on 30 Aug 2015
@ocornut
ColumnsStartX include window->Scroll.x to simplify code (#246)
ocornut committed on 30 Aug 2015
@ocornut
Demo: added horizontal scrolling example + enabled in console, log and child examples (#246)
ocornut committed on 30 Aug 2015
@ocornut
Added GetContentRegionAvailWidth() helper. Demo tweaks.
ocornut committed on 30 Aug 2015
2015-08-29
@ocornut
Demo: long text example uses ImGuiListClipper
ocornut committed on 29 Aug 2015
@ocornut
Style: rename ScrollbarWidth to ScrollbarSize (sorry!)
ocornut committed on 29 Aug 2015
@ocornut
Demo: comments.
ocornut committed on 29 Aug 2015
2015-08-28
@ocornut
Demo: custom rendering tweak.
ocornut committed on 28 Aug 2015
@ocornut
IO.WantInputCharacters -> WantTextInput (#305)
ocornut committed on 28 Aug 2015
@ocornut
Demo: added a bezier curve in the old custom rendering demo.
ocornut committed on 28 Aug 2015
@ocornut
ImDrawList: added AddBezier(), PathBezierTo() for cubic bezier curves (#311)
ocornut committed on 28 Aug 2015
2015-08-24
@ocornut
Trim trailing whitespace (#305)
ocornut committed on 24 Aug 2015
@Borislav Stanimirov
Added flag showing whether the GUI wants text input ...
Borislav Stanimirov authored on 23 Aug 2015 ocornut committed on 24 Aug 2015
2015-08-13
@ocornut
Demo: Log: removed unnecessary style change,
ocornut committed on 13 Aug 2015
@ocornut
Demo: Log: removed broken clipping, tweaks.
ocornut committed on 13 Aug 2015
@ocornut
ImGuiTextFilter: default parameter width=0.0f for no override, allow override with negative values
ocornut committed on 13 Aug 2015