3158ebe36bFix release date
mainzelm
2004-05-24 06:36:34 +0000
e584c668ecFix location of scsh mailing list
mainzelm
2004-05-22 18:25:55 +0000
cb59aa2586Next version is 0.2, not 0.2.1
mainzelm
2004-05-22 17:21:44 +0000
cc5cd936d3Fixed file name error
mainzelm
2004-05-02 19:16:52 +0000
b8eae12ac0List of changes in 0.2
mainzelm
2004-05-02 19:15:04 +0000
4a39abaa54+ enter XftResult as integer
eknauel
2004-04-30 12:48:04 +0000
7040a29760- Don't export fontsets --- that'll make memory handling and calling finalizers much more complicated. Convert fontset to a list of patterns instead.
eknauel
2004-04-27 16:15:19 +0000
0617270567+ don't call XftValueDestroy() in XftPatternAdd/Get() --- this patch avoids tons of "already freed" messages + XftFontMatch(): return false if no font matches, not unspecific + scx_xftfontset_pattern_ref(): fixed wrong index
eknauel
2004-04-26 07:25:39 +0000
afb80004d6fix some issues with freeing Xft/fontconfig resources.
eknauel
2004-04-25 09:27:40 +0000
fc26675328Add header files as sources
mainzelm
2004-04-19 11:09:58 +0000
b1d66d849eSet version number
mainzelm
2004-04-19 11:09:24 +0000
ecc756881aUpdates for the packaging proposal.
mainzelm
2004-04-19 09:34:04 +0000
4c677ee267Add scheme files to 'dist' target using EXTRA_DIST.
mainzelm
2004-03-29 08:58:40 +0000
d717897ee6Removed files from install-lib.
mainzelm
2004-03-29 08:10:25 +0000
805a374149- added required install-lib version
frese
2004-03-25 13:32:30 +0000
6ed5ef3d83- added screen-number-of-screen function
frese
2004-03-15 19:31:50 +0000
7ad0170ccf- fixed create-window in it's extraction of the window-class argument
frese
2004-03-15 19:30:01 +0000
424ac04194+ Create a new package before opening anything + Use LOOKUP-ALL-EXTERNALS to reinitialize the external bindings in the VM + Fix code for not loading xft + Define reinitializer (needs sunterlib from CVS) for loading the shared objects
mainzelm
2004-02-12 16:32:01 +0000
113662edf2Don't install static version of the scx library.
mainzelm
2004-02-12 09:11:32 +0000
c67b9d6f27- adopted to new install-lib - using scsh-include from configure - respecting options build, non-shared-only, dest-dir
frese
2004-01-04 14:42:18 +0000
444f614553now using scsh's configure module
frese
2004-01-04 14:37:05 +0000
2eccfa3034upgraded to newest install-lib version
frese
2004-01-04 14:34:32 +0000
c4e7388406first working version, but not very nice yet... need more support from install-lib
frese
2003-12-16 16:46:26 +0000
1d00a81b6aupgraded to new install-lib version
frese
2003-12-16 16:44:40 +0000
e253c2828e- set libsysdir to $prefix, since we give the complete lib-dir as the prefix - removed scheme/Makefile creation
frese
2003-12-16 16:43:35 +0000
4009990b40removed scheme from SUBDIRS
frese
2003-12-16 16:27:29 +0000
b8640603e8not needed anymore, since we're now using shared objects instead of an executable
frese
2003-12-16 14:07:33 +0000
23e02fea42moved /scheme/load-scx.scm.in to /load.scm.in
frese
2003-12-16 14:05:38 +0000
8c463b59fdBuild with xft support.
mainzelm
2003-12-02 12:10:28 +0000
abdae75b90+ Some patches from Daniel Kobras, mainly to reenable load-scx.scm from the source directory + Bump the version number to 0.2
mainzelm
2003-12-01 16:09:09 +0000
b8ddec939b- use "cond" instead of "case" in "canonical-machine", - downcase OS name in "canonical-os-name".
michel-schinz
2003-11-30 20:50:50 +0000
a8b0bdd72aUse configure.scm to determine $host
mainzelm
2003-11-28 15:41:39 +0000
fff8292341query xft-config, if available
eknauel
2003-11-24 07:08:53 +0000
cf516d26c9Install Scheme code in scheme/
mainzelm
2003-11-22 20:05:09 +0000
6a3a89a8c0Install libraries into architecture-dependent directory
mainzelm
2003-11-22 19:38:14 +0000
aba02de319Install scheme files and build load-scx.scm from load-scx.scm.in (Thanks to Daniel Kobras)
mainzelm
2003-11-22 14:13:33 +0000
3997c60557Avoid using the BATCH command by loading EXTERNAL-CALLS before opening it.
mainzelm
2003-11-19 13:03:24 +0000
b6eeae0dcc+ Tell libtool that we depend on libX11 + Don't include extension.c in the libscx as it is not transformed yet + Use absolute path to load scheme files in load-scx.scm + Use batch command to suppress user interaction
mainzelm
2003-11-18 15:14:56 +0000
425060a1b2Use automake and build a shared object
mainzelm
2003-11-17 08:56:57 +0000
eaf3c362baAdd file to please automake
mainzelm
2003-11-17 08:54:24 +0000
beaecafea2Copy copyright notice from COPYRIGHT to COPYING
mainzelm
2003-11-17 08:53:41 +0000
3014cba8d8Some files to please automake
mainzelm
2003-11-17 08:50:31 +0000
07025a27af+ Added tons of GC_PROTECTS, because s48_extract_integer() may GC with scsh
eknauel
2003-10-21 15:32:22 +0000
9e23478bfdadded/changed functions for regions.
frese
2003-10-19 16:50:33 +0000
6a7e9007d7+ fixed gc'ing for xft-color and xft-fontset objects (maybe...) + provide more functions for xft-fontsets + accept scx's screen-type instead of the raw screen-number + added debugging functions XftPatternPrint(), XftFontSetPrint() + added XftDefaultHasRender()
eknauel
2003-10-17 08:38:24 +0000
02d1c8453d+ fixed scheme record inits
eknauel
2003-10-16 16:03:19 +0000
db7062db2f+ call Xft-initializers if WITH_XFT is defined
eknauel
2003-10-16 16:01:59 +0000
bd39b49201+ better handling of functions specific to Xft 2 + added interface definitions
eknauel
2003-10-14 15:27:33 +0000
ff15c7cd3a+ added support for XGlyphInfo (part of the Xrender extension) + many bugfixes for xft.[ch] + added some interfacing scheme code
eknauel
2003-10-13 15:27:19 +0000