summaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* There's no need for libXext to compile st.Christoph Lohmann2015-09-281-1/+1
|
* Commit to push the 0.6 release.Christoph Lohmann2015-07-071-1/+1
|
* Remove strsep() callRoberto E. Vargas Caballero2015-03-201-1/+1
| | | | | | | | | | 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.
* Glibc wants me to use _DEFAULT_SOURCe. I do obey.Christoph Lohmann2015-03-141-1/+1
|
* Comment default CC assignmentRoberto E. Vargas Caballero2015-02-221-1/+1
| | | | | | 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.
* Making surf compile again with rt.Christoph Lohmann2014-06-301-1/+1
| | | | | | The clock_gettime patch needs librt to be linked to surf. Thanks _odie for the hint.
* Remove CEIL macroRoberto E. Vargas Caballero2014-06-261-1/+1
| | | | | | | | 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.Christoph Lohmann2014-04-051-1/+1
|
* 0.4.1 release.Christoph Lohmann2013-04-201-1/+1
|
* Making st compile on OpenBSD again.Christoph Lohmann2013-04-191-4/+4
|
* Releasing 0.4.Christoph Lohmann2013-03-291-1/+1
|
* Making st compile on OS X.Christoph Lohmann2013-03-051-1/+1
|
* Using strsep and fixing null termination in csiparse.Christoph Lohmann2013-02-261-1/+1
| | | | Thanks for the hint from Alexander Sedov <alex0player@gmail.com>!
* Making the fontconfig and freetype paths portable in config.mk.Christoph Lohmann2013-01-041-2/+6
|
* The style inquisition was here again.Christoph Lohmann2012-11-131-0/+1
|
* 0.3 release.Christoph Lohmann2012-11-021-1/+1
|
* Adding a more flexible fontstring handling, shortcuts and a zoom function.Christoph Lohmann2012-10-281-2/+2
|
* This adds the fontcache dependency to try something out. Additionally theChristoph Lohmann2012-10-041-1/+1
| | | | 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 Lohmann2012-09-241-2/+2
|
* Implement Xdbe-based double-bufferingBrandon Invergo2012-07-281-1/+1
|
* revert to "tip" in VERSION.Aurélien Aptel2012-02-161-1/+1
|
* bump version.Aurélien Aptel2012-02-161-1/+1
|
* some minor fixesanselm@garbe.us2012-02-111-1/+1
|
* update VERSION.Aurélien Aptel2011-04-031-1/+1
|
* fix segfault when selecting big bufferspancake@nopcode.org2010-08-311-3/+3
| | | | shift+insert paste clipboard honor CFLAGS and LDFLAGS in config.mk
* use predefined OS macro instead of uname.Aurélien Aptel2010-08-301-8/+1
|
* st should compile on NetBSD.Aurélien Aptel2010-08-301-0/+1
|
* removed pty.h. minimal system guessing added in config.mk.Aurélien Aptel2010-08-301-1/+2
|
* st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel2010-08-281-6/+7
|
* removed XINERAMA from config.mk and fixed a segfault when st isAurélien Aptel2010-08-271-6/+2
| | | started without a display. (thx Hiltjo Posthuma)
* backport of local changesAnselm R Garbe2009-05-101-0/+31
|
* simplify MakefileMatthias-Christian Ott2008-07-211-34/+0
| | | | | | | | | 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 programmesMatthias-Christian Ott2008-06-141-1/+3
|
* assume glibc by defaultMatthias-Christian Ott2008-06-101-1/+4
|
* remove xinerama flagsMatthias-Christian Ott2008-06-081-6/+2
| | | | 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 scratchAnselm R Garbe2008-05-201-0/+33