- Oct 21, 2013
-
-
Fabian Homborg authored
Should also fix e.g. Firefox resizing.
-
- Oct 20, 2013
-
-
Fabian Homborg authored
-
- Oct 18, 2013
-
-
Fabian Homborg authored
This also seems to already work in spirallayout (props to Matthias), so now everything should work with panels _everywhere_, but still with restarts.
-
- Oct 15, 2013
-
-
Fabian Homborg authored
This needs to be fixed in the other layouts as well
-
Fabian Homborg authored
-
Fabian Homborg authored
This needs a couple of workarounds: - Qt won't convert a QStringList to an Array, instead giving an utterly useless QVariant(QStringList) (without any methods and presumably only containing the pointer) - The config group _needs_ to be empty, else it's not accessible from the javascript side
-
- Oct 02, 2013
-
-
Fabian Homborg authored
-
Fabian Homborg authored
-
- Sep 19, 2013
-
-
Fabian Homborg authored
-
- Aug 22, 2013
-
-
Fabian Homborg authored
-
- Aug 17, 2013
-
-
Fabian Homborg authored
Always set tiling_floating.
-
Fabian Homborg authored
This is untested, as it isn't even hooked up to anything yet.
-
Fabian Homborg authored
-
Fabian Homborg authored
-
Fabian Homborg authored
-
Fabian Homborg authored
This allows moving tiles with the keyboard.
-
Fabian Homborg authored
-
Fabian Homborg authored
This removes any remains of the idea of a "floating tile". We're not a window manager, we just need to care about tiling windows.
-
Fabian Homborg authored
(Also removes superfluous keepBelow setting)
-
Fabian Homborg authored
Fullscreen windows should be above _everything_, so keepBelow should be false.
-
Fabian Homborg authored
-
Fabian Homborg authored
-
Fabian Homborg authored
This features full resizing.
-
Fabian Homborg authored
This only does one simple special case for the spirallayout (two clients on screen).
-
- Aug 16, 2013
-
-
Fabian Homborg authored
tiling also needs to have the type declared, because that's used to find the index. Otherwise it'll switch once from the default and then never again.
-
Fabian Homborg authored
-
Fabian Homborg authored
Prevents .xsession-errors from getting big.
-
Fabian Homborg authored
-
Fabian Homborg authored
-
Fabian Homborg authored
-
- Aug 15, 2013
-
-
Fabian Homborg authored
-
Fabian Homborg authored
-
- Aug 09, 2013
-
-
Fabian Homborg authored
This is much cleaner than the hodgepodge we had before and also means e.g. desktopswitching can be handled correctly. It is now effectively a layout. This requires a semantics change: addClient can now also deal with already managed clients.
-
Fabian Homborg authored
-
Fabian Homborg authored
-
- Aug 08, 2013
-
-
Fabian Homborg authored
This also fixes a bug with tiling because a method was missing.
-
- Aug 07, 2013
-
-
Fabian Homborg authored
-
Fabian Homborg authored
-
faho authored
-