2019-09-24 |
Version 1.73
omar
committed
on 24 Sep 2019
|
---|---|
2019-09-23 |
Internal: Refactored internal RenderMouseCursor so colors can be specified. (#2614)
omar
committed
on 23 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
|
|
|
Remove trailing spaces (grep for ' \r?$' in visual studio)
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
|
|
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
|
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
|
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 |
ImDrawList: Using ImDrawCornerFlags instead of int in various apis.
...
omar
committed
on 23 Jul 2019
|
2019-07-12 |
Renamed ImFontAtlas::CustomRect to ImFontAtlasCustomRect. Keep redirection typedef (will obsolete).
omar
committed
on 12 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-27 |
Style: Attenuated default opacity of ImGuiCol_Separator in Classic and Light styles.
omar
committed
on 27 Jun 2019
|
2019-06-18 |
Word-wrapping: Fixed overzealous word-wrapping when glyph edge lands exactly on the limit. Because of this, auto-fitting exactly unwrapped text would make it wrap. (fixes initial 1.15 commit, 78645a7d).
omar
committed
on 18 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
|
ImDrawList: Fixed CloneOutput() helper crashing. Also removed unnecessary risk from ImDrawList::Clear(), draw lists are being clear before use each frame anyway. (#1860)
omar
committed
on 17 Jun 2019
|
|
2019-06-14 |
ImDrawList::ChannelsSplit(), ImDrawListSlitter: Fixed an issue with merging draw commands between channels 0 and 1. (#2624) Introduced by
cef88f6 .
omar
committed
on 14 Jun 2019
|
Version 1.72 WIP
omar
committed
on 14 Jun 2019
|
|
2019-06-12 |
Version 1.71 + comments
omar
committed
on 12 Jun 2019
|
2019-06-11 |
Readme, comments, dear imgui prefixes
omar
committed
on 11 Jun 2019
|
ImDrawListSplitter: Don't merge draw commands when crossing a VtxOffset boundary + Renamed fields ImDrawChannels to consistently suggest those are internal structures.
omar
committed
on 11 Jun 2019
|
|
2019-06-10 |
ImDrawListSplitter: Fix idx offset when merging (cef88f6) (#2591)
omar
committed
on 10 Jun 2019
|
2019-06-07 |
Internals: Added drawlist and color arg to RenderArrow(), RenderBullet(). Reordered args for RenderPixelEllipsis.
omar
committed
on 7 Jun 2019
|
2019-05-31 |
ImDrawListSplitter: Support merging consecutive draw commands straddling two channels. Support zero-init.
omar
committed
on 31 May 2019
|
ImDrawListSplitter: extracted out of ImDrawList. Down the line we may obsolete the ImDrawList functions and encourage users to store the splitter aside, in the meanwhile ImDrawList holds a splitter.
...
omar
committed
on 31 May 2019
|
|
ImDrawList: Fix broken channel splitting (another issue when the first channel is empty) (#2591) + fixed warnings with newer VS
omar
committed
on 31 May 2019
|
|
2019-05-30 |
Include <alloca.h> also when __SWITCH__ is defined (#2595)
...
Sebastian Krzyszkowiak
authored
on 30 May 2019
omar
committed
on 30 May 2019
|