History for imgui / imgui_internal.h
2019-01-15
@omar
TODO update + internals: changed order or ImGuiLayoutType enums to allow using them for indexing.
omar committed on 15 Jan 2019
2019-01-14
@omar
Version 1.67
omar committed on 14 Jan 2019
2019-01-13
@omar
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
2019-01-10
@omar
ImFontAtlas: Rewrote stb_truetype based builder. ...
omar committed on 10 Jan 2019
@omar
Internals: Added ImBoolVector helper.
omar committed on 10 Jan 2019
@omar
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
@omar
Internals: Added comment index in imgui_internal.h
omar committed on 10 Jan 2019
2019-01-08
@omar
Internals: LowerBound: Use raw pointer typedefs, we never use iterator anywhere else in the codebase. ...
omar committed on 8 Jan 2019
2019-01-07
@omar
Tests: Reworking hook prototypes for imgui-test to be faster and multi-context friendly.
omar committed on 7 Jan 2019
@omar
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
@omar
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
@omar
Tweak changelog + tweak internal render helper functions.
omar committed on 7 Jan 2019
2019-01-04
@omar
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-02
@omar
Internals: Extracted code out of EndFrame() into UpdateMouseMovingWindowEndFrame()
omar committed on 2 Jan 2019
@omar
Alternative fix for bug introduced in d845135 (#1651), fix CTRL+Tab and fallback tooltip.
omar committed on 2 Jan 2019
2018-12-18
@omar
Window, Focus, Popup: Fixed an issue where closing a popup by clicking another window with the _NoMove flag would refocus the parent window of the popup instead of the newly clicked window.
omar committed on 18 Dec 2018
2018-12-14
@omar
Internals: Popups: Renamed CurrentPopupStack to BeginPopupStack which is much less ambiguous.
omar committed on 14 Dec 2018
@omar
Internals: Popup related comments. Renamed the misleading internal ClosePopup() function. Added bool* test to BeginPopupModal in demo.
omar committed on 14 Dec 2018
@omar
Tests: Changed prototype of ImGuiTestEngineHook_ItemAdd to match functions called in same spot. Made ButtonBehavior submit fallback item info if ItemAdd() was not called (for resize grips, resize borders, scrollbar, columns, etc.)
omar committed on 14 Dec 2018
2018-12-11
@omar
Added BETA api for Tab Bar/Tabs widgets. (#261, #351) (merged this feature from the from Docking branch so it can be used earlier as as standalone feature) ...
omar committed on 11 Dec 2018
@omar
Using named flags instead of 0 + shallow formatting tweaks from other branches.
omar committed on 11 Dec 2018
2018-12-10
@omar
Tests: Adding imgui-test engine hooks (experimental) to provide missing widget state to the testing system.
omar committed on 10 Dec 2018
2018-12-04
@omar
Internals: Nav: Added ImGuiNavLayer_ to clarify semantic of previously integer NavLayer values, and not pretend that increment/decrement operators on them super flexible. + Storage tweaks.
omar committed on 4 Dec 2018
2018-12-03
@omar
Version 1.67 WIP (again, this time IMGUI_VERSION_NUM has leeway for another hot-fix).
omar committed on 3 Dec 2018
@omar
Version 1.66b (will revisit how to change IMGUI_VERSION_NUM across versions, this commit reduces the numerical IMGUI_VERSION_NUM compared to the commit on Nov 22).
omar committed on 3 Dec 2018
2018-11-29
@omar
When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213)
omar committed on 29 Nov 2018
2018-11-22
@omar
Internals: Added ImPool helper data structure (used by testing system, and already in docking branch)
omar committed on 22 Nov 2018
@omar
Version 1.67 WIP
omar committed on 22 Nov 2018
@omar
Version 1.66
omar committed on 22 Nov 2018
2018-11-15
@omar
Internals: Added FindWindowByID() helper. (#2190)
omar committed on 15 Nov 2018