2019-01-15 |
TODO update + internals: changed order or ImGuiLayoutType enums to allow using them for indexing.
omar
committed
on 15 Jan 2019
|
---|---|
2019-01-14 |
Merge branch 'viewport' into docking
omar
committed
on 14 Jan 2019
|
Merge branch 'master' into viewport
omar
committed
on 14 Jan 2019
|
|
Version 1.67
omar
committed
on 14 Jan 2019
|
|
2019-01-13 |
Added a bunch of diagnostic ignore to cope with Clang -Weverything being absurd. Also fixed two legit warnings. (#2277)
omar
committed
on 13 Jan 2019
|
Merge branch 'viewport' into docking
omar
committed
on 13 Jan 2019
|
|
Merge branch 'master' into viewport
omar
committed
on 13 Jan 2019
|
|
2019-01-10 |
|
Internals: Added ImBoolVector helper.
omar
committed
on 10 Jan 2019
|
|
|
|
|
|
ImVector: Made a struct. Using T/T* in the code instead of value_type/iterator. Renamed index_from_pointer() to index_from_ptr() (was not documented, added in 1.63, users not supposed to use ImVector, hopefully not a big deal).
omar
committed
on 10 Jan 2019
|
|
Internals: Added comment index in imgui_internal.h
omar
committed
on 10 Jan 2019
|
|
2019-01-08 |
Internals: LowerBound: Use raw pointer typedefs, we never use iterator anywhere else in the codebase.
...
omar
committed
on 8 Jan 2019
|
2019-01-07 |
Tests: Reworking hook prototypes for imgui-test to be faster and multi-context friendly.
omar
committed
on 7 Jan 2019
|
Selectable() should have an ID even though they are disabled, to be consistent with other widgets. Not sure of the reasoning ~1.41 which made this turn to 0.
omar
committed
on 7 Jan 2019
|
|
Fixed animated window titles from being updated when displayed in the CTRL+Tab list. + Adding overkill helpers for reusing buffers. (#787)
omar
committed
on 7 Jan 2019
|
|
|
|
|
|
Tweak changelog + tweak internal render helper functions.
omar
committed
on 7 Jan 2019
|
|
2019-01-04 |
Added bindings in Readme. Added internal IMGUI_DEBUG_LOG() helper. Comments, missing breaking changes note relative to imgui_impl_xxxx changes, not really part of core but worth adding in the imgui.cpp breaking change section.
omar
committed
on 4 Jan 2019
|
2019-01-03 |
|
Viewport: Fix for minimization of individual viewports (the current back-end forcing a parent/child relationship between secondary viewports and the main viewport have hidden this issue). Follows d8ab2c1ac.
omar
committed
on 3 Jan 2019
|
|
2019-01-02 |
|
|
|
Internals: Extracted code out of EndFrame() into UpdateMouseMovingWindowEndFrame()
omar
committed
on 2 Jan 2019
|
|
Alternative fix for bug introduced in d845135 (#1651), fix CTRL+Tab and fallback tooltip.
omar
committed
on 2 Jan 2019
|
|
|
|
Viewport: Added ImGuiWindowClass / SetNextWindowClass() (concept imported from Docking ImGuiDockFamily), which currently allows to overwrite viewport flags on a per-window basis. Exposed FindViewportByID(). Win32: Support for ParentViewportId. (#1542)
omar
committed
on 2 Jan 2019
|
|
Viewport: Reorder flags. Set owned viewport common decoration flags in Begin(). Moved code in UpdateViewportsEndFrame() before we introduce family/class based overrides.
omar
committed
on 2 Jan 2019
|