2024-10-28 00:34 | Avoid unsigned integer underflow in drw_text() | Raymond Cole | 1 | +2 | -0 |
2024-10-27 19:10 | util.c: output function might override errno and thus affect perror() | Hiltjo Posthuma | 1 | +7 | -6 |
2024-10-05 11:01 | sync drw.{c,h} from dmenu | Hiltjo Posthuma | 3 | +56 | -60 |
2024-06-08 10:36 | Add missing void to updateclientlist definition | Pontus Stenetorp | 1 | +1 | -1 |
2024-03-19 11:13 | bump version to 6.5 | Hiltjo Posthuma | 1 | +1 | -1 |
2023-09-22 13:13 | Makefile: remove the options target | Hiltjo Posthuma | 1 | +2 | -8 |
2023-04-09 10:37 | restore SIGCHLD sighandler to default before spawning a program | Hiltjo Posthuma | 1 | +8 | -0 |
2023-02-17 05:05 | config.mk: update to _XOPEN_SOURCE=700L | NRK | 1 | +1 | -1 |
2023-01-28 11:53 | Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling | Chris Down | 1 | +9 | -11 |
2022-12-07 14:55 | grabkeys: Avoid missing events when a keysym maps to multiple keycodes | Chris Down | 1 | +17 | -7 |
2022-10-28 14:37 | Revert "Remove dmenumon variable" | Hiltjo Posthuma | 2 | +4 | -1 |
2022-10-04 17:35 | bump version to 6.4 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-09-16 21:06 | remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 | Hiltjo Posthuma | 1 | +0 | -14 |
2022-08-26 12:48 | Remove dmenumon variable | Stein | 2 | +1 | -4 |
2022-08-18 16:13 | config.def.h: make keys and buttons const | NRK | 1 | +2 | -2 |
2022-08-15 12:31 | Remove blw variable in favour of calculating the value when needed | Stein | 1 | +3 | -3 |
2022-08-11 09:15 | Make floating windows spawn within the monitor's window area | Stein | 1 | +5 | -5 |
2022-08-09 08:38 | Simplify client y-offset correction | Stein | 1 | +1 | -3 |
2022-08-08 08:43 | sync code-style patch from libsl | Hiltjo Posthuma | 1 | +12 | -11 |
2022-08-05 22:27 | code-style: simplify some checks | NRK | 1 | +8 | -15 |
2022-07-29 23:26 | spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :") | explosion-mental | 1 | +1 | -3 |
2022-08-01 09:42 | unmanage: stop listening for events for unmanaged windows | Stein | 1 | +1 | -0 |
2022-07-22 07:18 | Revert "do not call signal-unsafe function inside sighanlder" | Hiltjo Posthuma | 1 | +2 | -2 |
2022-07-14 01:26 | do not call signal-unsafe function inside sighanlder | NRK | 1 | +2 | -2 |
2022-07-14 01:27 | use named parameter for func prototype | NRK | 1 | +2 | -2 |
2022-05-10 17:07 | sync latest drw.{c,h} changes from dmenu | Hiltjo Posthuma | 2 | +59 | -30 |
2022-05-01 16:37 | Makefile: add manual path for OpenBSD | Hiltjo Posthuma | 1 | +1 | -0 |
2022-04-26 08:42 | manage: Make sure c->isfixed is applied before floating checks | Chris Down | 1 | +1 | -0 |
2022-04-26 13:50 | LICENSE: add Chris Down | Hiltjo Posthuma | 1 | +1 | -0 |
2022-04-26 08:30 | Revert "manage: For isfloating/oldstate check/set, ensure trans client actually exists" | Hiltjo Posthuma | 1 | +1 | -1 |
2022-02-21 14:58 | Update monitor positions also on removal | Santtu Lakkala | 1 | +34 | -34 |
2022-03-17 15:56 | manage: propertynotify: Reduce cost of unused size hints | Chris Down | 1 | +5 | -3 |
2022-02-21 06:10 | manage: For isfloating/oldstate check/set, ensure trans client actually exists | Miles Alan | 1 | +1 | -1 |
2022-03-11 14:40 | fix mem leak in cleanup() | NRK | 1 | +1 | -0 |
2022-01-07 11:39 | bump version to 6.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-12-18 16:58 | drawbar: Don't expend effort drawing bar if it is occluded | Chris Down | 1 | +3 | -0 |
2021-08-20 21:09 | Revert "Improve speed of drw_text when provided with large strings" | Hiltjo Posthuma | 1 | +2 | -5 |
2021-08-09 16:24 | Improve speed of drw_text when provided with large strings | Miles Alan | 1 | +5 | -2 |
2021-07-12 21:44 | Add a configuration option for fullscreen locking | Quentin Rameau | 2 | +2 | -1 |
2020-07-02 19:18 | Do not allow focus to drift from fullscreen client via focusstack() | Chris Down | 1 | +1 | -1 |
2020-03-03 22:23 | Fix x coordinate calculation in buttonpress. | Ian Remmler | 1 | +1 | -1 |
2020-07-08 16:05 | dwm.1: fix wrong text in man page | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-11 13:28 | Fix memory leaks in drw | Alex Flierl | 1 | +1 | -0 |
2020-04-23 07:50 | dwm crashes when opening 50+ clients (tile layout) | bakkeby | 1 | +4 | -2 |
2020-04-22 14:48 | drawbar: Don't shadow sw global | Chris Down | 1 | +4 | -4 |
2020-04-22 14:48 | getatomprop: Add forward declaration | Chris Down | 1 | +1 | -0 |
2020-04-20 15:41 | setmfact: Unify bounds for compile-time and runtime mfact | Chris Down | 1 | +1 | -1 |
2020-04-03 13:36 | config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf() | Hiltjo Posthuma | 1 | +1 | -1 |
2019-02-02 12:50 | Prepare 6.2 release. | Anselm R Garbe | 3 | +17 | -3 |
2018-06-02 15:15 | pledge: add rpath promise for the ugly Xft font fallback | Hiltjo Posthuma | 1 | +1 | -1 |
2018-06-02 15:04 | Makefile: just show the compiler output | Hiltjo Posthuma | 1 | +17 | -26 |
2018-06-02 13:12 | Do not strip at link stage | Klemens Nanni | 1 | +1 | -1 |
2018-05-25 05:56 | Pledge on OpenBSD | Klemens Nanni | 1 | +4 | -0 |
2018-05-25 04:56 | config.def.h: ClkTagBar missing from comment | Hiltjo Posthuma | 1 | +1 | -1 |
2018-05-02 22:09 | Function declarations in correct order. | Christopher Drelich | 1 | +1 | -1 |
2018-05-12 17:14 | remove old TODO and BUGS entries | Hiltjo Posthuma | 4 | +4 | -58 |
2018-03-14 20:03 | update README: remove mentioning the old dextra repo | Hiltjo Posthuma | 1 | +0 | -3 |
2018-03-14 17:58 | All functions in alphabetical order except for this one. | Christopher Drelich | 1 | +9 | -9 |
2018-03-14 16:44 | ColBorder has been moved to the enum with ColFg and ColBg. | Christopher Drelich | 2 | +1 | -2 |
2017-12-27 12:36 | dont NUL terminate _NET_WM_NAME | Hiltjo Posthuma | 1 | +1 | -1 |
2017-11-03 20:20 | sync dmenu drw.{c,h} code: use Clr* (was Scm) | Hiltjo Posthuma | 3 | +13 | -13 |
2017-11-03 15:36 | gettextprop: check result of XGetTextProperty (undefined behaviour for XFree) | Hiltjo Posthuma | 1 | +1 | -2 |
2017-11-03 16:58 | Set class name on status bar | Omar Sandoval | 1 | +2 | -0 |
2017-10-10 21:10 | simplify isfixed conditions | Daniel Cousens | 1 | +1 | -2 |
2017-05-08 19:08 | yet another cleanup | Anselm R Garbe | 2 | +35 | -35 |
2017-01-07 16:21 | Don't restrict snap in mousemove | Markus Teich | 1 | +11 | -14 |
2017-01-07 16:21 | Button passthrough when client is not focused | Markus Teich | 1 | +11 | -10 |
2017-01-07 16:21 | cleanup | Markus Teich | 3 | +32 | -36 |
2016-12-05 09:16 | applied Markus' tagset purge of alternative view on _NET_ACTIVE_WINDOW event | Anselm R Garbe | 1 | +18 | -20 |
2016-12-05 09:09 | applied Ivan Delalande's NET_SUPPORTING_WM_CHECK patch for gtk3 compatibility | Anselm R Garbe | 1 | +14 | -2 |
2016-12-05 09:05 | applied Ian Remmler's man page adjustment suggestions | Anselm R Garbe | 1 | +5 | -4 |
2016-12-05 09:01 | applied Markus' decouple color-scheme patch | Anselm R Garbe | 2 | +8 | -6 |
2016-12-05 08:54 | applied Markus' clarify status text padding patch | Anselm R Garbe | 1 | +2 | -2 |
2016-11-14 10:49 | LICENSE: update people | Quentin Rameau | 1 | +10 | -6 |
2016-11-14 10:18 | dwm.1: add keybinding for spawning dmenu | Quentin Rameau | 1 | +5 | -0 |
2016-11-05 10:34 | die() on calloc failure | Hiltjo Posthuma | 1 | +1 | -1 |
2016-08-12 12:35 | die() consistency: always add newline | Hiltjo Posthuma | 3 | +10 | -8 |
2016-06-28 16:04 | config.def.h: style improvement, use color Scheme enum | Hiltjo Posthuma | 1 | +4 | -4 |
2016-05-22 20:33 | import new drw from libsl and minor fixes. | Markus Teich | 5 | +209 | -208 |
2016-05-25 23:33 | Configure geometry before applying rules | Eric Pruitt | 1 | +7 | -6 |
2015-12-19 19:25 | fix fullscreen clients not resized on X display resolution change | Hiltjo Posthuma | 1 | +6 | -1 |
2015-12-19 19:04 | Shut up glibc about _BSD_SOURCE being deprecated | Quentin Rameau | 1 | +1 | -1 |
2015-11-08 22:11 | code-style consistency | Hiltjo Posthuma | 1 | +503 | -433 |
2015-11-08 21:48 | unboolification | Hiltjo Posthuma | 2 | +77 | -78 |
2015-11-08 19:38 | sort include + whitespace fix | Hiltjo Posthuma | 1 | +3 | -3 |
2015-11-07 13:04 | separate program-specific c99 bool and X11 | Hiltjo Posthuma | 2 | +77 | -75 |
2015-11-08 15:52 | Makefile: package all files with make dist | Hiltjo Posthuma | 1 | +2 | -2 |
2015-11-07 13:09 | setfullscreen: don't process the property twice | Quentin Rameau | 1 | +2 | -2 |
2015-10-20 21:34 | sync updated drw code from dmenu | Hiltjo Posthuma | 5 | +164 | -158 |
2015-10-20 21:30 | dwm: use ecalloc, prevent theoretical overflow | Hiltjo Posthuma | 1 | +3 | -6 |
2015-10-20 21:28 | cleanup, dont use c++ style comments | Hiltjo Posthuma | 1 | +4 | -4 |
2015-10-20 21:27 | dwm: cleanup: free schemes and cursors as array | Hiltjo Posthuma | 1 | +8 | -9 |
2015-10-20 21:10 | config.h: use common default font, pass Xft font name to dmenu | Hiltjo Posthuma | 1 | +2 | -4 |
2015-10-20 21:01 | config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs) | Hiltjo Posthuma | 1 | +8 | -2 |
2015-03-06 04:26 | Add Xft and follback-fonts support to graphics lib | Eric Pruitt | 6 | +299 | -103 |
2014-11-23 14:25 | removed .hgtags, thanks Dimitris for spotting | Anselm R Garbe | 1 | +0 | -73 |
2014-08-11 05:24 | applied Hiltjo's resize/move limitation | Anselm R Garbe | 2 | +12 | -2 |
2014-05-29 16:05 | same as before with dwm.c as well | Anselm R Garbe | 1 | +1 | -1 |
2014-05-29 16:02 | updated copyright notice in LICENSE file | Anselm R Garbe | 1 | +1 | -1 |
2013-08-27 18:39 | applied Lukas' focus suggestion at startup, thanks | Anselm R Garbe | 1 | +1 | -0 |
| 1625 more commits remaining, fetch the repository |