2015-01-04 |
Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI
ocornut
committed
on 4 Jan 2015
|
---|---|
Fix clipboard pasting into an InputText box not filtering the characters according to input box semantic (number, etc.)
ocornut
committed
on 4 Jan 2015
|
|
Activating widget bring parent window to front
ocornut
committed
on 4 Jan 2015
|
|
Fixed clicking on Combo box label.
ocornut
committed
on 4 Jan 2015
|
|
Avoid marking settings as dirty when window is marked unsaved + minor FocusWindow() optimisation
ocornut
committed
on 4 Jan 2015
|
|
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 |
Todo items.
ocornut
committed
on 3 Jan 2015
|
InputText() consume input characters immediately (fixes #105)
ocornut
committed
on 3 Jan 2015
|
|
2014-12-31 |
Version number (fix)
ocornut
committed
on 31 Dec 2014
|
Fixed text input filtering for character in the 128-255 range.
ocornut
committed
on 31 Dec 2014
|
|
2014-12-30 |
Fix for Clang
ocornut
committed
on 30 Dec 2014
|
Examples: Console:: added support for History callbacks + cleanup to be self contained.
ocornut
committed
on 30 Dec 2014
|
|
Fixed InputInt() InputFloat() label not declaring their width, breaking SameLine (bug #100)
...
ocornut
committed
on 30 Dec 2014
|
|
crc32 on strings is performed in one pass - removed the strlen() call.
ocornut
committed
on 30 Dec 2014
|
|
Version number
ocornut
committed
on 30 Dec 2014
|
|
Style editor: added an Output button to output colors to clipboard/tty
ocornut
committed
on 30 Dec 2014
|
|
Added SliderInt2(), SliderInt3(), SliderInt4() for consistency
ocornut
committed
on 30 Dec 2014
|
|
Empty label consistently remove the inner-padding normally preceeding the label.
ocornut
committed
on 30 Dec 2014
|
|
Tightening default style (saving -2 pixels on each axis per widget)
ocornut
committed
on 30 Dec 2014
|
|
2014-12-29 |
Log output \r\n under Windows so files are readable with Notepad
ocornut
committed
on 29 Dec 2014
|
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
|
|
GetStyleColorName -> GetStyleColName for consistency with type name. Removed ImGuiStyleVar_ColumnsMinSpacing
ocornut
committed
on 29 Dec 2014
|
|
Renamed GetTreeStateStorage() to GetStateStorage(). Columns storing floats instead of fixed point integers
ocornut
committed
on 29 Dec 2014
|
|
Added LogFinish() to stop logging at an arbitrary point.
ocornut
committed
on 29 Dec 2014
|
|
Minor fix for cases of malformed .ini file (zero-terminating text file like it was before previous commit).
ocornut
committed
on 29 Dec 2014
|
|
Cleanup. Removed unnecessary calls to sqrtf(). Factoring bits into ImLoadFileToMemory(). Added index of static helpers.
ocornut
committed
on 29 Dec 2014
|
|
2014-12-28 |
Factoring bits out of Begin() into a private CreateNewWindow() funciton
...
ocornut
committed
on 28 Dec 2014
|
CalcTextSize() default third parameter to false because it almost never makes sense to use it from the outside (may obsolete it)
ocornut
committed
on 28 Dec 2014
|
|
Taking notes of issues/todo
ocornut
committed
on 28 Dec 2014
|
|
2014-12-26 |
Fixed clipped ImGui::Combo not registering its size properly (was flickering when scrolling with combo on the edge of clipping region)
ocornut
committed
on 26 Dec 2014
|