Commit Graph

  • 6b1c2d6 (HEAD -> master) Update to v6.4 by Tovi Jaeschke-Rogers 2023-10-31 18:57:24 +1030
  • 9f88553 Makefile: remove the options target by Hiltjo Posthuma 2023-09-22 15:13:29 +0200
  • e81f17d restore SIGCHLD sighandler to default before spawning a program by Hiltjo Posthuma 2023-04-09 12:37:14 +0200
  • 348f655 config.mk: update to _XOPEN_SOURCE=700L by NRK 2023-02-17 11:05:09 +0600
  • 712d663 Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling by Chris Down 2023-01-28 12:53:48 +0100
  • 89f9905 grabkeys: Avoid missing events when a keysym maps to multiple keycodes by Chris Down 2022-12-07 14:55:08 +0000
  • ba56fe9 Revert "Remove dmenumon variable" by Hiltjo Posthuma 2022-10-28 16:37:56 +0200
  • 50ad171 bump version to 6.4 by Hiltjo Posthuma 2022-10-04 19:35:13 +0200
  • 970f376 remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 by Hiltjo Posthuma 2022-09-16 23:06:47 +0200
  • c2b748e Remove dmenumon variable by Stein 2022-08-26 14:48:46 +0200
  • 84d7322 config.def.h: make keys and buttons const by NRK 2022-08-18 22:13:08 +0600
  • 5799dd1 Remove blw variable in favour of calculating the value when needed by Stein 2022-08-15 14:31:22 +0200
  • 44adafe Make floating windows spawn within the monitor's window area by Stein 2022-08-11 11:15:55 +0200
  • a859676 Simplify client y-offset correction by Stein 2022-08-09 10:38:08 +0200
  • e0dee91 sync code-style patch from libsl by Hiltjo Posthuma 2022-08-08 10:43:09 +0200
  • 5e76e7e code-style: simplify some checks by NRK 2022-08-06 04:27:13 +0600
  • 5b2e5e7 spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :") by explosion-mental 2022-07-29 18:26:04 -0500
  • 786f6e2 unmanage: stop listening for events for unmanaged windows by Stein 2022-08-01 11:42:44 +0200
  • e03248a Revert "do not call signal-unsafe function inside sighanlder" by Hiltjo Posthuma 2022-07-22 09:18:52 +0200
  • 6613d9f do not call signal-unsafe function inside sighanlder by NRK 2022-07-14 07:26:40 +0600
  • 9bffa84 use named parameter for func prototype by NRK 2022-07-14 07:27:34 +0600
  • d3f93c7 sync latest drw.{c,h} changes from dmenu by Hiltjo Posthuma 2022-05-10 19:07:56 +0200
  • cd0773c Makefile: add manual path for OpenBSD by Hiltjo Posthuma 2022-05-01 18:37:54 +0200
  • 8b48e30 manage: Make sure c->isfixed is applied before floating checks by Chris Down 2022-04-26 09:42:23 +0100
  • a83dc20 LICENSE: add Chris Down by Hiltjo Posthuma 2022-04-26 15:50:32 +0200
  • a4771de Revert "manage: For isfloating/oldstate check/set, ensure trans client actually exists" by Hiltjo Posthuma 2022-04-26 10:30:59 +0200
  • d93ff48 Update monitor positions also on removal by Santtu Lakkala 2022-02-21 16:58:28 +0200
  • 8806b6e manage: propertynotify: Reduce cost of unused size hints by Chris Down 2022-03-17 15:56:13 +0000
  • bece862 manage: For isfloating/oldstate check/set, ensure trans client actually exists by Miles Alan 2022-02-21 01:10:56 -0500
  • 60e9a14 fix mem leak in cleanup() by NRK 2022-03-11 20:40:05 +0600
  • d39e2f3 bump version to 6.3 by Hiltjo Posthuma 2022-01-07 12:39:18 +0100
  • 8657aff drawbar: Don't expend effort drawing bar if it is occluded by Chris Down 2021-12-18 16:58:23 +0000
  • a786211 Revert "Improve speed of drw_text when provided with large strings" by Hiltjo Posthuma 2021-08-20 23:09:48 +0200
  • 7162335 Improve speed of drw_text when provided with large strings by Miles Alan 2021-08-09 18:24:14 +0200
  • 138b405 Add a configuration option for fullscreen locking by Quentin Rameau 2021-07-12 23:44:16 +0200
  • 67d76bd Do not allow focus to drift from fullscreen client via focusstack() by Chris Down 2020-07-02 20:18:30 +0100
  • 61bb8b2 Fix x coordinate calculation in buttonpress. by Ian Remmler 2020-03-03 16:23:53 -0600
  • bb2e722 dwm.1: fix wrong text in man page by Hiltjo Posthuma 2020-07-08 18:05:50 +0200
  • f04cac6 Fix memory leaks in drw by Alex Flierl 2020-06-11 15:28:32 +0200
  • f09418b dwm crashes when opening 50+ clients (tile layout) by bakkeby 2020-04-23 09:50:54 +0200
  • ed3ab6b drawbar: Don't shadow sw global by Chris Down 2020-04-22 15:48:27 +0100
  • f087d20 getatomprop: Add forward declaration by Chris Down 2020-04-22 15:48:08 +0100
  • a8e9513 setmfact: Unify bounds for compile-time and runtime mfact by Chris Down 2020-04-20 16:41:52 +0100
  • c82db69 config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf() by Hiltjo Posthuma 2020-04-03 15:36:32 +0200
  • cb3f58a Prepare 6.2 release. by Anselm R Garbe 2019-02-02 04:50:42 -0800
  • b69c870 pledge: add rpath promise for the ugly Xft font fallback by Hiltjo Posthuma 2018-06-02 17:15:42 +0200
  • e78b4a9 Makefile: just show the compiler output by Hiltjo Posthuma 2018-06-02 17:04:44 +0200
  • 3cd4023 Do not strip at link stage by Klemens Nanni 2018-06-02 15:12:42 +0200
  • f40f86f Pledge on OpenBSD by Klemens Nanni 2018-05-25 07:56:27 +0200
  • c3a2e01 config.def.h: ClkTagBar missing from comment by Hiltjo Posthuma 2018-05-25 06:56:36 +0200
  • c8e9479 Function declarations in correct order. by Christopher Drelich 2018-05-02 18:09:50 -0400
  • 10dfa65 remove old TODO and BUGS entries by Hiltjo Posthuma 2018-05-12 19:14:19 +0200
  • 3bd8466 update README: remove mentioning the old dextra repo by Hiltjo Posthuma 2018-03-14 21:03:11 +0100
  • 76c8c16 All functions in alphabetical order except for this one. by Christopher Drelich 2018-03-14 13:58:06 -0400
  • 3cb3483 ColBorder has been moved to the enum with ColFg and ColBg. by Christopher Drelich 2018-03-14 17:44:53 +0100
  • db22360 dont NUL terminate _NET_WM_NAME by Hiltjo Posthuma 2017-12-27 13:36:53 +0100
  • 3756f7f sync dmenu drw.{c,h} code: use Clr* (was Scm) by Hiltjo Posthuma 2017-11-03 21:20:48 +0100
  • 99f78fa gettextprop: check result of XGetTextProperty (undefined behaviour for XFree) by Hiltjo Posthuma 2017-11-03 16:36:32 +0100
  • a9b6a31 Set class name on status bar by Omar Sandoval 2017-11-03 09:58:38 -0700
  • 6aa8e37 simplify isfixed conditions by Daniel Cousens 2017-10-11 08:10:45 +1100
  • ceac8c9 yet another cleanup by Anselm R Garbe 2017-05-08 21:08:27 +0200
  • 5b238c8 Don't restrict snap in mousemove by Markus Teich 2017-01-07 17:21:30 +0100
  • 022d076 Button passthrough when client is not focused by Markus Teich 2017-01-07 17:21:29 +0100
  • 2952b68 cleanup by Markus Teich 2017-01-07 17:21:28 +0100
  • bb3bd6f applied Markus' tagset purge of alternative view on _NET_ACTIVE_WINDOW event by Anselm R Garbe 2016-12-05 10:16:46 +0100
  • e63bf22 applied Ivan Delalande's NET_SUPPORTING_WM_CHECK patch for gtk3 compatibility by Anselm R Garbe 2016-12-05 10:09:49 +0100
  • 5376947 applied Ian Remmler's man page adjustment suggestions by Anselm R Garbe 2016-12-05 10:05:00 +0100
  • 975c898 applied Markus' decouple color-scheme patch by Anselm R Garbe 2016-12-05 10:01:33 +0100
  • a137a86 applied Markus' clarify status text padding patch by Anselm R Garbe 2016-12-05 09:54:20 +0100
  • 839c7f6 LICENSE: update people by Quentin Rameau 2016-11-14 11:49:17 +0100
  • 7a59cd1 dwm.1: add keybinding for spawning dmenu by Quentin Rameau 2016-11-14 11:18:27 +0100
  • 24849ac die() on calloc failure by Hiltjo Posthuma 2016-11-05 11:34:52 +0100
  • ab9571b die() consistency: always add newline by Hiltjo Posthuma 2016-08-12 14:35:25 +0200
  • 56a31dc config.def.h: style improvement, use color Scheme enum by Hiltjo Posthuma 2016-06-28 18:04:56 +0200
  • 7af4d43 import new drw from libsl and minor fixes. by Markus Teich 2016-05-22 22:33:56 +0200
  • cd2d754 Configure geometry before applying rules by Eric Pruitt 2016-05-25 16:33:11 -0700
  • 3465bed fix fullscreen clients not resized on X display resolution change by Hiltjo Posthuma 2015-12-19 20:25:26 +0100
  • 4ec3a67 Shut up glibc about _BSD_SOURCE being deprecated by Quentin Rameau 2015-12-19 20:04:19 +0100
  • 5ed9c48 code-style consistency by Hiltjo Posthuma 2015-11-08 23:11:48 +0100
  • 3c91283 unboolification by Hiltjo Posthuma 2015-11-08 22:48:43 +0100
  • e941181 sort include + whitespace fix by Hiltjo Posthuma 2015-11-08 20:38:00 +0100
  • 43e82ad separate program-specific c99 bool and X11 by Hiltjo Posthuma 2015-11-07 14:04:49 +0100
  • 42cf1c7 Makefile: package all files with make dist by Hiltjo Posthuma 2015-11-08 16:52:53 +0100
  • dce4fb3 setfullscreen: don't process the property twice by Quentin Rameau 2015-11-07 14:09:08 +0100
  • 646b351 sync updated drw code from dmenu by Hiltjo Posthuma 2015-10-20 23:34:49 +0200
  • e3b7e1d dwm: use ecalloc, prevent theoretical overflow by Hiltjo Posthuma 2015-10-20 23:30:31 +0200
  • 04db03a cleanup, dont use c++ style comments by Hiltjo Posthuma 2015-10-20 23:28:30 +0200
  • 4a4817b dwm: cleanup: free schemes and cursors as array by Hiltjo Posthuma 2015-10-20 23:27:31 +0200
  • 7e1182c config.h: use common default font, pass Xft font name to dmenu by Hiltjo Posthuma 2015-10-20 23:10:54 +0200
  • 40529e1 config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs) by Hiltjo Posthuma 2015-10-20 23:01:49 +0200
  • 14343e6 Add Xft and follback-fonts support to graphics lib by Eric Pruitt 2015-03-05 20:26:11 -0800
  • 35db6d8 removed .hgtags, thanks Dimitris for spotting by Anselm R Garbe 2014-11-23 15:25:35 +0100
  • 3d1090b applied Hiltjo's resize/move limitation by Anselm R Garbe 2014-08-11 07:24:29 +0200
  • 18248eb same as before with dwm.c as well by Anselm R Garbe 2014-05-29 18:05:17 +0200
  • b468873 updated copyright notice in LICENSE file by Anselm R Garbe 2014-05-29 18:02:12 +0200
  • cdec978 applied Lukas' focus suggestion at startup, thanks by Anselm R Garbe 2013-08-27 20:39:21 +0200
  • 6af2737 applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn required by Anselm R Garbe 2013-08-02 22:40:20 +0200
  • 4fb31e0 do not take our font declaration as default for st by Anselm R Garbe 2013-07-20 09:08:46 +0200
  • b800a1d applied Jochen's drw_text patch, thanks by Anselm R Garbe 2013-06-23 21:53:09 +0200
  • 33a7448 applied Julian's enum approach, however renamed theme into scheme resp. Theme into ClrScheme by Anselm R Garbe 2013-06-19 19:35:33 +0200