Commit Graph

25 Commits

Author SHA1 Message Date
David du Colombier
3acb239918 fix build with GCC 10 and upper
GCC switched default from -fcommon to -fno-common,
leading to the following compilation errors:

multiple definition of `argv0'
multiple definition of `display'
multiple definition of `scr'
multiple definition of `font'
multiple definition of `cnorm'
multiple definition of `csel'
multiple definition of `debugflag'
multiple definition of `debugfile'
multiple definition of `cursor'
multiple definition of `framehandler'
multiple definition of `NM'
2021-10-15 22:12:16 +02:00
Kris Maglione
e8d9e73d15 Fix witray corner case. Closes issue #246. 2011-10-20 05:29:03 -04:00
Kris Maglione
6e288e6611 [tray] Add a horrible workaround for broken Qt systray icon implementation. Closes issue #228. 2011-09-20 02:49:06 -04:00
Kris Maglione
6594959ce8 Deal with a particular Qt systray replacement bug. Cleanup a bit more politely on sigterm/sigint. 2011-09-19 22:06:50 -04:00
Kris Maglione
7eb2bef1bd Add -n flag to witray to opt out of replacing existing systray. 2011-09-19 20:24:32 -04:00
Kris Maglione
b340936d27 Fix compiler warnings. 2011-09-14 17:45:29 -04:00
Kris Maglione
ed809b8471 [menu] Add vertical mode. 2010-10-07 16:31:41 -04:00
Kris Maglione
683b3ed895 Handle colormapped displays. 2010-06-20 14:24:04 -04:00
Kris Maglione
558c0f1154 Cleanup, minor fixes. 2010-06-08 23:59:01 -04:00
Kris Maglione
20f317dd6a Add locale charset crud. 2010-06-06 05:07:24 -04:00
Kris Maglione
6724357027 [witray] Replace currently running system tray at startup. 2010-06-05 04:31:46 -04:00
Kris Maglione
ec26a17464 Fix some tedious client unmap bugs. 2010-06-04 20:37:05 -04:00
Kris Maglione
fd930e89a6 Revamp color handling. Fixes issue #188. 2010-06-04 19:38:35 -04:00
Kris Maglione
7da961ec6c Add group and default-tags keys to /rules.
Update issue #178
Status: Fixed
If you don't want grouping behavior for a client, set group=0 for
that client in /rules. This will inhibit the affinity for tags and
for columns.
2010-06-01 22:38:33 -04:00
Kris Maglione
9055d8e8a1 [menu] Don't set wimenu window override_redirect. 2010-06-01 21:09:23 -04:00
Kris Maglione
e5e64f3eb4 [witray] Add partial DND proxy. 2010-06-01 20:09:25 -04:00
Kris Maglione
3ecd2db1aa [witray] Fix some memory corruption. 2010-05-30 05:58:03 -04:00
Kris Maglione
7344423cc4 Factor out some common code. Delete some stale code. 2010-05-29 14:10:31 -04:00
Kris Maglione
b2ea1da6ba Remove stale xcb include line. 2010-05-28 11:05:01 -04:00
Kris Maglione
b4b5ff470b Allow chained event handlers. 2010-05-27 18:57:08 -04:00
Kris Maglione
a50e6e42ac [witray] Resize tray window after desktop change: avoid a race condition. 2010-05-27 17:44:28 -04:00
Kris Maglione
a831428c53 Add libstuff.a as make dependency for binaries. 2010-05-27 17:38:19 -04:00
Kris Maglione
ce9c5c2adf [witray] Resize tray window after desktop change. 2010-05-27 17:37:09 -04:00
Kris Maglione
f70a4130bd [witray] Handle badly behavied clients. Closes issue #183. 2010-05-27 13:55:34 -04:00
Kris Maglione
88f0721673 Add witray system tray program. 2010-05-27 03:58:02 -04:00