- Dec 28, 2013
-
-
Fabian Homborg authored
-
- Dec 12, 2013
-
-
Fabian Homborg authored
This one doesn't even have a window class....
-
Fabian Homborg authored
This was caused by getTile returning null because the point we checked (middle of the client) was offscreen. Just move the client back in that case, though this should actually be based on cursor position.
-
- Dec 11, 2013
-
- Dec 08, 2013
-
-
Fabian Homborg authored
Unfortunately the pixmap issue did _not_ just happen when we violated min/maxsize. Among the clients that cause this issue are: - Firefox - Steam vlc only causes problems on minsize.
-
- Dec 07, 2013
-
-
Fabian Homborg authored
When a client was desktop = -1 and moved to desktop = x, it wouldn't be correctly removed from other desktops, resulting in empty space.
-
Fabian Homborg authored
This cuts down on resizes, but still prevents pixmap issues.
-
Fabian Homborg authored
This should hopefully never happen, but having a log message helps if it does.
-
- Dec 05, 2013
-
-
Fabian Homborg authored
-
Fabian Homborg authored
This isn't needed with windowClosed, and causes a crash when closing a fullscreen window that used to be tiled (and is therefore connected to the signal)
-
- Dec 04, 2013
-
-
Fabian Homborg authored
This forces kwin to get a new pixmap and so prevents graphics bugs
-
Fabian Homborg authored
This is called earlier, so we resize before FFM picks a new client.
-
- Nov 23, 2013
-
-
Fabian Homborg authored
NOTE: Find a better way to explain this
-
Fabian Homborg authored
Purely bugfixes * BladeLayout resizing * Maximizing * Fullscreen * Documentation
-
Fabian Homborg authored
-
Fabian Homborg authored
This means moved windows once again go over them
-
- Nov 19, 2013
-
-
Fabian Homborg authored
This was broken by handling geometryChanged.
-
Fabian Homborg authored
I can't get it to break now
-
Fabian Homborg authored
Bugfix related to plasmoids immediately disappearing
-
Fabian Homborg authored
Do this by not connecting windowShown to ignored clients (and also removing that ineffective minimize hack)
-
- Nov 18, 2013
-
-
Fabian Homborg authored
-
Fabian Homborg authored
Changes: * Tabgroups * Ignored clients don't stay below, just like manually floating ones * Shortcut to swap tile with master (i.e. tileIndex 0) * Bugfixes
-
- Nov 17, 2013
-
-
Fabian Homborg authored
Not sure wS is worth it, actually - I still get graphics issues with e.g. steam
-
Fabian Homborg authored
This is in line with what we do to clients that are set floating later on
-
Fabian Homborg authored
-
Fabian Homborg authored
This doesn't work currently as kwin seems to hand us the old screen size.
-
- Nov 16, 2013
-
-
Fabian Homborg authored
-
Fabian Homborg authored
Appears to be working for now
-
- Nov 11, 2013
-
-
Fabian Homborg authored
This causes more problems than it solves (only part of the issues with steam)
-
Fabian Homborg authored
- Nov 10, 2013
-
-
Fabian Homborg authored
-
Fabian Homborg authored
This shouldn't actually happen
-
Fabian Homborg authored
Ignored clients can't be tiled, ever - those properties don't change
-
Fabian Homborg authored
-
Fabian Homborg authored
-
Fabian Homborg authored
Still sucks.
- Nov 09, 2013
-
-
Fabian Homborg authored
-