2015-05-12 |
Added io.MetricsActiveWindows counter (#213)
ocornut
committed
on 12 May 2015
|
---|---|
ImFontAtlas: doesn't clear input data, left to the application. (#224)
ocornut
committed
on 12 May 2015
|
|
ImFontAtlas: Fix toward allowing to add extra font without clearing existing one (need to comment out ClearInputData) (#224)
ocornut
committed
on 12 May 2015
|
|
ImFontAtlas: added ClearFonts(), making the different clear funcs more explicit (#224)
ocornut
committed
on 12 May 2015
|
|
Window title text centering tweaks, RenderTextClipped() now has different args for pos_max and clip_max #222
ocornut
committed
on 12 May 2015
|
|
Added window title text horizontal alignment option (#222),, ImGuiAlign_ type for future use.
ocornut
committed
on 12 May 2015
|
|
|
|
2015-05-11 |
Cleanup, merged duplicate code into a function
ocornut
committed
on 11 May 2015
|
|
|
Renamed flags to extra_flags in last commit
Emmanuel Durand
committed
on 11 May 2015
|
|
Input text flags added to InputFloatN and InputIntN
Emmanuel Durand
committed
on 11 May 2015
|
|
Example fix PopStyleVar on Vertical Slider to avoid assertion
...
Stefano Cristiano
committed
on 11 May 2015
|
|
InputText: make sure Ctrl+V has ONLY the control key pressed (follow up to #214) + tidying
ocornut
committed
on 11 May 2015
|
|
Untabifiy
ocornut
committed
on 11 May 2015
|
|
2015-05-10 |
* 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 |
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
|
Added style.ScrollbarRounding #212
ocornut
committed
on 9 May 2015
|
|
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut
committed
on 9 May 2015
|
|
Assert on modifiers stack size mismatch between Begni()/End() pairs #204
...
ocornut
committed
on 9 May 2015
|
|
2015-05-07 |
Examples: test for tooltip over popup.
ocornut
committed
on 7 May 2015
|
Allow stacking popups, not really useful yet (wip #126)
ocornut
committed
on 7 May 2015
|
|
Added ImGuiSetCond_Appearing to test the hidden->visible transition.
ocornut
committed
on 7 May 2015
|
|
MenuItem() draft for popups, with Selected option (wip #126)
ocornut
committed
on 7 May 2015
|
|
Tweak RenderCheckMark()
ocornut
committed
on 7 May 2015
|
|
|
|
Comments (#209)
ocornut
committed
on 7 May 2015
|
|
Fix "Debug" window stealing focus/popup #208 #209 @thevaber
ocornut
committed
on 7 May 2015
|
|
Removed inline marker #210
ocornut
committed
on 7 May 2015
|
|
2015-05-03 |
Removed style.AutoFitPadding, using style.WindowPadding makes more sense (the default values were already the same).
ocornut
committed
on 3 May 2015
|
Autofit cancel out one worth of vertical spacing for correct symmetry (group and tooltip already do that)
ocornut
committed
on 3 May 2015
|