2206 Commits

Author SHA1 Message Date
Kris Maglione
6aa67b638b Create Action_ functions immediately. Quote $WMII_NORMCOLORS in Action_status 2007-02-25 14:59:32 -05:00
Kris Maglione
59fe492d74 Replace Action- with Action_ in wmiirc 2007-02-25 14:25:42 -05:00
Kris Maglione
f02ebd6d4f Replaced rc.wmii.var with splitting rc.wmii.local at /^# Overrides/ 2007-02-25 14:17:56 -05:00
Kris Maglione
615381d5bd Fixed syntax error in client.c. 2007-02-25 13:43:28 -05:00
Kris Maglione
a3bc12c958 Make sure XGetWMHints doesn't return nil. Some cleanup in client.c. 2007-02-25 12:50:36 -05:00
Kris Maglione
56e1ee9a13 Fix selection of areas by index. 2007-02-25 00:07:59 -05:00
Kris Maglione
ca3bcebf82 Have rc.wmii source rc.wmii.var; I don't like it, but MODKEY must be set before the Key-* functions are defined, and override functions after. I can think of few other solutions. 2007-02-24 23:36:16 -05:00
Kris Maglione
2c387d4d99 Have wmiimenu take colors from WMII_(NORM FOCUS)COLORS. Get rid of 'extern' from function decls. 2007-02-23 23:09:58 -05:00
Kris Maglione
e4cf02d8f4 Have rc.wmii source rc.wmii.local to allow local changes with the stock rc.wmii. 2007-02-23 19:50:02 -05:00
Kris Maglione
e41895dda2 Fix dmenu colors in rc.wmii. 2007-02-23 16:53:38 -05:00
Kris Maglione
7d79286893 Focus windows when entering their titlebars, except when stacked. 2007-02-23 16:03:20 -05:00
Kris Maglione
6d8c5fe003 Bigger target area for border resizals. Fix to rc.wmii. 2007-02-23 15:11:39 -05:00
Kris Maglione
204f3e1e45 Fix some rc.wmii bugs. wmiiterm is $WMII_TERM again. 2007-02-23 14:05:46 -05:00
Kris Maglione
b2f0b883e3 Remove rc/(status rehash quit). They're taken care of in wmiirc, now. 2007-02-23 13:55:11 -05:00
Kris Maglione
99fe00d264 Fixed WMII_MENU and WMII_TERM. They are now functions: wmiimenu and wmiiterm. 2007-02-23 13:48:21 -05:00
Kris Maglione
a7a3303cb8 Redraw view on writes to /ctl (focuscolors, border, font) 2007-02-23 01:53:08 -05:00
Kris Maglione
f6a4b6b876 Temporarilly fix some focus issues (still need rewrite). Some rc.wmii fixes. 2007-02-23 00:07:30 -05:00
Kris Maglione
dcf1c9ec1d Moved rc/newrc to rc/wmiirc. Added rc/rc.wmii, and run it if 9 rc exists. Bourne wmiirc is officially deprecated. 2007-02-22 22:36:50 -05:00
Kris Maglione
2da0d1b75d More wmiiloop/newrc updates. 2007-02-22 19:07:58 -05:00
Kris Maglione
f56a70589e Added wmiiloop(1) and wmiiloop.1 to handle experimantal awk-based wmiirc. 2007-02-22 18:32:23 -05:00
Kris Maglione
fb8b463288 A bit more tidying of rc/newrc 2007-02-22 17:02:14 -05:00
Kris Maglione
a5825ff3d7 Made rc/newrc moderately less ugly. 2007-02-22 16:20:40 -05:00
Kris Maglione
61f889a81c Experimental awk-based wmiirc now has internal actions. Still ugly. Must fix. 2007-02-22 15:53:34 -05:00
Kris Maglione
5a070d4d6f Don't replay clicks that were on the frame window. 2007-02-22 15:12:36 -05:00
Kris Maglione
e1e4450a41 Added experimental awk-based wmiirc in rc/newrc 2007-02-22 15:06:59 -05:00
Kris Maglione
3d589a8573 Remove unused variable, and some general reformating, in wmiirc. 2007-02-22 11:56:12 -05:00
Kris Maglione
924972e625 Removed superfluous 'NF>2' check in proglist (there's no x in total). Renamed DMENU to WMII_MENU. 2007-02-22 11:48:34 -05:00
Kris Maglione
caa1e081a1 Rather, don't let windows width below labelh(&def.font). 2007-02-21 17:36:54 -05:00
Kris Maglione
cb34583058 Don't resize to zero width either (duh). 2007-02-21 17:30:54 -05:00
Kris Maglione
375dc40784 Don't resize floating clients to 0 height. 2007-02-21 17:21:45 -05:00
Kris Maglione
53387d3637 Make sure that the framewin's cursor is set to CurNormal whenever the mouse is over the client 2007-02-21 16:34:12 -05:00
Kris Maglione
6e8664bdd0 Return from do_mouse_resize after calling do_managed_move 2007-02-21 14:24:08 -05:00
Kris Maglione
a1d855de54 Don't respond with an error on Tclunk of a file that no longer exists 2007-02-21 02:14:22 -05:00
Kris Maglione
b10ede6590 Fixed a bug where focus reverted to None when the last client of a tag was XKilled 2007-02-20 23:49:36 -05:00
Kris Maglione
3a67df49e6 Fixed a bug in my last commit. 2007-02-20 22:18:21 -05:00
Kris Maglione
8caa7c0983 Fix that pesky bug related to open Fids of objects which don't exist anymore. 2007-02-20 22:11:40 -05:00
Kris Maglione
9bb8276e1e Removed stupid void casts from write_buf calls. 2007-02-20 21:12:37 -05:00
Kris Maglione
7b0ecf7cf8 Fixed a but on walk where fid == newfid. 2007-02-20 20:37:16 -05:00
Kris Maglione
9fd22b12f9 Fix frame coloring issue which occurs with bloated apps. 2007-02-20 19:02:34 -05:00
Kris Maglione
16cdf68c70 Change the window cursor when over the border for resizal (the border is still too small for this to be useful 2007-02-20 18:29:16 -05:00
Kris Maglione
7199cfcaeb merge 2007-02-20 17:33:26 -05:00
Kris Maglione
31e3b8d9d0 Rewrote draw_frame, and removed per-frame BlitzBrushes 2007-02-20 17:31:42 -05:00
Denis Grelich
ea37b14bc4 Replaced all occurrences of CONFVERSION with 3.5 in the man pages. 2007-02-20 19:24:45 +01:00
Kris Maglione
3c5b719d89 Check for pending X11 events after serving a 9p connection. 2007-02-19 22:55:18 -05:00
Kris Maglione
20ddc55bbe Updated Makefile to make sure we get a new VERSION on upgrade 2007-02-19 17:04:38 -05:00
Kris Maglione
4c3c083ba1 Use --template instead of awk for VERSION as suggested by Maxi 2007-02-19 16:44:20 -05:00
Kris Maglione
ba6e56de8a Fix config.mk version nastiness. 2007-02-19 16:39:48 -05:00
uriel
6358d900a2 Add new TODO file 2007-02-19 20:55:59 +01:00
Kris Maglione
29f4a77bc1 Cleaned up main.c. Made wmiiwm usable without a script. This may not stay. 2007-02-18 23:38:39 -05:00
Kris Maglione
68734b56d5 Calculate VERSION from the hg reversion number. 2007-02-18 21:58:22 -05:00