aafeaf7317continued with draw.c and draw.h implementation, now the integration begins
Anselm R Garbe
2012-12-09 19:11:11 +0100
f21d46ea7dcontinued 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
c0ba635c50removed DDC, all is Draw-dependent
anselm@garbe.us
2012-11-18 17:52:42 +0100
0a673ad7a3continued, distinction of Draw and DDC is bad, needs to be merged
anselm@garbe.us
2012-11-18 17:26:12 +0100
3aabc08edereverting 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
940feed314reverted to old updategeom() after several complains, we need to optimize the old way
anselm@garbe.us
2012-07-08 09:43:11 +0200
606b44179dapplied James Turner's XkbKeycodeToKeysym patch, thanks
anselm@garbe.us
2012-06-23 20:12:49 +0200
20f6917910drastically changed updategeom() handling, see comment in updategeom() for details
anselm@garbe.us
2012-06-23 10:12:46 +0200
820cbb3545reversed 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
90f3238301added 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
3bfc43c3d0applied Andreas Amanns' netwm_client_list patch, but with some indentation fixes
anselm@garbe.us
2012-03-25 17:49:35 +0200
c1128417a9applied Andreas Amann's netwm_active_window patch, thx
anselm@garbe.us
2012-03-25 17:46:03 +0200
1b62f8fa58applied Andreas Amann fullscreen fix, some minor modifications
anselm@garbe.us
2012-03-17 18:14:17 +0100
54c3044decunfocus on slow sloppy monitor focus
Connor Lane Smith
2012-02-10 00:36:08 +0000
51336aa4a3applied Eckehard Berns fix fix, sorry that this took so long
anselm@garbe.us
2012-02-08 19:54:05 +0100
873bcb97a9applied 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
8262d9e663make ewmh dialog windows float
Christoph Lohmann
2011-11-02 12:01:28 +0000
90af1ced3callow 0 nmaster
Connor Lane Smith
2011-10-31 20:09:27 +0100
5ccd42f807fix big-border corner case
Connor Lane Smith
2011-10-30 12:14:34 +0100
1586b7a02dadded keyrelease remark to TODO
garbeam@gmail.com
2011-10-29 10:57:27 +0200
2420071f4cimprove tile spacing
Connor Lane Smith
2011-10-28 23:45:12 +0100
04c26574b8add nmaster binds to manpage
Connor Lane Smith
2011-10-26 12:16:25 +0100
b1a28ae1daapply nmaster patch
Connor Lane Smith
2011-10-25 20:40:46 +0100
f68a01cd76apply resize hints in floating layout
Connor Lane Smith
2011-10-25 20:08:08 +0100
2b625eb73ehide clients to the left, not the right
Connor Lane Smith
2011-10-25 20:01:18 +0100
0f1f30dacaapplied Connors cleanup patch of Eckehards proposed fix of applyrules(), thanks everyone involved
garbeam@gmail.com
2011-08-15 18:44:12 +0200
dec4850d05applied Connors and Valentins patch to improve the unmapnotify handling of broken clients
garbeam@gmail.com
2011-08-08 16:55:06 +0000
0de4197cc5applied 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
d5c5c52b30applied lolilolicon's floating center patch, further investigation wrt his second issue reported needed
garbeam@gmail.com
2011-07-20 18:33:19 +0000
d0b4575bf4thanks to recursions on IRC for his remark
garbeam@gmail.com
2011-07-20 18:30:51 +0000
03518ce49eAdded tag 5.9 for changeset dd74622a4785
garbeam@gmail.com
2011-07-10 21:25:23 +0100
3150a8a1beapplied Peters wintoclient/wintomon optimisation in enternotify()
garbeam@gmail.com
2011-07-10 21:22:22 +0100
b3c5f5435aremoved unneeded offset recalculation, thanks Jukka, let's see if this breaks some other client
garbeam@gmail.com
2011-07-10 21:18:50 +0100
a692bdcf2bundo the focus optimisation patch for 5.9
garbeam@gmail.com
2011-07-10 21:12:05 +0100
d83454f6b7applied Peters two patches, please test hg tip, if nothing breaks this is 5.9
garbeam@gmail.com
2011-07-09 07:57:10 +0100
27b0142203applied Garys patch in a slightly modified way
garbeam@gmail.com
2011-07-02 11:02:22 +0200
867ba36030applied 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
e83f36db10fixed scroll lock (thanks bogdan)
Connor Lane Smith
2011-06-27 20:12:42 +0100
212f417e44fix numlock (thanks mikhail)
Connor Lane Smith
2011-06-27 19:35:11 +0100
3a392b8558making enternotify less focus hungry
garbeam@gmail.com
2011-06-25 09:07:28 +0100
92fe06b501applied Andreas Amann's patch from Oct 2010, thanks
garbeam@gmail.com
2011-06-24 21:02:32 +0100
f1a2a3c850Added tag 5.8.2 for changeset a043f0800805
anselm@garbe.us
2010-06-04 11:41:16 +0100
ee734fae6bincreased version
Anselm R Garbe
2010-05-30 10:03:09 +0100
62d3caa999implemented better fullscreen handling, please test
Anselm R Garbe
2010-05-30 10:02:56 +0100
4c9b397ff9Added tag 5.8.1 for changeset 1ed1e75c9c2e
Anselm R Garbe
2010-05-29 12:48:18 +0100
5c6545adf5removing Sylvain's patch because it breaks more than it fixes unfortunately, re-issuing a bugfix release 5.8.1
Anselm R Garbe
2010-05-29 12:48:11 +0100
a704b1ee34Added tag 5.8 for changeset 60ea8fed13ab
Anselm R Garbe
2010-05-28 11:43:44 +0100
f83d61dfe8removed DEBUG code and added 2010 to the copyright list
anselm@garbe.us
2010-05-27 08:20:42 +0100