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
12 years ago
anselm@garbe.us
940feed314
reverted to old updategeom() after several complains, we need to optimize the old way
12 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
13 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
15 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
16 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
Anselm R Garbe
39d1ecd5b0
applied Gottox bitmask + void *arg patch
17 years ago
Anselm R Garbe
bd4deaebfc
fixed comment
17 years ago
Anselm R Garbe
f22d047d41
make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients
17 years ago
Anselm R Garbe
42cb2bd3be
new stuff
17 years ago
Anselm R Garbe
5602f44b29
implemented exact focus next, if arg != NULL to focus{next,prev}
17 years ago