about summary refs log tree commit diff stats
path: root/config.def.h
Commit message (Expand)AuthorAgeFilesLines
* config.h: mark keys as const2022-10-051-1/+1
* Embed dmenu in tabbed own window2018-03-111-1/+1
* Move tab selection keybinding from Ctrl-t to Ctrl-`2017-05-021-1/+1
* Added xft support2016-02-181-1/+1
* Add configuration option for title truncation string2016-01-041-0/+1
* Style cleanup2016-01-031-30/+31
* autofocus urgent tabs2015-08-191-0/+2
* focus urgent tabs2015-08-191-0/+2
* support urgency wm hints2014-05-191-0/+2
* Allow selecting the colors on command line.2013-12-161-4/+4
* select or open new tab with Ctrl-T2013-12-011-0/+9
* Adding an option to do relative new position. And fixing tab position.2012-12-251-0/+8
* Adding fullscreen mode to tabbed.2012-12-031-0/+5
* New windows should be in the foreground.2012-11-251-1/+1
* Changing the single-linked list for clients to a malloc()ed array. This makes2012-11-251-4/+7
* new default colour scheme2011-11-201-9/+12
* added generic client support (thanks Stephen)2011-05-061-1/+1
* improved focus handling2010-02-161-0/+1
* tabbed remembers last viewed tab; open new tabs focused/unfocused can be conf...2009-12-151-0/+2
* using dwms/dmenus colors.2009-10-281-8/+8
* fixing bindings to move()2009-10-271-10/+10
* code cleaning, windows are properly closed on exit; if last client quits, exit2009-10-261-3/+1
* storing windowId in char[] variable.2009-09-231-4/+4
* fixing config.def.h2009-09-221-2/+2
* removing autostart. using stdin instead.2009-09-081-5/+0
* added classhints, tab-clicking works again.2009-09-081-0/+2
* tabbed works.2009-09-081-3/+9
* implementing spawntab(), rewriting run()2009-09-081-3/+3
* adding killclient, removing wmhints2009-09-071-0/+1
* removing surf-stuff, distributing tabbed on its own.2009-09-071-32/+0
* merge2009-09-071-16/+15
|\
| * changing keybindings2009-09-071-16/+15
* | event system works, some code arranging2009-09-071-11/+10
* | start writing tabbed.2009-09-071-0/+29
|/
* moving config.h to config.def.h.2009-09-071-0/+30