Commit Graph

  • 33a74489f0 applied Julian's enum approach, however renamed theme into scheme resp. Theme into ClrScheme Anselm R Garbe 2013-06-19 19:35:33 +0200
  • 5364697914 finished libsl/drw integration Anselm R Garbe 2013-06-16 15:20:29 +0200
  • 7edc596311 include font argument for st by default Anselm R Garbe 2013-05-02 17:31:22 +0200
  • 68b400e95d added st to SEE ALSO section Anselm R Garbe 2013-05-01 15:45:32 +0200
  • 656882d76f use st as default terminal from now on Anselm R Garbe 2013-05-01 15:41:44 +0200
  • 1479e76f01 shut up about deprecated Xlib functions Anselm R Garbe 2013-05-01 15:39:06 +0200
  • f2544a3318 renamed draw into drw Anselm R Garbe 2013-04-17 21:21:47 +0200
  • aafeaf7317 continued with draw.c and draw.h implementation, now the integration begins Anselm R Garbe 2012-12-09 19:11:11 +0100
  • f21d46ea7d continued with draw.c abstraction, also started util.{h,c} implementation, that will be used by draw.c as well Anselm R Garbe 2012-12-08 10:13:01 +0100
  • c0ba635c50 removed DDC, all is Draw-dependent anselm@garbe.us 2012-11-18 17:52:42 +0100
  • 0a673ad7a3 continued, distinction of Draw and DDC is bad, needs to be merged anselm@garbe.us 2012-11-18 17:26:12 +0100
  • 3aabc08ede reverting the xkb dependency, I don't care if this function is deprecated, it seems it breaks other stuff instead. anselm@garbe.us 2012-11-18 16:39:56 +0100
  • d456617f0e basic draw.c structure anselm@garbe.us 2012-11-18 12:04:29 +0100
  • 61fe833a06 reverting to plain X11 fonts in order to implement draw.c default anselm@garbe.us 2012-11-18 10:56:54 +0100
  • 917e281634 removed obsolete bugs from BUGS file anselm@garbe.us 2012-11-17 20:04:04 +0100
  • 31451c3ad3 compile fix anselm@garbe.us 2012-11-17 19:12:10 +0100
  • 344f35f9f5 applied Neil Klopfstein's patch, slightly modified anselm@garbe.us 2012-11-17 19:10:39 +0100
  • 87adcd263b starting with initial draw.h anselm@garbe.us 2012-11-17 19:01:22 +0100
  • fd3c19bd55 incorporating Xft instead of cairo, cairo provides far too many options anselm@garbe.us 2012-11-02 12:17:50 +0100
  • 1bdb393f81 keep 6.1 intact anselm@garbe.us 2012-07-08 09:45:53 +0200
  • 940feed314 reverted to old updategeom() after several complains, we need to optimize the old way anselm@garbe.us 2012-07-08 09:43:11 +0200
  • 606b44179d applied James Turner's XkbKeycodeToKeysym patch, thanks anselm@garbe.us 2012-06-23 20:12:49 +0200
  • 20f6917910 drastically changed updategeom() handling, see comment in updategeom() for details anselm@garbe.us 2012-06-23 10:12:46 +0200
  • 820cbb3545 reversed Andreas Amann's fullscreen fix with the approach proposed by Gary Langshaw: - idea is not supporting movemouse/resizemouse/togglefloating for fullscreen windows - as fullscreen windows are broken anyways, they should only be adjusted by their own means anselm@garbe.us 2012-06-23 09:06:00 +0200
  • 90f3238301 added kludge to fix some input focus misbehavior in gedit and anjuta, thanks Martti Kühne anselm@garbe.us 2012-04-15 11:41:18 +0200
  • 3bfc43c3d0 applied Andreas Amanns' netwm_client_list patch, but with some indentation fixes anselm@garbe.us 2012-03-25 17:49:35 +0200
  • c1128417a9 applied Andreas Amann's netwm_active_window patch, thx anselm@garbe.us 2012-03-25 17:46:03 +0200
  • 1b62f8fa58 applied Andreas Amann fullscreen fix, some minor modifications anselm@garbe.us 2012-03-17 18:14:17 +0100
  • 54c3044dec unfocus on slow sloppy monitor focus Connor Lane Smith 2012-02-10 00:36:08 +0000
  • 51336aa4a3 applied Eckehard Berns fix fix, sorry that this took so long anselm@garbe.us 2012-02-08 19:54:05 +0100
  • c4b6ac812e added 20h's clarification anselm@garbe.us 2012-01-22 20:23:49 +0100
  • 873bcb97a9 applied Eckehard Berns barwin leak fix and his suggestion to deal with restack() -- the latter aspect needs further investigation. anselm@garbe.us 2012-01-12 07:36:05 +0100
  • 907db0a851 config.mk cleanup anselm@garbe.us 2012-01-04 13:30:12 +0100
  • 4e7c469862 Added tag 6.0 for changeset ec4baab78314 anselm@garbe.us 2011-12-19 16:09:07 +0100
  • 26445a0dc9 bump version to 6.0 anselm@garbe.us 2011-12-19 15:38:30 +0100
  • b5068e32e9 add sloppy monitor focus Connor Lane Smith 2011-11-15 20:16:58 +0100
  • f099d2d5b5 new default colour scheme Connor Lane Smith 2011-11-06 20:36:23 +0100
  • 80a9da555e calculate window/monitor intersection Connor Lane Smith 2011-11-06 20:31:29 +0100
  • d21026f0a1 honour fullscreen hint on map Connor Lane Smith 2011-11-06 20:30:06 +0100
  • e5a1e77351 testing Brians multiscreen issue fix anselm@garbe.us 2011-11-04 20:02:35 +0100
  • 8262d9e663 make ewmh dialog windows float Christoph Lohmann 2011-11-02 12:01:28 +0000
  • 90af1ced3c allow 0 nmaster Connor Lane Smith 2011-10-31 20:09:27 +0100
  • 5ccd42f807 fix big-border corner case Connor Lane Smith 2011-10-30 12:14:34 +0100
  • 1586b7a02d added keyrelease remark to TODO garbeam@gmail.com 2011-10-29 10:57:27 +0200
  • 2420071f4c improve tile spacing Connor Lane Smith 2011-10-28 23:45:12 +0100
  • 04c26574b8 add nmaster binds to manpage Connor Lane Smith 2011-10-26 12:16:25 +0100
  • b1a28ae1da apply nmaster patch Connor Lane Smith 2011-10-25 20:40:46 +0100
  • f68a01cd76 apply resize hints in floating layout Connor Lane Smith 2011-10-25 20:08:08 +0100
  • 2b625eb73e hide clients to the left, not the right Connor Lane Smith 2011-10-25 20:01:18 +0100
  • 0f1f30daca applied Connors cleanup patch of Eckehards proposed fix of applyrules(), thanks everyone involved garbeam@gmail.com 2011-08-15 18:44:12 +0200
  • dec4850d05 applied Connors and Valentins patch to improve the unmapnotify handling of broken clients garbeam@gmail.com 2011-08-08 16:55:06 +0000
  • 0de4197cc5 applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver garbeam@gmail.com 2011-07-29 20:01:22 +0200
  • a372248b80 applied anonymous code cleanup patch garbeam@gmail.com 2011-07-27 19:59:10 +0200
  • 69e7d7dfd3 added a marker for the flash fullscreen issue garbeam@gmail.com 2011-07-24 10:41:43 +0100
  • c99fe7dd7d changed sleep 20 into sleep 1 in example script as suggested by Snader_LB garbeam@gmail.com 2011-07-20 18:56:10 +0000
  • d6670a800d applied Connors aesthitic buf fix in tile(), thanks garbeam@gmail.com 2011-07-20 18:45:40 +0000
  • 6288c44697 applied Peters magic float mode bugfix garbeam@gmail.com 2011-07-20 18:36:15 +0000
  • d5c5c52b30 applied lolilolicon's floating center patch, further investigation wrt his second issue reported needed garbeam@gmail.com 2011-07-20 18:33:19 +0000
  • d0b4575bf4 thanks to recursions on IRC for his remark garbeam@gmail.com 2011-07-20 18:30:51 +0000
  • 03518ce49e Added tag 5.9 for changeset dd74622a4785 garbeam@gmail.com 2011-07-10 21:25:23 +0100
  • cd8bb06af5 enabled release flags garbeam@gmail.com 2011-07-10 21:24:17 +0100
  • 3150a8a1be applied Peters wintoclient/wintomon optimisation in enternotify() garbeam@gmail.com 2011-07-10 21:22:22 +0100
  • b3c5f5435a removed unneeded offset recalculation, thanks Jukka, let's see if this breaks some other client garbeam@gmail.com 2011-07-10 21:18:50 +0100
  • a692bdcf2b undo the focus optimisation patch for 5.9 garbeam@gmail.com 2011-07-10 21:12:05 +0100
  • d83454f6b7 applied Peters two patches, please test hg tip, if nothing breaks this is 5.9 garbeam@gmail.com 2011-07-09 07:57:10 +0100
  • 27b0142203 applied Garys patch in a slightly modified way garbeam@gmail.com 2011-07-02 11:02:22 +0200
  • 867ba36030 applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0 garbeam@gmail.com 2011-07-01 17:56:53 +0100
  • e83f36db10 fixed scroll lock (thanks bogdan) Connor Lane Smith 2011-06-27 20:12:42 +0100
  • 212f417e44 fix numlock (thanks mikhail) Connor Lane Smith 2011-06-27 19:35:11 +0100
  • 3a392b8558 making enternotify less focus hungry garbeam@gmail.com 2011-06-25 09:07:28 +0100
  • 92fe06b501 applied Andreas Amann's patch from Oct 2010, thanks garbeam@gmail.com 2011-06-24 21:02:32 +0100
  • 6cf29bff33 applied Rudys barwidth patch, thanks Rudy garbeam@gmail.com 2011-06-17 20:22:54 +0100
  • 60c06a7cb4 don't check for monocle layout in zoom() exit condition garbeam@gmail.com 2011-06-14 22:28:16 +0100
  • 1147546122 Thanks for the pedantic review :) garbeam@gmail.com 2011-06-14 05:51:21 +0100
  • d384cee751 fixing some minor issues, next week is dwm-5.9 release time garbeam@gmail.com 2011-06-11 08:33:20 +0100
  • 5c710cf89c rm draw.c from 5.9 branch Connor Lane Smith 2011-06-04 23:02:00 +0100
  • 8a111c181e fix typo Connor Lane Smith 2011-06-04 10:18:54 +0100
  • 2255bf46a0 cleaner drawing Connor Lane Smith 2011-06-04 10:17:25 +0100
  • 04797343db update draw.c Connor Lane Smith 2011-05-21 20:26:26 +0100
  • e7d41cc188 added draw.h, draw.c Connor Lane Smith 2011-05-20 19:10:26 +0100
  • 22d8818850 applied Evil_Bobs cleanup patch Anselm R Garbe 2011-05-12 14:16:33 +0000
  • 6784429c3c applied another minor change to the README Anselm R Garbe 2011-04-27 15:55:18 +0000
  • 37fea84de8 applied Thomas' README patch Anselm R Garbe 2011-04-27 12:38:59 +0000
  • c14d293e51 applied Jack's mplayer fullscreen patch Anselm R Garbe 2011-04-26 08:13:39 +0000
  • 79b1657a19 missed declaration Anselm R Garbe 2011-04-15 08:13:06 +0000
  • d24837f1ad minor fix of the NetActiveWindow multi-monitor flaw, slight rearrangement Anselm R Garbe 2011-04-15 08:12:20 +0000
  • 3c2d303c0e applied Peter/Andreas NetActiveWindow patch in a slightly modified version Anselm R Garbe 2011-04-14 13:46:25 +0000
  • 1e20a0f78a applied Brendan MacDonell's WM_TAKE_FOCUS patch, thanks Brendan! Anselm R Garbe 2011-04-12 20:19:32 +0000
  • 96f9855248 applied another patch of Hiltjo, thanks Anselm R Garbe 2011-03-25 14:06:46 +0000
  • 3c48858ffa applied Hiltjos' BUGS patch from 23 Mar, sorry took a while :) Anselm R Garbe 2011-03-25 13:57:54 +0000
  • dd46d5b588 applied Hiltjo's multimon mouse-based resize fix Anselm R Garbe 2011-03-23 08:58:57 +0000
  • 0bc4e41ebd applied anonymous patch, I don't think the reversed array access has semantic side-effects Anselm R Garbe 2011-01-07 16:05:22 +0000
  • 703c4dd253 added a todo Anselm R Garbe 2010-12-02 10:16:47 +0000
  • b68528d85d applied Hiltjo's cleanup patch Anselm R Garbe 2010-11-19 11:53:59 +0000
  • a644baf674 applied Hiltjo's tiny cleanup fix Anselm R Garbe 2010-09-27 07:53:44 +0000
  • c1f8688bfa applied Hiltjo's tiny cleanup patch, thanks! Anselm R Garbe 2010-09-25 13:39:08 +0000
  • bea4dd2490 does this make a difference? Anselm R Garbe 2010-09-11 19:00:18 +0000
  • 83d10be1c1 added TODO and bumped version to 5.9 anselm@garbe.us 2010-08-24 13:13:20 +0100
  • 1529058f27 applied Hiltjo Posthuma's line saver patch anselm@garbe.us 2010-08-23 17:25:53 +0100
  • 36311d88af applied Hiltjo Posthuma's double-XineramaQueryScreens() patch, thanks Hiltjo! Anselm R Garbe 2010-07-25 09:58:25 +0100