2015-05-20 |
Removed a few empty lines
ocornut
committed
on 20 May 2015
|
---|---|
2015-05-19 |
Updated FAQ for usage of ## to display empty label
ocornut
committed
on 19 May 2015
|
|
|
2015-05-18 |
InputText: Fixed cursor generating a zero-width wireframe rectangle turning into a division by zero.
ocornut
committed
on 18 May 2015
|
Add conditional compilation of forward compat. glfw window hint to fix crash on later versions of OSX
Gordon McShane
committed
on 18 May 2015
|
|
Moved ImVector<> after the main block (#219)
ocornut
committed
on 18 May 2015
|
|
Examples: DirectX11: explicitly set rasterizer state.
ocornut
committed
on 18 May 2015
|
|
Tweak internal ButtonBehavior() to ease passing extra options
ocornut
committed
on 18 May 2015
|
|
Comments
ocornut
committed
on 18 May 2015
|
|
2015-05-14 |
Comments
ocornut
committed
on 14 May 2015
|
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
|
|
Fixed comment (fix #223)
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
|
|
|
|
Fixed implicit conversion of NULL constant to bool (fix #216)
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
|