History for imgui / imgui_internal.h
2016-04-09
@ocornut
Version 1.48
ocornut committed on 9 Apr 2016
2016-04-02
@ocornut
Moved EndFrame() back to imgui_internal.h + comments. Undo cfbf06e
ocornut committed on 2 Apr 2016
2016-03-27
@ocornut
Comments and moved EndFrame() for imgui_internal.h (for clarity? or extra confusion?)
ocornut committed on 27 Mar 2016
2016-03-26
@ocornut
Trim trailing spaces
ocornut committed on 26 Mar 2016
2016-03-21
@ocornut
Various tidying up / comments, moved columns functions declarations, no functional changes
ocornut committed on 21 Mar 2016
@Kyle Rocha
Converted tabs to spaces
Kyle Rocha committed on 21 Mar 2016
@Kyle Rocha
Renamed FindTextDisplayEnd to FindRenderedTextEnd
Kyle Rocha committed on 21 Mar 2016
@Kyle Rocha
Exposed FindTextDisplayEnd to imgui_internal.h
Kyle Rocha committed on 21 Mar 2016
2016-03-02
@ocornut
Removed extraneous comma for pedantic compilers (#516)
ocornut committed on 2 Mar 2016
@ocornut
Minor tidying up following (#516) - renamed ImGuiSelectableFlags_HandleDoubleClick to ImGuiSelectableFlags_AllowDoubleClick + comments
ocornut committed on 2 Mar 2016
@ocornut
Merge branch 'master' of https://github.com/zapolnov/imgui into zapolnov-master
ocornut committed on 2 Mar 2016
@ocornut
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
@ocornut
Exposed FindWindowByName() in imgui_internal.h
ocornut committed on 20 Feb 2016
2016-02-02
@ocornut
Moved declaration of SetItemAllowOverlap() to imgui.h (ref #517)
ocornut committed on 2 Feb 2016
2016-01-31
@Nikolay Zapolnov
Added flag for selectables to handle double clicks.
Nikolay Zapolnov committed on 31 Jan 2016
2016-01-25
@ocornut
Tentative fix for GCC/Clang (#484, #504)
ocornut committed on 25 Jan 2016
@ocornut
Remove dependency on <new> header (#484, #504) ...
ocornut committed on 25 Jan 2016
2016-01-24
@ocornut
ProgressBar() handling of border size + storing border size in window structure (#503)
ocornut committed on 24 Jan 2016
2016-01-16
@ocornut
TreeNode(), CollapsingHeader() fixed not being to use "##" sequence in formatted label. ...
ocornut committed on 16 Jan 2016
2015-12-30
@ocornut
Various minor fixes following a pass of cppcheck static analyzer
ocornut committed on 30 Dec 2015
2015-12-26
@ocornut
Fixed various Clang -Weverything warnings
ocornut committed on 26 Dec 2015
@ocornut
Version number 1.48 WIP + Update binaries
ocornut committed on 26 Dec 2015
2015-12-25
@ocornut
Version number 1.47
ocornut committed on 25 Dec 2015
2015-12-24
@ocornut
Minor rebranding "ImGui" -> "dear imgui" (#21)
ocornut committed on 24 Dec 2015
@ocornut
Exported high-level versions of PushClipRect / PopClipRect to imgui_internal.h (#448)
ocornut committed on 24 Dec 2015
2015-12-20
@ocornut
BeginPopupContextWindow() and BeginPopupContextVoid() reopen window on subsequent click (#439)
ocornut committed on 20 Dec 2015
@ocornut
Minor comment (#439)
ocornut committed on 20 Dec 2015
2015-12-13
@ocornut
Added GetColorU32 helpers (previously internal and misplaced as window->Color())
ocornut committed on 13 Dec 2015
2015-12-03
@ocornut
Added SetItemAllowOverlap() exposed in imgui_internal.h only
ocornut committed on 3 Dec 2015
2015-11-29
@ocornut
Comments & spacing
ocornut committed on 29 Nov 2015