summaryrefslogtreecommitdiffstats
path: root/src/ui/uxmanager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy recent changesAlexander Valavanis2019-02-011-4/+3
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Remove unused floatscreenissue variable and supporting code.Tavmjong Bah2017-05-101-1/+0
| | | | | (Previous commit shows how to fix it for Wayland if it were ever to be needed.) (bzr r15684)
* Header cleanupAlex Valavanis2013-03-291-9/+2
| | | (bzr r12258)
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-1/+2
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503)
* Cleanup on encapsulation. Addition of initial widescreen detection.Jon A. Cruz2010-06-011-7/+10
| | | (bzr r9465)
* Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2010-01-121-0/+4
| | | (bzr r8971)
* Completed base code to flip toolbox orientation.Jon A. Cruz2010-01-101-1/+15
| | | | | Basic integration of task switching control. (bzr r8963)
* Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-071-0/+47
(bzr r8951)