2019-09-20 |
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 |
Warning fix.
omar
committed
on 18 Sep 2019
|
TreeNode: Added ImGuiTreeNodeFlags_SpanAvailWidth and ImGuiTreeNodeFlags_SpanFullWidth flags (#2451, #2438, #1897)
...
omar
committed
on 18 Sep 2019
|
|
Fixed unused static function warning for some compilers. (#2793)
omar
committed
on 18 Sep 2019
|
|
2019-09-17 |
ImDrawListSplitter: fixed an issue merging channels if the last submitted draw command used a different texture. (#2506)
omar
committed
on 17 Sep 2019
|
Style: Allow style.WindowMenuButtonPosition to be set to ImGuiDir_None to hide the collapse button. (#2634, #2639)
...
omar
committed
on 17 Sep 2019
|
|
|
|
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
|
|
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
|
|
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
|
|
Examples: SDL/GLFW + OpenGL3: Fixes for Makefile (#2774)
...
NeroBurner
authored
on 17 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 |
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
|
Nav, Scrolling: Added support for Home/End key. (#787)
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
|
|
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-31 |
Fixed missing IMGUI_API for IsMouseDragPastThreshold().
omar
committed
on 31 Aug 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 |
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
|
|
SliderScalar: Improved assert when using U32 or U64 types with a large v_max value. (#2765)
...
omar
committed
on 28 Aug 2019
|
|
Rebased imstb_rectpack on stb_rect_pack v1.00.
Tommy Nguyen
authored
on 27 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
|