2024-10-30 |
Raymond Cole | Avoid unsigned integer underflow in drw_text()
|
commit | commitdiff | tree |
2024-10-27 |
Hiltjo Posthuma | util.c: output function might override errno and thus...
|
commit | commitdiff | tree |
2024-10-05 |
Hiltjo Posthuma | sync drw.{c,h} from dmenu
|
commit | commitdiff | tree |
2024-06-08 |
Pontus Stenetorp | Add missing void to updateclientlist definition
|
commit | commitdiff | tree |
2024-03-19 |
Hiltjo Posthuma | bump version to 6.5
|
commit | commitdiff | tree |
2023-09-22 |
Hiltjo Posthuma | Makefile: remove the options target
|
commit | commitdiff | tree |
2023-04-09 |
Hiltjo Posthuma | restore SIGCHLD sighandler to default before spawning...
|
commit | commitdiff | tree |
2023-02-17 |
NRK | config.mk: update to _XOPEN_SOURCE=700L
|
commit | commitdiff | tree |
2023-01-28 |
Chris Down | Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling
|
commit | commitdiff | tree |
2022-12-07 |
Chris Down | grabkeys: Avoid missing events when a keysym maps to...
|
commit | commitdiff | tree |
2022-10-28 |
Hiltjo Posthuma | Revert "Remove dmenumon variable"
|
commit | commitdiff | tree |
2022-10-04 |
Hiltjo Posthuma | bump version to 6.4
|
commit | commitdiff | tree |
2022-09-17 |
Hiltjo Posthuma | remove workaround for a crash with color emojis on...
|
commit | commitdiff | tree |
2022-08-28 |
Stein | Remove dmenumon variable
|
commit | commitdiff | tree |
2022-08-19 |
NRK | config.def.h: make keys and buttons const
|
commit | commitdiff | tree |
2022-08-17 |
Stein | Remove blw variable in favour of calculating the value...
|
commit | commitdiff | tree |
2022-08-12 |
Stein | Make floating windows spawn within the monitor's window...
|
commit | commitdiff | tree |
2022-08-10 |
Stein | Simplify client y-offset correction
|
commit | commitdiff | tree |
2022-08-08 |
Hiltjo Posthuma | sync code-style patch from libsl
|
commit | commitdiff | tree |
2022-08-06 |
NRK | code-style: simplify some checks
|
commit | commitdiff | tree |
2022-08-02 |
explosion-mental | spawn: reduce 2 lines, change fprintf() + perror()...
|
commit | commitdiff | tree |
2022-08-02 |
Stein | unmanage: stop listening for events for unmanaged windows
|
commit | commitdiff | tree |
2022-07-22 |
Hiltjo Posthuma | Revert "do not call signal-unsafe function inside sighanlder"
|
commit | commitdiff | tree |
2022-07-15 |
NRK | do not call signal-unsafe function inside sighanlder
|
commit | commitdiff | tree |
2022-07-15 |
NRK | use named parameter for func prototype
|
commit | commitdiff | tree |
2022-05-10 |
Hiltjo Posthuma | sync latest drw.{c,h} changes from dmenu
|
commit | commitdiff | tree |
2022-05-01 |
Hiltjo Posthuma | Makefile: add manual path for OpenBSD
|
commit | commitdiff | tree |
2022-04-26 |
Chris Down | manage: Make sure c->isfixed is applied before floating...
|
commit | commitdiff | tree |
2022-04-26 |
Hiltjo Posthuma | LICENSE: add Chris Down
|
commit | commitdiff | tree |
2022-04-26 |
Hiltjo Posthuma | Revert "manage: For isfloating/oldstate check/set,...
|
commit | commitdiff | tree |
2022-04-16 |
Santtu Lakkala | Update monitor positions also on removal
|
commit | commitdiff | tree |
2022-04-16 |
Chris Down | manage: propertynotify: Reduce cost of unused size...
|
commit | commitdiff | tree |
2022-03-13 |
Miles Alan | manage: For isfloating/oldstate check/set, ensure trans...
|
commit | commitdiff | tree |
2022-03-13 |
NRK | fix mem leak in cleanup()
|
commit | commitdiff | tree |
2022-01-07 |
Hiltjo Posthuma | bump version to 6.3
|
commit | commitdiff | tree |
2021-12-19 |
Chris Down | drawbar: Don't expend effort drawing bar if it is occluded
|
commit | commitdiff | tree |
2021-08-20 |
Hiltjo Posthuma | Revert "Improve speed of drw_text when provided with...
|
commit | commitdiff | tree |
2021-08-09 |
Miles Alan | Improve speed of drw_text when provided with large...
|
commit | commitdiff | tree |
2021-07-14 |
Quentin Rameau | Add a configuration option for fullscreen locking
|
commit | commitdiff | tree |
2021-03-29 |
Chris Down | Do not allow focus to drift from fullscreen client...
|
commit | commitdiff | tree |
2020-08-21 |
Ian Remmler | Fix x coordinate calculation in buttonpress.
|
commit | commitdiff | tree |
2020-07-08 |
Hiltjo Posthuma | dwm.1: fix wrong text in man page
|
commit | commitdiff | tree |
2020-06-11 |
Alex Flierl | Fix memory leaks in drw
|
commit | commitdiff | tree |
2020-04-25 |
bakkeby | dwm crashes when opening 50+ clients (tile layout)
|
commit | commitdiff | tree |
2020-04-22 |
Chris Down | drawbar: Don't shadow sw global
|
commit | commitdiff | tree |
2020-04-22 |
Chris Down | getatomprop: Add forward declaration
|
commit | commitdiff | tree |
2020-04-20 |
Chris Down | setmfact: Unify bounds for compile-time and runtime...
|
commit | commitdiff | tree |
2020-04-03 |
Hiltjo Posthuma | config.mk: fix POSIX_C_SOURCE macro for feature test...
|
commit | commitdiff | tree |
2018-06-02 |
Hiltjo Posthuma | pledge: add rpath promise for the ugly Xft font fallback
|
commit | commitdiff | tree |
2018-06-02 |
Hiltjo Posthuma | Makefile: just show the compiler output
|
commit | commitdiff | tree |
2018-06-02 |
Klemens Nanni | Do not strip at link stage
|
commit | commitdiff | tree |
2018-05-25 |
Klemens Nanni | Pledge on OpenBSD
|
commit | commitdiff | tree |
2018-05-25 |
Hiltjo Posthuma | config.def.h: ClkTagBar missing from comment
|
commit | commitdiff | tree |
2018-05-12 |
Christopher Drelich | Function declarations in correct order.
|
commit | commitdiff | tree |
2018-05-12 |
Hiltjo Posthuma | remove old TODO and BUGS entries
|
commit | commitdiff | tree |
2018-03-14 |
Hiltjo Posthuma | update README: remove mentioning the old dextra repo
|
commit | commitdiff | tree |
2018-03-14 |
Christopher Drelich | All functions in alphabetical order except for this...
|
commit | commitdiff | tree |
2018-03-14 |
Christopher Drelich | ColBorder has been moved to the enum with ColFg and...
|
commit | commitdiff | tree |
2017-12-27 |
Hiltjo Posthuma | dont NUL terminate _NET_WM_NAME
|
commit | commitdiff | tree |
2017-11-03 |
Hiltjo Posthuma | sync dmenu drw.{c,h} code: use Clr* (was Scm)
|
commit | commitdiff | tree |
2017-11-03 |
Hiltjo Posthuma | gettextprop: check result of XGetTextProperty (undefined...
|
commit | commitdiff | tree |
2017-11-03 |
Omar Sandoval | Set class name on status bar
|
commit | commitdiff | tree |
2016-11-15 |
Quentin Rameau | LICENSE: update people
|
commit | commitdiff | tree |
2016-11-15 |
Quentin Rameau | dwm.1: add keybinding for spawning dmenu
|
commit | commitdiff | tree |
2016-11-05 |
Hiltjo Posthuma | die() on calloc failure
|
commit | commitdiff | tree |
2016-08-12 |
Hiltjo Posthuma | die() consistency: always add newline
|
commit | commitdiff | tree |
2016-06-28 |
Hiltjo Posthuma | config.def.h: style improvement, use color Scheme enum
|
commit | commitdiff | tree |
2016-06-26 |
Markus Teich | import new drw from libsl and minor fixes.
|
commit | commitdiff | tree |
2015-12-19 |
Hiltjo Posthuma | fix fullscreen clients not resized on X display resolution...
|
commit | commitdiff | tree |
2015-12-19 |
Quentin Rameau | Shut up glibc about _BSD_SOURCE being deprecated
|
commit | commitdiff | tree |
2015-11-08 |
Hiltjo Posthuma | code-style consistency
|
commit | commitdiff | tree |
2015-11-08 |
Hiltjo Posthuma | unboolification
|
commit | commitdiff | tree |
2015-11-08 |
Hiltjo Posthuma | sort include + whitespace fix
|
commit | commitdiff | tree |
2015-11-08 |
Hiltjo Posthuma | separate program-specific c99 bool and X11
|
commit | commitdiff | tree |
2015-11-08 |
Hiltjo Posthuma | Makefile: package all files with make dist
|
commit | commitdiff | tree |
2015-11-07 |
Quentin Rameau | setfullscreen: don't process the property twice
|
commit | commitdiff | tree |
2015-10-20 |
Hiltjo Posthuma | sync updated drw code from dmenu
|
commit | commitdiff | tree |
2015-10-20 |
Hiltjo Posthuma | dwm: use ecalloc, prevent theoretical overflow
|
commit | commitdiff | tree |
2015-10-20 |
Hiltjo Posthuma | cleanup, dont use c++ style comments
|
commit | commitdiff | tree |
2015-10-20 |
Hiltjo Posthuma | dwm: cleanup: free schemes and cursors as array
|
commit | commitdiff | tree |
2015-10-20 |
Hiltjo Posthuma | config.h: use common default font, pass Xft font name...
|
commit | commitdiff | tree |
2015-10-20 |
Hiltjo Posthuma | config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler...
|
commit | commitdiff | tree |