summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Define DockItems' floating state properly. Fixes some issues withgustav_b2007-09-251-9/+3
| | | | | floating docks. (bzr r3799)
* Add scrolling of dock on DockItem::present.gustav_b2007-09-201-3/+5
| | | (bzr r3777)
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-161-2/+11
| | | | | fixes. (bzr r3764)
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-101-76/+105
| | | | | cleanups. (bzr r3718)
* Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b2007-09-061-1/+1
| | | (bzr r3699)
* Prevented automatic center docking from happening and added thegustav_b2007-09-061-3/+9
| | | | | | preference "options.dialogscancenterdock" to allow users to disable it completely. (bzr r3692)
* Fixes for transient dialogs in win32.gustav_b2007-09-021-4/+4
| | | (bzr r3670)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+539
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)