21 Commits

Author SHA1 Message Date
Christoph Lohmann
6f49796250 Changing the single-linked list for clients to a malloc()ed array. This makes
algorithms more efficient, that depend on the number of clients or shuffeling
around. The patch also adds new shortcuts to move tabs in their position. The
default color scheme is changed to the one of the maintainer.
2012-11-25 22:09:55 +01:00
Connor Lane Smith
b917de2bc6 new default colour scheme 2011-11-20 16:15:34 +01:00
Connor Lane Smith
214992a9ba added generic client support (thanks Stephen) 2011-05-06 21:40:53 +01:00
Enno Boland (tox)
13e3aca1cb improved focus handling 2010-02-16 19:53:03 +01:00
Enno Boland (tox)
c6be3a7d9f tabbed remembers last viewed tab; open new tabs focused/unfocused can be configured now. 2009-12-15 09:26:01 +01:00
Enno Boland (tox)
12a1449305 using dwms/dmenus colors. 2009-10-28 12:09:37 +01:00
Enno Boland (tox)
6226c66c3a fixing bindings to move() 2009-10-27 21:07:45 +01:00
Enno Boland (tox)
89622e41b2 code cleaning, windows are properly closed on exit; if last client quits, exit 2009-10-26 16:50:38 +01:00
Enno Boland (tox)
204af1549b storing windowId in char[] variable. 2009-09-23 11:24:11 +02:00
Enno Boland (tox)
e65f4837ca fixing config.def.h 2009-09-22 20:28:20 +02:00
Enno Boland (tox)
ad9b0d6ea6 removing autostart. using stdin instead. 2009-09-08 16:24:13 +02:00
Enno Boland (tox)
9ed035a5c1 added classhints, tab-clicking works again. 2009-09-08 15:55:23 +02:00
Enno Boland (tox)
21ae332817 tabbed works. 2009-09-08 11:30:08 +02:00
Enno Boland (tox)
92571a0887 implementing spawntab(), rewriting run() 2009-09-08 00:06:46 +02:00
Enno Boland (tox)
6c5acb1b1e adding killclient, removing wmhints 2009-09-07 22:21:27 +02:00
Enno Boland (tox)
6e9420683a removing surf-stuff, distributing tabbed on its own. 2009-09-07 16:25:51 +02:00
Enno Boland (tox)
5af6007d6d merge 2009-09-07 14:29:23 +02:00
Enno Boland (tox)
151d29c5c3 changing keybindings 2009-09-07 14:28:43 +02:00
Enno Boland (tox)
2f2e21c0bb event system works, some code arranging 2009-09-07 14:21:26 +02:00
Enno Boland (tox)
7d000b3e26 start writing tabbed. 2009-09-07 13:22:41 +02:00
Enno Boland (tox)
a1b70380db moving config.h to config.def.h. 2009-09-07 11:43:31 +02:00