2019-09-17 |
Remove trailing spaces (grep for ' \r?$' in visual studio)
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
|
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
|
2019-08-28 |
Disable with ConfigWindowsMemoryCompactTimer < 0.0f (#2636)
omar
committed
on 28 Aug 2019
|
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
|
|
Demo: PlotLine example displays the average value. (#2759) + extra comments
Hanif Bin Ariffin
authored
on 26 Aug 2019
omar
committed
on 28 Aug 2019
|
|
2019-08-23 |
Internals: Storing settings using ImVec2ih to match what we are doing with dock node. + removed ImMax from reading Size value (done in Begin) + removed seemingly unnecessary FLT_MAX compare in SettingsHandlerWindow_WriteAll.
...
omar
committed
on 23 Aug 2019
|
2019-08-22 |
ImDrawList: clarified the name of many parameters so reading the code is a little easier. (#2740)
omar
committed
on 22 Aug 2019
|
More typos in comments (#2738)
omar
committed
on 22 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
|
Scrolling, Nav: Fixed programmatic scroll leading to a slightly incorrect scroll offset when the window has decorations or a menu-bar (broken in 1.71). This was mostly noticeable when a keyboard/gamepad movement led to scrolling the view, or using e.g. SetScrollHereY() function. Fix/amend a0994d74.
omar
committed
on 31 Jul 2019
|
|
2019-07-30 |
Internal: Moved NavScrollToBringItemIntoView() declaration to imgui_internal.h. Fixed spacing missing in 494d804. Fixed changelog wreck from 1.72.
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-26 |
|
2019-07-23 |
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
|
2019-07-21 |
Columns: Made GetColumnOffset() and GetColumnWidth() behave when there's no column set, consistently with other column functions + fixed Columns demo (#2683)
omar
committed
on 21 Jul 2019
|
2019-07-19 |
Columns: Fix support for BeginColumns() with a count of 1 (not that this isn't available via the old Columns() api). Tweaked Demo to facilitate testing for it.
omar
committed
on 19 Jul 2019
|
2019-07-17 |
Misc: Made Button(), ColorButton() not trigger an "edited" event leading to IsItemDeactivatedAfterEdit() returning true. This also effectively make ColorEdit4() not incorrect trigger IsItemDeactivatedAfterEdit() when clicking the color button to open the picker popup. (#1875)
...
omar
committed
on 17 Jul 2019
|
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 |
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 |
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
|
2019-07-14 |
Moved ImGuiColumnsFlags erroneously forward declared in imgui.h + demo bit.
omar
committed
on 14 Jul 2019
|
2019-07-01 |
Scrollbar: Avoid overlapping the opposite side when window (often a child window) is forcibly too small.
omar
committed
on 1 Jul 2019
|
Added SetScrollXHere, SetScrollFromPosX: Changelog, demo, comments (#1580).
omar
committed
on 1 Jul 2019
|
|
2019-06-29 |
Internals: ImGuiListClipper using absolute coordinate (instead of relative one). Minor no-op tweaks + ImDrawListSplitter assert
omar
committed
on 29 Jun 2019
|
2019-06-23 |
Demo: Using ImVec2(-FLT_MIN,0.0f) instead of ImVec2(-1.0f,0.0f) where it makes sense. (#2449)
omar
committed
on 23 Jun 2019
|
2019-06-17 |
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
|