2015-08-02 |
Fixed lower-right resize grip hit box not scaling along with its rendered size (#287)
ocornut
committed
on 2 Aug 2015
|
---|---|
2015-08-01 |
Unnecessary .gitignore in root folder
ocornut
committed
on 1 Aug 2015
|
Carriage return (#289)
ocornut
committed
on 1 Aug 2015
|
|
|
|
2015-08-02 |
Show SDL error message on init failure
Jonathan Adamczewski
committed
on 2 Aug 2015
|
2015-08-01 |
Fixed comment
ocornut
committed
on 1 Aug 2015
|
Updated to stb_truetype 1.07 (back to vanilla version as our minor changes are now in master & fix #280)
ocornut
committed
on 1 Aug 2015
|
|
2015-07-30 |
Internal cleanup ParseFormatPrecision() doesn't take a reference
ocornut
committed
on 30 Jul 2015
|
Internal SliderFloatAsInputText() -> InputFloatReplaceWidget()
ocornut
committed
on 30 Jul 2015
|
|
Todo list notes
ocornut
committed
on 30 Jul 2015
|
|
Make internal SliderFloatAsInputText() take a size to match the calling widget
ocornut
committed
on 30 Jul 2015
|
|
ImDrawList: Add missing support for anti-aliased thick-lines (#133, also ref #288)
ocornut
committed
on 30 Jul 2015
|
|
Removed unnecessary assignment + added comment
ocornut
committed
on 30 Jul 2015
|
|
Default font encoded as base85 saves ~100 lines / 26 KB of source code (from @mmalex)
ocornut
committed
on 30 Jul 2015
|
|
Columns: never assume horizontal space for scrollbar if NoScrollbar flag is set.
ocornut
committed
on 30 Jul 2015
|
|
|
|
2015-07-26 |
Remove non-text character at start of imgui.cpp
Xo Wang
committed
on 26 Jul 2015
|
2015-07-22 |
Fixed warning in console example (we're iterating chars)
ocornut
committed
on 22 Jul 2015
|
2015-07-19 |
Fix to get all code ShowTestWindow() copiable outside. Moved ShowMetricsWindows() above. (#219)
ocornut
committed
on 19 Jul 2015
|
Examples: OpenGL3: simplified code using glBufferData for vertices as well (#277, #278)
ocornut
committed
on 19 Jul 2015
|
|
Tweak
ocornut
committed
on 19 Jul 2015
|
|
Merge branch 'trevex-master'
ocornut
committed
on 19 Jul 2015
|
|
To support drivers with strict core profiles, a buffer is used for the indices as well (fixes ocornut/imgui#277).
Nik Voss
committed
on 19 Jul 2015
|
|
2015-07-18 |
Fixed inconsistent declaration of ImVec2 privates operators
ocornut
committed
on 18 Jul 2015
|
Added ImDrawList::AddText() shorthand helper
ocornut
committed
on 18 Jul 2015
|
|
Fixed angles in ImDrawList::PathArcTo(), PathArcToFast() being off by an extra PI for no reason
ocornut
committed
on 18 Jul 2015
|
|
ImDrawList::AddPolyLine() tidying up in AA path
ocornut
committed
on 18 Jul 2015
|
|
Version number 1.44 WIP
ocornut
committed
on 18 Jul 2015
|
|
2015-07-17 |
|
Combo() clamp popup to lower edge of visible area
ocornut
committed
on 17 Jul 2015
|