History for imgui / imgui_demo.cpp
2019-01-02
@omar
Docking: Renamed SetNextWindowId() -> SetNextWindowID() for consistency. (function vs member are still horribly inconsistent atm)
omar committed on 2 Jan 2019
@omar
Merge branch 'master' into viewport ...
omar committed on 2 Jan 2019
@omar
Renamed ImGuiDockFamily to ImGuiWindowClass. Renamed CompatibleWithClassZero to DockingAllowUnclassed. (#2109)
omar committed on 2 Jan 2019
@omar
InputFloat: When using ImGuiInputTextFlags_ReadOnly the step buttons are disabled. (#2257)
omar committed on 2 Jan 2019
2018-12-20
@omar
Merge branch 'viewport' into docking ...
omar committed on 20 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 20 Dec 2018
2018-12-19
@omar
Fixed using SetNextWindowPos() on a child window (which wasn't really documented) position the cursor as expected in the parent window, so there is no mismatch between the layout in parent and the position of the child window. Demo tweak and adding some child window stuff
omar committed on 19 Dec 2018
2018-12-18
@omar
Tidying up README, moved entries to FAQ, updated screenshots, removed comma in title.
omar committed on 18 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 18 Dec 2018
2018-12-14
@omar
Merge branch 'master' into docking ...
omar committed on 14 Dec 2018
@omar
Internals: Popup related comments. Renamed the misleading internal ClosePopup() function. Added bool* test to BeginPopupModal in demo.
omar committed on 14 Dec 2018
2018-12-13
@omar
Merge branch 'viewport' into docking ...
omar committed on 13 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 13 Dec 2018
@omar
Comments, minor tweaks.
omar committed on 13 Dec 2018
2018-12-11
@omar
Merge branch 'master' into docking ...
omar committed on 11 Dec 2018
@omar
Demo: Using Tabs in Style Editor and Simple Layout example. + Adding missing early out in About and Documents examples.
omar committed on 11 Dec 2018
@omar
Demo: Fix collateral damage of 54a60aa
omar committed on 11 Dec 2018
@omar
Demo: Fix collateral damage of 54a60aa
omar committed on 11 Dec 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 11 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 11 Dec 2018
@omar
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-10
@omar
Merge branch 'viewport' into docking + moved io.ConfigFlags ImGuiConfigFlags_DockingNoSplit to io.ConfigDockingNoSplit ...
omar committed on 10 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 10 Dec 2018
@omar
Added io.ConfigWindowsMoveFromTitleBarOnly option. Still is ignored by window with no title bars (often popups). This affects clamping window within the visible area: with this option enabled title bars need to be visible. (#899) ...
omar committed on 10 Dec 2018
@omar
Renamed io.ConfigResizeWindowsFromEdges to io.ConfigWindowsResizeFromEdges and removed its [Beta] mark. Resizing windows from edge is now enabled by default (io.ConfigWindowsResizeFromEdges=true). Note that it only works _if_ the back-end sets ImGuiBackendFlags_HasMouseCursors, which the standard back-end do.
omar committed on 10 Dec 2018
2018-12-04
@omar
Docking: Documenting an issue. Renamed member of ImGuiDockFamily.
omar committed on 4 Dec 2018
@omar
Docking: Added io.ConfigDockingTabBarOnSingleWindows option (mostly made possible by the previous fixes). ...
omar committed on 4 Dec 2018
2018-12-03
@omar
Merge branch 'viewport' into docking ...
omar committed on 3 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 3 Dec 2018
@omar
Comments, tweak
omar committed on 3 Dec 2018