summaryrefslogtreecommitdiffstats
path: root/src/ui/uxmanager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-9/+7
| | | | This makes the code a lot less readable and greppable for no reason.
* modernize loopsMarc Jeanmougin2019-01-021-6/+2
|
* 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-6/+3
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Use convenience functions to obtain monitor geometryEduard Braun2018-01-071-23/+5
|
* UXManager: Gtkmm deprecation fixAlexander Valavanis2017-12-261-0/+22
|
* Remove more unused stuff missed in last commit.Tavmjong Bah2017-05-101-13/+0
| | | (bzr r15685)
* Remove unused floatscreenissue variable and supporting code.Tavmjong Bah2017-05-101-35/+0
| | | | | (Previous commit shows how to fix it for Wayland if it were ever to be needed.) (bzr r15684)
* Wayland fix.Tavmjong Bah2017-05-101-7/+25
| | | (bzr r15683)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+4
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+1
| | | (bzr r15025)
* static code analysisKris De Gussem2015-12-071-4/+5
| | | (bzr r14508)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
| | | (bzr r11030)
* Added signal for desktop destruction to allow for proper removal of tracked ↵Jon A. Cruz2012-01-011-5/+31
| | | | | | | | stale pointers. Fixes bug #869067. Fixed bugs: - https://launchpad.net/bugs/869067 (bzr r10814)
* Bump default for "widescreen" to target netbook sizes.Jon A. Cruz2010-07-021-1/+1
| | | (bzr r9554)
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-5/+47
| | | | | | | 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-13/+57
| | | (bzr r9465)
* Added temp option to enable repositioning of not-quite-completed UI items in ↵Jon A. Cruz2010-01-181-3/+13
| | | | | relayout. (bzr r8997)
* Fix for compile on windows. Fixes bug #506845.Jon A. Cruz2010-01-151-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/506845 (bzr r8986)
* Adding a 'widescreen' task.Jon A. Cruz2010-01-131-11/+19
| | | (bzr r8972)
* Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2010-01-121-1/+29
| | | (bzr r8971)
* Implemented dynamic repositioning of toolboxes.Jon A. Cruz2010-01-111-9/+13
| | | (bzr r8968)
* Completed base code to flip toolbox orientation.Jon A. Cruz2010-01-101-3/+59
| | | | | Basic integration of task switching control. (bzr r8963)
* Initial c++-ification of toolbox creation.Jon A. Cruz2010-01-091-1/+1
| | | (bzr r8955)
* Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-071-0/+68
(bzr r8951)