enlightenment/src/modules/tiling
Mike Blumenkrantz 922af2c52f remove e_comp_list(), deprecate all related functions for pending removal
there is only one E_Comp which can now be accessed by the e_comp global.

if you're editing a file with some uses of these deprecated functions, replace their usages with appropriate references to this variable

pass -Wno-deprecated-declarations to ignore these warnings during build
2015-01-05 15:39:15 -05:00
..
images Tiling2: Added a gadget group to the theme. 2014-02-21 09:15:10 +00:00
.gitignore tiling: gitignore 2014-03-07 10:01:46 +01:00
README tiling: Remove part of the README that refers to an up to date e17 2012-06-12 09:12:45 +00:00
e-module-tiling.edc Tiling2: Added a gadget group to the theme. 2014-02-21 09:15:10 +00:00
e_mod_config.c remove E_Win+e_canvas, convert all internal wins to use elm_win 2014-11-20 15:26:21 -05:00
e_mod_tiling.c remove e_comp_list(), deprecate all related functions for pending removal 2015-01-05 15:39:15 -05:00
e_mod_tiling.h remove E_Win+e_canvas, convert all internal wins to use elm_win 2014-11-20 15:26:21 -05:00
module.desktop.in Updating desktop files, eo.po and fr.po 2014-09-11 21:14:58 +02:00
window_tree.c Tiling: Fixed break out method 2014-11-25 12:32:43 +00:00
window_tree.h tiling: Implemented tiling window position manipulation 2014-10-29 08:15:19 +00:00

README

A tiling module for the Enlightenment Window Manager

Concept
=======

Each desktop can have from 1 to 8 (vertical) columns.
Windows are then resized and moved to use as much as columns as configured.

When there are more windows than possible columns, the remaining windows are
packed in the last column.

Resizing or moving a window will try to resize or move the column it is in.