Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace TRUE/FALSE with boolean values true/false | Michele Calgaro | 2025-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | TWin: Fix tiling from window menu and geom_restore. Resolves issue #624 | rbell | 2025-05-22 | 1 | -2/+5 |
| | | | | Signed-off-by: rbell <riley.bell@vfemail.net> | ||||
* | twin: Use screen geometry when active borders are in tiling mode | rbell | 2025-05-13 | 1 | -14/+16 |
| | | | | Signed-off-by: rbell <riley.bell@vfemail.net> | ||||
* | Use tdeApp | Michele Calgaro | 2025-02-03 | 1 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | twin: add tileWindowToBorder() and rename previously introduced ↵ | Michele Calgaro | 2024-03-29 | 1 | -1/+1 |
| | | | | | | tileHorizontally(), tileVertically(), tileGrid() DCOP calls Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | TWin: add tileHorizontally(), tileVertically(), tileGrid() DCOP calls | Mavridis Philippe | 2024-03-29 | 1 | -0/+12 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | twin: use separate bit to inhibit configure request messages. This resolves ↵ | Michele Calgaro | 2023-12-13 | 1 | -1/+1 |
| | | | | | | issue #434. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix unwanted window resizing. This resolves issue TDE/tde#57. | Michele Calgaro | 2023-11-26 | 1 | -0/+2 |
| | | | | | | Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 1 | -29/+29 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced time related '#define' with actual strings | Michele Calgaro | 2023-11-23 | 1 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | twin: update Qt:: -> TQt:: | Mavridis Philippe | 2023-08-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | twin: prevent cursor appearing off-window when untiling while moving | Mavridis Philippe | 2023-08-12 | 1 | -0/+12 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | twin: Add opaque tiling option | Mavridis Philippe | 2023-08-12 | 1 | -44/+49 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | twin: Minor code cleanup and refactoring | Mavridis Philippe | 2023-07-10 | 1 | -5/+5 |
| | | | | | | Refactoring concerns active border code. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | TWin: Add active corner support to quick tiling | Mavridis Philippe | 2023-07-04 | 1 | -19/+54 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | TWin: Active borders and snap tiling | Mavridis Philippe | 2023-05-27 | 1 | -69/+197 |
| | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Fix remnant QMIN/QMAX to TQMIN/TQMAX. | Darrell Anderson | 2013-11-28 | 1 | -10/+10 |
| | |||||
* | Cleanup output clutter | Slávek Banko | 2013-04-27 | 1 | -2/+2 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 1 | -4/+4 |
| | |||||
* | Rename additional global functions and variables for tqt3 | Timothy Pearson | 2012-03-02 | 1 | -24/+24 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 1 | -1/+1 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 1 | -1/+1 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 1 | -2/+2 |
| | | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 1 | -2/+2 |
| | |||||
* | Rename kwin to twin (Part 2 of 2) | Timothy Pearson | 2011-11-07 | 1 | -0/+2649 |