summaryrefslogtreecommitdiffstats
path: root/twin/workspace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix twin crash when starting with 'Switch desktop' option set. ThisMichele Calgaro2024-03-111-43/+66
| | | | | | resolves issue #455. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-161-32/+32
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-231-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* twin: update Qt:: -> TQt::Mavridis Philippe2023-08-121-8/+8
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* twin: Add opaque tiling optionMavridis Philippe2023-08-121-1/+1
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-131-1/+1
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* twin: Minor code cleanup and refactoringMavridis Philippe2023-07-101-110/+95
| | | | | | Refactoring concerns active border code. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* twin: 25% zones for active cornersMavridis Philippe2023-07-101-19/+48
| | | | | | | | | Added special checks that make corner activation easier: we assume a 25% zone on the edge of each border where instead of half size tiling we perform quarter size tiling. The rest 50% is left for normal half size tiling. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* TWin: Add active corner support to quick tilingMavridis Philippe2023-07-041-64/+57
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* TWin: Active borders and snap tilingMavridis Philippe2023-05-271-237/+340
| | | | | | | | | | | | | | | | | | | | | | This commit is a squash of the commits of TDE/tdebase#331. In short, this backports some improvements to existing electric border functionality from KDE, adds the snap tiling (or aerosnap) feature and brings rudimentary support for active corners, which will be fully implemented in a later PR. The options dialog and the documentation has been updated to reflect these changes. Additionally, a new relevant option is introduced: an option for restoring the original size of maximized/tiled windows when the user starts dragging them. The option is set to be off by default, preserving the traditional behaviour of KDE 3.x/TDE. Last but not least, the term "electric" in relation to borders and corners is replaced by "active" for clarity to the users. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-251-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix compositor startup failureTimothy Pearson2014-11-301-19/+25
| | | | Clean up build warnings
* Fix twin attempting to load a new compton-tde instance when one is already ↵Timothy Pearson2014-11-251-35/+47
| | | | active
* Fix twin deleting comptontdepidfile when compton-tde already running on startupTimothy Pearson2014-11-231-43/+56
| | | | Fix long-standing bug in calling desktop lock methods over DCOP from within kdesktop process
* Fix improperly sized string buffers in compton pid codeTimothy Pearson2014-11-201-2/+2
|
* Write compton-tde pid file to tmpTimothy Pearson2014-11-191-28/+24
| | | | This resolves Bug 887
* Add basic support for a modified compton compositor instead of the old buggy ↵Timothy Pearson2014-03-311-8/+10
| | | | | | kompmgr Update additional Xorg atom names
* Fix failure to start kompmgr from control panelTimothy Pearson2013-06-111-0/+6
|
* Fix kompmgr not respecting user settingsTimothy Pearson2013-06-111-1/+1
|
* Fix TDM hang in certain circumstances when themed greeter is deletedTimothy Pearson2013-05-071-1/+7
| | | | | This resolves Bug 1453 Resolve themed greeter drawing inconsistencies between composited and non-composited mode
* Fix when kompmgr printf message is displayed.Darrell Anderson2013-03-021-4/+2
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-4/+4
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-4/+4
|
* Rename KStartup for enhanced compatibility with KDE4Timothy Pearson2013-01-311-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-6/+6
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-26/+26
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-2/+2
|
* Add preliminary taskbar task state supportTimothy Pearson2012-12-231-0/+31
|
* Make shadow settings slightly less confusingTimothy Pearson2012-12-101-1/+3
|
* Fix kompmgr shadow supportTimothy Pearson2012-12-101-1/+9
| | | | | | Add kompmgr settings reload method to twin DCOP Fix up kompmgr kcontrol module Make default TDM login screen appearance more like the rest of the TDE login system
* Fix DCOP interface to window suspend/resume functionsTimothy Pearson2012-12-031-6/+15
| | | | This resolves Bug 1354
* Update calls to deprecated XKeycodeToKeysym functionTimothy Pearson2012-08-071-1/+2
|
* Update remnant references: kde-*.desktop -> tde-*.desktop.Darrell Anderson2012-07-051-3/+3
|
* Add source code module name [twin-workspace] to stdout/stderr messages to ↵Darrell Anderson2012-03-211-2/+2
| | | | improve readability.
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-82/+82
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-1/+1
|
* Update twin with initial framework for application suspend/resumeTimothy Pearson2012-02-201-0/+54
| | | | This needs some additional work before it can be enabled
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-141-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-2/+2
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-3/+3
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-1/+1
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-7/+7
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-7/+7
|
* Rename kwin to twin (Part 2 of 2)Timothy Pearson2011-11-071-0/+3010