History for imgui / imgui.h
2019-09-24
@omar
Version 1.73
omar committed on 24 Sep 2019
2019-09-22
@omar
ImVector: added find, find_erase, find_erase_unsorted helpers.
omar committed on 22 Sep 2019
@omar
Selectable: Added ImGuiSelectableFlags_AllowItemOverlap flag in public api (was previously internal only).
omar committed on 22 Sep 2019
2019-09-18
@omar
TreeNode: Added ImGuiTreeNodeFlags_SpanAvailWidth and ImGuiTreeNodeFlags_SpanFullWidth flags (#2451, #2438, #1897) ...
omar committed on 18 Sep 2019
2019-09-17
@omar
Style: Allow style.WindowMenuButtonPosition to be set to ImGuiDir_None to hide the collapse button. (#2634, #2639) ...
omar committed on 17 Sep 2019
@omar
Merge branch 'features/ellipsis_rendering' ...
omar committed on 17 Sep 2019
@omar
Remove trailing spaces (grep for ' \r?$' in visual studio)
omar committed on 17 Sep 2019
@omar
Font: Narrow ellipsis: various minor stylistic tweaks (#2775)
omar committed on 17 Sep 2019
@Rokas Kupstys
Font: implement a way to draw narrow ellipsis without relying on hardcoded 1 pixel dots. (#2775) ...
Rokas Kupstys authored on 5 Sep 2019 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