History for imgui / imgui.h
2019-09-17
@omar
Remove trailing spaces (grep for ' \r?$' in visual studio)
omar committed on 17 Sep 2019
2019-08-30
@omar
DragInt, DragFloat, DragScalar: Using (v_min > v_max) allows locking any edit to the value.
omar committed on 30 Aug 2019
2019-08-28
@omar
Disable with ConfigWindowsMemoryCompactTimer < 0.0f (#2636)
omar committed on 28 Aug 2019
@omar
Added a mechanism to compact/free the larger allocations of unused windows (buffers are compacted when a window is unused for 60 seconds, as per io.ConfigWindowsMemoryCompactTimer = 60.0f). Note that memory usage has never been reported as a problem, so this is merely a touch of overzealous luxury. (#2636)
omar committed on 28 Aug 2019
@omar
SliderScalar: Improved assert when using U32 or U64 types with a large v_max value. (#2765) ...
omar committed on 28 Aug 2019
2019-08-22
@omar
ImDrawList: clarified the name of many parameters so reading the code is a little easier. (#2740)
omar committed on 22 Aug 2019
@omar
Using offsetof() when available in C++11. Avoids Clang sanitizer complaining about old-style macros. (#94)
omar committed on 22 Aug 2019
2019-08-01
@omar
Version 1.73 WIP
omar committed on 1 Aug 2019
2019-07-31
@omar
Version 1.72b (patch for nav)
omar committed on 31 Jul 2019
2019-07-29
@omar
Version 1.73 WIP
omar committed on 29 Jul 2019
2019-07-27
@omar
Version 1.72
omar committed on 27 Jul 2019
2019-07-24
@omar
Fixed Clang 8.0 warning "empty expression statement has no effect; remove unnecessary ';' to silence this" warning [-Wextra-semi-stmt] ...
omar committed on 24 Jul 2019
2019-07-23
@omar
ImDrawList: Using ImDrawCornerFlags instead of int in various apis. ...
omar committed on 23 Jul 2019
2019-07-22
@omar
Increased IMGUI_VERSION_NUM to facilitate transition of OSX clipboard support for framework using/embedding any version of imgui. Amend 29d9394. (#2546)
omar committed on 22 Jul 2019
2019-07-21
@omar
Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005)
omar committed on 21 Jul 2019
@Aaron Cooper
Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key.
Aaron Cooper authored on 18 Jul 2019 omar committed on 21 Jul 2019
2019-07-17
@omar
Fixed old SetWindowFontScale() api value from not being inherited by child window. Added comments about the right way to scale your UI (load a font at the right side, rebuild atlas, scale style). ...
omar committed on 17 Jul 2019
2019-07-16
@omar
Style: Added style.ColorButtonButton (left/right, defaults to ImGuiDir_Right) to move the color button of ColorEdit3/ColorEdit4 functions to either side of the inputs.
omar committed on 16 Jul 2019
2019-07-15
@omar
Removed TreeAdvanceToLabelPos() which is rarely used and only does SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()). Kept redirection function (will obsolete). (#581, #324)
omar committed on 15 Jul 2019
@omar
Fixed unnecessary test in UpdateMouseWheel() (thanks PVS). ...
omar committed on 15 Jul 2019
2019-07-14
@omar
Moved ImGuiColumnsFlags erroneously forward declared in imgui.h + demo bit.
omar committed on 14 Jul 2019
2019-07-12
@omar
Renamed ImFontAtlas::CustomRect to ImFontAtlasCustomRect. Keep redirection typedef (will obsolete).
omar committed on 12 Jul 2019
@omar
Prefixed internal structs exposed in imgui.h with a fully qualified name to facilitate auto-generation with cimgui.
omar committed on 12 Jul 2019
2019-07-10
@omar
fonts/binary_to_compress: display error message when failing to open file + misc comments.
omar committed on 10 Jul 2019
2019-07-01
@kevreco
Added 'SetScrollHereX' and 'SetScrollFromPosX' (#1580)
kevreco authored on 30 Jan 2018 omar committed on 1 Jul 2019
2019-06-20
@omar
ImDrawListSplitter: Fixed memory leak when using low-level split api (was not affecting ImDrawList api, also this type was added in 1.71 and not advertised as a public-facing feature).
omar committed on 20 Jun 2019
2019-06-19
@omar
Internals: Renamed GetFrontMostPopupModal() to GetTopMostPopupModal() to be consistent. Renamed other locals to follow that terminology.
omar committed on 19 Jun 2019
2019-06-17
@omar
Disable -Wpragmas warning in GCC to avoid relying on version checks, as unusual/forks/mods don't appear to always have same warning<>version. (#2618) ...
omar committed on 17 Jun 2019
2019-06-14
@omar
Removed redirecting functions/enums that were obsoleted in version 1.51 (June 2017): ImGuiCol_Column*, ImGuiSetCond_*, IsItemHoveredRect(), IsPosHoveringAnyWindow(), IsMouseHoveringAnyWindow(), IsMouseHoveringWindow(), IMGUI_ONCE_UPON_A_FRAME.
omar committed on 14 Jun 2019
@omar
Version 1.72 WIP
omar committed on 14 Jun 2019