2019-09-24 |
Version 1.73
omar
committed
on 24 Sep 2019
|
---|---|
CollapsingHeader: Added support for ImGuiTreeNodeFlags_Bullet and ImGuiTreeNodeFlags_Leaf on framed nodes. (#2159, #2160)
...
goran-w
authored
on 30 Oct 2018
omar
committed
on 24 Sep 2019
|
|
2019-09-23 |
Internal: Tree: tweaks (initially tried to implement auto-scrolling, stashed)
omar
committed
on 23 Sep 2019
|
2019-09-22 |
TabBar: Fixed single tab shrinking reducing the tab to 0.0f size. Broken by
a856c67 .
omar
committed
on 22 Sep 2019
|
2019-09-20 |
ColorPicker / ColorEdit: restore Hue when zeroing Saturation. (#2722, #2770) - changelog, fixed uninitialized variables, tweaks, renaming.
omar
committed
on 20 Sep 2019
|
ColorPicker / ColorEdit: restore Hue when zeroing Saturation. (#2722, #2770)
...
Rokas Kupstys
authored
on 31 Aug 2019
omar
committed
on 20 Sep 2019
|
|
2019-09-18 |
TreeNode: Added ImGuiTreeNodeFlags_SpanAvailWidth and ImGuiTreeNodeFlags_SpanFullWidth flags (#2451, #2438, #1897)
...
omar
committed
on 18 Sep 2019
|
2019-09-17 |
Internal: Offset STB_TEXTURE_K_ defines to remove that change from #2541 + sponsors update.
omar
committed
on 17 Sep 2019
|
Remove trailing spaces (grep for ' \r?$' in visual studio)
omar
committed
on 17 Sep 2019
|
|
BeginTabItem: Fixed case where right-most tab would create an extraneous draw calls (probably related to other tab fitting code in 1.73 wip)
omar
committed
on 17 Sep 2019
|
|
2019-09-16 |
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
|
Fix DragScalar for unsigned types (#2780)
...
Bagrat Dabaghyan
authored
on 15 Sep 2019
omar
committed
on 16 Sep 2019
|
|
2019-08-30 |
ColorEdit: Disable Hue edit when Saturation==0 instead of letting Hue values jump around.
omar
committed
on 30 Aug 2019
|
DragInt, DragFloat, DragScalar: Using (v_min > v_max) allows locking any edit to the value.
omar
committed
on 30 Aug 2019
|
|
2019-08-29 |
TabBar: feed desired width (sum of unclipped tabs width) into layout system to allow for auto-resize. (#2768)
...
omar
committed
on 29 Aug 2019
|
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 |
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 |
|
2019-08-19 |
TabBar: fixed ScrollToBar request creating bouncing loop when tab is larger than available space.
omar
committed
on 19 Aug 2019
|
2019-08-16 |
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 |
Version 1.73 WIP
omar
committed
on 1 Aug 2019
|
2019-07-31 |
Version 1.72b (patch for nav)
omar
committed
on 31 Jul 2019
|
Nav: Made hovering non-MenuItem Selectable not re-assign the source item for keyboard navigation.
omar
committed
on 31 Jul 2019
|
|
2019-07-30 |
Internal: Avoid using GImGui multiple times in same function.
omar
committed
on 30 Jul 2019
|
2019-07-29 |
Version 1.73 WIP
omar
committed
on 29 Jul 2019
|
2019-07-27 |
Version 1.72
omar
committed
on 27 Jul 2019
|
2019-07-23 |
Internals: Added IMGUI_DEBUG_INI_SETTINGS. Made IMGUI_DEBUG_LOG redefinable in imconfig.h. Comments. Fix to allow Metrics's NodeWindow() being called with a NULL window.
omar
committed
on 23 Jul 2019
|
Internals: Merge in minor noise from wip Tables branch to simplify further merging.
omar
committed
on 23 Jul 2019
|
|
ImDrawList: Using ImDrawCornerFlags instead of int in various apis.
...
omar
committed
on 23 Jul 2019
|
|
2019-07-22 |
Scrolling: Made it possible for mouse wheel and navigation-triggered scrolling to override a call to SetScrollX()/SetScrollY(), making it possible to use a simpler stateless pattern for auto-scrolling.
...
omar
committed
on 22 Jul 2019
|