2018-12-11 |
Added ImGuiWindowFlags_UnsavedDocument window flag to append '*' to title without altering the ID, as a convenience to avoid using the ### operator. (merged from Docking branch)
omar
committed
on 11 Dec 2018
|
---|---|
Using named flags instead of 0 + shallow formatting tweaks from other branches.
omar
committed
on 11 Dec 2018
|
|
2018-12-10 |
Merge branch 'viewport' into docking + moved io.ConfigFlags ImGuiConfigFlags_DockingNoSplit to io.ConfigDockingNoSplit
...
omar
committed
on 10 Dec 2018
|
|
|
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
|
|
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-06 |
|
|
|
Viewport: Win32, GLFW, SDL: Clarified back-ends by using global mouse position direction. GLFW: disabled io.MouseHoveredViewport setting under Mac/Linux. (#1542, #2117) + various comments.
omar
committed
on 6 Dec 2018
|
|
2018-12-04 |
Docking: Documenting an issue. Renamed member of ImGuiDockFamily.
omar
committed
on 4 Dec 2018
|
Version 1.67 WIP + todo notes
omar
committed
on 4 Dec 2018
|
|
Docking: Added io.ConfigDockingTabBarOnSingleWindows option (mostly made possible by the previous fixes).
...
omar
committed
on 4 Dec 2018
|
|
2018-12-03 |
|
|
|
Viewport: Minor tweaks, better struct layout.
omar
committed
on 3 Dec 2018
|
|
Fixed IMGUI_API tag on ImFontAtlas::IsBuilt() preventing to build as DLL on some setups. (#2226)
omar
committed
on 3 Dec 2018
|
|
Version 1.67 WIP (again, this time IMGUI_VERSION_NUM has leeway for another hot-fix).
omar
committed
on 3 Dec 2018
|
|
|
|
|
|
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 |
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
Added ShowAboutWindow(), About Window now showing various config/build information.
omar
committed
on 30 Nov 2018
|
|
Merge branch 'viewport' into docking
omar
committed
on 30 Nov 2018
|
|
|
|
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
|
Added ShowAboutWindow(), About Window now showing various config/build information.
omar
committed
on 30 Nov 2018
|
|
2018-11-29 |
Comments
omar
committed
on 29 Nov 2018
|
|
|
Viewport: Avoid calling platform functions when window is not created (apart from Platform_GetWindowDpiScale, documented as such). Main viewport situation is still ambiguous. (#1542)
omar
committed
on 29 Nov 2018
|
|
Docking: Added io.ConfigDockingTransparentPayload option (to use with ImGuiConfigFlags_ViewportsNoMerge)
omar
committed
on 29 Nov 2018
|