Commit Graph
100 Commits
Author SHA1 Message Date
arg@mmvi d800ec05ff implemented the maximization as I described on the mailinglist, this feels better to me. 2006-09-22 07:37:56 +02:00
arg@mmvi bda53ac6ad reviewed client.c 2006-09-20 09:53:21 +02:00
arg@mmvi 4230932563 reviewed util.c 2006-09-20 09:49:32 +02:00
arg@mmvi f17e898bd1 fixed a nuance in dwm.1 2006-09-20 09:45:39 +02:00
arg@mmvi 886b2088f1 improved intro comment in dwm.h, updated config.mk 2006-09-20 09:40:35 +02:00
arg@mmvi 551d6bb23d some simplifications to intro in dwm.h 2006-09-19 16:13:44 +02:00
arg@mmvi d504005e91 Added tag 1.6 for changeset ad3fa2d185426c51fd5deceae809770363f8d33c 2006-09-16 11:21:01 +02:00
arg@mmvi 2511b5c675 added visibility check to enternotify as well 2006-09-15 14:21:25 +02:00
arg@mmvi 28aba061ec offscreen client appearance fixes 2006-09-15 10:54:32 +02:00
arg@mmvi 8e37c78ce3 focus() enforces visibility of a client if not NULL 2006-09-15 10:49:05 +02:00
arg@localhost.10kloc.org 950a1ab5af windows which have set transient_for hint inherit the transient_for window tags now 2006-08-21 17:35:37 +02:00
arg@localhost.10kloc.org 1b9fe55025 after switching to OpenBSD again, I switched back to a saner color scheme 2006-08-21 17:41:09 +02:00
arg@10ksloc.org 095f9e143e removed some " 2006-08-07 17:38:14 +02:00
arg@10ksloc.org 9fbb2ebb90 I really only need 3 tags 2006-08-07 14:12:28 +02:00
arg@10ksloc.org dbcf87ce76 added a trailing '.' to shortcut descriptions in dwm(1) 2006-08-07 14:10:22 +02:00
arg@10ksloc.org 4250c26e9b changed signature of drawtext 2006-08-07 13:54:59 +02:00
arg@10ksloc.org e48de30516 applied grabbing-- and shell_minimal 2006-08-07 13:40:31 +02:00
arg@10ksloc.org 1f0060caa3 updated screenshot section 2006-08-07 12:26:28 +02:00
arg@10ksloc.org c732cc90ab changed font size, I'm not blind... 2006-08-07 12:21:17 +02:00
arg@10ksloc.org 4e2c5b5f25 small fix of a comment 2006-08-07 12:12:56 +02:00
arg@10ksloc.org d9386a0c07 typo fix 2006-08-07 11:58:46 +02:00
arg@10ksloc.org 66e16c92d3 applied Sanders man page/Makefile patch 2006-08-07 11:57:05 +02:00
arg@10ksloc.org 6a8e176df1 settle with grey 2006-08-07 11:10:19 +02:00
arg@10ksloc.org 632c7f3410 next version is 0.8 2006-08-07 10:32:36 +02:00
arg@10ksloc.org 045f1840e0 made my colors tasting better with the background 2006-08-07 10:28:21 +02:00
arg@10ksloc.org 45d16d090b status box should have a border in my eyes 2006-08-07 09:47:13 +02:00
arg@10ksloc.org 525c5ff4d8 next attempt for w on black switch 2006-08-07 09:41:43 +02:00
arg@10ksloc.org 5952157c3b Added tag 0.7 for changeset 3fb41412e2492f66476d92ce8f007a8b48fb1d2a 2006-08-07 08:55:39 +02:00
arg@10ksloc.org f777d21899 prepared dwm.html 2006-08-07 08:51:43 +02:00
arg@10ksloc.org 82064af2d7 added stripping to dwm target in Makefile 2006-08-07 08:46:11 +02:00
arg@10ksloc.org d54444cfd7 changed getproto, maybe that might fix the killclient issue reported on the list 2006-08-07 08:19:58 +02:00
arg@10ksloc.org 525ef3c178 applied endless loop prevention on zoom() 2006-08-07 08:05:04 +02:00
arg@10ksloc.org 5ef6ef1bac updated man page 2006-08-07 07:36:36 +02:00
arg@10ksloc.org f4208e7cac small fix of the last commit 2006-08-05 14:57:26 +02:00
arg@10ksloc.org ecc95c903b using -Os again, zoom is ignored in floating mode or on floating clients 2006-08-05 14:56:32 +02:00
arg@10ksloc.org a207949b65 mouse grab needs also to grab for combinations of numlock/lockmask 2006-08-05 14:02:25 +02:00
arg@10ksloc.org 86d12249dd slight fix 2006-08-05 13:10:09 +02:00
arg@10ksloc.org b098c94ed4 small performance tweak ;) 2006-08-04 18:34:40 +02:00
arg@10ksloc.org 6a39a496d0 fixed xterm font change (all other related apps should work fine with this fix as well) 2006-08-04 18:25:40 +02:00
arg@10ksloc.org 3d73084b5e fixed view-change bug reported on the list 2006-08-04 18:17:02 +02:00
arg@10ksloc.org 12b1d439e4 no need for -g anymore, regexp matching works now 2006-08-04 17:04:50 +02:00
arg@10ksloc.org 1076161bf3 fixed dmenu link (thx to deifl) 2006-08-04 15:47:50 +02:00
arg@10ksloc.org e21d93b7bd switched to regexp matching for Rules 2006-08-04 14:40:32 +02:00
arg@10ksloc.org f504aea132 fixed a bug in dmenu call 2006-08-04 13:42:40 +02:00
arg@10ksloc.org 9955ddc978 using execl now, argv changed, using cmd and const char defs directly in the KEYS struct 2006-08-04 12:00:55 +02:00
arg@10ksloc.org 0dfe729f90 added dmenu to dwm.html 2006-08-04 10:36:22 +02:00
arg@10ksloc.org 8f698bd4cc small stylistic fix 2006-08-04 10:27:16 +02:00
arg@10ksloc.org 99b126d0af removed CONFIG 2006-08-03 17:08:43 +02:00
arg@10ksloc.org a2d56f6dce make config.h not a time dependence 2006-08-03 15:36:13 +02:00
arg@10ksloc.org db876f9fb0 removed rm config.h from clean 2006-08-03 15:29:28 +02:00
arg@10ksloc.org 05a618b06e added gmake compliance 2006-08-03 15:21:08 +02:00
arg@10ksloc.org 72608f0d5a s/tag2/two/g 2006-08-03 15:09:52 +02:00
arg@10ksloc.org bba044de4f applied Jukka's diff 2006-08-03 15:05:34 +02:00
arg@10ksloc.org 4d55eee754 applied Sanders Makefile patch 2006-08-03 13:50:37 +02:00
arg@10ksloc.org d41b232b52 stylistic chnage 2006-08-03 12:21:00 +02:00
arg@10ksloc.org 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 2006-08-03 12:12:26 +02:00
arg@10ksloc.org 666b4563a0 hotfix of settags 2006-08-03 11:38:26 +02:00
arg@10ksloc.org 7315bb08ad using SRC instead of *.c 2006-08-03 11:27:29 +02:00
arg@10ksloc.org f80688f1c7 changed the files included in make dist 2006-08-03 10:59:20 +02:00
arg@10ksloc.org dc5c070c44 applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat 2006-08-03 10:58:29 +02:00
arg@10ksloc.org 8cc7f3bace changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum) 2006-08-03 10:55:07 +02:00
arg@10ksloc.org 5d3fd3707b implemented the idea presented by Sander for dwm target 2006-08-02 17:49:21 +02:00
arg@10ksloc.org 1bf0c4a8e7 changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now 2006-08-02 17:19:22 +02:00
arg@10ksloc.org 863656d2bc fixed a type in README, and patched config.mk 2006-08-02 17:12:00 +02:00
arg@10ksloc.org f1a34ae1e4 updated dwm.html 2006-08-02 16:54:58 +02:00
arg@10ksloc.org 3000cad507 Added tag 0.6 for changeset c11f86db4550cac5d0a648a3fe4d6d3b9a4fcf7e 2006-08-02 16:52:21 +02:00
arg@10ksloc.org 0f8249f262 removed config.h (stupid hg) 2006-08-02 16:52:02 +02:00
arg@10ksloc.org 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 2006-08-02 16:46:59 +02:00
arg@10ksloc.org 85e6d59956 added Acroread.* and MPlayer.* to config.arg.h rules 2006-08-02 16:38:21 +02:00
arg@10ksloc.org 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 2006-08-02 16:32:05 +02:00
arg@10ksloc.org a55f0e12fe new stuff 2006-08-02 13:05:04 +02:00
arg@10ksloc.org 0cf3ba0eab dwm is now exit, if stdin is closed due broken pipe 2006-08-02 12:33:24 +02:00
arg@10ksloc.org 1d85225952 implemented focus on enterwindow on titlebars 2006-08-02 11:28:27 +02:00
arg@10ksloc.org 3af6434085 applied Sanders patches (numlock2) 2006-08-02 11:13:32 +02:00
arg@10ksloc.org 57871415c1 reverting to old resize policy 2006-08-02 10:48:58 +02:00
arg@10ksloc.org 52021851d1 new resize stuff (using XConfigureWindow instead of XSendEvent) 2006-08-02 10:43:21 +02:00
arg@10ksloc.org 080a38d62d renamed WM_PROTOCOL_DELWIN into PROTODELWIN 2006-08-01 16:44:23 +02:00
arg@10ksloc.org ab7a11c0c7 renamed ARRANGE into DEFMODE 2006-08-01 16:39:20 +02:00
arg@10ksloc.org d8675f6f30 small fixes to dwm.html 2006-08-01 16:35:54 +02:00
arg@10ksloc.org eff4478c2d simplified README 2006-08-01 16:29:25 +02:00
arg@10ksloc.org 81683351f0 removed 1 missing LOC 2006-08-01 16:20:29 +02:00
arg@10ksloc.org b38905b004 removed 5LOC 2006-08-01 16:20:03 +02:00
arg@10ksloc.org d9a6a3b5d2 removed artefacts of single-linked list (thanx to Jukka, I must have been mad) 2006-08-01 16:14:17 +02:00
arg@10ksloc.org 7c2e3bb67d cleaned config.*h to prevent some confusion 2006-08-01 15:29:37 +02:00
arg@10ksloc.org b01a51a844 saved 2LOC 2006-08-01 15:16:29 +02:00
arg@10ksloc.org 77f8c075c4 uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers) 2006-08-01 14:46:01 +02:00
arg@10ksloc.org 33b4821cd6 fixed config.h files 2006-08-01 14:03:29 +02:00
arg@10ksloc.org a73a882806 centralized/externalized configuration to config.h 2006-08-01 13:59:13 +02:00
arg@10ksloc.org 57416beefe applied Cedric's NumLock patch 2006-08-01 12:41:38 +02:00
arg@10ksloc.org 1b63f832c5 applied Jukkas prev/next patch with XK_{h,l} 2006-08-01 12:39:14 +02:00
arg@10ksloc.org 7b5638f61d applied Sanders patches 2006-08-01 12:32:33 +02:00
arg@10ksloc.org 937cabfa0a committed a patch which fixes the hints of Jukka 2006-08-01 11:49:19 +02:00
arg@10ksloc.org deba5069e5 updated html 2006-07-21 21:15:39 +02:00
arg@10ksloc.org 956113b295 Added tag 0.5 for changeset 22213b9a2114167ee8ba019a012e27da0422a61a 2006-07-21 21:15:11 +02:00
arg@10ksloc.org db98a7d60f prepared 0.5 2006-07-21 21:15:08 +02:00
arg@10ksloc.org 0464e42231 some cleanups/fixes inspired by Jukka Salmi's feedback 2006-07-21 18:34:10 +02:00
arg@10ksloc.org 4970ef938e simplified main.c, switching back to single urxvt usage 2006-07-21 14:11:38 +02:00
arg@10ksloc.org f85b163899 s/sleep 5/sleep 2/ 2006-07-21 11:54:14 +02:00
arg@10ksloc.org 2b66f7afb1 changed the status info README hint (more simple now, no extra script necessary) 2006-07-21 11:48:28 +02:00
arg@10ksloc.org 67b3083dfd s/0.5/0.6/ - my steps are wider than the reality 2006-07-21 10:18:12 +02:00