2019-05-06 |
Version 1.70
omar
committed
on 6 May 2019
|
---|---|
2019-05-02 |
Demo: Improved trees in columns demo. (#2136)
omar
committed
on 2 May 2019
|
2019-04-29 |
Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function.
omar
committed
on 29 Apr 2019
|
Amend 48a09a7 with changelog, breaking changes, tweak demo code for spacing. (#2518)
omar
committed
on 29 Apr 2019
|
|
Improved algorithm for mitre joints on thick lines
Richard Mitton
authored
on 27 Apr 2019
omar
committed
on 29 Apr 2019
|
|
2019-04-28 |
Popups: Closes popup at the time of FocusWindow(). Fixes right-click from closing all popups instead of aiming at the hovered popup level (regression in 1.67's ae76a1fd).
omar
committed
on 28 Apr 2019
|
2019-04-24 |
Misc comments, internal renaming, added disable indentation option to Columns demo section.
omar
committed
on 24 Apr 2019
|
2019-04-18 |
Added SetNextItemWidth() helper to avoid using PushItemWidth/PopItemWidth() for single items.
omar
committed
on 18 Apr 2019
|
Demo: Documents: Fix misusage of ListBoxHeader().
omar
committed
on 18 Apr 2019
|
|
2019-04-17 |
Internals: Columns: Tweaks, renaming. Metrics: Show rectangles for child windows.
...
omar
committed
on 17 Apr 2019
|
2019-04-16 |
Merged a bunch of small changes from Docking branch to reduce the difference between branches.
...
omar
committed
on 16 Apr 2019
|
2019-04-12 |
Internals, Docs: Added a bunch of clarification about ButtonBehavior in the form of a table (and to facilitate writing tests)
omar
committed
on 12 Apr 2019
|
2019-04-11 |
Demo: Comments, tweaks, removed some uses of ImColor helpers.
omar
committed
on 11 Apr 2019
|
2019-04-03 |
InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336)
...
omar
committed
on 3 Apr 2019
|
2019-04-02 |
Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). + demo typo
omar
committed
on 2 Apr 2019
|
2019-03-25 |
IsWindowHovered() made change which should have no effect in master but fix result of IsWindowHovered(ImGuiHoveredFlags_ChildWindows) over multiple viewport in docking branch. (#2432)
omar
committed
on 25 Mar 2019
|
2019-03-16 |
Comments, todo list, remove trailing spaces.
omar
committed
on 16 Mar 2019
|
2019-03-15 |
GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)
omar
committed
on 15 Mar 2019
|
Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized GL function loaders early, and help users understand what they are missing. (#2421)
omar
committed
on 15 Mar 2019
|
|
Version 1.70 WIP
omar
committed
on 15 Mar 2019
|
|
2019-03-13 |
Demo: Custom rendering: Minor sizing issue fix.
omar
committed
on 13 Mar 2019
|
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
|
2019-03-12 |
Fixed Clang and PVS warnings.
omar
committed
on 12 Mar 2019
|
Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
omar
committed
on 12 Mar 2019
|
|
2019-03-08 |
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown
authored
on 7 Mar 2019
omar
committed
on 8 Mar 2019
|
2019-03-06 |
Demo: Renamed ShowHelpMarker() -> HelpMarker(). Fixed minor PVS warning. Removed unnecessary casts.
omar
committed
on 6 Mar 2019
|
InputTextWithHint: Fix for Password fields. Update changelog, demo. (#2400)
omar
committed
on 6 Mar 2019
|
|
Added InputTextWithHint() (#2400)
...
Lucas Lazare
authored
on 6 Mar 2019
omar
committed
on 6 Mar 2019
|
|
2019-03-05 |
Demo: Added flags to InputTextMulttiline() demo.
omar
committed
on 5 Mar 2019
|
2019-03-04 |
Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391)
...
omar
committed
on 4 Mar 2019
|