2015-07-21 |
|
---|---|
Big cleanup, split imgui.cpp into imgui_demo.cpp,imgui_draw.cpp imgui_internal.h (#219)
ocornut
committed
on 21 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
|
|
Version number 1.44 WIP
ocornut
committed
on 17 Jul 2015
|
|
InputtextMultiline(): honor negative size consistently with other widgets
ocornut
committed
on 17 Jul 2015
|
|
Button() honor negative size consistently with other widgets that do so
ocornut
committed
on 17 Jul 2015
|
|
Build fix for MinGW (#276)
ocornut
committed
on 17 Jul 2015
|
|
Tweak button sizes
ocornut
committed
on 17 Jul 2015
|
|
Version number 1.43
ocornut
committed
on 17 Jul 2015
|
|
2015-07-16 |
Binaries
ocornut
committed
on 16 Jul 2015
|
Added a gratuitous About window
ocornut
committed
on 16 Jul 2015
|
|
InputText: stb_textedit.h tentative fix for End key on multi-line fields (#275)
ocornut
committed
on 16 Jul 2015
|
|
Update README.txt
omar
committed
on 16 Jul 2015
|
|
Update README.txt
omar
committed
on 16 Jul 2015
|
|
2015-07-15 |
AddInputCharactersUTF8: shallow tweaks (#274)
ocornut
committed
on 15 Jul 2015
|
|
|
|
|
|
|
|