Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-21 | Alpha patch | Rafael Marçalo | |
2022-10-08 | bump version to 0.9 | Hiltjo Posthuma | |
2022-07-06 | Revert "Added Alpha Patch" | rafa_99 | |
This reverts commit 5a92580ea0fe459a040f62303a0a140402c12882. | |||
2022-05-01 | Makefile: add manual path for OpenBSD | Hiltjo Posthuma | |
2022-01-07 | bump version to 0.8.5 | Hiltjo Posthuma | |
2022-01-07 | Added Alpha Patch | rafa_99 | |
2021-04-13 | Stocked Out st | rafa_99 | |
2020-07-03 | Ligatures Patch | rafa_99 | |
2020-07-03 | Alpha Patch | rafa_99 | |
2020-07-03 | Updated Source to Bumped Version | rafa_99 | |
2020-05-26 | Ligatures Patch | rafa_99 | |
2020-05-26 | Alpha Patch | rafa_99 | |
2020-05-26 | Bump to version 0.8.3 | rafa_99 | |
2020-01-15 | Added Transparency | rafa_99 | |
2019-02-09 | bump version to 0.8.2 | Hiltjo Posthuma | |
2019-01-10 | Let the user specify CPPFLAGS | Paride Legovini | |
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-04 | Set the path of pkg-config in a variable instead of hardcoding it | Paride Legovini | |
In this way the path of pkg-config can be overridden from the command line. This is useful for example when cross-compiling. | |||
2018-06-02 | config.mk: remove extra newline before EOF | Hiltjo Posthuma | |
2018-05-25 | Pledge on OpenBSD | Hiltjo Posthuma | |
2018-03-20 | bump version to 0.8.1 | Hiltjo Posthuma | |
2018-03-14 | bump version to 0.8 | Hiltjo Posthuma | |
2017-07-12 | Let the user specify C and LD FLAGS | Quentin Rameau | |
2017-07-12 | Do not obfuscate what make is doing. | Quentin Rameau | |
Change some styling too while we're at it. | |||
2016-08-11 | 0.7 release | Christoph Lohmann | |
2015-09-28 | There's no need for libXext to compile st. | Christoph Lohmann | |
2015-07-07 | Commit to push the 0.6 release. | Christoph Lohmann | |
2015-03-20 | Remove strsep() call | Roberto E. Vargas Caballero | |
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-14 | Glibc wants me to use _DEFAULT_SOURCe. I do obey. | Christoph Lohmann | |
2015-02-22 | Comment default CC assignment | Roberto E. Vargas Caballero | |
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. | |||
2014-06-30 | Making surf compile again with rt. | Christoph Lohmann | |
The clock_gettime patch needs librt to be linked to surf. Thanks _odie for the hint. | |||
2014-06-26 | Remove CEIL macro | Roberto E. Vargas Caballero | |
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-04-05 | 0.5 release. | Christoph Lohmann | |
2013-04-20 | 0.4.1 release. | Christoph Lohmann | |
2013-04-19 | Making st compile on OpenBSD again. | Christoph Lohmann | |
2013-03-29 | Releasing 0.4. | Christoph Lohmann | |
2013-03-05 | Making st compile on OS X. | Christoph Lohmann | |
2013-02-26 | Using strsep and fixing null termination in csiparse. | Christoph Lohmann | |
Thanks for the hint from Alexander Sedov <alex0player@gmail.com>! | |||
2013-01-04 | Making the fontconfig and freetype paths portable in config.mk. | Christoph Lohmann | |
2012-11-13 | The style inquisition was here again. | Christoph Lohmann | |
2012-11-02 | 0.3 release. | Christoph Lohmann | |
2012-10-28 | Adding a more flexible fontstring handling, shortcuts and a zoom function. | Christoph Lohmann | |
2012-10-04 | This adds the fontcache dependency to try something out. Additionally the | Christoph Lohmann | |
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-09-24 | Initial Xft support for st. More to follow. | Christoph Lohmann | |
2012-07-28 | Implement Xdbe-based double-buffering | Brandon Invergo | |
2012-02-16 | revert to "tip" in VERSION. | Aurélien Aptel | |
2012-02-16 | bump version. | Aurélien Aptel | |
2012-02-11 | some minor fixes | anselm@garbe.us | |
2011-04-03 | update VERSION. | Aurélien Aptel | |
2010-08-31 | fix segfault when selecting big buffers | pancake@nopcode.org | |
shift+insert paste clipboard honor CFLAGS and LDFLAGS in config.mk | |||
2010-08-30 | use predefined OS macro instead of uname. | Aurélien Aptel | |