2019-02-19 |
Version 1.69 WIP
omar
committed
on 19 Feb 2019
|
---|---|
Version 1.68
omar
committed
on 19 Feb 2019
|
|
2019-02-18 |
Font: Fixed assert when specifying duplicate/overlapping ranges within a same font. (#2353, #2233)
omar
committed
on 18 Feb 2019
|
2019-02-14 |
Examples: Extracted gamepad code into ImGui_ImplGlfw_UpdateGamepads(). Renamed matching Win32 function for consistency.
...
omar
committed
on 14 Feb 2019
|
2019-02-11 |
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale).
...
omar
committed
on 11 Feb 2019
|
2019-02-09 |
ImFont: Rearranged members toward an optimal CalcTextSize() loop. Removed comments from destructor. Made constructor more explicit.
omar
committed
on 9 Feb 2019
|
2019-02-05 |
Tabs: Non-docking tab bars are storing names to allow tab list button + whole style scaling. Added ImGuiTabBarFlags_TabListPopupButton flag to show a popup button on manual tab bars. Locking FramePadding for the scope of a tab-bar to avoid sheering/clipping of tab item. Made scaling of tab ellipsis less awkward. (#261, #351)
omar
committed
on 5 Feb 2019
|
2019-02-04 |
Fonts: Fixed crash if FontGlobalScale is zero. Correctly debug naming default font if not 13 px. Demo: Moved PopupRounding along with other rounding values. Metrics: Displaying indexes with idx to be correct / less misleading.
omar
committed
on 4 Feb 2019
|
2019-01-27 |
Persistently fixing some PVS-Studio static analyzer false positive warnings.
omar
committed
on 27 Jan 2019
|
Fix various XCode and PVS-Studio static analyzer warnings (#2309)
omar
committed
on 27 Jan 2019
|
|
2019-01-20 |
Removed trailing spaces (#2038, #2299)
omar
committed
on 20 Jan 2019
|
Added checks for "zero-as-null-pointer-constant" warnings for older Clang (#2299, followup to #2277)
omar
committed
on 20 Jan 2019
|
|
2019-01-17 |
ImFontAtlas: Added 0x2000-0x206F general punctuation range to default ChineseFull/ChineseSimplifiedCommon ranges. (#2093)
omar
committed
on 17 Jan 2019
|
2019-01-16 |
ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle" with a small number of segments (e.g. an hexagon). (#2287) [@baktery]
...
omar
committed
on 16 Jan 2019
|
Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!)
omar
committed
on 16 Jan 2019
|
|
2019-01-15 |
Version 1.68 WIP
omar
committed
on 15 Jan 2019
|
2019-01-14 |
Version 1.67
omar
committed
on 14 Jan 2019
|
2019-01-13 |
Added a bunch of diagnostic ignore to cope with Clang -Weverything being absurd. Also fixed two legit warnings. (#2277)
omar
committed
on 13 Jan 2019
|
2019-01-11 |
ImFontAtlas: Fixed allocating for last bit (would only affect is that last codepoint is a multiple of 32). (#2270)
omar
committed
on 11 Jan 2019
|
2019-01-10 |
|
2019-01-08 |
ImDrawList: Optimized some of the functions for performance of debug builds where non-inline function call cost are non-negligible.
omar
committed
on 8 Jan 2019
|
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
|