tabbed

tab interface for application supporting Xembed
git clone git://git.suckless.org/tabbed
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-04-09 10:47restore SIGCHLD sighandler to default before spawning a programHiltjo Posthuma1+8-0
2023-03-11 18:07include X11/keysym.h: improve compatibility with older systemsHiltjo Posthuma1+1-0
2023-03-11 00:20fix: faulty zombie reapingNRK2+10-13
2022-10-14 17:54remove config.mkHiltjo Posthuma1+0-12
2022-10-14 17:19Makefile: whoops add proper comment for OpenBSDHiltjo Posthuma1+1-1
2022-10-14 17:18Makefile improvementsHiltjo Posthuma2+49-51
2022-10-12 21:01Makefile: simplify and remove hiding the build processHiltjo Posthuma2+21-36
2022-10-12 20:55Makefile: add xembed.1 in the dist targetHiltjo Posthuma1+1-1
2022-10-05 08:29config.h: mark keys as constNRK1+1-1
2022-10-04 17:38bump version to 0.7Hiltjo Posthuma1+1-1
2020-05-12 15:09Fixed crash when window height was less or equal to bar heightmikau1+14-4
2018-03-10 05:44Add OpenBSD support to config.mkLucas Gabriel Vuotto1+11-2
2018-03-10 05:44Embed dmenu in tabbed own windowLucas Gabriel Vuotto1+1-1
2017-09-28 13:36Fix minor inconsistency in man pageAlessandro Caputo1+1-1
2017-05-08 01:08Fix movetab and focusurgent when there's no clientCaleb Malchik1+7-1
2017-05-02 16:23Move tab selection keybinding from Ctrl-t to Ctrl-`Quentin Rameau1+1-1
2017-02-08 12:54One killclient() is enough.Christoph Lohmann1+0-1
2016-04-25 11:53The forgotten half of the last patch.Christoph Lohmann1+5-0
2016-03-21 02:16add -k to close tabbed foreground client on WMDeleteJustin Keogh1+12-3
2016-02-21 16:22Import the arg.h from st with the fixed oob bug.Christoph Lohmann1+20-24
2016-02-13 21:42Added xft supportLucas Gabriel Vuotto3+30-75
2016-01-04 01:21Add configuration option for title truncation stringQuentin Rameau2+7-3
2016-01-03 12:01Remove h flag, put usage() in the default caseQuentin Rameau2+3-7
2016-01-03 12:01Arrange diagnostic messagesQuentin Rameau1+16-16
2016-01-03 12:00Style cleanupQuentin Rameau4+407-365
2016-01-02 18:11Fix install paths and default build flagQuentin Rameau2+13-13
2016-01-03 08:01Bumping up the year.Christoph Lohmann1+1-1
2016-01-01 13:19Bump year.Christoph Lohmann1+1-1
2015-08-19 19:11autofocus urgent tabsJonas Rabenstein3+24-4
2015-08-19 19:11focus urgent tabsJonas Rabenstein3+17-0
2015-05-09 19:06Fixing some manpage formatting and formatting in xembed.c.Christoph Lohmann2+10-8
2015-05-06 16:46add xembed wrapper utilityConnor Lane Smith5+100-14
2015-03-10 10:29fix bug in unmanage: check if lastsel is initializedMarkus Teich1+1-1
2015-01-25 09:52My libc wants _DEFAULT_SOURCE.Christoph Lohmann1+1-1
2015-01-21 02:46revise drawbar and related mechanisms.Markus Teich1+20-30
2014-10-07 15:15movetab(): Move selected tab instead of switchingMarkus Teich1+10-10
2014-09-10 17:50tabbed: UnmapNotify patchOkan Demirmen1+11-0
2014-06-21 05:46Clear urgency hint on sel == cPeter Hofmann1+7-7
2014-05-24 19:09Replace emallocz with ecalloc.noname1+6-6
2014-05-13 23:50add urgent color cmdline optionsMarkus Teich2+28-11
2014-05-13 23:34support urgency wm hintsMarkus Teich2+34-3
2014-01-26 19:05Simplifying the lastsel handling a bit.Christoph Lohmann1+9-18
2014-01-26 17:52The check for a minimal new lastsel is not needed anymore.Christoph Lohmann1+0-1
2014-01-26 17:48Applying the client sel handling of quinq.Christoph Lohmann1+2-2
2014-01-21 22:12update years in copyright noticesMarkus Teich2+2-2
2014-01-21 18:43Adding conforming documentation of the commandline color support.Christoph Lohmann2+17-9
2014-01-21 18:22Release 0.6.Christoph Lohmann1+1-1
2014-01-21 18:18Fix crash on client terminationGregor Best1+1-0
2013-12-12 17:06Allow selecting the colors on command line.Markus Teich3+35-6
2013-12-01 19:06Document the new ctrl+t feature.Christoph Lohmann1+4-0
2013-11-28 17:26select or open new tab with Ctrl-TMarkus Teich2+53-7
2013-12-01 19:03Revert "select tab with X ClientMessage event"Christoph Lohmann1+3-6
2013-11-28 01:24select tab with X ClientMessage eventMarkus Teich1+6-3
2013-07-29 07:11Fixed obscure miscalculation when a client is closed.Alexander Sedov1+13-3
2013-08-21 04:47Fixing the manpage project name.Christoph Lohmann1+2-1
2013-08-20 16:44Adding a geometry flag to tabbed.Christoph Lohmann2+59-3
2013-07-07 18:41Don't set cmd[0] to the window IDGregor Best1+2-0
2013-06-23 19:10Noone likes -Wextra.Christoph Lohmann1+1-1
2013-06-23 19:09Making the license fetishists happy.Christoph Lohmann1+1-4
2013-06-10 16:24Adding more warnings and no debugging symbols.Christoph Lohmann1+2-2
2013-05-28 21:07Applying a fix for tab rotation.Christoph Lohmann1+1-0
2013-05-20 16:14Fix issue with clicks on the tabbed border.Christoph Lohmann1+1-1
2013-05-06 18:280.5 tabbed release.Christoph Lohmann2+5-1
2013-04-15 10:01Fix spelling of providedMichael Stevens1+1-1
2013-01-16 17:33Making tabbed convert the title string to native.Christoph Lohmann1+16-3
2013-01-06 13:56Allowing xterm again to be run in tabbed.Christoph Lohmann1+1-1
2012-12-25 23:02Fixing the position parameter and adding the documentation for it.Christoph Lohmann2+18-3
2012-12-25 22:53Fixing the compile warning for setenv.Christoph Lohmann1+1-1
2012-12-25 22:50Setting the XEMBED environment variable.Christoph Lohmann1+2-0
2012-12-25 22:48Adding an option to do relative new position. And fixing tab position.Christoph Lohmann2+73-28
2012-12-25 15:50Adding the -c option to close on last client close.Christoph Lohmann2+23-9
2012-12-25 15:43Removing .hgtags file.Christoph Lohmann1+0-20
2012-12-07 19:50Trivial changes to try out the new update filter script.Christoph Lohmann1+0-3
2012-12-07 19:45Just some change I always wanted to apply.Christoph Lohmann1+0-2
2012-12-03 20:28Adding fullscreen mode to tabbed.Christoph Lohmann3+28-1
2012-11-28 23:22Removing that change.Christoph Lohmann1+0-2
2012-11-28 23:21A test, if this works.Christoph Lohmann1+2-0
2012-11-28 22:30Another small change to test the git e-mailing.Christoph Lohmann1+1-0
2012-11-28 22:23A small change for a test.Christoph Lohmann1+1-1
2012-11-28 22:17Another small change to test the git interface.Christoph Lohmann1+3-1
2012-11-28 17:56A test commit for git.Christoph Lohmann1+1-0
2012-11-27 20:17Adding the form of -r1, which will result in -r 1 in arg.h.Christoph Lohmann1+22-7
2012-11-27 19:25Correcting the lastsel handling in tabbed. It should be more predictable now.Christoph Lohmann2+23-19
2012-11-26 13:55Add the -f flag, which tells tabbed to run the given command again, in case the last tab is closed.Christoph Lohmann2+17-3
2012-11-25 22:04New windows should be in the foreground.Christoph Lohmann1+1-1
2012-11-25 21:09Changing 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.Christoph Lohmann4+226-146
2012-11-08 20:51Avoid flashing of surf when it is run in tabbed. Thanks Carlos Pita!Christoph Lohmann1+2-1
2012-11-08 20:48Allowing a different position for the window id. Thanks David Galos!Christoph Lohmann2+33-7
2012-11-08 20:40Style inquistion was here.Christoph Lohmann1+129-64
2012-10-13 04:57Fix the atom handling and fix the title setting. Thanks to Carlos Pita!Christoph Lohmann1+8-6
2012-10-03 05:56Adding the -n name parameter to set WM_CLASS. Thanks Gavin Wahl <gavinwahl@gmail.com>!Christoph Lohmann2+31-9
2012-08-20 07:08Added tag 0.4.1 for changeset 29663026c3cbChristoph Lohmann1+1-0
2012-08-20 07:07Minor release version.Christoph Lohmann1+1-1
2012-08-20 07:05Test before commit. Correcting a typo.Christoph Lohmann1+1-1
2012-08-20 07:03Adding ed(1) compatibility.Christoph Lohmann1+1-0
2012-08-20 07:02Readding the spawn compatibility to use it in config.h. Thanks to Chris Hall.Christoph Lohmann1+7-2
2012-07-07 20:50Added tag 0.4 for changeset 8a0db4733dd2Christoph Lohmann1+2-0
2012-07-07 20:50Removed tag 0.4Christoph Lohmann1+2-0
2012-07-07 20:50Removing the warning about »XKeycodeToKeysym.Christoph Lohmann1+2-1
2012-07-07 20:47Added tag 0.4 for changeset d5b48b107641Christoph Lohmann1+2-0
166 more commits remaining, fetch the repository