Commit Graph

26 Commits

Author SHA1 Message Date
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
Matthias-Christian Ott b8f79f0ed0 remove xinerama flags
The xinerama related variables in config.mk are a relict of
dwm and therefore should be removed.
2008-06-08 21:36:58 +02:00
Anselm R Garbe 1987ae4bac added some new files for the initial rewrite of st from scratch 2008-05-20 10:03:59 +01:00