Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove CEIL macro | Roberto E. Vargas Caballero | 2014-06-26 |
| | | | | | | | | 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. | ||
* | 0.5 release.0.5 | Christoph Lohmann | 2014-04-05 |
| | |||
* | 0.4.1 release.0.4.1 | Christoph Lohmann | 2013-04-20 |
| | |||
* | Making st compile on OpenBSD again. | Christoph Lohmann | 2013-04-19 |
| | |||
* | Releasing 0.4.0.4 | Christoph Lohmann | 2013-03-29 |
| | |||
* | Making st compile on OS X. | Christoph Lohmann | 2013-03-05 |
| | |||
* | Using strsep and fixing null termination in csiparse. | Christoph Lohmann | 2013-02-26 |
| | | | | Thanks for the hint from Alexander Sedov <alex0player@gmail.com>! | ||
* | Making the fontconfig and freetype paths portable in config.mk. | Christoph Lohmann | 2013-01-04 |
| | |||
* | The style inquisition was here again. | Christoph Lohmann | 2012-11-13 |
| | |||
* | 0.3 release. | Christoph Lohmann | 2012-11-02 |
| | |||
* | Adding a more flexible fontstring handling, shortcuts and a zoom function. | Christoph Lohmann | 2012-10-28 |
| | |||
* | This adds the fontcache dependency to try something out. Additionally the | Christoph Lohmann | 2012-10-04 |
| | | | | 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. | ||
* | Initial Xft support for st. More to follow. | Christoph Lohmann | 2012-09-24 |
| | |||
* | Implement Xdbe-based double-buffering | Brandon Invergo | 2012-07-28 |
| | |||
* | revert to "tip" in VERSION. | Aurélien Aptel | 2012-02-16 |
| | |||
* | bump version. | Aurélien Aptel | 2012-02-16 |
| | |||
* | some minor fixes | anselm@garbe.us | 2012-02-11 |
| | |||
* | update VERSION. | Aurélien Aptel | 2011-04-03 |
| | |||
* | fix segfault when selecting big buffers | pancake@nopcode.org | 2010-08-31 |
| | | | | shift+insert paste clipboard honor CFLAGS and LDFLAGS in config.mk | ||
* | use predefined OS macro instead of uname. | Aurélien Aptel | 2010-08-30 |
| | |||
* | st should compile on NetBSD. | Aurélien Aptel | 2010-08-30 |
| | |||
* | removed pty.h. minimal system guessing added in config.mk. | Aurélien Aptel | 2010-08-30 |
| | |||
* | st now runs on Linux, OpenBSD and FreeBSD. | Aurélien Aptel | 2010-08-28 |
| | |||
* | removed XINERAMA from config.mk and fixed a segfault when st is | Aurélien Aptel | 2010-08-27 |
| | | | started without a display. (thx Hiltjo Posthuma) | ||
* | backport of local changes | Anselm R Garbe | 2009-05-10 |
| | |||
* | simplify Makefile | Matthias-Christian Ott | 2008-07-21 |
| | | | | | | | | | 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. | ||
* | make st and std separate programmes | Matthias-Christian Ott | 2008-06-14 |
| | |||
* | assume glibc by default | Matthias-Christian Ott | 2008-06-10 |
| | |||
* | remove xinerama flags | Matthias-Christian Ott | 2008-06-08 |
| | | | | The xinerama related variables in config.mk are a relict of dwm and therefore should be removed. | ||
* | added some new files for the initial rewrite of st from scratch | Anselm R Garbe | 2008-05-20 |