<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suckless/X/tabbed/tabbed.c, branch master</title>
<subtitle>Tabbing System using Xembed
</subtitle>
<id>http://git.nathanreiner.xyz/suckless/X/tabbed/atom?h=master</id>
<link rel='self' href='http://git.nathanreiner.xyz/suckless/X/tabbed/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/'/>
<updated>2023-01-28T15:54:50Z</updated>
<entry>
<title>add -a flag</title>
<updated>2023-01-28T15:54:50Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2023-01-28T15:54:50Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=99df61d6d3ad801385fbb8fd969c519fdae1f71c'/>
<id>urn:sha1:99df61d6d3ad801385fbb8fd969c519fdae1f71c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed crash when window height was less or equal to bar height</title>
<updated>2020-05-30T19:28:25Z</updated>
<author>
<name>mikau</name>
<email>mikau@aaathats3as.com</email>
</author>
<published>2020-05-12T15:09:01Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=dabf6a25ab01107fc1e0464ee6a3e369d1626f97'/>
<id>urn:sha1:dabf6a25ab01107fc1e0464ee6a3e369d1626f97</id>
<content type='text'>
When resizing, the embedded client is being resized to (height = wh - bh),
which is (&lt;= 0) if (wh &lt;= bh). This generates a BadValue Error leading to a
crash.  This patch fixes that by hiding the tab bar if the window height is too
small, and also sets a min_height WM hint to prevent that situation from
happening in the first place.
</content>
</entry>
<entry>
<title>Fix movetab and focusurgent when there's no client</title>
<updated>2017-05-08T06:58:45Z</updated>
<author>
<name>Caleb Malchik</name>
<email>cmalchik@gmail.com</email>
</author>
<published>2017-05-08T01:08:37Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=6dc3978edf56ef6760ed818e29eb920138b09802'/>
<id>urn:sha1:6dc3978edf56ef6760ed818e29eb920138b09802</id>
<content type='text'>
Accessing those would crash with a floating point exception.
</content>
</entry>
<entry>
<title>One killclient() is enough.</title>
<updated>2017-03-28T18:53:33Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2017-02-08T12:54:20Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=00c414320256b700752f9352f10563cc2dfa3adf'/>
<id>urn:sha1:00c414320256b700752f9352f10563cc2dfa3adf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add -k to close tabbed foreground client on WMDelete</title>
<updated>2016-03-25T06:41:43Z</updated>
<author>
<name>Justin Keogh</name>
<email>suckless@v6y.net</email>
</author>
<published>2016-03-21T02:16:12Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=95b46cd3a92cab0a9b18cabb911e11f7300c0e1a'/>
<id>urn:sha1:95b46cd3a92cab0a9b18cabb911e11f7300c0e1a</id>
<content type='text'>
Hello, this is useful when you want to use the same key binding that closes windows to close tabs. I got tired of loosing my tabbed/surf session when I hit my WM's close key. "Last tab" behavior still respects -c/-f.

Cheers
-J

From 829e95855f0fe78a368788a5e72231bd6456a8cf Mon Sep 17 00:00:00 2001
From: jakeogh &lt;github.com@v6y.net&gt;
Date: Mon, 21 Mar 2016 01:36:28 +0000
Subject: [PATCH] add -k to close foreground tabbed client on WM_DELETE_WINDOW

Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
</entry>
<entry>
<title>Added xft support</title>
<updated>2016-02-18T15:56:57Z</updated>
<author>
<name>Lucas Gabriel Vuotto</name>
<email>l.vuotto92@gmail.com</email>
</author>
<published>2016-02-13T21:42:14Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=3c79bcb40808c31a9f8f47538f4f8d5c489b7f60'/>
<id>urn:sha1:3c79bcb40808c31a9f8f47538f4f8d5c489b7f60</id>
<content type='text'>
Based on xft tabbed patch from the wiki.

Signed-off-by: Lucas Gabriel Vuotto &lt;l.vuotto92@gmail.com&gt;
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
</entry>
<entry>
<title>Add configuration option for title truncation string</title>
<updated>2016-01-04T17:29:40Z</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2016-01-04T01:21:04Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=8920c1ba196df53a8ca06c179a3aa3ee260a6935'/>
<id>urn:sha1:8920c1ba196df53a8ca06c179a3aa3ee260a6935</id>
<content type='text'>
Permit to use arbitrary string instead of "..." (ie "$") when truncating
client title.

Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
</entry>
<entry>
<title>Remove h flag, put usage() in the default case</title>
<updated>2016-01-03T13:11:20Z</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2016-01-03T12:01:32Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=eb0ff62120df6a5e87f26ba0b1e86bbaebeccb87'/>
<id>urn:sha1:eb0ff62120df6a5e87f26ba0b1e86bbaebeccb87</id>
<content type='text'>
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
</entry>
<entry>
<title>Arrange diagnostic messages</title>
<updated>2016-01-03T13:11:02Z</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2016-01-03T12:01:14Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=105855240e8a63f6c02c3b960652ff5e8605e010'/>
<id>urn:sha1:105855240e8a63f6c02c3b960652ff5e8605e010</id>
<content type='text'>
Fix error messages to use argv0 instead of fixed “tabbed”.
Break usage message into multiple lines.

Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
</entry>
<entry>
<title>Style cleanup</title>
<updated>2016-01-03T13:10:38Z</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2016-01-03T12:00:57Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/tabbed/commit/?id=735bed582460a2150702a74f24b6822397e41fc0'/>
<id>urn:sha1:735bed582460a2150702a74f24b6822397e41fc0</id>
<content type='text'>
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
</entry>
</feed>
