Commit Graph

1311 Commits

Author SHA1 Message Date
Kris Maglione
5b3cabdd00 Fix for 64 bit architectures. Some cleanup. 2007-06-25 19:51:10 -04:00
Kris Maglione
4d1fb1e901 Fix bar initialization in rc.wmii. 2007-06-18 18:43:11 -04:00
Kris Maglione
cbf89cfd93 Quiet GCC strict aliasing warnings. 2007-06-17 20:16:30 -04:00
Kris Maglione
79b5dac754 Check for pending X events before selecting. 2007-06-17 17:01:47 -04:00
Kris Maglione
13e3c32a79 More info from /tag/*/ctl. 2007-06-17 13:30:10 -04:00
Kris Maglione
d7c68da518 Fix flicker on press of grabbed key. 2007-06-11 13:13:49 -04:00
Kris Maglione
4923658a3f Updated wmii.1 2007-06-11 12:04:50 -04:00
Kris Maglione
0d2e67f8b8 Made /tag/*/ctl select message more robust. 2007-06-10 23:49:15 -04:00
Kris Maglione
304b408bab Don't give up on tagrules until there's a non-nil and not "nil" tag string. 2007-06-08 13:53:16 -04:00
Kris Maglione
93aa9a876d Fixed typo in welcome message, thanks to turjo. Made util/compile tack the path onto files in error messages. Minor changes. 2007-06-08 12:35:19 -04:00
Kris Maglione
c2c06670d5 Fix message parsing bug. 2007-06-01 03:42:59 -04:00
Kris Maglione
ecbffad57a Fix the bothced merge. 2007-06-01 03:10:42 -04:00
Kris Maglione
d0a06fe945 Merge with wmii-test. 2007-05-31 21:05:59 -04:00
Kris Maglione
8a64027510 Fix 'send up'. Fix binary search algorithm. 2007-05-31 19:33:22 -04:00
Kris Maglione
d59657ad6b Send MouseDown events for the bar. 2007-05-30 19:08:28 -04:00
Kris Maglione
773d950f40 Stop windows with position hints from briefly appearing at (0,0). Unmap the frame windows immediately after clients die to prevent an empty frame from lingering under load. 2007-05-30 15:39:21 -04:00
Kris Maglione
85816736ec Fixed bug in configure request handling. 2007-05-29 15:28:52 -04:00
Kris Maglione
db0ce2db9b Fix some swapping issues. 2007-05-25 06:36:53 -04:00
Kris Maglione
da3c5d8f7a Fix size calculation in realloc. 2007-05-25 06:25:41 -04:00
Kris Maglione
3b84423e32 Fix triggering of ClientFocus event. Switch to pseudo-LaTeX for wmii(1). 2007-05-25 01:21:17 -04:00
Kris Maglione
c094fe491c Added basic support for setting a client fullscreen via the fs (and menu). Updated manpages. 2007-05-24 20:30:48 -04:00
Kris Maglione
f9a94a516a Added more -Wfoo-bar-baz flags. 2007-05-24 17:42:33 -04:00
Kris Maglione
3b31f2bcca Explicitly prototype (void) functions. 2007-05-24 17:23:36 -04:00
Kris Maglione
d8adf5a2a8 Fixed uint that should have been an int. 2007-05-24 16:49:45 -04:00
Kris Maglione
c2e3829dee Alias 'wmiir remove' to 'wmiir rm' 2007-05-24 16:03:15 -04:00
Kris Maglione
b645346147 Some grabbox fixes, and, it seems, several changes I forgot to commit. 2007-05-10 13:14:39 -04:00
Kris Maglione
2047d9f1ab Sync wmiirc and wmiiloop with -test. Fix dividers when making columns with the mouse. 2007-05-02 16:46:26 -04:00
Kris Maglione
fda2ca35cc Add a missing 'break' statement. 2007-04-25 17:48:44 -04:00
Kris Maglione
7fd74403fc Show that no client has focus when wmii grabs it. 2007-04-25 17:37:33 -04:00
Kris Maglione
38dbe10856 A bunch of fixes. Change wmiiloop to let the shell evaluate unindented lines. 2007-04-25 15:54:44 -04:00
Kris Maglione
5b3e057a96 Fix the stacking of the bar when there are fullscreen windows. 2007-04-24 16:20:43 -04:00
Kris Maglione
37bed5b90c Actually add the file with the new parsing code. 2007-04-24 04:34:14 -04:00
Kris Maglione
7bd03f02e2 New parsing code for ctl messages. New fontstring for 'fixed' for less missing fontsets. 2007-04-24 01:41:41 -04:00
Kris Maglione
ad368c5d46 Fix some focus bugs; cleanup. 2007-04-23 18:31:35 -04:00
Kris Maglione
d9cbab2ce9 Make sure increment hints are at least 1. 2007-04-23 13:42:07 -04:00
Kris Maglione
508de49d67 Fix opaque resizals. Remove the 'broken app' background. 2007-04-23 02:47:44 -04:00
Kris Maglione
6fd517e1ec Fix the stacking of the bar in fullscreen mode. 2007-04-23 02:44:02 -04:00
Kris Maglione
d164c9f51f Finish support for .depend makefiles and the 'make depend' target. 2007-04-23 02:29:02 -04:00
Kris Maglione
ee52f1d35d Fixed some column scaling bugs. 2007-04-22 02:06:56 -04:00
Kris Maglione
1db9310896 Fix reading of WM_PROTOCOLS. 2007-04-22 01:58:31 -04:00
Kris Maglione
4747be2cc9 Track a window's class rather than polling it on name changes. 2007-04-22 01:29:35 -04:00
Kris Maglione
ba5c453954 Update the class string when updating the title. 2007-04-22 01:04:55 -04:00
Kris Maglione
da1c99c630 Remove debugging statement from util/compile. 2007-04-22 00:31:47 -04:00
Kris Maglione
e977005195 Use a uchar* buffer for wmiir.c to avoid a warning. 2007-04-22 00:07:23 -04:00
Kris Maglione
4b9fc7ab1f Fix EXCFLAGS in the /cmd directory. 2007-04-22 00:05:05 -04:00
Kris Maglione
f620e46171 Better relaxing code. 2007-04-21 23:56:09 -04:00
Kris Maglione
6e9deaaec5 Backport /client/n/label change. 2007-04-21 23:53:39 -04:00
Kris Maglione
0b2c30fd88 Added writable /client/n/label 2007-04-21 22:04:11 -04:00
Kris Maglione
7eed342876 Brute force, set the background pixmap of every window on any X event. Temporary. 2007-04-21 18:46:17 -04:00
Kris Maglione
cc14f006f8 Draw on the fg and bg of frames so broken apps like urxvt don't clear them. 2007-04-21 17:20:19 -04:00