History for imgui / imgui_demo.cpp
2018-12-18
@omar
Tidying up README, moved entries to FAQ, updated screenshots, removed comma in title.
omar committed on 18 Dec 2018
2018-12-14
@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
Comments, minor tweaks.
omar committed on 13 Dec 2018
2018-12-11
@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
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
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-03
@omar
Comments, tweak
omar committed on 3 Dec 2018
@omar
Version 1.67 WIP (again, this time IMGUI_VERSION_NUM has leeway for another hot-fix).
omar committed on 3 Dec 2018
@omar
Version 1.66b (will revisit how to change IMGUI_VERSION_NUM across versions, this commit reduces the numerical IMGUI_VERSION_NUM compared to the commit on Nov 22).
omar committed on 3 Dec 2018
2018-11-30
@omar
Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was.
omar committed on 30 Nov 2018
@omar
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar committed on 30 Nov 2018
@omar
Added ShowAboutWindow(), About Window now showing various config/build information.
omar committed on 30 Nov 2018
2018-11-22
@omar
Version 1.67 WIP
omar committed on 22 Nov 2018
@omar
Version 1.66
omar committed on 22 Nov 2018
2018-11-05
@Torkel Bjørnson-Langen
Doc: Fixed comments referring to LoadFromFileTTF() instead of AddFontFromFileTTF() (#2153)
Torkel Bjørnson-Langen authored on 5 Nov 2018 omar committed on 5 Nov 2018
2018-10-25
@omar
Demo: Removed one level of indentation in the ShowDemoWindowXXX functions (6 kb worth of spaces!). Will break some merge/PR.
omar committed on 25 Oct 2018
@omar
Demo: Split the contents of ShowDemoWindow() into smaller functions as it appears to speed up link time with VS. (#2152)
omar committed on 25 Oct 2018
@omar
Comments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.
omar committed on 25 Oct 2018
2018-10-16
@omar
Demo: Added comments / tweaks related to the popups.
omar committed on 16 Oct 2018
2018-10-15
@omar
Window: Added ImGuiWindowFlags_NoBackground flag for consistency and to ease creating new flag combinations. Added ImGuiWindowFlags_NoDecoration helper flag which is essentially NoTitleBar+NoResize+NoScrollbar+NoCollapse. (#1660)
omar committed on 15 Oct 2018
2018-10-12
@omar
Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096) ...
omar committed on 12 Oct 2018
2018-09-26
@omar
Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete).
omar committed on 26 Sep 2018
2018-09-20
@omar
ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different. ...
omar committed on 20 Sep 2018
2018-09-11
@omar
DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). Disabled setting a default drag speed when one edge is FLT_MAX. (#2024)
omar committed on 11 Sep 2018
2018-09-10
@omar
Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
omar committed on 10 Sep 2018
2018-09-06
@omar
Version 1.66 WIP
omar committed on 6 Sep 2018
@omar
Version 1.65
omar committed on 6 Sep 2018
@omar
Refactor: Tweaked and improved the sectioning to facilitate grepping/moving around and applied to all files. (#2036)
omar committed on 6 Sep 2018