History for imgui / imgui.cpp
2015-07-30
@ocornut
Removed unnecessary assignment + added comment
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
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-19
@ocornut
Fix to get all code ShowTestWindow() copiable outside. Moved ShowMetricsWindows() above. (#219)
ocornut 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
@ocornut
Fixed angles in ImDrawList::PathArcTo(), PathArcToFast() being off by an extra PI for no reason
ocornut committed on 18 Jul 2015
@ocornut
ImDrawList::AddPolyLine() tidying up in AA path
ocornut committed on 18 Jul 2015
2015-07-17
@ocornut
Added ImGuiWindowFlags_NoInputs for input-passthru window ...
ocornut committed on 17 Jul 2015
@ocornut
Combo() clamp popup to lower edge of visible area
ocornut committed on 17 Jul 2015
@ocornut
Version number 1.44 WIP
ocornut committed on 17 Jul 2015
@ocornut
InputtextMultiline(): honor negative size consistently with other widgets
ocornut committed on 17 Jul 2015
@ocornut
Button() honor negative size consistently with other widgets that do so
ocornut committed on 17 Jul 2015
@ocornut
Build fix for MinGW (#276)
ocornut committed on 17 Jul 2015
@ocornut
Tweak button sizes
ocornut committed on 17 Jul 2015
@ocornut
Version number 1.43
ocornut committed on 17 Jul 2015
2015-07-16
@ocornut
Added a gratuitous About window
ocornut committed on 16 Jul 2015
2015-07-15
@ocornut
AddInputCharactersUTF8: shallow tweaks (#274)
ocornut committed on 15 Jul 2015
@Daniel Gibson
Add ImGuiIO::AddInputCharactersUTF8(char* utf8str) ...
Daniel Gibson committed on 15 Jul 2015
@ocornut
Minor tweaks
ocornut committed on 15 Jul 2015
@ocornut
Comments
ocornut committed on 15 Jul 2015
@ocornut
Fixed ClearInputData()
ocornut committed on 15 Jul 2015
@ocornut
ImFont: fixed minor bug with CPU-side vertical clipping of text.
ocornut committed on 15 Jul 2015
@ocornut
Examples: moved demo bits around.
ocornut committed on 15 Jul 2015
@ocornut
Fix for Shutdown()
ocornut committed on 15 Jul 2015
@ocornut
Tweak to RenderCheckMark()
ocornut committed on 15 Jul 2015
@ocornut
Fixed warnings + label
ocornut committed on 15 Jul 2015
@ocornut
Fixed parameters array size declaration (wouldn't have a side-effect but weird and misleading) ...
ocornut committed on 15 Jul 2015