aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
Commit message (Expand)AuthorAgeLines
* All functions in alphabetical order except for this one.Christopher Drelich2018-03-14-9/+9
* ColBorder has been moved to the enum with ColFg and ColBg.Christopher Drelich2018-03-14-1/+0
* dont NUL terminate _NET_WM_NAMEHiltjo Posthuma2017-12-27-1/+1
* sync dmenu drw.{c,h} code: use Clr* (was Scm)Hiltjo Posthuma2017-11-03-2/+2
* gettextprop: check result of XGetTextProperty (undefined behaviour for XFree)Hiltjo Posthuma2017-11-03-2/+1
* Set class name on status barOmar Sandoval2017-11-03-0/+2
* simplify isfixed conditionsDaniel Cousens2017-10-11-2/+1
* yet another cleanupAnselm R Garbe2017-05-08-34/+34
* Don't restrict snap in mousemoveMarkus Teich2017-03-28-14/+11
* Button passthrough when client is not focusedMarkus Teich2017-03-28-10/+11
* cleanupMarkus Teich2017-03-28-34/+30
* applied Markus' tagset purge of alternative view on _NET_ACTIVE_WINDOW eventAnselm R Garbe2016-12-05-20/+18
* applied Ivan Delalande's NET_SUPPORTING_WM_CHECK patch for gtk3 compatibilityAnselm R Garbe2016-12-05-2/+14
* applied Markus' decouple color-scheme patchAnselm R Garbe2016-12-05-5/+7
* applied Markus' clarify status text padding patchAnselm R Garbe2016-12-05-2/+2
* die() consistency: always add newlineHiltjo Posthuma2016-08-12-5/+5
* import new drw from libsl and minor fixes.Markus Teich2016-06-26-46/+39
* Configure geometry before applying rulesEric Pruitt2016-06-24-6/+7
* fix fullscreen clients not resized on X display resolution changeHiltjo Posthuma2015-12-19-1/+6
* code-style consistency6.1Hiltjo Posthuma2015-11-08-433/+503
* unboolificationHiltjo Posthuma2015-11-08-71/+70
* sort include + whitespace fixHiltjo Posthuma2015-11-08-3/+3
* separate program-specific c99 bool and X11Hiltjo Posthuma2015-11-08-70/+72
* setfullscreen: don't process the property twiceQuentin Rameau2015-11-07-2/+2
* sync updated drw code from dmenuHiltjo Posthuma2015-10-20-4/+6
* dwm: use ecalloc, prevent theoretical overflowHiltjo Posthuma2015-10-20-6/+3
* cleanup, dont use c++ style commentsHiltjo Posthuma2015-10-20-4/+4
* dwm: cleanup: free schemes and cursors as arrayHiltjo Posthuma2015-10-20-9/+8
* Add Xft and follback-fonts support to graphics libEric Pruitt2015-03-13-10/+10
* applied Hiltjo's resize/move limitationAnselm R Garbe2014-08-11-2/+11
* same as before with dwm.c as wellAnselm R Garbe2014-05-29-1/+1
* applied Lukas' focus suggestion at startup, thanksAnselm R Garbe2013-08-27-0/+1
* applied improved version of Martti Kühne's dmenu/multi monitor approach from...Anselm R Garbe2013-08-02-0/+2
* applied Julian's enum approach,Anselm R Garbe2013-06-19-25/+24
* finished libsl/drw integrationAnselm R Garbe2013-06-16-183/+70
* renamed draw into drwAnselm R Garbe2013-04-17-1/+1
* continued with draw.c abstraction, also started util.{h,c} implementation, th...Anselm R Garbe2012-12-08-13/+1
* reverting the xkb dependency, I don't care if this function is deprecated, it...anselm@garbe.us2012-11-18-9/+2
* reverting to plain X11 fonts in order to implement draw.c defaultanselm@garbe.us2012-11-18-36/+66
* compile fixanselm@garbe.us2012-11-17-2/+2
* applied Neil Klopfstein's patch, slightly modifiedanselm@garbe.us2012-11-17-2/+8
* starting with initial draw.hanselm@garbe.us2012-11-17-0/+2
* incorporating Xft instead of cairo, cairo provides far too many optionsanselm@garbe.us2012-11-02-66/+36
* reverted to old updategeom() after several complains, we need to optimize the...anselm@garbe.us2012-07-08-53/+70
* applied James Turner's XkbKeycodeToKeysym patch, thanksanselm@garbe.us2012-06-23-1/+2
* drastically changed updategeom() handling, see comment in updategeom() for de...anselm@garbe.us2012-06-23-70/+53
* reversed Andreas Amann's fullscreen fix with the approach proposed by Gary La...anselm@garbe.us2012-06-23-11/+10
* added kludge to fix some input focus misbehavior in gedit and anjuta, thanks ...anselm@garbe.us2012-04-15-1/+2
* applied Andreas Amanns' netwm_client_list patch, but with some indentation fixesanselm@garbe.us2012-03-25-1/+20
* applied Andreas Amann's netwm_active_window patch, thxanselm@garbe.us2012-03-25-3/+12