History for imgui / imgui_demo.cpp
2019-05-07
@omar
Version 1.71 WIP + fixed minor typo
omar committed on 7 May 2019
2019-05-06
@omar
Version 1.70
omar committed on 6 May 2019
@omar
Merge branch 'master' into docking ...
omar committed on 6 May 2019
2019-05-02
@omar
Demo: Improved trees in columns demo. (#2136)
omar committed on 2 May 2019
@omar
Merge branch 'master' into docking ...
omar committed on 2 May 2019
2019-04-29
@omar
Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function.
omar committed on 29 Apr 2019
@omar
Merge branch 'master' into docking ...
omar committed on 29 Apr 2019
@omar
Amend 48a09a7 with changelog, breaking changes, tweak demo code for spacing. (#2518)
omar committed on 29 Apr 2019
@Richard Mitton
Improved algorithm for mitre joints on thick lines
Richard Mitton authored on 27 Apr 2019 omar committed on 29 Apr 2019
2019-04-28
@omar
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-25
@omar
Merge branch 'master' into docking ...
omar committed on 25 Apr 2019
2019-04-24
@omar
Misc comments, internal renaming, added disable indentation option to Columns demo section.
omar committed on 24 Apr 2019
2019-04-19
@omar
Merge branch 'master' into docking ...
omar committed on 19 Apr 2019
2019-04-18
@omar
Added SetNextItemWidth() helper to avoid using PushItemWidth/PopItemWidth() for single items.
omar committed on 18 Apr 2019
@omar
Demo: Documents: Fix misusage of ListBoxHeader().
omar committed on 18 Apr 2019
2019-04-17
@omar
Internals: Columns: Tweaks, renaming. Metrics: Show rectangles for child windows. ...
omar committed on 17 Apr 2019
2019-04-16
@omar
Merge branch 'master' into docking ...
omar committed on 16 Apr 2019
@omar
Merged a bunch of small changes from Docking branch to reduce the difference between branches. ...
omar committed on 16 Apr 2019
2019-04-13
@omar
Merge branch 'master' into docking ...
omar committed on 13 Apr 2019
2019-04-12
@omar
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
@omar
Merge branch 'master' into docking ...
omar committed on 11 Apr 2019
@omar
Demo: Comments, tweaks, removed some uses of ImColor helpers.
omar committed on 11 Apr 2019
2019-04-03
@omar
Merge branch 'master' into docking ...
omar committed on 3 Apr 2019
@omar
InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336) ...
omar committed on 3 Apr 2019
2019-04-02
@omar
Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). + demo typo
omar committed on 2 Apr 2019
2019-03-27
@omar
Renamed ImGuiDockNodeFlags_Dockspace to ImGuiDockNodeFlags_DockSpace for consistency. DockBuilderCopyDockspace() to DockBuilderCopyDockSpace(). Made casing consistent elsewhere. (#2109)
omar committed on 27 Mar 2019
@omar
Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
omar committed on 27 Mar 2019
2019-03-26
@omar
Docking: Fixed crash with ImGuiDockNodeFlags_AutoHideTabBar flag. (#2423, #2109)
omar committed on 26 Mar 2019
2019-03-25
@omar
Merge branch 'master' into docking ...
omar committed on 25 Mar 2019
@omar
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