summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tiling2: Added an help button.devs/tasn/e19_tiling2Tom Hacohen2014-01-301-2/+18
* Tiling2: E_Client already has a property for sticky, use it.Tom Hacohen2014-01-301-5/+2
* Tiling2: Implemented mouse drag to swap.Tom Hacohen2014-01-301-1/+70
* Tiling2: Fix bug with cleaning up actions when shutting down.Tom Hacohen2014-01-301-2/+1
* Tiling2: Removed redundant structure members.Tom Hacohen2014-01-301-18/+1
* Tiling2: Don't try to remove non-tiled windows from the tile tree.Tom Hacohen2014-01-301-0/+3
* Tiling2: Add "floating" as a split mode.Tom Hacohen2014-01-303-5/+16
* Tiling2: Improved setting of client borders.Tom Hacohen2014-01-301-37/+4
* Tiling2: Fixed issues with removing/restoring clients.Tom Hacohen2014-01-301-5/+5
* Tiling2: Fixed removing clients from extras hash.Tom Hacohen2014-01-301-1/+1
* Tiling2: Have a common entry func for most functions.Tom Hacohen2014-01-301-79/+25
* Tiling2: Simple logic cleanup.Tom Hacohen2014-01-301-5/+2
* Tiling2: Properly ignore e util clients.Tom Hacohen2014-01-301-5/+3
* Tiling2: Update original information every time a client is added.Tom Hacohen2014-01-301-0/+3
* Tiling2: Fixed bug with client border menu.Tom Hacohen2014-01-301-7/+9
* Tiling2: Stop fiddling with stacking and layers.Tom Hacohen2014-01-301-5/+0
* Tiling2: Don't set client layers.Tom Hacohen2014-01-301-3/+0
* Tiling2: Fixed adjacent node swapping.Tom Hacohen2014-01-302-16/+42
* Tiling2: Fixed extra hash cleanup for ignored users.Tom Hacohen2014-01-301-2/+1
* Tiling2: Be more defensive about removing clients.Tom Hacohen2014-01-301-7/+8
* Tiling2: Improve debug output in tree dump.Tom Hacohen2014-01-301-1/+1
* Tiling2: Style changes.Tom Hacohen2014-01-301-1/+1
* Tiling2: Handle compositor resize hook.Tom Hacohen2014-01-301-2/+12
* Tiling2: Have a desk walker function and use it.Tom Hacohen2014-01-301-2/+18
* Tiling2: Fixed re-tiling on e restart/module unload reload.Tom Hacohen2014-01-301-5/+29
* Tiling2: Fixed desktop setting.Tom Hacohen2014-01-301-10/+7
* Tiling2: Fixed error message.Tom Hacohen2014-01-301-1/+1
* Tiling2: Unmaximize windows when starting to tile them.Tom Hacohen2014-01-301-1/+1
* Tiling2: Added weight correction code.Tom Hacohen2014-01-301-1/+10
* Tiling2: Added support for swapping windows.Tom Hacohen2014-01-303-7/+132
* Tiling2: Fixed a bug in the tree walker.Tom Hacohen2014-01-301-1/+1
* Tiling2: Fixed error messages with ignored windows.Tom Hacohen2014-01-301-2/+3
* Tiling2: Fixed moving non-tiled windows.Tom Hacohen2014-01-301-0/+20
* Tiling2: Removed some redundant code.Tom Hacohen2014-01-301-33/+0
* Tiling2: Remove the step restriction.Tom Hacohen2014-01-301-2/+2
* Tiling2: Restrict allowed resizes of windows.Tom Hacohen2014-01-303-0/+159
* Tiling2: Fixed resizing of clients at "forbidden" borders.Tom Hacohen2014-01-303-8/+26
* Tiling2: Use resize_mode for detecting resize direction.Tom Hacohen2014-01-301-6/+15
* Tiling2: Better block of window moving.Tom Hacohen2014-01-301-2/+2
* Tiling2: Added a menu item to toggle floating windows.Tom Hacohen2014-01-301-0/+40
* Tiling2: Get rid of the use_rows config.Tom Hacohen2014-01-303-16/+5
* Tiling2: Removed debug printfs.Tom Hacohen2014-01-301-2/+0
* Tiling2: Better handle parent == NULL case.Tom Hacohen2014-01-301-0/+5
* Tiling2: if can't find the parent, pass NULL, not the root.Tom Hacohen2014-01-301-1/+0
* Tiling2: Cleaned up ignored windows support.Tom Hacohen2014-01-302-51/+64
* Tiling2: Added untested support for sticky windows.Tom Hacohen2014-01-303-9/+31
* Tiling2: Remove client from floating window list when cleaning.Tom Hacohen2014-01-301-0/+2
* Tiling2: Remove things I don't need from config and config dialog.Tom Hacohen2014-01-303-51/+3
* Tiling2: Fix a bug with reordering of windows in some cases.Tom Hacohen2014-01-301-1/+2
* Tiling2: Properly handle more than one desk.Tom Hacohen2014-01-301-3/+14