2015-01-17 |
Fixed alignment of ColorEdit4() label
ocornut
committed
on 17 Jan 2015
|
---|---|
Commenting asserts.
ocornut
committed
on 17 Jan 2015
|
|
2015-01-16 |
Fix usage of multiple Begin/End pair for the same window, handling of move in End() was stealing Active ID
ocornut
committed
on 16 Jan 2015
|
2015-01-15 |
Tooltip always auto-resize. May look into max-over-xx-seconds policy later.
ocornut
committed
on 15 Jan 2015
|
Allow SetNextWindowPos() to affect tooltips.
ocornut
committed
on 15 Jan 2015
|
|
Added SetCursorScreenPos() helper (WindowPos+CursorPos = SrceenPos)
ocornut
committed
on 15 Jan 2015
|
|
Collapsing header also honor FrameRounding
ocornut
committed
on 15 Jan 2015
|
|
ColorEdit3: clicking on color square change edit-mode, removing color-edit mode button by default.
ocornut
committed
on 15 Jan 2015
|
|
Added FrameRounding setting (default to 0 for now).
ocornut
committed
on 15 Jan 2015
|
|
2015-01-14 |
Fixed TooltipBg color not being honored by tooltip + no minimum tooltip size.
ocornut
committed
on 14 Jan 2015
|
TODO list update
ocornut
committed
on 14 Jan 2015
|
|
TODO list update
ocornut
committed
on 14 Jan 2015
|
|
Improve memory reserve policy for Clipboard/ImGuiBuffer
ocornut
committed
on 14 Jan 2015
|
|
Fixed logging to clipboard on architectures where va_list are modified by vsnprintf (fixed #112)
ocornut
committed
on 14 Jan 2015
|
|
2015-01-13 |
Warning fixes for llvm windows 64-bits
ocornut
committed
on 13 Jan 2015
|
Fixed style.WindowMinSize not honored properly.
ocornut
committed
on 13 Jan 2015
|
|
2015-01-09 |
Fixed GetStyleColName() not matching the enum strings for 3 values (#111)
ocornut
committed
on 9 Jan 2015
|
2015-01-07 |
Version number
ocornut
committed
on 7 Jan 2015
|
Revert "Reexported proggy_clean_13 in a 256x64 texture (instead of 256x128) and documented exact export parameters"
...
ocornut
committed
on 7 Jan 2015
|
|
Fixed leak on shutdown (fixes #110) + possible uninitialized member.
ocornut
committed
on 7 Jan 2015
|
|
2015-01-05 |
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 |
Very minor code/comments tweaks.
ocornut
committed
on 4 Jan 2015
|
Fixed hovering of child windows / combo boxes that extend beyond the root window limits.
ocornut
committed
on 4 Jan 2015
|
|
Failure in LogToFile() treated at an error (assert) in the absence of another type of error handling.
ocornut
committed
on 4 Jan 2015
|
|
Renamed some color enums
ocornut
committed
on 4 Jan 2015
|
|
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
|