mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
- Fixed child PopUp issues with auto-hidden windows - Fixed incorrect positioning when undocking windows that exceed their maximum size. git-svn-id: svn://ultimatepp.org/upp/trunk@964 f0d560ea-af0d-0410-9eb7-867de7ffcac7
29 lines
411 B
Text
29 lines
411 B
Text
description "Bazaar: Window Docking framework. Author: James Thomas (mrjt)";
|
|
|
|
uses
|
|
CtrlLib,
|
|
TabBar;
|
|
|
|
file
|
|
Docking readonly separator,
|
|
Docking.h,
|
|
DockWindow.cpp,
|
|
DockConfig.cpp,
|
|
DockMenu.h,
|
|
DockMenu.cpp,
|
|
DockableCtrl.h,
|
|
DockableCtrl.cpp,
|
|
DockCont.h,
|
|
DockCont.cpp,
|
|
DockPane.h,
|
|
DockPane.cpp,
|
|
DockTabBar.h,
|
|
DockTabBar.cpp,
|
|
Docking.iml,
|
|
Docking.lay,
|
|
src.tpp,
|
|
Docking.t;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|