2019-09-24 |
Version 1.73
omar
committed
on 24 Sep 2019
|
---|---|
2019-09-23 |
Demo tweaks. Comments. Compacting the rarely used AutoFitXXX fields in ImGuiWindowTempData.
omar
committed
on 23 Sep 2019
|
Internal: Refactored internal RenderMouseCursor so colors can be specified. (#2614)
omar
committed
on 23 Sep 2019
|
|
Internal: Tree: tweaks (initially tried to implement auto-scrolling, stashed)
omar
committed
on 23 Sep 2019
|
|
2019-09-20 |
Readme, Wiki: Image loading examples.
omar
committed
on 20 Sep 2019
|
2019-09-18 |
Fixed unused static function warning for some compilers. (#2793)
omar
committed
on 18 Sep 2019
|
2019-09-17 |
Style: Allow style.WindowMenuButtonPosition to be set to ImGuiDir_None to hide the collapse button. (#2634, #2639)
...
omar
committed
on 17 Sep 2019
|
|
|
Remove trailing spaces (grep for ' \r?$' in visual studio)
omar
committed
on 17 Sep 2019
|
|
Font: Narrow ellipsis: once we know an ellipsis is going to be drawn, we can claim the space between pos_max.x and ellipsis_max.x which gives us enough extra space to not requires the further (and otherwise valid) optimizations. Gets us vastly simplified code, yay. (#2775)
omar
committed
on 17 Sep 2019
|
|
Font: Narrow ellipsis: various minor stylistic tweaks (#2775)
omar
committed
on 17 Sep 2019
|
|
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
|
|
Fix signed types warning in pasteboard handler (#2786)
Qix
authored
on 17 Sep 2019
omar
committed
on 17 Sep 2019
|
|
2019-09-16 |
Nav, Scrolling: Added support for Home/End key. (#787)
omar
committed
on 16 Sep 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
|
|
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 |
Using offsetof() when available in C++11. Avoids Clang sanitizer complaining about old-style macros. (#94)
omar
committed
on 22 Aug 2019
|
More typos in comments (#2738)
omar
committed
on 22 Aug 2019
|
|
|
|
2019-08-19 |
Internals: Renaming window size calc functions.
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 |
Internal: Made ScrollToBringRectIntoView() handle recursing back to scroll parent window, so the function can be called elsewhere (instead of 1 deep recursion done in NavUpdateMoveResult().
omar
committed
on 31 Jul 2019
|
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 refactor: moved all Scroll related functions in a same spot.
omar
committed
on 30 Jul 2019
|
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
|
|
Internal: Avoid using GImGui multiple times in same function.
omar
committed
on 30 Jul 2019
|
|
Nav: Fixed an issue with NavFlattened window flag where widgets not entirely fitting in child window (often selectable because of their extruded bits) would be not considered to navigate toward the child window. (#787)
...
omar
committed
on 30 Jul 2019
|