eknauel
3b66e8fcbe
Got rid of the ridiculous scx- prefix
2003-10-27 10:06:25 +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
6fa50d8c3d
+ Put Xft pattern objects into finite type xft-pattern-object
2003-10-25 13:20:47 +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
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
frese
ada7af2ab3
- fixed Iso-C problems
...
- minor bugs fixed.
2003-10-23 12:38:33 +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
8892dd700c
+ added support for XRenderColor
2003-10-17 08:34:07 +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
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
mainzelm
4384ee6b60
Kludge to terminate filtering threads
2003-07-15 09:02:55 +00:00
frese
aae4511c7b
fixed x-error handling / warnings because it did return unspecific
2003-05-04 17:35:02 +00:00
frese
0afc105e6c
modified and fixed xlib-error handling/signaling
2003-05-01 21:05:33 +00:00
frese
95c80db77f
fixed bug with structure-notify and substructure-notify event-masks
2003-04-25 18:51:07 +00:00
frese
e7108c64ca
fixed a bug in draw-line
2003-04-15 15:50:11 +00:00
frese
87ee1ef07d
replaced the timeout in wait-event with a select on a pipe that wakes up
...
a wait-event call in the after-function.
2003-04-01 11:35:12 +00:00
frese
c813f7466b
- fixed bugs in wait-event, property type
...
- added atom constants from Xatom.h
2003-03-26 14:43:03 +00:00
frese
9967c456ee
- fixed some small bugs and typos
...
- changed error and after-function handling a bit
- added screen caching
- added timeout in wait-event implementation (did not work with multiple threads)
2003-03-25 18:27:18 +00:00
frese
968e69403f
- fixed a bug with the default-screen
...
- fixed sync-event queue problem
2003-03-13 15:17:36 +00:00
frese
9748014efe
modified to match the new interface.
2003-03-13 13:48:22 +00:00
frese
fa5085eccf
- using select in wait-event now
...
- modified error handling
- added cml-based event dispatcher to sync-event.scm
- fixed some bugs in mask-handling
- fixed a bug with enum-sets
2003-03-13 13:47:17 +00:00
frese
829150be2f
obsolete
2003-03-11 03:06:17 +00:00
frese
aaf82e55b6
- changed xid-types to simple numbers
...
- added "display" to function interfaces
- moved type extraction/creation to C
- more simplifications
2003-03-11 02:47:38 +00:00
mainzelm
1b05b00ec5
Rename with-sync-x-events to init-sync-x-events.
2003-02-04 13:34:14 +00:00
frese
de3e6cc70d
- added some open's
2003-01-17 16:46:41 +00:00
frese
c48fde11ba
- bug in make-win-attr-getter fixed
...
- added window-exists? function
2003-01-17 16:45:27 +00:00
frese
6984e99ccc
- bug in make-gcontext-getter fixed
2003-01-17 16:42:14 +00:00
mainzelm
2f6c034d6e
Minor corrections.
2002-04-29 09:48:36 +00:00
frese
b15642d63d
- updated.
2002-04-26 08:29:05 +00:00
frese
2b2cdd70dd
- added wm-state property getter and setter.
2002-04-26 08:28:40 +00:00
frese
205abfb826
- changed error signalling to returning #f in some cases.
...
- fixed some bugs in raise/lower-window and translate-coordinates.
2002-04-26 08:28:05 +00:00
frese
0043252da4
- added destroyed? component to the window-type for a better
...
recognition of window-destroyal. (should be done with all types)
2002-04-26 08:26:59 +00:00
frese
2db54b1c37
- fixed some small bugs (in motion-event and rect).
2002-04-26 08:25:07 +00:00
frese
a0ac2ea56b
- changed error signalling from raising an error to returning #f in
...
some functions.
2002-04-26 08:24:00 +00:00
mainzelm
04812d3f7a
Added synchronous interface to X events.
2002-04-17 14:55:10 +00:00
mainzelm
cccb9ef8ff
Fixed comment.
2002-04-17 14:51:31 +00:00
nofreude
9d7832066c
Enumerated types for resources and a c->scheme-resource-conversion.
2002-04-12 13:55:10 +00:00
frese
963be1ec84
- updated.
2002-04-02 11:39:52 +00:00
frese
0edcaacf88
+ added window-exists? predicate.
2002-04-02 11:39:10 +00:00