2024-12-15 11:33 | apply vanitygaps patch | Markus Hanetzok | 3 | +342 | -12 |
2024-12-15 11:13 | adjust color scheme | Markus Hanetzok | 1 | +11 | -10 |
2024-12-13 00:42 | add rule for Epyrus compose window | Markus Hanetzok | 1 | +8 | -7 |
2024-12-13 00:31 | apply tilewide patch | Markus Hanetzok | 3 | +112 | -1 |
2024-11-27 21:05 | adjust config.def.h | Markus Hanetzok | 1 | +4 | -4 |
2024-11-15 14:36 | "update config.def.h" | Markus Hanetzok | 1 | +32 | -25 |
2024-11-14 22:33 | apply swallow patch | Markus Hanetzok | 3 | +237 | -13 |
2024-11-14 22:26 | apply scratchpads patch | Markus Hanetzok | 2 | +64 | -6 |
2024-11-14 22:25 | apply restartsig patch | Markus Hanetzok | 3 | +33 | -0 |
2024-11-14 22:22 | apply hidevacanttags patch | Markus Hanetzok | 1 | +12 | -7 |
2024-11-14 22:19 | apply fancybar patch | Markus Hanetzok | 1 | +36 | -10 |
2024-11-14 22:16 | apply extrabar patch | Markus Hanetzok | 8 | +1208 | -13 |
2024-11-14 22:15 | add .gitignore | Markus Hanetzok | 1 | +5 | -0 |
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 |
| 1688 more commits remaining, fetch the repository |