about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Change font HEAD master2022-10-131-0/+67
* Merge branch 'master' of https://git.suckless.org/tabbed2022-10-133-39/+24
|\
| * Makefile: simplify and remove hiding the build process2022-10-122-36/+21
| * Makefile: add xembed.1 in the dist target2022-10-121-1/+1
| * config.h: mark keys as const2022-10-051-1/+1
| * bump version to 0.72022-10-041-1/+1
* | tabbed patches applied2022-10-132-10/+56
|/
* Fixed crash when window height was less or equal to bar height2020-05-301-4/+14
* Add OpenBSD support to config.mk2018-03-111-2/+11
* Embed dmenu in tabbed own window2018-03-111-1/+1
* Fix minor inconsistency in man page2017-09-291-1/+1
* Fix movetab and focusurgent when there's no client2017-05-081-1/+7
* Move tab selection keybinding from Ctrl-t to Ctrl-`2017-05-021-1/+1
* One killclient() is enough.2017-03-281-1/+0
* The forgotten half of the last patch.2016-04-251-0/+5
* add -k to close tabbed foreground client on WMDelete2016-03-251-3/+12
* Import the arg.h from st with the fixed oob bug.2016-02-211-24/+20
* Added xft support2016-02-183-75/+30
* Add configuration option for title truncation string2016-01-042-3/+7
* Remove h flag, put usage() in the default case2016-01-032-7/+3
* Arrange diagnostic messages2016-01-031-16/+16
* Style cleanup2016-01-034-365/+407
* Fix install paths and default build flag2016-01-032-13/+13
* Bumping up the year.2016-01-031-1/+1
* Bump year.2016-01-011-1/+1
* autofocus urgent tabs2015-08-193-4/+24
* focus urgent tabs2015-08-193-0/+17
* Fixing some manpage formatting and formatting in xembed.c.2015-05-092-8/+10
* add xembed wrapper utility2015-05-095-14/+100
* fix bug in unmanage: check if lastsel is initialized2015-03-101-1/+1
* My libc wants _DEFAULT_SOURCE.2015-01-251-1/+1
* revise drawbar and related mechanisms.2015-01-251-30/+20
* movetab(): Move selected tab instead of switching2014-10-141-10/+10
* tabbed: UnmapNotify patch2014-09-131-0/+11
* Clear urgency hint on sel == c2014-08-041-7/+7
* Replace emallocz with ecalloc.2014-06-011-6/+6
* add urgent color cmdline options2014-05-192-11/+28
* support urgency wm hints2014-05-192-3/+34
* Simplifying the lastsel handling a bit.2014-01-261-18/+9
* The check for a minimal new lastsel is not needed anymore.2014-01-261-1/+0
* Applying the client sel handling of quinq.2014-01-261-2/+2
* update years in copyright notices2014-01-222-2/+2
* Adding conforming documentation of the commandline color support.2014-01-212-9/+17
* Release 0.6.2014-01-211-1/+1
* Fix crash on client termination2014-01-211-0/+1
* Allow selecting the colors on command line.2013-12-163-6/+35
* Document the new ctrl+t feature.2013-12-011-0/+4
* select or open new tab with Ctrl-T2013-12-012-7/+53
* Revert "select tab with X ClientMessage event"2013-12-011-6/+3
* select tab with X ClientMessage event2013-12-011-3/+6