Commit Graph

2002 Commits

Author SHA1 Message Date
Kris Maglione
86d4f9ebf0 Some changes already in snap. 2007-03-05 01:11:12 -05:00
Kris Maglione
3cb6d8a7d1 Don't create a new area on the 'swap' command. 2007-03-04 14:53:48 -05:00
Kris Maglione
4dce9d067b Include wmii.h last. 2007-03-04 13:54:02 -05:00
Kris Maglione
d1ead722a2 Fix focus delay for the default layout (again). 2007-03-03 21:57:15 -05:00
Kris Maglione
6238b96a6a Fix titlebar flicker. Fix an infinate event loop bug. Fix strlcat conflict. 2007-03-03 21:33:43 -05:00
Kris Maglione
1160b14fe6 Another wmiirc fix. 2007-03-03 17:56:46 -05:00
Kris Maglione
dc952bdb7e Added tag snap20070303 for changeset e9e7dddcacff 2007-03-03 17:56:18 -05:00
Kris Maglione
36f8b836bd Added tag snap for changeset e9e7dddcacff 2007-03-03 17:56:01 -05:00
Kris Maglione
4b21c3f205 Added wmii9menu to, and cleaned up rc/wmiirc. Fixed behavior after selection no item with wmii9menu in rc.wmii. 2007-03-03 17:51:46 -05:00
Kris Maglione
92f1feda99 Fix flicker and delay when changing focus via the keyboard. 2007-03-03 16:01:38 -05:00
Kris Maglione
c7813c07ca Fix another focus bug. 2007-03-03 14:46:12 -05:00
Kris Maglione
2c3d644563 Add strlcat to util.c instead of using the implementation from libixp. 2007-03-03 12:36:44 -05:00
Kris Maglione
3fbfc4957d Don't delete bar items for which there are tags on startup. 2007-03-03 12:09:36 -05:00
Kris Maglione
356f676015 Removed PLAN9BASE config.mk knob in favor of wmii9rc script. Still not an ideal solution. 2007-03-03 09:42:06 -05:00
Kris Maglione
d1428fafd0 Use a backing store, and more/resize uncollapsed clients first for flicker prevention. 2007-03-03 02:23:22 -05:00
Kris Maglione
162d53212e Process any queued focus events before deciding whether to set focus. This fixes several focus bugs. 2007-03-03 01:36:03 -05:00
Kris Maglione
07343c21f1 Improved fullscreen support (far from finished). Minor focus improvements. Changed copyright info. 2007-03-02 23:40:24 -05:00
Kris Maglione
4ecc7f5ea6 Added PLAN9BASE config.mk knob that evaluates to $PLAN9 or /usr/local/plan9 if unset. 2007-03-02 17:11:09 -05:00
Kris Maglione
c4b8c42b4c Add a newline to the end of rc.wmii. 2007-03-02 03:30:56 -05:00
Kris Maglione
a27463d603 Implemented the Aspect hint, as well as some moderate cleanup. 2007-03-02 03:13:32 -05:00
Kris Maglione
fbc572a6a8 Fix flicker on keyboard focus change. 2007-03-01 16:37:00 -05:00
Kris Maglione
b1f9f6666b Fix Action-status 2007-03-01 15:20:53 -05:00
Kris Maglione
d3c108d5ae Cleanup 9menu some. Remember the last menu item selected. 2007-02-28 21:18:26 -05:00
Kris Maglione
74d24e66f1 Don't confine the mouse to the menu in 9menu. 2007-02-28 20:16:21 -05:00
Kris Maglione
89d4b45642 Fix the default colors in wmii9menu. 2007-02-28 20:06:43 -05:00
Kris Maglione
eaf1ad0cc2 Report the proper client id in urgency notices. 2007-02-28 17:32:12 -05:00
Kris Maglione
d6d9fa39c2 Fix Suraj's segfault, hopefully. 2007-02-28 17:19:15 -05:00
Kris Maglione
bb3f1ea452 Removed www tagrule from rc.wmii. It was not meant to be there. 2007-02-28 01:00:05 -05:00
Kris Maglione
d346ce4723 Replaced wmii.svg with wmii.eps and wmii.mp (wmii and XML/Inkscape don't mesh). 2007-02-27 19:12:57 -05:00
Kris Maglione
adfcb6ce01 Replace #defines with enums 2007-02-27 15:34:05 -05:00
Kris Maglione
d3efb4965b Make gawk happy. 2007-02-27 03:39:40 -05:00
Kris Maglione
4d689c0a0d Fix an infinate loop with multiple reads on the same /event fid. 2007-02-27 03:14:39 -05:00
Kris Maglione
93b89970f8 Fix selection of views by index. 2007-02-27 01:57:01 -05:00
Kris Maglione
8ba567929c Don't link wmii9menu against libixp. 2007-02-26 16:04:04 -05:00
Kris Maglione
6fc0950cb5 Add .POSIX target and change to double quotes in the Makefile. Change 9menu.c parsing a bit. Some rc.wmii fixes. 2007-02-26 15:56:41 -05:00
Kris Maglione
0bcc957879 Test -e $PLAN9/bin/rc in wmii script. Use AWKPATH config.mk flag instead of /usr/bin/awk. 2007-02-26 06:53:02 -05:00
Kris Maglione
af678f9c6a Get rid of a bunch of cruft from 9menu. 2007-02-26 06:08:50 -05:00
Kris Maglione
3f2591f833 Remove tests for menu bounds in 9menu.c, since the mouse is confined to the menu. 2007-02-26 05:51:49 -05:00
Kris Maglione
16af6d5871 Added 9menu.c 2007-02-26 05:17:10 -05:00
Kris Maglione
b090c8bc98 Make Nop the default menu item, rather than Delete. 2007-02-26 04:55:54 -05:00
Kris Maglione
b2c7eef976 Fix 9menu function, compile wmii9menu with 9menu.o instead of ${OBJ}, some minor 9menu.c modifications. 2007-02-26 04:46:55 -05:00
Kris Maglione
edd7dba67a Add stripped down version of 9menu, and right-click menus to clients. Includes 'Delete' item. Runs from rc.wmii only. 2007-02-26 04:27:03 -05:00
Kris Maglione
6fd9aede66 Fixed and cleaned up rc.wmii. Updated rc/welcome 2007-02-25 23:29:16 -05:00
Kris Maglione
fe72e87e78 Quote $PROGS_FILE elsewhere 2007-02-25 15:29:27 -05:00
Kris Maglione
28c238974f Quote $PROGS_FILE in Action_rehash 2007-02-25 15:25:41 -05:00
Kris Maglione
82125e9e28 Get rid of config_which in the sh wmiirc. 2007-02-25 15:16:34 -05:00
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