summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* restore SIGCHLD sighandler to default before spawning a programHEADmasterHiltjo Posthuma2023-04-091-0/+8
* config.mk: update to _XOPEN_SOURCE=700LNRK2023-02-171-1/+1
* Use sigaction(SA_NOCLDWAIT) for SIGCHLD handlingChris Down2023-01-281-11/+9
* grabkeys: Avoid missing events when a keysym maps to multiple keycodesChris Down2022-12-071-7/+17
* Revert "Remove dmenumon variable"Hiltjo Posthuma2022-10-282-1/+4
* bump version to 6.46.4Hiltjo Posthuma2022-10-041-1/+1
* remove workaround for a crash with color emojis on some systems, now fixed in...Hiltjo Posthuma2022-09-171-14/+0
* Remove dmenumon variableStein2022-08-282-4/+1
* config.def.h: make keys and buttons constNRK2022-08-191-2/+2
* Remove blw variable in favour of calculating the value when neededStein2022-08-171-3/+3
* Make floating windows spawn within the monitor's window areaStein2022-08-121-5/+5
* Simplify client y-offset correctionStein2022-08-101-3/+1
* sync code-style patch from libslHiltjo Posthuma2022-08-081-11/+12
* code-style: simplify some checksNRK2022-08-061-15/+8
* spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :")explosion-mental2022-08-021-3/+1
* unmanage: stop listening for events for unmanaged windowsStein2022-08-021-0/+1
* Revert "do not call signal-unsafe function inside sighanlder"Hiltjo Posthuma2022-07-221-2/+2
* do not call signal-unsafe function inside sighanlderNRK2022-07-151-2/+2
* use named parameter for func prototypeNRK2022-07-151-2/+2
* sync latest drw.{c,h} changes from dmenuHiltjo Posthuma2022-05-102-30/+59
* Makefile: add manual path for OpenBSDHiltjo Posthuma2022-05-011-0/+1
* manage: Make sure c->isfixed is applied before floating checksChris Down2022-04-261-0/+1
* LICENSE: add Chris DownHiltjo Posthuma2022-04-261-0/+1
* Revert "manage: For isfloating/oldstate check/set, ensure trans client actual...Hiltjo Posthuma2022-04-261-1/+1
* Update monitor positions also on removalSanttu Lakkala2022-04-161-34/+34
* manage: propertynotify: Reduce cost of unused size hintsChris Down2022-04-161-3/+5
* manage: For isfloating/oldstate check/set, ensure trans client actually existsMiles Alan2022-03-131-1/+1
* fix mem leak in cleanup()NRK2022-03-131-0/+1
* bump version to 6.36.3Hiltjo Posthuma2022-01-071-1/+1
* drawbar: Don't expend effort drawing bar if it is occludedChris Down2021-12-191-0/+3
* Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma2021-08-201-5/+2
* Improve speed of drw_text when provided with large stringsMiles Alan2021-08-091-2/+5
* Add a configuration option for fullscreen lockingQuentin Rameau2021-07-142-1/+2
* Do not allow focus to drift from fullscreen client via focusstack()Chris Down2021-03-291-1/+1
* Fix x coordinate calculation in buttonpress.Ian Remmler2020-08-211-1/+1
* dwm.1: fix wrong text in man pageHiltjo Posthuma2020-07-081-1/+1
* Fix memory leaks in drwAlex Flierl2020-06-111-0/+1
* dwm crashes when opening 50+ clients (tile layout)bakkeby2020-04-251-2/+4
* drawbar: Don't shadow sw globalChris Down2020-04-221-4/+4
* getatomprop: Add forward declarationChris Down2020-04-221-0/+1
* setmfact: Unify bounds for compile-time and runtime mfactChris Down2020-04-201-1/+1
* config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf()Hiltjo Posthuma2020-04-031-1/+1
* Prepare 6.2 release.6.2Anselm R Garbe2019-02-023-3/+17
* pledge: add rpath promise for the ugly Xft font fallbackHiltjo Posthuma2018-06-021-1/+1
* Makefile: just show the compiler outputHiltjo Posthuma2018-06-021-26/+17
* Do not strip at link stageKlemens Nanni2018-06-021-1/+1
* Pledge on OpenBSDKlemens Nanni2018-05-251-0/+4
* config.def.h: ClkTagBar missing from commentHiltjo Posthuma2018-05-251-1/+1
* Function declarations in correct order.Christopher Drelich2018-05-121-1/+1
* remove old TODO and BUGS entriesHiltjo Posthuma2018-05-124-58/+4