Commit Graph

317 Commits

Author SHA1 Message Date
mainzelm 1a30e62c57 Fixes to support dumping scx into images 2005-10-04 14:48:39 +00:00
mainzelm 836885c348 Preliminary documentation on loading the code 2004-10-19 08:20:24 +00:00
eknauel 03489f9c56 Fixed scx_Get_Gc_Values(diplay, gc, values):
Don't side effect the values argument, it's also (later) used by
scx_extract_gc_value() which expects it to be unmodified.  This patch
makes selectors on graphic contexts usable.
2004-05-27 08:39:03 +00:00
mainzelm 3158ebe36b Fix release date 2004-05-24 06:36:34 +00:00
mainzelm e584c668ec Fix location of scsh mailing list 2004-05-22 18:25:55 +00:00
mainzelm cb59aa2586 Next version is 0.2, not 0.2.1 2004-05-22 17:21:44 +00:00
mainzelm cc5cd936d3 Fixed file name error 2004-05-02 19:16:52 +00:00
mainzelm b8eae12ac0 List of changes in 0.2 2004-05-02 19:15:04 +00:00
eknauel 4a39abaa54 + enter XftResult as integer 2004-04-30 12:48:04 +00:00
eknauel 7040a29760 - Don't export fontsets --- that'll make memory handling and calling
finalizers much more complicated.  Convert fontset to a list of
  patterns instead.

- Don't add a finalizer to pattern returned xft-font-match.  This
  seems to be the reason for the segfaults.  However, I have to admit
  don't fully understand why this is so.
2004-04-27 16:15:19 +00:00
eknauel 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
2004-04-26 07:25:39 +00:00
eknauel afb80004d6 fix some issues with freeing Xft/fontconfig resources.
Remaining problem:

  - XftFontsetDestroy() calls free() for each XftPattern stored in the
    Fontset.  XftPatterns created by MAKE-XFT-PATTERN get their own
    finalizer, thus if added to the fontset, there might be two calls
    to free() for that object.  That needs fixing.
2004-04-25 09:27:40 +00:00
mainzelm 6ae8950d98 Adapt examples to load Sunterlib 0.6 files 2004-04-19 11:10:38 +00:00
mainzelm fc26675328 Add header files as sources 2004-04-19 11:09:58 +00:00
mainzelm b1d66d849e Set version number 2004-04-19 11:09:24 +00:00
mainzelm ecc756881a Updates for the packaging proposal. 2004-04-19 09:34:04 +00:00
mainzelm 4c677ee267 Add scheme files to 'dist' target using EXTRA_DIST. 2004-03-29 08:58:40 +00:00
mainzelm d717897ee6 Removed files from install-lib. 2004-03-29 08:10:25 +00:00
frese 805a374149 - added required install-lib version 2004-03-25 13:32:30 +00:00
frese 6ed5ef3d83 - added screen-number-of-screen function 2004-03-15 19:31:50 +00:00
frese 7ad0170ccf - fixed create-window in it's extraction of the window-class argument 2004-03-15 19:30:01 +00:00
mainzelm 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
2004-02-12 16:32:01 +00:00
mainzelm 113662edf2 Don't install static version of the scx library. 2004-02-12 09:11:32 +00:00
mainzelm ad84aa5c87 Fix --with-xft=no 2004-02-11 22:03:12 +00:00
frese 573a31f9ea - updated to new install-lib version
- now load.scm is generated from within pkg-def.scm
2004-02-01 23:12:26 +00:00
frese e2a99da645 Makefile.in is now autogenerated by automake 2004-02-01 23:08:04 +00:00
frese 435103a68a added code from scsh-yp that looks for the libraray-name in libscx.la 2004-01-29 14:39:51 +00:00
frese 2298e207a0 updated for current interface 2004-01-08 19:08:50 +00:00
frese 6abec7c2a1 returning to user-package at the end 2004-01-08 16:13:27 +00:00
frese 88e1bc502f first commit 2004-01-04 14:57:00 +00:00
frese c67b9d6f27 - adopted to new install-lib
- using scsh-include from configure
- respecting options build, non-shared-only, dest-dir
2004-01-04 14:42:18 +00:00
frese 444f614553 now using scsh's configure module 2004-01-04 14:37:05 +00:00
frese 2eccfa3034 upgraded to newest install-lib version 2004-01-04 14:34:32 +00:00
frese c4e7388406 first working version, but not very nice yet... need more support from install-lib 2003-12-16 16:46:26 +00:00
frese 1d00a81b6a upgraded to new install-lib version 2003-12-16 16:44:40 +00:00
frese e253c2828e - set libsysdir to $prefix, since we give the complete lib-dir as the prefix
- removed scheme/Makefile creation
2003-12-16 16:43:35 +00:00
frese 4009990b40 removed scheme from SUBDIRS 2003-12-16 16:27:29 +00:00
frese b8640603e8 not needed anymore, since we're now using shared objects instead of an
executable
2003-12-16 14:07:33 +00:00
frese 23e02fea42 moved /scheme/load-scx.scm.in to /load.scm.in 2003-12-16 14:05:38 +00:00
frese 3472a3e3bd not needed anymore 2003-12-16 14:04:57 +00:00
frese 4aabba91ef first commit 2003-12-11 14:54:55 +00:00
mainzelm 8c463b59fd Build with xft support. 2003-12-02 12:10:28 +00:00
mainzelm abdae75b90 + Some patches from Daniel Kobras, mainly to reenable load-scx.scm from the source directory
+ Bump the version number to 0.2
2003-12-01 16:09:09 +00:00
michel-schinz b8ddec939b - use "cond" instead of "case" in "canonical-machine",
- downcase OS name in "canonical-os-name".
2003-11-30 20:50:50 +00:00
mainzelm a8b0bdd72a Use configure.scm to determine $host 2003-11-28 15:41:39 +00:00
eknauel fff8292341 query xft-config, if available 2003-11-24 07:08:53 +00:00
mainzelm cf516d26c9 Install Scheme code in scheme/ 2003-11-22 20:05:09 +00:00
mainzelm 6a3a89a8c0 Install libraries into architecture-dependent directory 2003-11-22 19:38:14 +00:00
mainzelm aba02de319 Install scheme files and build load-scx.scm from load-scx.scm.in (Thanks to Daniel Kobras) 2003-11-22 14:13:33 +00:00
mainzelm 3997c60557 Avoid using the BATCH command by loading EXTERNAL-CALLS before opening it. 2003-11-19 13:03:24 +00:00