about summary refs log tree commit diff
path: root/util.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-08continued with draw.c abstraction, also started util.{h,c} implementation, ↵Anselm R Garbe1-0/+6
that will be used by draw.c as well
2012-11-18removed DDC, all is Draw-dependent[email protected]2-82/+40
2012-11-18continued, distinction of Draw and DDC is bad, needs to be merged[email protected]2-7/+14
2012-11-18reverting the xkb dependency, I don't care if this function is deprecated, ↵[email protected]1-9/+2
it seems it breaks other stuff instead.
2012-11-18basic draw.c structure[email protected]3-6/+149
2012-11-18reverting to plain X11 fonts in order to implement draw.c default[email protected]3-39/+69
2012-11-17removed obsolete bugs from BUGS file[email protected]1-25/+0
2012-11-17compile fix[email protected]1-2/+2
2012-11-17applied Neil Klopfstein's patch, slightly modified[email protected]1-2/+8
2012-11-17starting with initial draw.h[email protected]2-0/+78
2012-11-02incorporating Xft instead of cairo, cairo provides far too many options[email protected]3-69/+39
2012-07-08keep 6.1 intact[email protected]1-1/+1
2012-07-08reverted to old updategeom() after several complains, we need to optimize ↵[email protected]2-54/+71
the old way
2012-06-23applied James Turner's XkbKeycodeToKeysym patch, thanks[email protected]1-1/+2
2012-06-23drastically changed updategeom() handling, see comment in updategeom() for ↵[email protected]2-71/+54
details
2012-06-23reversed Andreas Amann's fullscreen fix with the approach proposed by Gary ↵[email protected]1-11/+10
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
2012-04-15added kludge to fix some input focus misbehavior in gedit and anjuta, thanks ↵[email protected]1-1/+2
Martti Kühne
2012-03-25applied Andreas Amanns' netwm_client_list patch, but with some indentation fixes[email protected]1-1/+20
2012-03-25applied Andreas Amann's netwm_active_window patch, thx[email protected]1-3/+12
2012-03-17applied Andreas Amann fullscreen fix, some minor modifications[email protected]1-3/+10
2012-02-10unfocus on slow sloppy monitor focusConnor Lane Smith1-0/+1
2012-02-08applied Eckehard Berns fix fix, sorry that this took so long[email protected]1-3/+5
2012-01-22added 20h's clarification[email protected]1-0/+4
2012-01-12applied Eckehard Berns barwin leak fix and his suggestion to deal with ↵[email protected]2-4/+4
restack() -- the latter aspect needs further investigation.
2012-01-04config.mk cleanup[email protected]1-10/+9
2011-12-19Added tag 6.0 for changeset ec4baab78314[email protected]1-0/+1
2011-12-19bump version to 6.0[email protected]1-1/+1
2011-11-15add sloppy monitor focusConnor Lane Smith1-3/+19
2011-11-06new default colour schemeConnor Lane Smith1-6/+6
2011-11-06calculate window/monitor intersectionConnor Lane Smith1-15/+19
2011-11-06honour fullscreen hint on mapConnor Lane Smith1-56/+66
2011-11-04testing Brians multiscreen issue fix[email protected]1-9/+9
2011-11-02make ewmh dialog windows floatChristoph Lohmann1-1/+27
2011-10-31allow 0 nmasterConnor Lane Smith1-3/+5
2011-10-30fix big-border corner caseConnor Lane Smith1-1/+1
2011-10-29added keyrelease remark to TODO[email protected]1-0/+2
2011-10-28improve tile spacingConnor Lane Smith1-9/+12
2011-10-26add nmaster binds to manpageConnor Lane Smith1-2/+8
2011-10-25apply nmaster patchConnor Lane Smith2-21/+24
2011-10-25apply resize hints in floating layoutConnor Lane Smith1-1/+1
2011-10-25hide clients to the left, not the rightConnor Lane Smith1-1/+1
2011-08-15applied Connors cleanup patch of Eckehards proposed fix of applyrules(), ↵[email protected]1-20/+20
thanks everyone involved
2011-08-08applied Connors and Valentins patch to improve the unmapnotify handling of ↵[email protected]1-2/+6
broken clients
2011-07-29applied Peter Hartlichs nice interim Xinerama and map fix patches, for ↵[email protected]3-5/+56
debugging purposes I also added his transient test driver
2011-07-27applied anonymous code cleanup patch[email protected]1-13/+9
2011-07-24added a marker for the flash fullscreen issue[email protected]1-0/+1
2011-07-20changed sleep 20 into sleep 1 in example script as suggested by Snader_LB[email protected]2-2/+2
2011-07-20applied Connors aesthitic buf fix in tile(), thanks[email protected]1-2/+2
2011-07-20applied Peters magic float mode bugfix[email protected]1-1/+0
2011-07-20applied lolilolicon's floating center patch, further investigation wrt his ↵[email protected]1-2/+2
second issue reported needed