2019-01-07 |
Tweak changelog + tweak internal render helper functions.
omar
committed
on 7 Jan 2019
|
---|---|
2019-01-06 |
Renamed ImFont::GlyphRangesBuilder to ImFontGlyphRangesBuilder. Keep redirection typedef (will obsolete).
omar
committed
on 6 Jan 2019
|
2018-12-19 |
Changed ImGuiCol_ChildBg to (0,0,0,0) in Dark style instead of (1,1,1,0), to match other styles. Shouldn't have any effect for the end-user.
omar
committed
on 19 Dec 2018
|
2018-12-11 |
Added BETA api for Tab Bar/Tabs widgets. (#261, #351) (merged this feature from the from Docking branch so it can be used earlier as as standalone feature)
...
omar
committed
on 11 Dec 2018
|
2018-12-03 |
Version 1.67 WIP (again, this time IMGUI_VERSION_NUM has leeway for another hot-fix).
omar
committed
on 3 Dec 2018
|
Version 1.66b (will revisit how to change IMGUI_VERSION_NUM across versions, this commit reduces the numerical IMGUI_VERSION_NUM compared to the commit on Nov 22).
omar
committed
on 3 Dec 2018
|
|
2018-11-30 |
Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was.
omar
committed
on 30 Nov 2018
|
Include <alloca.h> also on macOS (and osxcross) (#2218)
Sebastian Krzyszkowiak
authored
on 30 Nov 2018
omar
committed
on 30 Nov 2018
|
|
2018-11-22 |
Version 1.67 WIP
omar
committed
on 22 Nov 2018
|
Version 1.66
omar
committed
on 22 Nov 2018
|
|
2018-10-15 |
Fix Clang/GCC's null-conversion warning: (#2081)
...
Elias Daler
authored
on 15 Oct 2018
omar
committed
on 15 Oct 2018
|
2018-10-12 |
Fixes crash introduced in previous commit 9cf94d5.
omar
committed
on 12 Oct 2018
|
RenderText(), InputTextMultiline(): Optimization for large text by using memchr, wmemchr, wcschr when appropriate.
omar
committed
on 12 Oct 2018
|
|
2018-09-21 |
ImDrawList: Fixed AddConvexPolyFilled() undefined behavior when passing points_count smaller than 3, in particular, points_count==0 could lead to a memory stomp if the draw list was previously empty.
omar
committed
on 21 Sep 2018
|
2018-09-11 |
Internals: Replace unsigned short with ImWchar when dealing with character storage. (#2078)
ice1000
authored
on 11 Sep 2018
omar
committed
on 11 Sep 2018
|
2018-09-06 |
Version 1.66 WIP
omar
committed
on 6 Sep 2018
|
Version 1.65
omar
committed
on 6 Sep 2018
|
|
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
...
omar
committed
on 6 Sep 2018
|
|
Refactor: Tweaked and improved the sectioning to facilitate grepping/moving around and applied to all files. (#2036)
omar
committed
on 6 Sep 2018
|
|
2018-09-03 |
Version 1.65 WIP
omar
committed
on 3 Sep 2018
|
2018-08-31 |
Version 1.64
omar
committed
on 31 Aug 2018
|
Tweak comments and indexes
omar
committed
on 31 Aug 2018
|
|
2018-08-30 |
Refactor: Moved Scrollbar function from imgui.cpp to imgui_widgets.cpp, added file index (#2036)
omar
committed
on 30 Aug 2018
|
Version 1.64 WIP
omar
committed
on 30 Aug 2018
|
|
2018-08-29 |
Version 1.63
omar
committed
on 29 Aug 2018
|
Internals: Tidying up, moving helpers to imgui_internal.h (in prevision of 1.64 refactor)
omar
committed
on 29 Aug 2018
|
|
2018-08-25 |
ImFontAtlas Comments (#2042) + added ImGuiFontAtlas_None for consistency.
omar
committed
on 25 Aug 2018
|
2018-08-22 |
ImDrawList: Large text passed to AddText() are being scanned for their end in order to avoid pre-reserving too many vertices.
omar
committed
on 22 Aug 2018
|
ImDrawList: Fixed clipping of leading lines above the clipping rectangle from counting in the worst case vertices reservation. (fix code added in #200!)
omar
committed
on 22 Aug 2018
|
|
2018-08-09 |
Internals: Extracted RenderMouseCursor() out of EndFrame(). Moved to imgui_draw.cpp along with RenderArrowPointingAt(). Comments. (#2013)
omar
committed
on 9 Aug 2018
|