Commit Graph

  • 822101d merged tile.c again into dwm.c by anselm@anselm1 2008-05-19 20:07:12 +0100
  • 6bdef73 take bar into account by Anselm R Garbe 2008-05-19 17:27:30 +0100
  • 234b12e be more polite to clients which like to appear outside the window area, but still on the screen by Anselm R Garbe 2008-05-19 17:23:49 +0100
  • bd4deae fixed comment by Anselm R Garbe 2008-05-19 15:36:45 +0100
  • 499315c fix by Anselm R Garbe 2008-05-19 15:09:16 +0100
  • f22d047 make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients by Anselm R Garbe 2008-05-19 15:05:46 +0100
  • 4a5c8d8 improving space usage if master is left of stack (default) by Anselm R Garbe 2008-05-19 14:44:53 +0100
  • 71365a5 only snap within window area by Anselm R Garbe 2008-05-19 13:41:58 +0100
  • 3afca3e s/DEFGEOM/CUSTOMGEOM/ by Anselm R Garbe 2008-05-19 13:37:46 +0100
  • bdc80bd update by Anselm R Garbe 2008-05-19 13:32:43 +0100
  • 64707da updatetilegeom should be fine for setmfact by Anselm R Garbe 2008-05-19 12:42:26 +0100
  • 5497268 recent changes, introduced togglebar, changed some defines into variable declarations where possible by Anselm R Garbe 2008-05-19 12:34:54 +0100
  • 42cb2bd new stuff by Anselm R Garbe 2008-05-17 14:51:12 +0100
  • 585294c removed the <M> togglelayout call by Anselm R Garbe 2008-05-17 14:50:37 +0100
  • a864a82 s/tilegeom/updatetilegeom/ by Anselm R Garbe 2008-05-17 14:48:04 +0100
  • bd67a82 removed monocle for now by Anselm R Garbe 2008-05-17 14:46:06 +0100
  • 14d8d82 removed the exact focus mechanism of next/prev window by Anselm R Garbe 2008-05-17 14:41:41 +0100
  • 4246aff moved all tile()-related stuff into tile.c which is included from config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use by Anselm R Garbe 2008-05-17 14:38:22 +0100
  • 42c4b31 removed tileh, renamed tilev into tile again, removed counttiles, tilemaster by Anselm R Garbe 2008-05-17 14:23:05 +0100
  • a785a0d removed Layout->isfloating by Anselm R Garbe 2008-05-17 14:17:18 +0100
  • 489ac07 removed reapply() -- unnecessary by Anselm R Garbe 2008-05-17 14:06:41 +0100
  • 349d768 renamed setlayout into togglelayout by Anselm R Garbe 2008-05-17 14:04:27 +0100
  • 6dfa7ca removed temporary wildcard handling by Anselm R Garbe 2008-05-15 10:51:37 +0100
  • 71681c2 added wild-card handling for tags by Anselm R Garbe 2008-05-15 10:47:26 +0100
  • 7047818 applied nsz's another style patch by Anselm R Garbe 2008-05-14 11:24:35 +0100
  • d7cc0f6 applied nsz's style.diff patch by Anselm R Garbe 2008-05-13 14:33:02 +0100
  • 6b79f3f just added a comment by Anselm R Garbe 2008-05-13 11:27:20 +0100
  • 446fa8c minor fixes by Anselm R Garbe 2008-05-11 20:27:01 +0100
  • fa244aa having monocle on Mod1-m by Anselm R Garbe 2008-05-11 20:25:24 +0100
  • 7ac4f8a hotfix by Anselm R Garbe 2008-05-11 20:22:20 +0100
  • 7eb2628 removed Geom stuff, introduced updategeom() again, still view is somewhat broken? by Anselm R Garbe 2008-05-11 20:20:53 +0100
  • 93a4fe1 cleaned up config.def.h by Anselm R Garbe 2008-05-11 14:54:45 +0100
  • 5602f44 implemented exact focus next, if arg != NULL to focus{next,prev} by Anselm R Garbe 2008-05-11 14:40:37 +0100
  • b848f4b applied the proposal by nsz by Anselm R Garbe 2008-05-06 15:52:44 +0100
  • 86c4797 applied JUCE patch by Anselm R Garbe 2008-05-06 15:13:36 +0100
  • c094ed2 simplification of view() as proposed by anydot by Anselm R Garbe 2008-04-27 18:36:11 +0100
  • bfd6079 applied yiyus tagset patch by Anselm R Garbe 2008-04-27 18:33:31 +0100
  • 7f70d90 applied yiyus fgeom patch by Anselm R Garbe 2008-04-27 18:22:52 +0100
  • 858251d applied dfenze drawtext simplifications by Anselm R Garbe 2008-04-27 18:00:45 +0100
  • d26c28c this is the correct way by anselm@anselm1 2008-04-20 19:09:30 +0100
  • b633577 copyright notice is in LICENSE by anselm@anselm1 2008-04-20 19:09:00 +0100
  • c059625 applied Ph's seltags-simplification with some modifications by anselm@anselm1 2008-04-20 18:35:11 +0100
  • 874837f applied Ph's MIN/MAX patch, nice work! by anselm@anselm1 2008-04-20 18:28:21 +0100
  • 5fa559d applied Ph's patch regarding geom and lt initialization by anselm@anselm1 2008-04-20 18:23:59 +0100
  • 146ff22 applied Gottox' applyrules() fix by anselm@anselm1 2008-04-20 18:17:33 +0100
  • bb0a328 geometry fix proposed by Jukka by Anselm R Garbe 2008-04-08 11:49:35 +0100
  • 721b208 applied applyrules-fix by Jukka, thank you Jukka! by Anselm R Garbe 2008-04-07 09:05:41 +0100
  • 6229ed2 fix by Anselm R Garbe 2008-04-05 19:04:53 +0100
  • 940240e applied the proposed monocle patch from the mailinglist by Anselm R Garbe 2008-04-05 18:23:31 +0100
  • 08c596e next version is 5.0 by Anselm R Garbe 2008-04-04 11:15:37 +0100
  • 9ce6abb Added tag 4.9 for changeset 22c669b2dd36 by anselm@anselm1 2008-04-03 21:57:32 +0100
  • 0e21794 yet another cleanup by Anselm R Garbe 2008-04-03 14:39:19 +0100
  • d477fb6 some cleanup changes by Anselm R Garbe 2008-04-03 14:38:58 +0100
  • 3d6630b uncommented dual layout in preparation of dwm 4.9 by anselm@anselm1 2008-04-02 22:18:09 +0100
  • c982bb1 applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys! by anselm@anselm1 2008-04-02 22:10:55 +0100
  • 6cf73e7 aspects hints seem broken for fullscreen apps by Anselm R Garbe 2008-04-01 15:46:00 +0100
  • a520ba3 removed uneccessary line by Anselm R Garbe 2008-03-31 10:09:48 +0100
  • 0c71b16 bugfix by Anselm R Garbe 2008-03-25 09:41:14 +0000
  • 00c28a7 setmfact should not have any effect if in floating layout by Anselm R Garbe 2008-03-24 14:31:02 +0000
  • 5a3a2d6 minor fix by Anselm R Garbe 2008-03-24 14:24:57 +0000
  • a355782 revival of mfact and setmfact by Anselm R Garbe 2008-03-24 14:23:28 +0000
  • 20cd336 setlayout and setgeom are now togglable again by Anselm R Garbe 2008-03-24 13:49:19 +0000
  • a6a216f geom indicator and layout indicator is only displayed if there are several geoms/layouts by Anselm R Garbe 2008-03-24 13:33:32 +0000
  • 2c2063b hotfix of idxoftag by anselm@anselm1 2008-03-22 16:53:37 +0000
  • e6ede46 blw/bgw calculation bugfix by anselm@anselm1 2008-03-22 12:47:12 +0000
  • 6877205 updated configurenotify by Anselm R Garbe 2008-03-19 09:27:17 +0000
  • fb5f99d minor bugfix in applyrules by anselm@anselm1 2008-03-17 23:45:46 +0000
  • 7ebab75 added sample of {grow,shrink}master to config.def.h by Anselm R Garbe 2008-03-17 17:33:25 +0000
  • 9fa5ca3 renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value by Anselm R Garbe 2008-03-17 16:29:50 +0000
  • fe6b0c0 geoms are now drawed in the status bar by Anselm R Garbe 2008-03-17 16:26:06 +0000
  • aa2395b removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro by Anselm R Garbe 2008-03-17 14:56:11 +0000
  • dba2284 made the string-based setgeom working by Anselm R Garbe 2008-03-15 14:17:42 +0000
  • 33b1960 some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries by Anselm R Garbe 2008-03-14 17:17:08 +0000
  • e237b2a some changes towards 4.9 by Anselm R Garbe 2008-03-14 14:35:45 +0000
  • dd9ee6d Added tag 4.8 for changeset 607015ddb091 by Anselm R Garbe 2008-03-13 16:56:11 +0000
  • 1380569 removed the comment again by Anselm R Garbe 2008-03-13 16:30:29 +0000
  • 831428b some polishing in tileh/tilev by Anselm R Garbe 2008-03-13 13:59:40 +0000
  • 6943971 minor bugfix by Anselm R Garbe 2008-03-13 13:01:42 +0000
  • f2e98f4 added a new comment by Anselm R Garbe 2008-03-13 12:47:41 +0000
  • c19d4b2 some cleanup by Anselm R Garbe 2008-03-13 12:45:30 +0000
  • f77a3d0 updated my geoms function by Anselm R Garbe 2008-03-13 10:25:50 +0000
  • 8aa1533 update by Anselm R Garbe 2008-03-13 10:24:02 +0000
  • 2fc9cff set layout already here by Anselm R Garbe 2008-03-13 10:22:10 +0000
  • 3c5b6f0 well I use a different default tile by Anselm R Garbe 2008-03-13 10:21:03 +0000
  • 0267353 added updatebarpos() by Anselm R Garbe 2008-03-13 10:19:05 +0000
  • 95eae7b removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms by Anselm R Garbe 2008-03-13 10:11:02 +0000
  • 5910775 some polishing by Anselm R Garbe 2008-03-12 16:04:06 +0000
  • d05d09b updated dwm(1) by Anselm R Garbe 2008-03-12 15:34:36 +0000
  • 47b1974 added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw, th, wx, wy, ww, wh ad variables by anselm@anselm1 2008-03-11 21:52:10 +0000
  • 247ba66 changed config.def.h by Anselm R Garbe 2008-03-06 19:22:00 +0000
  • d7b074f new stuff by Anselm R Garbe 2008-03-06 19:20:14 +0000
  • c917018 implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon by Anselm R Garbe 2008-03-06 18:53:15 +0000
  • f7a45ff allow for vstack by Anselm R Garbe 2008-03-06 11:56:43 +0000
  • add7df6 added some comments what the TODOs are for 4.8 by Anselm R Garbe 2008-03-06 11:56:00 +0000
  • 3a79b82 changed config.def.h by Anselm R Garbe 2008-03-05 21:14:57 +0000
  • b31b430 integrated the new -x -y -w toggles of dmenu into my setup by Anselm R Garbe 2008-03-05 19:03:45 +0000
  • 88c8ead removed some more useless clunk by Anselm R Garbe 2008-03-05 18:48:33 +0000
  • 2e95837 implemented the stuff as I discussed on dwm@ by Anselm R Garbe 2008-03-05 18:31:08 +0000
  • 5d9ae3f fixed urgent hint handling by Anselm R Garbe 2008-03-05 13:13:13 +0000
  • 2e38296 renamed maximise to monocle again. by Anselm R Garbe 2008-03-05 10:31:37 +0000