Commit Graph

  • ee31e38dc7 removed NUMLOCKMASK, added dynamically calculated numlockmask instead Anselm R.Garbe 2006-08-14 19:18:02 +0200
  • 442334641e added Sander to LICENSE (since he has contributed/revised big portions) Anselm R.Garbe 2006-08-14 18:47:13 +0200
  • dfa5ea6360 applied viewsel.patch Anselm R.Garbe 2006-08-14 18:46:07 +0200
  • 3e06edeb5d applied sanders man page patch, removed button2 from bar click Anselm R.Garbe 2006-08-14 18:14:08 +0200
  • 78b050c13c applied sanders tag()/toggletag() fixes Anselm R.Garbe 2006-08-14 17:50:48 +0200
  • 4ad20ffc2c fixed Anselm R.Garbe 2006-08-14 17:48:54 +0200
  • 57e6e3bb80 added missing arrange Anselm R.Garbe 2006-08-14 17:14:22 +0200
  • 19da197f58 changed replacetag into toggletag Anselm R.Garbe 2006-08-14 16:59:18 +0200
  • 666fae97e6 added some flicker prevention Anselm R.Garbe 2006-08-14 16:37:55 +0200
  • 823fb1118a remove unnecessary XSync Anselm R.Garbe 2006-08-14 16:26:06 +0200
  • db1d62e184 changed order of selecting input at root window Anselm R.Garbe 2006-08-14 16:21:16 +0200
  • d26ffc7fa3 removed finished message Anselm R.Garbe 2006-08-14 16:11:54 +0200
  • 0f3acce042 added mappingnotify event for kb refreshes Anselm R.Garbe 2006-08-14 16:08:52 +0200
  • 9eef9f7b02 removed unneecessary crap Anselm R.Garbe 2006-08-14 15:43:04 +0200
  • aff4c787f4 applied the saner patch (removed the pathetic one) Anselm R.Garbe 2006-08-14 15:33:23 +0200
  • fe3dfbbe90 pplied Sanders appendtag patch Anselm R.Garbe 2006-08-14 15:31:58 +0200
  • 2ffdc1936c some other small fixes Anselm R.Garbe 2006-08-14 15:11:02 +0200
  • 0fe52c63ea removed ungrabkeys again (because of sander's mail) Anselm R.Garbe 2006-08-14 11:38:43 +0200
  • 28a52197c4 fixed string cutting Anselm R.Garbe 2006-08-14 10:58:03 +0200
  • 2c0d1cc87b fixed a core dump Anselm R.Garbe 2006-08-14 10:49:22 +0200
  • 375a251d16 implemented ungrabkeys() which is called in cleanup() Anselm R.Garbe 2006-08-14 10:24:38 +0200
  • d4b7a9a373 implemented restack behavior (floats are on top in tiled mode) Anselm R.Garbe 2006-08-14 10:18:24 +0200
  • 4d67199a4b fixed string cutting in draw.c Anselm R.Garbe 2006-08-14 08:52:15 +0200
  • 95766d6241 applied Sanders LD and resize patches Anselm R.Garbe 2006-08-14 08:43:19 +0200
  • 4cb78a170c removed viewnext/viewprev Anselm R.Garbe 2006-08-14 08:38:26 +0200
  • 2c66b422e7 supplying NULL args in select Anselm R.Garbe 2006-08-14 07:40:20 +0200
  • e571de83e9 reducing ConnectionNumber calls to a bare minimum Anselm R.Garbe 2006-08-14 07:23:46 +0200
  • 4bb89e2cb1 updated man page, added CAVEATS section Anselm R.Garbe 2006-08-13 18:04:42 +0200
  • 349cadacf6 made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear) Anselm R.Garbe 2006-08-13 17:58:06 +0200
  • 292ccc4c43 implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature Anselm R.Garbe 2006-08-11 19:26:12 +0200
  • d7413ffd2d implement multi-tag selection through button3 click on the specific tag Anselm R.Garbe 2006-08-11 18:37:41 +0200
  • 50729a2e73 after some days of experimenting with grey background, I finally give up and switch to white on black ;) Anselm R.Garbe 2006-08-11 18:11:39 +0200
  • a3e3f0b9ed applied Sanders fixes to dwm.1 Anselm R.Garbe 2006-08-11 17:12:48 +0200
  • 45aea23355 fixed dwm.1, added Mod1-Shift-c (was missing for an odd reason) Anselm R.Garbe 2006-08-11 12:32:34 +0200
  • 975b459c17 simplified drawtext Anselm R.Garbe 2006-08-11 11:52:55 +0200
  • 2b35faee06 updated dwm(1) Anselm R.Garbe 2006-08-11 10:54:29 +0200
  • 84818bdbb5 upgraded version info Anselm R.Garbe 2006-08-11 10:28:51 +0200
  • 895902b57a applied Sander's patch as well Anselm R.Garbe 2006-08-11 10:05:53 +0200
  • 7d4184dc5c realized that client focussing through the bar is pretty useless, better is sloppy view focussing for B1/B3 as well instead Anselm R.Garbe 2006-08-11 10:00:47 +0200
  • 8278f0a6be implemented focusprev on button1 press in the bar, and focusnext on button3 press in the bar Anselm R.Garbe 2006-08-11 09:16:40 +0200
  • d3969634ac simplified unmanage Anselm R.Garbe 2006-08-11 08:47:55 +0200
  • 735ca9ccd6 removed the if(clients) check from popping code Anselm R.Garbe 2006-08-11 08:34:42 +0200
  • 4ee661d908 added dwm favicon Anselm R.Garbe 2006-08-10 18:44:19 +0200
  • 9fce8215b7 applied Sanders zoom_update patch Anselm R.Garbe 2006-08-10 17:48:50 +0200
  • 6521c2dd41 respecting inc hints in floating mode on togglemax Anselm R.Garbe 2006-08-10 17:33:11 +0200
  • 9ee9ce7e14 reverting last patch, that sucks, I don't care about retarded apps like gvim Anselm R.Garbe 2006-08-10 16:37:13 +0200
  • 9d39da6452 togglemax repects inc-hints (this way gvim can be toggle'maxed as well) Anselm R.Garbe 2006-08-10 16:35:36 +0200
  • 0228dcd58f applied grammar correction by ILF Anselm R.Garbe 2006-08-10 15:35:02 +0200
  • 3d35ea99bb Added tag 0.8 for changeset cd15de32e173f8ce97bfe1c9b6607937b59056b4 Anselm R.Garbe 2006-08-10 15:19:31 +0200
  • 0680c76a6f prepared 0.8 Anselm R.Garbe 2006-08-10 15:19:25 +0200
  • c3e5f5cc9a updated html Anselm R.Garbe 2006-08-10 13:30:39 +0200
  • 1c620d27d8 fixed the issue reported by sander (gaps at left columns button due to round-offs) Anselm R.Garbe 2006-08-10 12:33:44 +0200
  • fde45ebed8 applied sumik's multihead patch Anselm R.Garbe 2006-08-10 11:26:32 +0200
  • 4bd0d33f57 applied sander's patch Anselm R.Garbe 2006-08-10 11:19:25 +0200
  • 00255728aa readded border color, this sucks least Anselm R.Garbe 2006-08-10 11:12:15 +0200
  • 4b0328f209 drawing border with fg color Anselm R.Garbe 2006-08-10 11:07:27 +0200
  • 30561a0161 removed unnecessary border color Anselm R.Garbe 2006-08-10 10:27:08 +0200
  • a4c4998c8b swapping my default colors (bg with fg) Anselm R.Garbe 2006-08-10 10:22:15 +0200
  • 8e053b6476 made terminals darker, that is better indeed Anselm R.Garbe 2006-08-10 10:20:26 +0200
  • b79b5facb1 disallow zoom on maximized clients Anselm R.Garbe 2006-08-10 10:16:12 +0200
  • c53f0fca91 added zoom on Mod1-Button1 on managed clients only (there is no moving possible) Anselm R.Garbe 2006-08-09 18:37:33 +0200
  • c225e1afc2 removed NET_ACTIVE_WINDOW handling Anselm R.Garbe 2006-08-08 18:12:18 +0200
  • 92e55c7c53 implemented NET_ACTIVE_WINDOW support Anselm R.Garbe 2006-08-08 17:08:45 +0200
  • c86f131681 fixed typo Anselm R.Garbe 2006-08-08 12:58:05 +0200
  • e943234d09 it always takes a while until one sticks to a colorscheme, but this one feels well Anselm R.Garbe 2006-08-08 12:50:11 +0200
  • 9fc24e371b default colors are best Anselm R.Garbe 2006-08-08 12:47:45 +0200
  • cac467d52c without borders it looks cleaner Anselm R.Garbe 2006-08-08 11:47:29 +0200
  • 04f17d2669 red is easier to my eyes with ffffaa bg Anselm R.Garbe 2006-08-08 11:18:05 +0200
  • dff15a02f7 using a better colorscheme (ffffaa is the best background for black) Anselm R.Garbe 2006-08-08 11:06:56 +0200
  • 42277b1110 applied Sanders tiny patches Anselm R.Garbe 2006-08-08 09:30:45 +0200
  • 095f9e143e removed some " arg@10ksloc.org 2006-08-07 17:38:14 +0200
  • 9fbb2ebb90 I really only need 3 tags arg@10ksloc.org 2006-08-07 14:12:28 +0200
  • dbcf87ce76 added a trailing '.' to shortcut descriptions in dwm(1) arg@10ksloc.org 2006-08-07 14:10:22 +0200
  • 4250c26e9b changed signature of drawtext arg@10ksloc.org 2006-08-07 13:54:59 +0200
  • e48de30516 applied grabbing-- and shell_minimal arg@10ksloc.org 2006-08-07 13:40:31 +0200
  • 1f0060caa3 updated screenshot section arg@10ksloc.org 2006-08-07 12:26:28 +0200
  • c732cc90ab changed font size, I'm not blind... arg@10ksloc.org 2006-08-07 12:21:17 +0200
  • 4e2c5b5f25 small fix of a comment arg@10ksloc.org 2006-08-07 12:12:56 +0200
  • d9386a0c07 typo fix arg@10ksloc.org 2006-08-07 11:58:46 +0200
  • 66e16c92d3 applied Sanders man page/Makefile patch arg@10ksloc.org 2006-08-07 11:57:05 +0200
  • 6a8e176df1 settle with grey arg@10ksloc.org 2006-08-07 11:10:19 +0200
  • 632c7f3410 next version is 0.8 arg@10ksloc.org 2006-08-07 10:32:36 +0200
  • 045f1840e0 made my colors tasting better with the background arg@10ksloc.org 2006-08-07 10:28:21 +0200
  • 45d16d090b status box should have a border in my eyes arg@10ksloc.org 2006-08-07 09:47:13 +0200
  • 525c5ff4d8 next attempt for w on black switch arg@10ksloc.org 2006-08-07 09:41:43 +0200
  • 5952157c3b Added tag 0.7 for changeset 3fb41412e2492f66476d92ce8f007a8b48fb1d2a arg@10ksloc.org 2006-08-07 08:55:39 +0200
  • f777d21899 prepared dwm.html arg@10ksloc.org 2006-08-07 08:51:43 +0200
  • 82064af2d7 added stripping to dwm target in Makefile arg@10ksloc.org 2006-08-07 08:46:11 +0200
  • d54444cfd7 changed getproto, maybe that might fix the killclient issue reported on the list arg@10ksloc.org 2006-08-07 08:19:58 +0200
  • 525ef3c178 applied endless loop prevention on zoom() arg@10ksloc.org 2006-08-07 08:05:04 +0200
  • 5ef6ef1bac updated man page arg@10ksloc.org 2006-08-07 07:36:36 +0200
  • f4208e7cac small fix of the last commit arg@10ksloc.org 2006-08-05 14:57:26 +0200
  • ecc95c903b using -Os again, zoom is ignored in floating mode or on floating clients arg@10ksloc.org 2006-08-05 14:56:32 +0200
  • a207949b65 mouse grab needs also to grab for combinations of numlock/lockmask arg@10ksloc.org 2006-08-05 14:02:25 +0200
  • 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