Commit Graph

  • 86d12249dd slight fix arg@10ksloc.org 2006-08-05 13:10:09 +0200
  • b098c94ed4 small performance tweak ;) arg@10ksloc.org 2006-08-04 18:34:40 +0200
  • 6a39a496d0 fixed xterm font change (all other related apps should work fine with this fix as well) arg@10ksloc.org 2006-08-04 18:25:40 +0200
  • 3d73084b5e fixed view-change bug reported on the list arg@10ksloc.org 2006-08-04 18:17:02 +0200
  • 12b1d439e4 no need for -g anymore, regexp matching works now arg@10ksloc.org 2006-08-04 17:04:50 +0200
  • 1076161bf3 fixed dmenu link (thx to deifl) arg@10ksloc.org 2006-08-04 15:47:50 +0200
  • e21d93b7bd switched to regexp matching for Rules arg@10ksloc.org 2006-08-04 14:40:32 +0200
  • f504aea132 fixed a bug in dmenu call arg@10ksloc.org 2006-08-04 13:42:40 +0200
  • 9955ddc978 using execl now, argv changed, using cmd and const char defs directly in the KEYS struct arg@10ksloc.org 2006-08-04 12:00:55 +0200
  • 0dfe729f90 added dmenu to dwm.html arg@10ksloc.org 2006-08-04 10:36:22 +0200
  • 8f698bd4cc small stylistic fix arg@10ksloc.org 2006-08-04 10:27:16 +0200
  • 99b126d0af removed CONFIG arg@10ksloc.org 2006-08-03 17:08:43 +0200
  • a2d56f6dce make config.h not a time dependence arg@10ksloc.org 2006-08-03 15:36:13 +0200
  • db876f9fb0 removed rm config.h from clean arg@10ksloc.org 2006-08-03 15:29:28 +0200
  • 05a618b06e added gmake compliance arg@10ksloc.org 2006-08-03 15:21:08 +0200
  • 72608f0d5a s/tag2/two/g arg@10ksloc.org 2006-08-03 15:09:52 +0200
  • bba044de4f applied Jukka's diff arg@10ksloc.org 2006-08-03 15:05:34 +0200
  • 4d55eee754 applied Sanders Makefile patch arg@10ksloc.org 2006-08-03 13:50:37 +0200
  • d41b232b52 stylistic chnage arg@10ksloc.org 2006-08-03 12:21:00 +0200
  • b35575574b removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags arg@10ksloc.org 2006-08-03 12:12:26 +0200
  • 666b4563a0 hotfix of settags arg@10ksloc.org 2006-08-03 11:38:26 +0200
  • 7315bb08ad using SRC instead of *.c arg@10ksloc.org 2006-08-03 11:27:29 +0200
  • f80688f1c7 changed the files included in make dist arg@10ksloc.org 2006-08-03 10:59:20 +0200
  • dc5c070c44 applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat arg@10ksloc.org 2006-08-03 10:58:29 +0200
  • 8cc7f3bace changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum) arg@10ksloc.org 2006-08-03 10:55:07 +0200
  • 5d3fd3707b implemented the idea presented by Sander for dwm target arg@10ksloc.org 2006-08-02 17:49:21 +0200
  • 1bf0c4a8e7 changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now arg@10ksloc.org 2006-08-02 17:19:22 +0200
  • 863656d2bc fixed a type in README, and patched config.mk arg@10ksloc.org 2006-08-02 17:12:00 +0200
  • f1a34ae1e4 updated dwm.html arg@10ksloc.org 2006-08-02 16:54:58 +0200
  • 3000cad507 Added tag 0.6 for changeset c11f86db4550cac5d0a648a3fe4d6d3b9a4fcf7e arg@10ksloc.org 2006-08-02 16:52:21 +0200
  • 0f8249f262 removed config.h (stupid hg) arg@10ksloc.org 2006-08-02 16:52:02 +0200
  • b515765216 removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel arg@10ksloc.org 2006-08-02 16:46:59 +0200
  • 85e6d59956 added Acroread.* and MPlayer.* to config.arg.h rules arg@10ksloc.org 2006-08-02 16:38:21 +0200
  • 95e8d12b71 made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander arg@10ksloc.org 2006-08-02 16:32:05 +0200
  • a55f0e12fe new stuff arg@10ksloc.org 2006-08-02 13:05:04 +0200
  • 0cf3ba0eab dwm is now exit, if stdin is closed due broken pipe arg@10ksloc.org 2006-08-02 12:33:24 +0200
  • 1d85225952 implemented focus on enterwindow on titlebars arg@10ksloc.org 2006-08-02 11:28:27 +0200
  • 3af6434085 applied Sanders patches (numlock2) arg@10ksloc.org 2006-08-02 11:13:32 +0200
  • 57871415c1 reverting to old resize policy arg@10ksloc.org 2006-08-02 10:48:58 +0200
  • 52021851d1 new resize stuff (using XConfigureWindow instead of XSendEvent) arg@10ksloc.org 2006-08-02 10:43:21 +0200
  • 080a38d62d renamed WM_PROTOCOL_DELWIN into PROTODELWIN arg@10ksloc.org 2006-08-01 16:44:23 +0200
  • ab7a11c0c7 renamed ARRANGE into DEFMODE arg@10ksloc.org 2006-08-01 16:39:20 +0200
  • d8675f6f30 small fixes to dwm.html arg@10ksloc.org 2006-08-01 16:35:54 +0200
  • eff4478c2d simplified README arg@10ksloc.org 2006-08-01 16:29:25 +0200
  • 81683351f0 removed 1 missing LOC arg@10ksloc.org 2006-08-01 16:20:29 +0200
  • b38905b004 removed 5LOC arg@10ksloc.org 2006-08-01 16:20:03 +0200
  • d9a6a3b5d2 removed artefacts of single-linked list (thanx to Jukka, I must have been mad) arg@10ksloc.org 2006-08-01 16:14:17 +0200
  • 7c2e3bb67d cleaned config.*h to prevent some confusion arg@10ksloc.org 2006-08-01 15:29:37 +0200
  • b01a51a844 saved 2LOC arg@10ksloc.org 2006-08-01 15:16:29 +0200
  • 77f8c075c4 uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers) arg@10ksloc.org 2006-08-01 14:46:01 +0200
  • 33b4821cd6 fixed config.h files arg@10ksloc.org 2006-08-01 14:03:29 +0200
  • a73a882806 centralized/externalized configuration to config.h arg@10ksloc.org 2006-08-01 13:59:13 +0200
  • 57416beefe applied Cedric's NumLock patch arg@10ksloc.org 2006-08-01 12:41:38 +0200
  • 1b63f832c5 applied Jukkas prev/next patch with XK_{h,l} arg@10ksloc.org 2006-08-01 12:39:14 +0200
  • 7b5638f61d applied Sanders patches arg@10ksloc.org 2006-08-01 12:32:33 +0200
  • 937cabfa0a committed a patch which fixes the hints of Jukka arg@10ksloc.org 2006-08-01 11:49:19 +0200
  • deba5069e5 updated html arg@10ksloc.org 2006-07-21 21:15:39 +0200
  • 956113b295 Added tag 0.5 for changeset 22213b9a2114167ee8ba019a012e27da0422a61a arg@10ksloc.org 2006-07-21 21:15:11 +0200
  • db98a7d60f prepared 0.5 arg@10ksloc.org 2006-07-21 21:15:08 +0200
  • 0464e42231 some cleanups/fixes inspired by Jukka Salmi's feedback arg@10ksloc.org 2006-07-21 18:34:10 +0200
  • 4970ef938e simplified main.c, switching back to single urxvt usage arg@10ksloc.org 2006-07-21 14:11:38 +0200
  • f85b163899 s/sleep 5/sleep 2/ arg@10ksloc.org 2006-07-21 11:54:14 +0200
  • 2b66f7afb1 changed the status info README hint (more simple now, no extra script necessary) arg@10ksloc.org 2006-07-21 11:48:28 +0200
  • 67b3083dfd s/0.5/0.6/ - my steps are wider than the reality arg@10ksloc.org 2006-07-21 10:18:12 +0200
  • 0c7bcc24cb applied sanders maxfix patch arg@10ksloc.org 2006-07-21 10:07:41 +0200
  • 98c6a92eb5 added a note how to achieve status info in the bar arg@10ksloc.org 2006-07-21 09:59:11 +0200
  • ba59bc8b9f preparing 0.6 which will be available in the evening after sanders patch approx. arg@10ksloc.org 2006-07-21 09:39:44 +0200
  • cd8d8e1208 sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEY arg@10ksloc.org 2006-07-21 07:37:52 +0200
  • 04eb016e78 applied sanders no_sizehints for tiled mode patch (thx!) arg@10ksloc.org 2006-07-20 19:09:11 +0200
  • 0a4342098b serious mistake in pop() (forgot to set c->prev to NULL on pop) arg@10ksloc.org 2006-07-20 18:23:43 +0200
  • 72707c2fae using double-linked list in order to get correct prev focus handling arg@10ksloc.org 2006-07-20 16:54:20 +0200
  • 06dc514bc7 added yet another CUTOMIZE tag arg@10ksloc.org 2006-07-20 15:40:41 +0200
  • 2b5553b1eb cleaned the CUSTOMIZE flags arg@10ksloc.org 2006-07-20 15:17:52 +0200
  • 4688ad181d made status bar drawing more robust, implemented togglemax and togglemode, works quite well arg@10ksloc.org 2006-07-20 15:07:35 +0200
  • dc5d967ee6 cleaned up code arg@10ksloc.org 2006-07-20 12:18:06 +0200
  • fe3756c8e1 Added tag 0.4 for changeset eb3165734f00fe7f7da8aeebaed00e60a57caac9 arg@10ksloc.org 2006-07-20 10:48:22 +0200
  • 01b151f5f8 prepared 0.4 arg@10ksloc.org 2006-07-20 10:48:19 +0200
  • 8bb4a93f2b using O3 instead of Os, binary size still < 40kb arg@10ksloc.org 2006-07-20 10:26:36 +0200
  • 5ec04b7726 fixed version in man page arg@10ksloc.org 2006-07-20 10:15:05 +0200
  • 3657eaedf3 yet another html patch arg@10ksloc.org 2006-07-20 10:12:41 +0200
  • 9291283a18 updated html arg@10ksloc.org 2006-07-20 10:10:58 +0200
  • eccd02def2 makefile now sets permissions for executables and man pages arg@10ksloc.org 2006-07-20 09:45:47 +0200
  • 11737233a7 removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable arg@10ksloc.org 2006-07-20 07:26:23 +0200
  • bcaf6a7a0f implemented regexp matching for rules arg@10ksloc.org 2006-07-19 17:42:08 +0200
  • f95eed34b4 applied Jukka's patch with s/ModKeyMask/MODKEY/g arg@10ksloc.org 2006-07-19 16:38:39 +0200
  • 1eaffa372f removed TODO, because dwm is nearly finished arg@10ksloc.org 2006-07-19 15:03:53 +0200
  • b1697e8d5f reapplied my default keybindings arg@10ksloc.org 2006-07-19 14:54:19 +0200
  • 801d11c7e7 alternate dwm.png arg@10ksloc.org 2006-07-19 14:49:19 +0200
  • 1b855fccd7 Added tag 0.3 for changeset 7e66082e5092fb0bccd18a3695a0bec52c80fdb2 arg@10ksloc.org 2006-07-19 14:44:44 +0200
  • d34b4c7b9a some changes in the html page arg@10ksloc.org 2006-07-19 14:44:24 +0200
  • 1f9614f82e prepared 0.3 arg@10ksloc.org 2006-07-19 14:43:17 +0200
  • 4491bdda69 fixed the bug mentioned by Sander arg@10ksloc.org 2006-07-19 14:11:27 +0200
  • 8af1d97332 refactored Sanders code somewhat arg@10ksloc.org 2006-07-19 13:52:31 +0200
  • 79cd408844 implemented fallback for too many clients in stacked mode arg@10ksloc.org 2006-07-19 13:36:04 +0200
  • 18be893b66 and another fix... arg@10ksloc.org 2006-07-19 13:30:18 +0200
  • 0fb1842fd0 yet another typo fix arg@10ksloc.org 2006-07-19 13:29:45 +0200
  • f522930a99 fixed a typo arg@10ksloc.org 2006-07-19 13:24:58 +0200
  • aebd745f72 floating clients get random (x,y) offsets now arg@10ksloc.org 2006-07-19 13:22:49 +0200
  • c53980cddc applied Sanders resize patch, fixed lower bug arg@10ksloc.org 2006-07-19 11:31:04 +0200
  • 95e56ffc0d changed CFLAGs arg@mmvi 2006-07-18 17:54:55 +0200