2016-04-21 |
Refactored CloseWindowButton() into a CloseButton() helper declared in imgui_internal.h (#600)
ocornut
committed
on 21 Apr 2016
|
---|---|
2016-04-19 |
Comments
ocornut
committed
on 19 Apr 2016
|
Relative order of Child windows creation is preserved during sort (#595)
ocornut
committed
on 19 Apr 2016
|
|
2016-04-09 |
Merge branch 'master' into 2016-02-colorpicker
ocornut
committed
on 9 Apr 2016
|
Version 1.49 WIP
ocornut
committed
on 9 Apr 2016
|
|
Version 1.48
ocornut
committed
on 9 Apr 2016
|
|
2016-04-02 |
Merge branch 'master' into 2016-02-colorpicker
ocornut
committed
on 2 Apr 2016
|
|
|
2016-03-28 |
Merge branch 'master' into 2016-02-colorpicker
ocornut
committed
on 28 Mar 2016
|
2016-03-27 |
Comments and moved EndFrame() for imgui_internal.h (for clarity? or extra confusion?)
ocornut
committed
on 27 Mar 2016
|
2016-03-26 |
Trim trailing spaces
ocornut
committed
on 26 Mar 2016
|
2016-03-23 |
Merge branch 'master' into 2016-02-colorpicker
ocornut
committed
on 23 Mar 2016
|
2016-03-21 |
Various tidying up / comments, moved columns functions declarations, no functional changes
ocornut
committed
on 21 Mar 2016
|
Converted tabs to spaces
Kyle Rocha
committed
on 21 Mar 2016
|
|
Renamed FindTextDisplayEnd to FindRenderedTextEnd
Kyle Rocha
committed
on 21 Mar 2016
|
|
Exposed FindTextDisplayEnd to imgui_internal.h
Kyle Rocha
committed
on 21 Mar 2016
|
|
2016-03-04 |
Merge branch 'master' into 2016-02-colorpicker
ocornut
committed
on 4 Mar 2016
|
2016-03-02 |
Removed extraneous comma for pedantic compilers (#516)
ocornut
committed
on 2 Mar 2016
|
Minor tidying up following (#516) - renamed ImGuiSelectableFlags_HandleDoubleClick to ImGuiSelectableFlags_AllowDoubleClick + comments
ocornut
committed
on 2 Mar 2016
|
|
Merge branch 'master' of https://github.com/zapolnov/imgui into zapolnov-master
ocornut
committed
on 2 Mar 2016
|
|
CaptureKeyboardFromApp() / CaptureMouseFromApp(): allow to enforce clearing the capture flag (#533) + demo + made code a little less messy
ocornut
committed
on 2 Mar 2016
|
|
2016-02-21 |
Added ColorPicker3/ColorPicker4, refactoring ColorEdit3/ColorEdit4 adding a bunch of flags and access to picker (wip #346)
...
ocornut
committed
on 21 Feb 2016
|
2016-02-20 |
Exposed FindWindowByName() in imgui_internal.h
ocornut
committed
on 20 Feb 2016
|
2016-02-02 |
Moved declaration of SetItemAllowOverlap() to imgui.h (ref #517)
ocornut
committed
on 2 Feb 2016
|
2016-01-31 |
Added flag for selectables to handle double clicks.
Nikolay Zapolnov
committed
on 31 Jan 2016
|
2016-01-25 |
Tentative fix for GCC/Clang (#484, #504)
ocornut
committed
on 25 Jan 2016
|
|
|
2016-01-24 |
ProgressBar() handling of border size + storing border size in window structure (#503)
ocornut
committed
on 24 Jan 2016
|
2016-01-16 |
TreeNode(), CollapsingHeader() fixed not being to use "##" sequence in formatted label.
...
ocornut
committed
on 16 Jan 2016
|
2015-12-30 |
Various minor fixes following a pass of cppcheck static analyzer
ocornut
committed
on 30 Dec 2015
|