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-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
|
2015-12-26 |
Fixed various Clang -Weverything warnings
ocornut
committed
on 26 Dec 2015
|
Version number 1.48 WIP + Update binaries
ocornut
committed
on 26 Dec 2015
|
|
2015-12-25 |
Version number 1.47
ocornut
committed
on 25 Dec 2015
|
2015-12-24 |
Minor rebranding "ImGui" -> "dear imgui" (#21)
ocornut
committed
on 24 Dec 2015
|
Exported high-level versions of PushClipRect / PopClipRect to imgui_internal.h (#448)
ocornut
committed
on 24 Dec 2015
|
|
2015-12-20 |
BeginPopupContextWindow() and BeginPopupContextVoid() reopen window on subsequent click (#439)
ocornut
committed
on 20 Dec 2015
|
Minor comment (#439)
ocornut
committed
on 20 Dec 2015
|
|
2015-12-13 |
Added GetColorU32 helpers (previously internal and misplaced as window->Color())
ocornut
committed
on 13 Dec 2015
|
2015-12-03 |
Added SetItemAllowOverlap() exposed in imgui_internal.h only
ocornut
committed
on 3 Dec 2015
|
2015-11-29 |
Comments & spacing
ocornut
committed
on 29 Nov 2015
|
Replace OS IME (Input Method Editor) cursor on top-left when we are not text editing.
ocornut
committed
on 29 Nov 2015
|
|
2015-11-28 |
Columns: Fixed bug with indentation within columns, also making code shorter/faster (#414, #125)
ocornut
committed
on 28 Nov 2015
|
Columns: minor tidying up while investigating severe issues with indenting within columns (#414)
ocornut
committed
on 28 Nov 2015
|
|
2015-11-26 |
Columns: tidying up, moving OffsetT to a ImGuiColumnData structure
ocornut
committed
on 26 Nov 2015
|
Rename internal ColumnsStartX to IndentX, makes more sense
ocornut
committed
on 26 Nov 2015
|
|
2015-11-19 |
InputText: Added password mode via ImGuiInputTextFlags_Password (#237, #363, #374)
ocornut
committed
on 19 Nov 2015
|
2015-11-10 |
Fixed a couple of problems found by CppCat code analyzer.
...
Jason Wilkins
committed
on 10 Nov 2015
|
2015-10-30 |
Refactor internal SliderBehavior() to take flags instead of a bool.
...
ocornut
committed
on 30 Oct 2015
|