History for imgui / imgui.cpp
2015-01-07
@ocornut
Version number
ocornut committed on 7 Jan 2015
@ocornut
Revert "Reexported proggy_clean_13 in a 256x64 texture (instead of 256x128) and documented exact export parameters" ...
ocornut committed on 7 Jan 2015
@ocornut
Fixed leak on shutdown (fixes #110) + possible uninitialized member.
ocornut committed on 7 Jan 2015
2015-01-05
@ocornut
Reexported proggy_clean_13 in a 256x64 texture (instead of 256x128) and documented exact export parameters
ocornut committed on 5 Jan 2015
2015-01-04
@ocornut
Very minor code/comments tweaks.
ocornut committed on 4 Jan 2015
@ocornut
Fixed hovering of child windows / combo boxes that extend beyond the root window limits.
ocornut committed on 4 Jan 2015
@ocornut
Failure in LogToFile() treated at an error (assert) in the absence of another type of error handling.
ocornut committed on 4 Jan 2015
@ocornut
Renamed some color enums
ocornut committed on 4 Jan 2015
@ocornut
Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI
ocornut committed on 4 Jan 2015
@ocornut
Fix clipboard pasting into an InputText box not filtering the characters according to input box semantic (number, etc.)
ocornut committed on 4 Jan 2015
@ocornut
Activating widget bring parent window to front
ocornut committed on 4 Jan 2015
@ocornut
Fixed clicking on Combo box label.
ocornut committed on 4 Jan 2015
@ocornut
Avoid marking settings as dirty when window is marked unsaved + minor FocusWindow() optimisation
ocornut committed on 4 Jan 2015
@ocornut
Dragging outside area of a widget while it is active doesn't trigger hover on other widgets.
ocornut committed on 4 Jan 2015
2015-01-03
@ocornut
Todo items.
ocornut committed on 3 Jan 2015
@ocornut
InputText() consume input characters immediately (fixes #105)
ocornut committed on 3 Jan 2015
2014-12-31
@ocornut
Version number (fix)
ocornut committed on 31 Dec 2014
@ocornut
Fixed text input filtering for character in the 128-255 range.
ocornut committed on 31 Dec 2014
2014-12-30
@ocornut
Fix for Clang
ocornut committed on 30 Dec 2014
@ocornut
Examples: Console:: added support for History callbacks + cleanup to be self contained.
ocornut committed on 30 Dec 2014
@ocornut
Fixed InputInt() InputFloat() label not declaring their width, breaking SameLine (bug #100) ...
ocornut committed on 30 Dec 2014
@ocornut
crc32 on strings is performed in one pass - removed the strlen() call.
ocornut committed on 30 Dec 2014
@ocornut
Version number
ocornut committed on 30 Dec 2014
@ocornut
Style editor: added an Output button to output colors to clipboard/tty
ocornut committed on 30 Dec 2014
@ocornut
Added SliderInt2(), SliderInt3(), SliderInt4() for consistency
ocornut committed on 30 Dec 2014
@ocornut
Empty label consistently remove the inner-padding normally preceeding the label.
ocornut committed on 30 Dec 2014
@ocornut
Tightening default style (saving -2 pixels on each axis per widget)
ocornut committed on 30 Dec 2014
2014-12-29
@ocornut
Log output \r\n under Windows so files are readable with Notepad
ocornut committed on 29 Dec 2014
@ocornut
Log depth padding relative to start depth. Tree node and headers looking better when logged to text. Added LogText().
ocornut committed on 29 Dec 2014
@ocornut
GetStyleColorName -> GetStyleColName for consistency with type name. Removed ImGuiStyleVar_ColumnsMinSpacing
ocornut committed on 29 Dec 2014