<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tdebase/twin/client.cpp, branch feat/grid-tiling</title>
<subtitle>TDE base libraries and programs
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tdebase/atom?h=feat%2Fgrid-tiling</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tdebase/atom?h=feat%2Fgrid-tiling'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/'/>
<updated>2024-11-19T17:10:45Z</updated>
<entry>
<title>TWin: add "Grid tiling" feature</title>
<updated>2024-11-19T17:10:45Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2024-11-13T15:48:10Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=c913d416f7102f9d091c39dfd32db9b802f32983'/>
<id>urn:sha1:c913d416f7102f9d091c39dfd32db9b802f32983</id>
<content type='text'>
Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines</title>
<updated>2024-01-16T01:03:43Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-01-12T01:51:50Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=a4241b7911d2e0b36edfb02f616b8b282050c0ec'/>
<id>urn:sha1:a4241b7911d2e0b36edfb02f616b8b282050c0ec</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>twin: use separate bit to inhibit configure request messages. This resolves issue #434.</title>
<updated>2023-12-13T13:30:18Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-12-07T13:51:13Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=f5bdd235fc583f6674581df993165b9e7ae8774c'/>
<id>urn:sha1:f5bdd235fc583f6674581df993165b9e7ae8774c</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix unwanted window resizing. This resolves issue TDE/tde#57.</title>
<updated>2023-11-26T08:48:54Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-11-17T09:56:13Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=a9bd5b50e9b77b8b360dd3620013a320733139aa'/>
<id>urn:sha1:a9bd5b50e9b77b8b360dd3620013a320733139aa</id>
<content type='text'>
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 &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replaced various '#define' with actual strings - part 3</title>
<updated>2023-11-24T01:55:29Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-11-24T01:55:29Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=36f2e08fd382c7042fbd3c8e7708f3ba1b9c9bd7'/>
<id>urn:sha1:36f2e08fd382c7042fbd3c8e7708f3ba1b9c9bd7</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replaced time related '#define' with actual strings</title>
<updated>2023-11-23T01:49:13Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-11-23T01:49:13Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=81ad1f9e3c9d494edc38a7aad96fdcab9d44a795'/>
<id>urn:sha1:81ad1f9e3c9d494edc38a7aad96fdcab9d44a795</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace various tq* strings with TQt::* equivalents</title>
<updated>2023-11-21T02:41:53Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-11-21T02:41:53Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=100f977221b7319815eb9617f56a067cb0383853'/>
<id>urn:sha1:100f977221b7319815eb9617f56a067cb0383853</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version</title>
<updated>2023-09-25T03:28:34Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-09-25T03:23:23Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=33c7d159890b81da8f44ee330a349e3abd553bec'/>
<id>urn:sha1:33c7d159890b81da8f44ee330a349e3abd553bec</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>twin: Minor code cleanup and refactoring</title>
<updated>2023-07-10T08:39:55Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2023-07-09T14:01:04Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=0339423ced3db53f9155c6c174d9508517358f9c'/>
<id>urn:sha1:0339423ced3db53f9155c6c174d9508517358f9c</id>
<content type='text'>
Refactoring concerns active border code.

Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>TWin: Active borders and snap tiling</title>
<updated>2023-05-27T13:32:23Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2023-04-05T19:08:38Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=31335a04ed9bc01fd3ede33afde40d6f3359f2e9'/>
<id>urn:sha1:31335a04ed9bc01fd3ede33afde40d6f3359f2e9</id>
<content type='text'>
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 &lt;mavridisf@gmail.com&gt;
</content>
</entry>
</feed>
