Hiltjo Posthuma
|
3756f7f6b8
|
sync dmenu drw.{c,h} code: use Clr* (was Scm)
|
2017-11-03 21:20:48 +01:00 |
|
Hiltjo Posthuma
|
99f78fa553
|
gettextprop: check result of XGetTextProperty (undefined behaviour for XFree)
|
2017-11-03 21:14:58 +01:00 |
|
Hiltjo Posthuma
|
24849acada
|
die() on calloc failure
thanks Markus Teich and David!
|
2016-11-05 11:34:52 +01:00 |
|
Hiltjo Posthuma
|
ab9571bbc5
|
die() consistency: always add newline
|
2016-08-12 14:36:35 +02:00 |
|
Hiltjo Posthuma
|
56a31dc4a7
|
config.def.h: style improvement, use color Scheme enum
|
2016-06-28 18:04:56 +02:00 |
|
Hiltjo Posthuma
|
3465bed290
|
fix fullscreen clients not resized on X display resolution change
patch provided by Bert Münnich <ber.t_AT_posteo.de>, thanks!
|
2015-12-19 20:25:26 +01:00 |
|
Hiltjo Posthuma
|
5ed9c48196
|
code-style consistency
|
2015-11-08 23:11:48 +01:00 |
|
Hiltjo Posthuma
|
3c91283ede
|
unboolification
|
2015-11-08 22:48:43 +01:00 |
|
Hiltjo Posthuma
|
e941181f46
|
sort include + whitespace fix
|
2015-11-08 20:38:00 +01:00 |
|
Hiltjo Posthuma
|
43e82adf0d
|
separate program-specific c99 bool and X11
True, False are X11-specific (int), make sure to use c99 stdbool for
program-specific things.
|
2015-11-08 20:35:25 +01:00 |
|
Hiltjo Posthuma
|
42cf1c7d8f
|
Makefile: package all files with make dist
|
2015-11-08 16:52:53 +01:00 |
|
Hiltjo Posthuma
|
646b351cc7
|
sync updated drw code from dmenu
important:
- drw_rect: didn't use w and h, change the dwm code accordingly.
- drw_text: text is NULL is not allowed, use drw_rect().
|
2015-10-20 23:38:31 +02:00 |
|
Hiltjo Posthuma
|
e3b7e1d620
|
dwm: use ecalloc, prevent theoretical overflow
|
2015-10-20 23:38:31 +02:00 |
|
Hiltjo Posthuma
|
04db03a4e6
|
cleanup, dont use c++ style comments
- signal: print error string.
- die: start message with lower-case (consistency).
- bump version to 2015.
|
2015-10-20 23:38:20 +02:00 |
|
Hiltjo Posthuma
|
4a4817b3aa
|
dwm: cleanup: free schemes and cursors as array
|
2015-10-20 23:27:31 +02:00 |
|
Hiltjo Posthuma
|
7e1182ce55
|
config.h: use common default font, pass Xft font name to dmenu
dmenu uses Xft now (soon to be released).
|
2015-10-20 23:10:54 +02:00 |
|
Hiltjo Posthuma
|
40529e1469
|
config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs)
|
2015-10-20 23:01:49 +02:00 |
|