Jonathan Hodgson
c0a50b817c
Applies the multikey patch
...
This allows me to have the same key do different things based on the
number of times it is pushed.
This is going to be useful on the pinephone so I can have double click
or click and hold on the limited number of physical buttons
4 years ago
Hiltjo Posthuma
c82db690cc
config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf()
...
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.
5 years ago
Jonathan Hodgson
7004f485f5
Adds swallow patch
6 years ago
Anselm R Garbe
cb3f58ad06
Prepare 6.2 release.
6 years ago
Klemens Nanni
3cd4023fb3
Do not strip at link stage
...
Building with debug symbols is worthless unless LDFLAGS are manually
adjusted as well.
7 years ago
Quentin Rameau
4ec3a673ff
Shut up glibc about _BSD_SOURCE being deprecated
9 years ago
Hiltjo Posthuma
40529e1469
config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs)
9 years ago
Eric Pruitt
14343e69cc
Add Xft and follback-fonts support to graphics lib
10 years ago
Anselm R Garbe
1479e76f01
shut up about deprecated Xlib functions
12 years ago
anselm@garbe.us
61fe833a06
reverting to plain X11 fonts in order to implement draw.c default
12 years ago
anselm@garbe.us
fd3c19bd55
incorporating Xft instead of cairo, cairo provides far too many options
12 years ago
anselm@garbe.us
1bdb393f81
keep 6.1 intact
13 years ago
anselm@garbe.us
940feed314
reverted to old updategeom() after several complains, we need to optimize the old way
13 years ago
anselm@garbe.us
20f6917910
drastically changed updategeom() handling, see comment in updategeom() for details
13 years ago
anselm@garbe.us
907db0a851
config.mk cleanup
13 years ago
anselm@garbe.us
26445a0dc9
bump version to 6.0
13 years ago
garbeam@gmail.com
c99fe7dd7d
changed sleep 20 into sleep 1 in example script as suggested by Snader_LB
14 years ago
garbeam@gmail.com
cd8bb06af5
enabled release flags
14 years ago
anselm@garbe.us
83d10be1c1
added TODO and bumped version to 5.9
14 years ago
Anselm R Garbe
ee734fae6b
increased version
15 years ago
Anselm R Garbe
5c6545adf5
removing Sylvain's patch because it breaks more than it fixes unfortunately, re-issuing a bugfix release 5.8.1
15 years ago
Anselm R Garbe
d6bdd03d91
it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
15 years ago
Anselm R Garbe
7671d03a90
removed misleading comment, thanks Romain Bertrand
15 years ago
Anselm R Garbe
ac4caea921
added BUGS, next version is 5.8
15 years ago
Anselm R Garbe
210378f198
applied Ryan Zheng's patch and re-releasing 5.7.2
15 years ago
Anselm R Garbe
9e8dd3479d
fixed the layout symbol bug reported by Nibble (but using a different 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
15 years ago
Anselm R Garbe
91e902f7fe
switching to release flags
15 years ago
Anselm R Garbe
07ad298133
implemented different version of updategeom
15 years ago
Anselm R Garbe
91fffb3f7d
fixed nn declaration
16 years ago
Anselm R Garbe
c13be8d620
updategeom fix for same geom screens
16 years ago
Anselm R Garbe
6877a00033
it's all nsz's hard investigation effort, hail nsz! ;)
16 years ago
Anselm R Garbe
8420fb1ced
reverting to optimised compiler options, current state seems stable
16 years ago
Anselm R Garbe
1d729384d1
several bugfixes
16 years ago
Anselm R Garbe
25c1eb28f9
some minor fix if xinerama is disabled, still some odd behavior in there
16 years ago
Anselm R Garbe
54dc0d542c
fixed tagmon, re-using detach/detachstack and attach/attachstack
16 years ago
Anselm R Garbe
0d8671a5ad
declare buf only if XINERAMA support is used
16 years ago
Anselm R Garbe
2ce37bc69e
experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/e
16 years ago
Anselm R Garbe
f27ccc5c60
introduction of Monitor for better Xinerama support, work in progress
16 years ago
Anselm R Garbe
7df39f3fc7
next version will be 5.6, shortened some very long lines
16 years ago
Anselm R Garbe
3632d7132f
applied Marc Andre Tanners showhide patch, the removal of ntiled
16 years ago
Anselm R Garbe
1e350be229
applied Gottox' adjustborder removal patch (thanks!)
16 years ago
a@null
90687482ad
fixed an issue reported by Nibble, also fixed s/2008/2009/
16 years ago
a@null
62a491e36d
re-applied Neale's spawn patch, credited Neale in LICENSE
16 years ago
Anselm R Garbe
a62ea4062f
fix
16 years ago
Anselm R Garbe
ea8a4ca46a
several changes towards 5.3, XINERAMA is disabled by default, introduced 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
16 years ago
Anselm R Garbe
b279cef670
made readin a config.h variable
17 years ago
Anselm R Garbe
12ea925076
untested monocle
17 years ago
Anselm R Garbe
79ecbeca7e
non-zero
17 years ago
Anselm R Garbe
4db2f44277
minor fix
17 years ago
Anselm R Garbe
a8e0772c4d
applied anydot's patchset.diff
17 years ago