2019-02-06 |
Added IsItemActivated() as an extension to the IsItemDeactivated/IsItemDeactivatedAfterEdit functions which are useful to implement variety of undo patterns. (#820, #956, #1875)
omar
committed
on 6 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
|
|
ImGuiTextBuffer: Fix size() to allow using ImGuiTextBuffer with resize(0) patterns.
omar
committed
on 5 Feb 2019
|
|
2019-02-01 |
Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already).
omar
committed
on 1 Feb 2019
|
|
|
Merged from Docking branch: Various small changes, comments, typos fixes, moved blocks. To reduce overall drift. Should be no-op.
omar
committed
on 1 Feb 2019
|
|
Merged from Docking branch: non-const ImVec2[] operator.
omar
committed
on 1 Feb 2019
|
|
2019-01-31 |
|
Fixed doc typo (#2326)
Michael Savage
authored
on 31 Jan 2019
omar
committed
on 31 Jan 2019
|
|
2019-01-30 |
Viewport: Added ImGuiViewportFlags_NoFocusOnClick + support in imgui_impl_win32. Made windows with no decoration always set the _NoFocus flags. (#1542, #2117)
...
omar
committed
on 30 Jan 2019
|
2019-01-29 |
Added ImGuiDockNodeFlags_AutoHideTabBar. (#2109)
omar
committed
on 29 Jan 2019
|
2019-01-27 |
|
Revert "Added PushID(size_t sz) helper (may not be useful/meaningful for non C/C++ languages)."
...
omar
committed
on 27 Jan 2019
|
|
Using IM_UNUSED() macro.
omar
committed
on 27 Jan 2019
|
|
Fix various XCode and PVS-Studio static analyzer warnings (#2309)
omar
committed
on 27 Jan 2019
|
|
Added PushID(size_t sz) helper (may not be useful/meaningful for non C/C++ languages).
omar
committed
on 27 Jan 2019
|
|
2019-01-21 |
|
|
|
Internals: Tweaks. Comments about PushID/GetID public function.
omar
committed
on 21 Jan 2019
|
|
2019-01-20 |
ImGuiTextBuffer: Added append() function (unformatted).
omar
committed
on 20 Jan 2019
|
|
|
|
|
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 |
|
|
|
2019-01-15 |
FreeType: Minor tweaks previous commit (#2285)
omar
committed
on 15 Jan 2019
|
Merge branch 'viewport' into docking
omar
committed
on 15 Jan 2019
|
|
|