Commit Graph

74 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
0d268397c5 Add Control-k support to wimenu. 2011-09-03 07:49:40 -04:00
Kris Maglione
a2f9088245 Add ViewAttach, ViewDetach, AreaAttach, and AreaDetach events. 2011-04-21 09:07:19 -04:00
Kris Maglione
089bf7bba7 [wimenu] Add paste key binding. 2010-10-07 16:31:42 -04:00
Kris Maglione
ed809b8471 [menu] Add vertical mode. 2010-10-07 16:31:41 -04:00
Kris Maglione
96389a015e Fix wmiir proglist. 2010-08-12 20:10:13 -04:00
Kris Maglione
bd9f907d88 [menu] Allow composed input. 2010-07-31 19:11:45 -04:00
Kris Maglione
26bd6db557 [menu] Fix numeric keypad input. Closes issue #213. 2010-07-31 16:20:51 -04:00
Kris Maglione
683b3ed895 Handle colormapped displays. 2010-06-20 14:24:04 -04:00
Kris Maglione
d9486fa419 [guide] Some updates to wmii.pdf to track the man pages. 2010-06-16 18:32:09 -04:00
Kris Maglione
398533dfd1 Rearrange some things. 2010-06-14 10:30:23 -04:00
Kris Maglione
20f317dd6a Add locale charset crud. 2010-06-06 05:07:24 -04:00
Kris Maglione
6639d9d02f [menu] Set tags and window class on menu window. 2010-06-04 16:49:34 -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
7344423cc4 Factor out some common code. Delete some stale code. 2010-05-29 14:10:31 -04:00
Kris Maglione
b4b5ff470b Allow chained event handlers. 2010-05-27 18:57:08 -04:00
Kris Maglione
a831428c53 Add libstuff.a as make dependency for binaries. 2010-05-27 17:38:19 -04:00
Kris Maglione
88f0721673 Add witray system tray program. 2010-05-27 03:58:02 -04:00
Kris Maglione
5cd40801d2 Update email address in copyright statements. 2010-05-22 19:02:12 -04:00
Kris Maglione
14c09cbc53 Experimental demand-loading of Xft. Removed hard dependency. 2010-05-22 18:58:37 -04:00
Kris Maglione
ab2d1760f8 Factor out common code into library. 2010-05-21 22:52:47 -04:00
Kris Maglione
0ac2afce5c Update copyrights. 2010-05-17 13:59:30 -04:00
Kris Maglione
e42c5a1be6 Add padding to the wimenu prompt. Closes issue #177. 2010-04-06 15:53:33 -04:00
Kris Maglione
4ef9c591eb Filter out modifiers key modifiers beyond Mod5 in wimenu. Closes issue #156. 2009-11-08 16:31:43 -05:00
Kris Maglione
e31731e8bc Better font metrics support. 2009-10-30 03:06:14 -04:00
Kris Maglione
bbb684ec8e Update wimenu(1), add custom completion example. 2009-10-26 21:25:53 -04:00
Kris Maglione
9db3ef8f54 Gmake. 2009-10-26 15:27:43 -04:00
Kris Maglione
e3cf0426a1 Fix debian build. Closes issue #143. 2009-10-25 17:05:55 -04:00
Kris Maglione
dd72b1baf7 Add -S flag to wimenu. 2009-10-17 03:10:37 -04:00
Kris Maglione
ebd63a2aa7 Declare ignored_errors extern in cmd/wmii/x11.c. Fix warning. 2009-10-02 16:12:22 -04:00
Kris Maglione
262c6ec430 Fix warnings in optimized compile. 2009-10-01 16:42:54 -04:00
Kris Maglione
4af4c3825f Makefile cleanup and other general cleanup. 2009-09-17 09:27:11 -04:00
Kris Maglione
fe55433f11 Add alternative_wmiircs READMEs 2009-09-02 20:36:25 -04:00
Kris Maglione
1a7e3b2cd4 Fix compile error caused by last commit. 2009-08-04 11:58:52 -04:00
Kris Maglione
947f9f6dc9 Add 'make tags'. Fix ^[ binding in wimenu. 2009-06-11 19:46:01 -04:00
Kris Maglione
eb13179723 Slight wimenu -c fix. 2009-05-29 18:54:38 -04:00
Kris Maglione
54e546e599 Don't die when no menu choices are provided. 2009-05-29 16:03:54 -04:00
Kris Maglione
772b49c6a6 Fix ticket #114. 2009-05-27 13:22:24 -04:00
Kris Maglione
41e837161f Fix ticket #112 2009-05-25 15:19:55 -04:00
Kris Maglione
41dc478e3b Allow for programmable completion in wimenu. 2009-05-22 23:58:56 -04:00
Kris Maglione
085a984603 Fill in wimenu selections on <Tab> 2009-05-22 23:33:25 -04:00
Kris Maglione
dd5f800f0e Use pkg-config globally. 2009-05-21 14:22:58 -04:00
Kris Maglione
69aec39fa1 Allow bindings to work regardless of caps lock. 2009-05-16 11:14:33 -04:00
Kris Maglione
6884033956 Fix wimenu when numlock is on. 2009-05-16 10:43:03 -04:00
Kris Maglione
91525a7b52 Augment /client/*/ctl Fullscreen command, make info available on read. 2009-05-15 13:56:57 -04:00
Kris Maglione
f0dc2fe129 Add wimenu man page. 2009-05-14 00:14:24 -04:00
Kris Maglione
e3bea241be Add -K flag to wimenu. 2009-05-13 23:43:54 -04:00
Kris Maglione
6b1d84a866 Allow rebinding of keys in wimenu. 2009-05-13 23:30:20 -04:00
Kris Maglione
fac8780e4b Update copyright dates, allow space indents in wmiirc key/event specs, fix 'Urgent toggle'. 2009-05-13 12:57:22 -04:00