2015-07-30
@ocornut
Tidying up
ocornut committed on 30 Jul 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-07-cleanup ...
ocornut committed on 30 Jul 2015
@ocornut
Make internal SliderFloatAsInputText() take a size to match the calling widget
ocornut committed on 30 Jul 2015
@ocornut
Merge
ocornut committed on 30 Jul 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-07-cleanup ...
ocornut committed on 30 Jul 2015
@ocornut
ImDrawList: Add missing support for anti-aliased thick-lines (#133, also ref #288)
ocornut committed on 30 Jul 2015
@ocornut
Removed unnecessary assignment + added comment
ocornut committed on 30 Jul 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-07-cleanup ...
ocornut committed on 30 Jul 2015
@ocornut
Default font encoded as base85 saves ~100 lines / 26 KB of source code (from @mmalex)
ocornut committed on 30 Jul 2015
@ocornut
Columns: never assume horizontal space for scrollbar if NoScrollbar flag is set.
ocornut committed on 30 Jul 2015
@omar
Merge pull request #286 from GHF/cleanup ...
omar committed on 30 Jul 2015
2015-07-26
@Xo Wang
Remove non-text character at start of imgui.cpp
Xo Wang committed on 26 Jul 2015
2015-07-22
@ocornut
Fixed warning in console example (we're iterating chars)
ocornut committed on 22 Jul 2015
2015-07-21
@ocornut
Tidying up
ocornut committed on 21 Jul 2015
@ocornut
Tweaks
ocornut committed on 21 Jul 2015
@ocornut
Honor IMGUI_DISABLE_TEST_WINDOWS as described (#219)
ocornut committed on 21 Jul 2015
@ocornut
README update
ocornut committed on 21 Jul 2015
@ocornut
ImLoadFileToMemory() default parameters
ocornut committed on 21 Jul 2015
@ocornut
Update comments (#219)
ocornut committed on 21 Jul 2015
@ocornut
Fixed further warnings with GCC/Clang (#219)
ocornut committed on 21 Jul 2015
@ocornut
Missing includes for imgui_draw.cpp (#219)
ocornut committed on 21 Jul 2015
@ocornut
Updated projects to reference new files (#219) ...
ocornut committed on 21 Jul 2015
@ocornut
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
@ocornut
Fix to get all code ShowTestWindow() copiable outside. Moved ShowMetricsWindows() above. (#219)
ocornut committed on 19 Jul 2015
@ocornut
Examples: OpenGL3: simplified code using glBufferData for vertices as well (#277, #278)
ocornut committed on 19 Jul 2015
@ocornut
Tweak
ocornut committed on 19 Jul 2015
@ocornut
Merge branch 'trevex-master'
ocornut committed on 19 Jul 2015
@Nik Voss
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
@ocornut
Fixed inconsistent declaration of ImVec2 privates operators
ocornut committed on 18 Jul 2015
@ocornut
Added ImDrawList::AddText() shorthand helper
ocornut committed on 18 Jul 2015