History for imgui / imgui_internal.h
2016-05-06
@ocornut
Reorganised windows moving code, documented a lag in FindHoveredWindow(), fixing lag whole moving windows (#635)
ocornut committed on 6 May 2016
2016-05-02
@ocornut
Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579)
ocornut committed on 2 May 2016
2016-05-01
@ocornut
Internal RenderBullet() helper.
ocornut committed on 1 May 2016
@ocornut
Refactor ButtonBehavior(), fixed double-click mode also triggering on single-click (relate to #516)
ocornut committed on 1 May 2016
@ocornut
Added CollapsingHeader() variant with close button, obsoleted 4 parameters version. Refactored code into TreeNodeBehavior. (#600) ...
ocornut committed on 1 May 2016
2016-04-30
@ocornut
PushClipRect(): not altering passed values, leave it to caller responsibility to floor properly (followup #582)
ocornut committed on 30 Apr 2016
2016-04-27
@ocornut
MenuItem(): checkmark render in disabled color when disabled
ocornut committed on 27 Apr 2016
2016-04-26
@ocornut
Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610)
ocornut committed on 26 Apr 2016
2016-04-23
@ocornut
Internal ImRound() -> ImFloor(), ImRect::Round() -> ImRect::Floor(),
ocornut committed on 23 Apr 2016
2016-04-21
@ocornut
Refactored CloseWindowButton() into a CloseButton() helper declared in imgui_internal.h (#600)
ocornut committed on 21 Apr 2016
2016-04-19
@ocornut
Comments
ocornut committed on 19 Apr 2016
@ocornut
Relative order of Child windows creation is preserved during sort (#595)
ocornut committed on 19 Apr 2016
2016-04-09
@ocornut
Version 1.49 WIP
ocornut committed on 9 Apr 2016
@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