Commit Graph

317 Commits

Author SHA1 Message Date
mainzelm 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
2003-11-18 15:14:56 +00:00
mainzelm 425060a1b2 Use automake and build a shared object 2003-11-17 08:56:57 +00:00
mainzelm eaf3c362ba Add file to please automake 2003-11-17 08:54:24 +00:00
mainzelm beaecafea2 Copy copyright notice from COPYRIGHT to COPYING 2003-11-17 08:53:41 +00:00
mainzelm 3014cba8d8 Some files to please automake 2003-11-17 08:50:31 +00:00
eknauel d7940f85ba fixed fontconfig init calls 2003-11-16 15:18:21 +00:00
eknauel 26bd8b06e6 Some fixes for Xft > 1 2003-11-16 08:33:50 +00:00
mainzelm db62ff412d Fix call to FONT-STRUCT:PROPERTIES in GET-FONT-PROPERTY 2003-11-11 06:52:53 +00:00
eknauel 0b431ba220 don't hardcode gcc in Makefile.in... 2003-10-30 08:08:15 +00:00
eknauel 4abe0fc945 Don't load xft-packages unless configured --with-xft by using an evil
autoconf hack
2003-10-28 10:29:21 +00:00
eknauel e5cb004372 + renamed a bogus occurence oft make-xft-draw 2003-10-28 10:28:25 +00:00
mainzelm b2e0c855bb Small changes for the release. 2003-10-28 09:56:21 +00:00
mainzelm c557276d0c Simple README 2003-10-28 09:38:04 +00:00
mainzelm 3e6a7d52b6 Added copyright for our changes. 2003-10-28 09:33:16 +00:00
eknauel 0d9d7af4c5 Fixed empty-visual-info to call make-visual-info not make-visual 2003-10-27 10:08:03 +00:00
eknauel 3b66e8fcbe Got rid of the ridiculous scx- prefix 2003-10-27 10:06:25 +00:00
eknauel 9ef4af2017 + removed debugging output 2003-10-27 09:10:33 +00:00
eknauel 4bdbd7e168 The all new, all fancy Xft demo program 2003-10-27 07:49:43 +00:00
eknauel 6097628ca7 + fixed scx-xft-font-match 2003-10-27 07:49:20 +00:00
eknauel dd2a4248c3 + fixed finalizer for xft-font
+ added XftDefaultSubstitute
+ added XftFontSet count/ref
2003-10-26 19:00:42 +00:00
eknauel 92c5bfba88 + little improvements 2003-10-26 16:43:21 +00:00
eknauel 359f7342ad + functions for accessing values inside a XftFont 2003-10-26 16:42:31 +00:00
eknauel 315948f857 + export some Xft constants to Scheme
+ finite types for some Xft pattern objects: xft-weight, xft-slant,
  xft-spacing, xft-rgba

+ functions for translating Xft constants to finite types

+ make XftPatternGet/Add() use the finite types

+ fixed a serious bug in scx_XftPatternAdd
2003-10-25 16:24:46 +00:00
eknauel 9d13fd2930 + predicates for Xft return codes 2003-10-25 13:48:04 +00:00
eknauel a11b31a92f + fixed scx_XftPatternGet() 2003-10-25 13:47:23 +00:00
eknauel 6fa50d8c3d + Put Xft pattern objects into finite type xft-pattern-object 2003-10-25 13:20:47 +00:00
eknauel 2c0ade2b7d + added --with-xft 2003-10-24 15:56:09 +00:00
eknauel c6dcfb9fbc fixed scx_XftColorAllocValue() and its scheme counterpart 2003-10-24 06:27:02 +00:00
eknauel 72010947aa + added Xft example program 2003-10-23 17:29:09 +00:00
eknauel 958d3901fc + move scx_extract_region() and scx_enter_region() to xlib.h 2003-10-23 17:28:36 +00:00
eknauel 9edc619ab1 scx-xft-color-alloc-name 2003-10-23 17:18:55 +00:00
eknauel 98b492b00d add xft-draw-string-8bit 2003-10-23 17:18:30 +00:00
eknauel 1b11d5d07c + fixed scx_XftColorAllocName 2003-10-23 17:17:09 +00:00
frese ada7af2ab3 - fixed Iso-C problems
- minor bugs fixed.
2003-10-23 12:38:33 +00:00
eknauel 3fd2ba17b6 + remove #define USE_XFT 2003-10-23 12:01:03 +00:00
eknauel 07025a27af + Added tons of GC_PROTECTS, because s48_extract_integer() may GC with scsh 2003-10-21 15:32:22 +00:00
frese 9e23478bfd added/changed functions for regions. 2003-10-19 16:50:33 +00:00
eknauel 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()
2003-10-17 08:38:24 +00:00
eknauel abd03a7d7a + added XftDefaultHasRender 2003-10-17 08:34:53 +00:00
eknauel 8892dd700c + added support for XRenderColor 2003-10-17 08:34:07 +00:00
eknauel 1476de7152 + added XftPatternPrint(), XftFontSetPrint() 2003-10-17 06:34:45 +00:00
eknauel 43515aeda1 + fixed screen vs. screen-number
+ added: XftFontSetCreate(), XftFontSetAdd(), XftColorAllocName(), XftColorFree()
2003-10-17 06:31:06 +00:00
eknauel 14b26869a8 + fixed typo (dabbrev is the source of all evil, believe me!) 2003-10-16 17:08:19 +00:00
eknauel 5c69abfa05 + fixed typo
+ fixed import of c vars
2003-10-16 16:05:03 +00:00
eknauel a289e7a1d3 + fixed interfaces for Xft stuff
+ added xft package
2003-10-16 16:04:16 +00:00
eknauel 02d1c8453d + fixed scheme record inits 2003-10-16 16:03:19 +00:00
eknauel db7062db2f + call Xft-initializers if WITH_XFT is defined 2003-10-16 16:01:59 +00:00
eknauel bd39b49201 + better handling of functions specific to Xft 2
+ added interface definitions
2003-10-14 15:27:33 +00:00
eknauel ff15c7cd3a + added support for XGlyphInfo (part of the Xrender extension)
+ many bugfixes for xft.[ch]
+ added some interfacing scheme code
2003-10-13 15:27:19 +00:00
eknauel e7262771ff + Xft bindings for scx (not working, yet) 2003-10-10 16:33:07 +00:00