49 Commits (fa253f077f19b3220c7655b81bd91e52f4367803)

Author SHA1 Message Date
Hiltjo Posthuma fa253f077f bump version to 0.8.4 4 years ago
Hiltjo Posthuma b27a383a3a config.mk: use PKG_CONFIG in commented OpenBSD section 4 years ago
Hiltjo Posthuma 43a395ae91 bump version to 0.8.3 4 years ago
Hiltjo Posthuma 75f92eb348 bump version to 0.8.2 5 years ago
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.
5 years ago
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.
5 years ago
Hiltjo Posthuma dc3b5babf1 config.mk: remove extra newline before EOF 6 years ago
Hiltjo Posthuma 30ce2cc002 Pledge on OpenBSD 6 years ago
Hiltjo Posthuma 6f0f2b7ec3 bump version to 0.8.1 6 years ago
Hiltjo Posthuma 49a4f91fc5 bump version to 0.8 6 years ago
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.
9 years ago
Christoph Lohmann 72d2accc22 Glibc wants me to use _DEFAULT_SOURCe. I do obey. 9 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.
9 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.
10 years ago
Christoph Lohmann 0baf2d8be5 0.5 release. 10 years ago
Christoph Lohmann 3c546ae739 0.4.1 release. 11 years ago
Christoph Lohmann 645c1b0afc Making st compile on OpenBSD again. 11 years ago
Christoph Lohmann a3a5b8e15e Releasing 0.4. 11 years ago
Christoph Lohmann 82494f248d Making st compile on OS X. 11 years ago
Christoph Lohmann c6b89f23e7 Using strsep and fixing null termination in csiparse.
Thanks for the hint from Alexander Sedov <alex0player@gmail.com>!
11 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. 12 years ago
Aurélien Aptel 970d44a60d bump version. 12 years ago
anselm@garbe.us b11e22df7d some minor fixes 12 years ago
Aurélien Aptel 73e37f5629 update VERSION. 13 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 1bb7398f4b removed pty.h. minimal system guessing added in config.mk. 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 15 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.
16 years ago
Matthias-Christian Ott 0c0ada8a7f make st and std separate programmes 16 years ago
Matthias-Christian Ott 09fe1e22ce assume glibc by default 16 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.
16 years ago
Anselm R Garbe 1987ae4bac added some new files for the initial rewrite of st from scratch 16 years ago