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