History for imgui / imgui.cpp
2014-11-21
@omar
PopStyleVar() fix. OOPS
omar committed on 21 Nov 2014
@omar
Version number
omar committed on 21 Nov 2014
@omar
MouseWheel input is normalized
omar committed on 21 Nov 2014
@omar
PushStyleColor/PushStyleVar can be used outside the scope of a window. Added 'count' parameter to PopStyleColor/PopStyleVar
omar committed on 21 Nov 2014
2014-11-20
@ocornut
ShowTestWindow: fixed example app from not displaying when header is collaposed.
ocornut committed on 20 Nov 2014
@ocornut
Style editor: colors list inside a scrolling region
ocornut committed on 20 Nov 2014
@ocornut
General fixes of Columns() api. User has more flexibility in the way to fill cells.
ocornut committed on 20 Nov 2014
@ocornut
Fixed compatibility with std::vector if user decide to #define ImVector
ocornut committed on 20 Nov 2014
2014-11-18
@ocornut
Fixed comment
ocornut committed on 18 Nov 2014
@ocornut
More fixes for ultra pedantic Clang -Weverything
ocornut committed on 18 Nov 2014
2014-11-17
@ocornut
Using sqrtf, cosf, sinf. Made STB_TEXTEDIT_ implemtations static. Tweaks.
ocornut committed on 17 Nov 2014
@Daniel Collin
Fixed Clang warnings
Daniel Collin committed on 17 Nov 2014
2014-11-16
@omar
Commenting unnecessary strlen calls that could be removed for speedup
omar committed on 16 Nov 2014
2014-11-15
@ocornut
Cleanup and TODO list items
ocornut committed on 15 Nov 2014
@ocornut
Fixed unaligned memory access - fix font loading when building on Emscripten
ocornut committed on 15 Nov 2014
2014-11-13
@omar
Added assert to catch font data loading failure in a location that's easier to understand
omar committed on 13 Nov 2014
@omar
Added assert to catch users using Begin/End without a first NewFrame
omar committed on 13 Nov 2014
2014-11-11
@omar
Warning fixes (now testing with Clang)
omar committed on 11 Nov 2014
@Yaroslav Bunyak
Fix namespaces for Value() and Color() functions.
Yaroslav Bunyak committed on 11 Nov 2014
2014-11-09
@omar
Added INDEX to top of imgui.cpp ...
omar committed on 9 Nov 2014
@omar
Fixed lines clockwiseness to be consistent with other primitives.
omar committed on 9 Nov 2014
2014-11-07
@omar
Version number
omar committed on 7 Nov 2014
@omar
Added PushStyleVar(),PopStyleVar() helpers. ...
omar committed on 7 Nov 2014
2014-11-06
@omar
Renamed IsHovered() to IsItemHovered()
omar committed on 6 Nov 2014
@omar
Added GetContentRegionMax() supporting columns. Some bug fixes with using columns.
omar committed on 6 Nov 2014
@omar
Added word-wrapping API TextWrapped(), PushTextWrapPos(), PopTextWrapPos() ...
omar committed on 6 Nov 2014
2014-10-26
@ocornut
Fixed column using a "funny scale factor" (non power of two) #67
ocornut committed on 26 Oct 2014
@ocornut
Fixed some typos in comments
ocornut committed on 26 Oct 2014
@ocornut
Made with the NoResize flag can still use auto-fitting. Added SetWindowSize().
ocornut committed on 26 Oct 2014
@ocornut
Minor tweaks
ocornut committed on 26 Oct 2014