about summary refs log tree commit diff
path: root/dwm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* BugFix: Fix resize floating bug HEAD masterBaitinq2021-11-221-1/+1
* changed name to fsignalYour Name2020-10-221-1/+4
* better way to solve the previous commit's bugYour Name2020-10-221-4/+2
* fixed signal func calling bugYour Name2020-10-211-2/+53
* Removed keyhandling functionalityYour Name2020-10-211-17/+69
* Added urgentborder patchManuel Palenzuela2019-08-061-3/+3
* FormattingManuel Palenzuela2019-06-191-1/+0
* Removed the option of rounded corners due to bad functionalityManuel Palenzuela2019-06-191-60/+1
* Added the option for rounded corners [Patch]Manuel Palenzuela2019-06-191-1/+61
* Modified togglefullscreen patchManuel Palenzuela2019-06-181-23/+4
* Added togglefullscreen patch and keybinding [Patch]Manuel Palenzuela2019-06-181-0/+29
* Added nomonocleborders [Patch]Manuel Palenzuela2019-06-111-0/+8
* Added separation of colors in config.h for title bar [Patch]Manuel Palenzuela2019-06-111-2/+2
* Fixed a warning in the compilation [Not Important]Manuel Palenzuela2019-06-101-1/+1
* Added savefloats patch [Patch]Manuel Palenzuela2019-06-101-2/+15
* Added cyclelayouts and removed some keybindings [Patch]Manuel Palenzuela2019-06-101-0/+18
* Improved gaps patchManuel Palenzuela2019-06-101-32/+20
* Added activetagindicator [Patch]Manuel Palenzuela2019-06-101-4/+4
* Added alpha option [Patch]Manuel Palenzuela2019-06-101-6/+52
* Added ewmhtags [Patch]Manuel Palenzuela2019-06-091-1/+52
* Modified gaps patch [Patch]Manuel Palenzuela2019-06-091-9/+2
* Added gaps 1/2 [Patch]Manuel Palenzuela2019-06-091-6/+30
* Applied focusonclick patch [Patch]Manuel Palenzuela2019-06-091-46/+7
* pledge: add rpath promise for the ugly Xft font fallbackHiltjo Posthuma2018-06-021-1/+1
* Pledge on OpenBSDKlemens Nanni2018-05-251-0/+4
* Function declarations in correct order.Christopher Drelich2018-05-121-1/+1
* All functions in alphabetical order except for this one.Christopher Drelich2018-03-141-9/+9
* ColBorder has been moved to the enum with ColFg and ColBg.Christopher Drelich2018-03-141-1/+0
* dont NUL terminate _NET_WM_NAMEHiltjo Posthuma2017-12-271-1/+1
* sync dmenu drw.{c,h} code: use Clr* (was Scm)Hiltjo Posthuma2017-11-031-2/+2
* gettextprop: check result of XGetTextProperty (undefined behaviour for XFree)Hiltjo Posthuma2017-11-031-2/+1
* Set class name on status barOmar Sandoval2017-11-031-0/+2
* simplify isfixed conditionsDaniel Cousens2017-10-111-2/+1
* yet another cleanupAnselm R Garbe2017-05-081-34/+34
* Don't restrict snap in mousemoveMarkus Teich2017-03-281-14/+11
* Button passthrough when client is not focusedMarkus Teich2017-03-281-10/+11
* cleanupMarkus Teich2017-03-281-34/+30
* applied Markus' tagset purge of alternative view on _NET_ACTIVE_WINDOW eventAnselm R Garbe2016-12-051-20/+18
* applied Ivan Delalande's NET_SUPPORTING_WM_CHECK patch for gtk3 compatibilityAnselm R Garbe2016-12-051-2/+14
* applied Markus' decouple color-scheme patchAnselm R Garbe2016-12-051-5/+7
* applied Markus' clarify status text padding patchAnselm R Garbe2016-12-051-2/+2
* die() consistency: always add newlineHiltjo Posthuma2016-08-121-5/+5
* import new drw from libsl and minor fixes.Markus Teich2016-06-261-46/+39
* Configure geometry before applying rulesEric Pruitt2016-06-241-6/+7
* fix fullscreen clients not resized on X display resolution changeHiltjo Posthuma2015-12-191-1/+6
* code-style consistencyHiltjo Posthuma2015-11-081-433/+503
* unboolificationHiltjo Posthuma2015-11-081-71/+70
* sort include + whitespace fixHiltjo Posthuma2015-11-081-3/+3
* separate program-specific c99 bool and X11Hiltjo Posthuma2015-11-081-70/+72
* setfullscreen: don't process the property twiceQuentin Rameau2015-11-071-2/+2