2016-05-29 |
Version 1.49
ocornut
committed
on 29 May 2016
|
---|---|
Caving in to ignoring stupid pedantic Clang warnings for old-style-cast in header files
ocornut
committed
on 29 May 2016
|
|
Fixed GetWindowContentRegionMax() being off by ScrollSize amount when SizeExplicit is set + caching ContentsRegionRect.
...
ocornut
committed
on 29 May 2016
|
|
2016-05-21 |
Added SetNextWindowSizeConstraint() + demo code (#668)
ocornut
committed
on 21 May 2016
|
Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. (#668)
...
ocornut
committed
on 21 May 2016
|
|
2016-05-10 |
ImGuiWindow: Storing ParentWindow (#615, #646)
ocornut
committed
on 10 May 2016
|
2016-05-07 |
Renamed ImGuiState -> ImGuiContext (#586, #269)
ocornut
committed
on 7 May 2016
|
Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269)
ocornut
committed
on 7 May 2016
|
|
Minor comments, tweaks
ocornut
committed
on 7 May 2016
|
|
2016-05-06 |
Reorganised windows moving code, documented a lag in FindHoveredWindow(), fixing lag whole moving windows (#635)
ocornut
committed
on 6 May 2016
|
2016-05-02 |
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 |
Internal RenderBullet() helper.
ocornut
committed
on 1 May 2016
|
Refactor ButtonBehavior(), fixed double-click mode also triggering on single-click (relate to #516)
ocornut
committed
on 1 May 2016
|
|
Added CollapsingHeader() variant with close button, obsoleted 4 parameters version. Refactored code into TreeNodeBehavior. (#600)
...
ocornut
committed
on 1 May 2016
|
|
2016-04-30 |
PushClipRect(): not altering passed values, leave it to caller responsibility to floor properly (followup #582)
ocornut
committed
on 30 Apr 2016
|
2016-04-27 |
MenuItem(): checkmark render in disabled color when disabled
ocornut
committed
on 27 Apr 2016
|
2016-04-26 |
Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610)
ocornut
committed
on 26 Apr 2016
|
2016-04-23 |
Internal ImRound() -> ImFloor(), ImRect::Round() -> ImRect::Floor(),
ocornut
committed
on 23 Apr 2016
|
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 |
Version 1.49 WIP
ocornut
committed
on 9 Apr 2016
|
Version 1.48
ocornut
committed
on 9 Apr 2016
|
|
2016-04-02 |
|
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-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
|