frese
0afc105e6c
modified and fixed xlib-error handling/signaling
2003-05-01 21:05:33 +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
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
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
frese
c48fde11ba
- bug in make-win-attr-getter fixed
...
- added window-exists? function
2003-01-17 16:45:27 +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
0edcaacf88
+ added window-exists? predicate.
2002-04-02 11:39:10 +00:00
frese
8b739b7124
- create-simple-window now uses a border-width of 0.
...
- fixed a bug in query-tree.
- added auxiliary functions for query-tree: window-root, window-parent
and window-children.
- added auxiliary functions for map-state: window-mapped?,
window-viewable? and window-unviewable?
2002-03-17 15:54:09 +00:00
frese
10558fa5f0
- fixed GC_PROTECT bugs
...
- replaced most of symbol or symbol list arguments by enumerated types,
enum-sets and alists of enumerated types.
- reformed event representation. Every event has it's own record-type now.
2002-02-08 17:09:43 +00:00
mainzelm
4ae0c363d4
Added make-...-alist for enumerated types.
2002-02-06 13:54:56 +00:00
frese
b4f1bcad78
- changed variable arguments and return values in set-wm-hints!,
...
get-wm-hints, set-wm-normal-hints!, get-wm-normal-hints,
create-gcontext, change-gcontext, get-visual-info,
change-window-attributes, get-window-attributes, configure-window,
create-window to use an enumerated type instead of symbols.
- renamed functions in xlib-client (e.g. wm-hints to get-wm-hints).
2002-01-06 16:53:13 +00:00
frese
fefeb73ccf
- completed get-gcontext-values and change/get-window-attributes to
...
pack/unpack all values correctly.
- added copy-gcontext! and copy-gcontext
- added comments.
2001-10-09 15:43:55 +00:00
frese
e7cce49d13
+ Added support for visuals.
...
+ Implemented some missing routines for color control:
create-colormap, alloc-color-cells, set-color-cell.
2001-09-20 14:41:01 +00:00
frese
aa1926d027
made the mandatory arguments to create-gcontext (drawable) and
...
create-window (parent width height) _really_ mandatory.
2001-08-29 14:47:03 +00:00
frese
d4d7f0c759
used lists for the arguments and return values of those functions that did use
...
vectors before (if vectors were not neccessary).
2001-08-22 11:49:01 +00:00
frese
875610bc46
fixed typos and some tiny errors.
2001-08-21 14:57:08 +00:00
frese
024abcc745
Added suffix "scx_" to all imported C functions.
2001-07-31 14:54:53 +00:00
frese
cf6bc39491
updated functions to pass/receive vectors not lists from the c-routines.
2001-07-30 14:39:14 +00:00
frese
2df0598273
updated constructor calls to specify wheather the X-Lib Objects
...
should be freed.
2001-07-19 15:19:07 +00:00
frese
2cab5071f3
changed get-window-attributes to use vectors instead of lists
...
internally. fixed some typos. added comments.
2001-07-16 13:36:53 +00:00
frese
6179ac994a
major changes and debugging.
2001-07-09 13:49:38 +00:00
frese
45ffe04e5f
Only some small changes.
2001-06-25 11:46:06 +00:00
frese
2d06f4576b
Major changes. First window showed up!
2001-06-11 15:28:32 +00:00