History for imgui / docs
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-20
@omar
Readme, Wiki: Image loading examples.
omar committed on 20 Sep 2019
@omar
Fixed mouse event forwarding in macos example (#2710, #1961)
omar committed on 20 Sep 2019
@omar
ColorPicker / ColorEdit: restore Hue when zeroing Saturation. (#2722, #2770) - changelog, fixed uninitialized variables, tweaks, renaming.
omar committed on 20 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
ImDrawListSplitter: fixed an issue merging channels if the last submitted draw command used a different texture. (#2506)
omar committed on 17 Sep 2019
@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
Internal: Offset STB_TEXTURE_K_ defines to remove that change from #2541 + sponsors update.
omar committed on 17 Sep 2019
@omar
Font: Narrow ellipsis: various minor stylistic tweaks (#2775)
omar committed on 17 Sep 2019
2019-09-16
@omar
Columns: Separator: Fixed a bug where non-visible separators within columns would alter the next row position differently than visible ones. ...
omar committed on 16 Sep 2019
@omar
Nav, Scrolling: Added support for Home/End key. (#787)
omar committed on 16 Sep 2019
@Bagrat Dabaghyan
Fix DragScalar for unsigned types (#2780) ...
Bagrat Dabaghyan authored on 15 Sep 2019 omar committed on 16 Sep 2019
@omar
Backends: OpenGL3: Tweaked initialization code allow application calling ImGui_ImplOpenGL3_CreateFontsTexture() before ImGui_ImplOpenGL3_NewFrame() if for some reason they wanted.
omar committed on 16 Sep 2019
2019-08-30
@omar
ColorEdit: Disable Hue edit when Saturation==0 instead of letting Hue values jump around.
omar committed on 30 Aug 2019
@omar
DragInt, DragFloat, DragScalar: Using (v_min > v_max) allows locking any edit to the value.
omar committed on 30 Aug 2019
2019-08-29
@omar
TabBar: feed desired width (sum of unclipped tabs width) into layout system to allow for auto-resize. (#2768) ...
omar committed on 29 Aug 2019
@omar
TabBar: improved shrinking for large number of tabs to avoid leaving extraneous space on the right side. Individuals tabs are given integer-rounded width and remainder is spread between tabs left-to-right.
omar committed on 29 Aug 2019
2019-08-28
@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
@Tommy Nguyen
Rebased imstb_rectpack on stb_rect_pack v1.00.
Tommy Nguyen authored on 27 Aug 2019 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
@omar
TabBar: fixed single-tab not shrinking their width down. ...
omar committed on 22 Aug 2019
2019-08-19
@omar
TabBar: fixed ScrollToBar request creating bouncing loop when tab is larger than available space.
omar committed on 19 Aug 2019
2019-08-16
@omar
ColorPicker: Made rendering aware of global style alpha of the picker can be faded out. (#2711) ...
omar committed on 16 Aug 2019
2019-08-01
@Vilya Harvey
Backends: Vulkan: Added support for specifying multisample count. (#2705, #2706)
Vilya Harvey authored on 31 Jul 2019 omar committed on 1 Aug 2019
@omar
Backends: DX11: Fixed GSGetShader() call not passing an initialized instance count, would generally make the debug layer complain (Added in 1.72).
omar committed on 1 Aug 2019
@omar
Version 1.73 WIP
omar committed on 1 Aug 2019