Hiltjo Posthuma
68d1ad9b54
bump version to 0.9
2022-10-04 19:40:30 +02:00
Hiltjo Posthuma
baa9357e96
Makefile: add manual path for OpenBSD
2022-05-01 18:38:40 +02:00
Hiltjo Posthuma
7fb0c0cc68
bump version to 0.8.5
2022-01-07 12:39:57 +01:00
Hiltjo Posthuma
fa253f077f
bump version to 0.8.4
2020-06-19 11:27:17 +02:00
Hiltjo Posthuma
b27a383a3a
config.mk: use PKG_CONFIG in commented OpenBSD section
2020-06-17 23:49:40 +02:00
Hiltjo Posthuma
43a395ae91
bump version to 0.8.3
2020-04-27 13:56:25 +02:00
Hiltjo Posthuma
75f92eb348
bump version to 0.8.2
2019-02-09 12:48:39 +01:00
Paride Legovini
16d98738e7
Let the user specify CPPFLAGS
...
This complements the work done in d4928ed
, allowing the user to specify
the preprocessor flags with the CPPFLAGS environment variable. This is
useful for example to specify preprocessor macros with -D.
CFLAGS could be used instead, but CPPFLAGS is more correct and is expected
to be honored in some cases. For example, the helper scripts to build
Debian packages make use of CPPFLAGS, but the variable is currently
being ignored unless manually appended to CFLAGS.
2019-01-10 18:13:13 +01:00
Paride Legovini
e23acb9188
Set the path of pkg-config in a variable instead of hardcoding it
...
In this way the path of pkg-config can be overridden from the command
line. This is useful for example when cross-compiling.
2019-01-04 16:00:54 +01:00
Hiltjo Posthuma
dc3b5babf1
config.mk: remove extra newline before EOF
2018-06-02 17:11:14 +02:00
Hiltjo Posthuma
30ce2cc002
Pledge on OpenBSD
2018-05-25 11:59:28 +02:00
Hiltjo Posthuma
6f0f2b7ec3
bump version to 0.8.1
2018-03-20 21:29:10 +01:00
Hiltjo Posthuma
49a4f91fc5
bump version to 0.8
2018-03-14 19:50:37 +01:00
Quentin Rameau
d4928edba0
Let the user specify C and LD FLAGS
2017-07-12 00:28:11 +02:00
Quentin Rameau
fabd4602b3
Do not obfuscate what make is doing.
...
Change some styling too while we're at it.
2017-07-12 00:28:10 +02:00
Christoph Lohmann
6e79e8357e
0.7 release
2016-08-11 16:25:58 +02:00
Christoph Lohmann
1682484327
There's no need for libXext to compile st.
2015-09-28 20:08:58 +02:00
Christoph Lohmann
92e092efe6
Commit to push the 0.6 release.
2015-07-07 22:26:44 +02:00
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.
2015-03-20 07:29:28 +00:00
Christoph Lohmann
72d2accc22
Glibc wants me to use _DEFAULT_SOURCe. I do obey.
2015-03-14 08:43:57 +01:00
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.
2015-02-22 10:59:26 +00:00
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.
2014-06-30 17:33:43 +02:00
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.
2014-06-26 12:37:06 +02:00
Christoph Lohmann
0baf2d8be5
0.5 release.
2014-04-05 20:40:11 +02:00
Christoph Lohmann
3c546ae739
0.4.1 release.
2013-04-20 15:29:39 +02:00
Christoph Lohmann
645c1b0afc
Making st compile on OpenBSD again.
2013-04-19 21:11:29 +02:00
Christoph Lohmann
a3a5b8e15e
Releasing 0.4.
2013-03-29 19:13:26 +01:00
Christoph Lohmann
82494f248d
Making st compile on OS X.
2013-03-05 22:12:11 +01:00
Christoph Lohmann
c6b89f23e7
Using strsep and fixing null termination in csiparse.
...
Thanks for the hint from Alexander Sedov <alex0player@gmail.com>!
2013-02-26 21:43:40 +01:00
Christoph Lohmann
4682cc9596
Making the fontconfig and freetype paths portable in config.mk.
2013-01-04 20:52:22 +01:00
Christoph Lohmann
7474a2fc37
The style inquisition was here again.
2012-11-13 20:13:39 +01:00
Christoph Lohmann
b0ed3e2897
0.3 release.
2012-11-02 20:08:27 +01:00
Christoph Lohmann
71b09ec4f1
Adding a more flexible fontstring handling, shortcuts and a zoom function.
2012-10-28 13:25:53 +01:00
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.
2012-10-04 22:59:45 +02:00
Christoph Lohmann
2b3c1219c8
Initial Xft support for st. More to follow.
2012-09-24 10:20:45 +02:00
Brandon Invergo
94771d0588
Implement Xdbe-based double-buffering
2012-07-28 14:27:26 +02:00
Aurélien Aptel
7823aeb1f9
revert to "tip" in VERSION.
2012-02-16 01:06:45 +01:00
Aurélien Aptel
970d44a60d
bump version.
2012-02-16 01:05:14 +01:00
anselm@garbe.us
b11e22df7d
some minor fixes
2012-02-11 10:48:18 +01:00
Aurélien Aptel
73e37f5629
update VERSION.
2011-04-03 21:04:45 +02:00
pancake@nopcode.org
591d147af7
fix segfault when selecting big buffers
...
shift+insert paste clipboard
honor CFLAGS and LDFLAGS in config.mk
2010-08-31 17:36:55 +02:00
Aurélien Aptel
ae5baac932
use predefined OS macro instead of uname.
2010-08-30 13:04:19 +02:00
Aurélien Aptel
bef87acd0d
st should compile on NetBSD.
2010-08-30 01:20:38 +02:00
Aurélien Aptel
1bb7398f4b
removed pty.h. minimal system guessing added in config.mk.
2010-08-30 03:12:11 +02:00
Aurélien Aptel
6db6980e27
st now runs on Linux, OpenBSD and FreeBSD.
2010-08-28 03:18:22 +02:00
Aurélien Aptel
c563328571
removed XINERAMA from config.mk and fixed a segfault when st is
...
started without a display. (thx Hiltjo Posthuma)
2010-08-27 13:53:27 +02:00
Anselm R Garbe
d58dd3b8bc
backport of local changes
2009-05-10 13:17:09 +01:00
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.
2008-07-21 17:06:59 +02:00
Matthias-Christian Ott
0c0ada8a7f
make st and std separate programmes
2008-06-14 11:03:29 +02:00
Matthias-Christian Ott
09fe1e22ce
assume glibc by default
2008-06-10 18:00:15 +02:00