History for imgui / imgui.cpp
2015-05-11
@Stefano Cristiano
Example fix PopStyleVar on Vertical Slider to avoid assertion ...
Stefano Cristiano committed on 11 May 2015
@ocornut
InputText: make sure Ctrl+V has ONLY the control key pressed (follow up to #214) + tidying
ocornut committed on 11 May 2015
@ocornut
Untabifiy
ocornut committed on 11 May 2015
2015-05-10
@ghassanpl
* make sure letter-key shortcuts have ONLY the control key pressed (fixes bug for AltGr->Ctrl+Alt on windows)
ghassanpl committed on 10 May 2015
2015-05-09
@ocornut
Shutdown() test for g.IO.Fonts not being NULL to allow workarounds in case of using multiple contexts #207
ocornut committed on 9 May 2015
@ocornut
Added style.ScrollbarRounding #212
ocornut committed on 9 May 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut committed on 9 May 2015
@ocornut
Assert on modifiers stack size mismatch between Begni()/End() pairs #204 ...
ocornut committed on 9 May 2015
2015-05-07
@ocornut
Examples: test for tooltip over popup.
ocornut committed on 7 May 2015
@ocornut
Allow stacking popups, not really useful yet (wip #126)
ocornut committed on 7 May 2015
@ocornut
Added ImGuiSetCond_Appearing to test the hidden->visible transition.
ocornut committed on 7 May 2015
@ocornut
MenuItem() draft for popups, with Selected option (wip #126)
ocornut committed on 7 May 2015
@ocornut
Tweak RenderCheckMark()
ocornut committed on 7 May 2015
@ocornut
Added RenderCheckMark() helper following the font size ...
ocornut committed on 7 May 2015
@ocornut
Comments (#209)
ocornut committed on 7 May 2015
@ocornut
Fix "Debug" window stealing focus/popup #208 #209 @thevaber
ocornut committed on 7 May 2015
@ocornut
Removed inline marker #210
ocornut committed on 7 May 2015
2015-05-03
@ocornut
Removed style.AutoFitPadding, using style.WindowPadding makes more sense (the default values were already the same).
ocornut committed on 3 May 2015
@ocornut
Autofit cancel out one worth of vertical spacing for correct symmetry (group and tooltip already do that)
ocornut committed on 3 May 2015
@ocornut
Popup auto-border doesn't spread to its childs #197
ocornut committed on 3 May 2015
@ocornut
Popup have borders by default #197 attenuated border alpha in default theme
ocornut committed on 3 May 2015
@ocornut
Plot: overlay label clipped within frame when bigger than frame
ocornut committed on 3 May 2015
2015-05-02
@ocornut
Popups, Tooltips: fit within display. Hidden during size calculation. Fixed popups flicker when changing size. ...
ocornut committed on 2 May 2015
@ocornut
Fix for width of child windows with scrollbar (broken 376a6a5)
ocornut committed on 2 May 2015
@ocornut
Comments, tweaks, metrics window tweak
ocornut committed on 2 May 2015
@ocornut
Tidying up Begin(): using local copy of 'flags' for brevity
ocornut committed on 2 May 2015
@ocornut
Fixed popup resizing (broken 376a6a5)
ocornut committed on 2 May 2015
@ocornut
Renamed Visible->Active internally
ocornut committed on 2 May 2015
@ocornut
InputText: fixed incorrect edit state after text buffer is modified by user through callback #206
ocornut committed on 2 May 2015
@ocornut
Fix window size after collapsing (broken 376a6a5)
ocornut committed on 2 May 2015