Quentin Rameau
d4928edba0
Let the user specify C and LD FLAGS
7 years ago
Quentin Rameau
fabd4602b3
Do not obfuscate what make is doing.
Change some styling too while we're at it.
7 years ago
Christoph Lohmann
6e79e8357e
0.7 release
8 years ago
Christoph Lohmann
1682484327
There's no need for libXext to compile st.
9 years ago
Christoph Lohmann
92e092efe6
Commit to push the 0.6 release.
9 years ago
Roberto E. Vargas Caballero
288f80cb06
Remove strsep() call
strsep() is not a POSIX function, and it means that every system
needs different defines to expose it. If the prototype of strsep
is not exposed then an ugly int/pointer is done and it might mean
a crash. The best solution?, to remove the strsep and make a custom
loop. If C programmers cannot do this kind of loops without calling
a library function, then maybe we should move all the suckless
software to Java.
10 years ago
Christoph Lohmann
72d2accc22
Glibc wants me to use _DEFAULT_SOURCe. I do obey.
10 years ago
Roberto E. Vargas Caballero
3604445ffc
Comment default CC assignment
CC by default is cc, so the assignment was doing nothing, but
it was using non standard syntax, so some system (NetBSD) fail
to compile.
10 years ago
Christoph Lohmann
0015e198bf
Making surf compile again with rt.
The clock_gettime patch needs librt to be linked to surf.
Thanks _odie for the hint.
10 years ago
Roberto E. Vargas Caballero
77569526c0
Remove CEIL macro
This macro was not correct in some cases, and it was used only in
one place, where we did'nt get any benefit in performance of in size,
so the macro is removed and ceilf is used instead of it. The only
function needed from math.h is ceilf, so this patch defines the
prototype of it instead of including math.h.
11 years ago
Christoph Lohmann
0baf2d8be5
0.5 release.
11 years ago
Christoph Lohmann
3c546ae739
0.4.1 release.
12 years ago
Christoph Lohmann
645c1b0afc
Making st compile on OpenBSD again.
12 years ago
Christoph Lohmann
a3a5b8e15e
Releasing 0.4.
12 years ago
Christoph Lohmann
82494f248d
Making st compile on OS X.
12 years ago
Christoph Lohmann
c6b89f23e7
Using strsep and fixing null termination in csiparse.
Thanks for the hint from Alexander Sedov <alex0player@gmail.com>!
12 years ago
Christoph Lohmann
4682cc9596
Making the fontconfig and freetype paths portable in config.mk.
12 years ago
Christoph Lohmann
7474a2fc37
The style inquisition was here again.
12 years ago
Christoph Lohmann
b0ed3e2897
0.3 release.
12 years ago
Christoph Lohmann
71b09ec4f1
Adding a more flexible fontstring handling, shortcuts and a zoom function.
12 years ago
Christoph Lohmann
2752018e27
This adds the fontcache dependency to try something out. Additionally the
invert mode now works as expected. In the config.def.h autohint is set to
false, so the fonts are drawn correctly, without any overlapping.
12 years ago
Christoph Lohmann
2b3c1219c8
Initial Xft support for st. More to follow.
12 years ago
Brandon Invergo
94771d0588
Implement Xdbe-based double-buffering
12 years ago
Aurélien Aptel
7823aeb1f9
revert to "tip" in VERSION.
13 years ago
Aurélien Aptel
970d44a60d
bump version.
13 years ago
anselm@garbe.us
b11e22df7d
some minor fixes
13 years ago
Aurélien Aptel
73e37f5629
update VERSION.
14 years ago
pancake@nopcode.org
591d147af7
fix segfault when selecting big buffers
shift+insert paste clipboard
honor CFLAGS and LDFLAGS in config.mk
14 years ago
Aurélien Aptel
ae5baac932
use predefined OS macro instead of uname.
14 years ago
Aurélien Aptel
bef87acd0d
st should compile on NetBSD.
14 years ago
Aurélien Aptel
6db6980e27
st now runs on Linux, OpenBSD and FreeBSD.
14 years ago
Aurélien Aptel
c563328571
removed XINERAMA from config.mk and fixed a segfault when st is
started without a display. (thx Hiltjo Posthuma)
14 years ago
Anselm R Garbe
d58dd3b8bc
backport of local changes
16 years ago
Matthias-Christian Ott
e0d0a2b96e
simplify Makefile
Due to consideration of POSIX compliance issues config.mk had
to be removed. Configuration variables can be overridden by
environment variables or specified via command line.
Additionally all pretty-printed messages were removed and
built-in rules are used. This also simplifies and purges
the Makefile.
17 years ago
Matthias-Christian Ott
0c0ada8a7f
make st and std separate programmes
17 years ago
Matthias-Christian Ott
09fe1e22ce
assume glibc by default
17 years ago
Matthias-Christian Ott
b8f79f0ed0
remove xinerama flags
The xinerama related variables in config.mk are a relict of
dwm and therefore should be removed.
17 years ago
Anselm R Garbe
1987ae4bac
added some new files for the initial rewrite of st from scratch
17 years ago