summaryrefslogtreecommitdiffstats
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* alpha patch appliedGravatar piotrruss 2024-04-071-1/+1
|
* bump version to 6.5Gravatar Hiltjo Posthuma 2024-03-191-1/+1
|
* config.mk: update to _XOPEN_SOURCE=700LGravatar NRK 2023-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | SA_NOCLDWAIT is marked as XSI in the posix spec [0] and FreeBSD and NetBSD seems to more be strict about the feature test macro [1]. so update the macro to use _XOPEN_SOURCE=700L instead, which is equivalent to _POSIX_C_SOURCE=200809L except that it also unlocks the X/Open System Interfaces. [0]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html#tag_13_42 [1]: https://lists.suckless.org/dev/2302/35111.html Tested on: * NetBSD 9.3 (fixed). * FreeBSD 13 (fixed). * Void Linux musl. * Void Linux glibc. * OpenBSD 7.2 (stable). * Slackware 11. Reported-by: beastie <pufferfish@riseup.net>
* bump version to 6.4Gravatar Hiltjo Posthuma 2022-10-041-1/+1
|
* Makefile: add manual path for OpenBSDGravatar Hiltjo Posthuma 2022-05-011-0/+1
| | | | Reported by fossy <fossy@dnmx.org>, thanks
* bump version to 6.3Gravatar Hiltjo Posthuma 2022-01-071-1/+1
|
* config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf()Gravatar Hiltjo Posthuma 2020-04-031-1/+1
| | | | | | | | | | | | | | | | | | | The feature test was incorrect: _POSIX_C_SOURCE=2 "The value 2 or greater additionally exposes definitions for POSIX.2-1992." http://man7.org/linux/man-pages/man7/feature_test_macros.7.html A higher value is needed (atleast 1995): https://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html FreeBSD feature test macro: on https://github.com/freebsd/freebsd/blob/master/include/stdio.h line 297 This was already fixed in dmenu. This fixes a warning on FreeBSD, reported by Plasmoduck on IRC, thanks.
* Prepare 6.2 release.Gravatar Anselm R Garbe 2019-02-021-1/+1
|
* Do not strip at link stageGravatar Klemens Nanni 2018-06-021-1/+1
| | | | | Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
* Shut up glibc about _BSD_SOURCE being deprecatedGravatar Quentin Rameau 2015-12-191-1/+1
|
* config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports ↵Gravatar Hiltjo Posthuma 2015-10-201-2/+8
| | | | and *BSDs)
* Add Xft and follback-fonts support to graphics libGravatar Eric Pruitt 2015-03-131-2/+2
|
* shut up about deprecated Xlib functionsGravatar Anselm R Garbe 2013-05-011-1/+1
|
* reverting to plain X11 fonts in order to implement draw.c defaultGravatar anselm@garbe.us 2012-11-181-2/+2
|
* incorporating Xft instead of cairo, cairo provides far too many optionsGravatar anselm@garbe.us 2012-11-021-2/+2
|
* keep 6.1 intactGravatar anselm@garbe.us 2012-07-081-1/+1
|
* reverted to old updategeom() after several complains, we need to optimize ↵Gravatar anselm@garbe.us 2012-07-081-1/+1
| | | | the old way
* drastically changed updategeom() handling, see comment in updategeom() for ↵Gravatar anselm@garbe.us 2012-06-231-1/+1
| | | | details
* config.mk cleanupGravatar anselm@garbe.us 2012-01-041-10/+9
|
* bump version to 6.0Gravatar anselm@garbe.us 2011-12-191-1/+1
|
* changed sleep 20 into sleep 1 in example script as suggested by Snader_LBGravatar garbeam@gmail.com 2011-07-201-1/+1
|
* enabled release flagsGravatar garbeam@gmail.com 2011-07-101-4/+4
|
* added TODO and bumped version to 5.9Gravatar anselm@garbe.us 2010-08-241-1/+1
|
* increased versionGravatar Anselm R Garbe 2010-05-301-1/+1
|
* removing Sylvain's patch because it breaks more than it fixes unfortunately, ↵Gravatar Anselm R Garbe 2010-05-291-1/+1
| | | | re-issuing a bugfix release 5.8.1
* it's debug season for upcoming dwm 5.8, so only use this if you really want ↵Gravatar Anselm R Garbe 2010-03-311-4/+4
| | | | to run experimental code or debug code
* removed misleading comment, thanks Romain BertrandGravatar Anselm R Garbe 2009-11-241-1/+1
|
* added BUGS, next version is 5.8Gravatar Anselm R Garbe 2009-10-311-1/+1
|
* applied Ryan Zheng's patch and re-releasing 5.7.2Gravatar Anselm R Garbe 2009-09-271-1/+1
|
* fixed the layout symbol bug reported by Nibble (but using a different ↵Gravatar Anselm R Garbe 2009-09-271-1/+1
| | | | | | approach as he suggested) - optimised drawbar() and arrange() handling for multiple monitors, arrange only arranges the relevant monitors when applicable, same with drawbar - need to release 5.7.1
* switching to release flagsGravatar Anselm R Garbe 2009-09-221-4/+4
|
* implemented different version of updategeomGravatar Anselm R Garbe 2009-09-211-4/+4
|
* fixed nn declarationGravatar Anselm R Garbe 2009-07-271-1/+1
|
* updategeom fix for same geom screensGravatar Anselm R Garbe 2009-07-211-1/+1
|
* it's all nsz's hard investigation effort, hail nsz! ;)Gravatar Anselm R Garbe 2009-07-171-1/+1
|
* reverting to optimised compiler options, current state seems stableGravatar Anselm R Garbe 2009-07-091-4/+4
|
* several bugfixesGravatar Anselm R Garbe 2009-07-011-2/+2
|
* some minor fix if xinerama is disabled, still some odd behavior in thereGravatar Anselm R Garbe 2009-07-011-2/+2
|
* fixed tagmon, re-using detach/detachstack and attach/attachstackGravatar Anselm R Garbe 2009-06-231-2/+2
|
* declare buf only if XINERAMA support is usedGravatar Anselm R Garbe 2009-06-231-2/+2
|
* experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/eGravatar Anselm R Garbe 2009-06-201-4/+6
|
* introduction of Monitor for better Xinerama support, work in progressGravatar Anselm R Garbe 2009-06-191-2/+2
|
* next version will be 5.6, shortened some very long linesGravatar Anselm R Garbe 2009-04-201-1/+1
|
* applied Marc Andre Tanners showhide patch, the removal of ntiledGravatar Anselm R Garbe 2009-03-191-2/+2
|
* applied Gottox' adjustborder removal patch (thanks!)Gravatar Anselm R Garbe 2009-02-211-1/+1
|
* fixed an issue reported by Nibble, also fixed s/2008/2009/Gravatar a@null 2009-02-081-1/+1
|
* re-applied Neale's spawn patch, credited Neale in LICENSEGravatar a@null 2008-12-121-1/+1
|
* fixGravatar Anselm R Garbe 2008-12-061-1/+1
|
* several changes towards 5.3, XINERAMA is disabled by default, introduced ↵Gravatar Anselm R Garbe 2008-10-191-4/+4
| | | | usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization
* made readin a config.h variableGravatar Anselm R Garbe 2008-08-021-1/+1
|