History for imgui / imgui.h
2019-02-06
@omar
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
@omar
Merge branch 'master' into docking ...
omar committed on 5 Feb 2019
@omar
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
@omar
ImGuiTextBuffer: Fix size() to allow using ImGuiTextBuffer with resize(0) patterns.
omar committed on 5 Feb 2019
2019-02-01
@omar
Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already).
omar committed on 1 Feb 2019
@omar
Merge branch 'master' into docking ...
omar committed on 1 Feb 2019
@omar
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
@omar
Merged from Docking branch: non-const ImVec2[] operator.
omar committed on 1 Feb 2019
2019-01-31
@omar
Merge branch 'master' into docking ...
omar committed on 31 Jan 2019
@Michael Savage
Fixed doc typo (#2326)
Michael Savage authored on 31 Jan 2019 omar committed on 31 Jan 2019
2019-01-30
@omar
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
@omar
Added ImGuiDockNodeFlags_AutoHideTabBar. (#2109)
omar committed on 29 Jan 2019
2019-01-27
@omar
Merge branch 'master' into docking ...
omar committed on 27 Jan 2019
@omar
Revert "Added PushID(size_t sz) helper (may not be useful/meaningful for non C/C++ languages)." ...
omar committed on 27 Jan 2019
@omar
Using IM_UNUSED() macro.
omar committed on 27 Jan 2019
@omar
Fix various XCode and PVS-Studio static analyzer warnings (#2309)
omar committed on 27 Jan 2019
@omar
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
@omar
Merge branch 'viewport' into docking ...
omar committed on 21 Jan 2019
@omar
Merge branch 'master' into viewport ...
omar committed on 21 Jan 2019
@omar
Internals: Tweaks. Comments about PushID/GetID public function.
omar committed on 21 Jan 2019
2019-01-20
@omar
ImGuiTextBuffer: Added append() function (unformatted).
omar committed on 20 Jan 2019
@omar
Merge branch 'viewport' into docking ...
omar committed on 20 Jan 2019
@omar
Merge branch 'master' into viewport ...
omar committed on 20 Jan 2019
@omar
Removed trailing spaces (#2038, #2299)
omar committed on 20 Jan 2019
@omar
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
@omar
Merge branch 'viewport' into docking ...
omar committed on 17 Jan 2019
@omar
Merge branch 'master' into viewport ...
omar committed on 17 Jan 2019
2019-01-15
@omar
FreeType: Minor tweaks previous commit (#2285)
omar committed on 15 Jan 2019
@omar
Merge branch 'viewport' into docking
omar committed on 15 Jan 2019
@omar
Merge branch 'master' into viewport ...
omar committed on 15 Jan 2019