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
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
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
84ca2f8675
+ fixed some bugs.
...
+ added optional screen argument to some display-functions.
+ added more any-event-* functions.
+ implemented send-event.
+ updated interfaces.
2002-02-25 13:10:11 +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
frese
b4fb3ffd9f
- added display-select-input, resp. scx_Display_Select_Input.
2001-10-09 15:33:45 +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
024abcc745
Added suffix "scx_" to all imported C functions.
2001-07-31 14:54:53 +00:00
frese
1e1cac1d34
fixed typos and forgotten parameters etc. fixed display-after-function.
2001-07-30 14:43:22 +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
4f7bde5ba1
added support for colormap and gcontext. added comments.
2001-07-16 13:12:11 +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
frese
d6a249c4fe
Untested implementation of the display stuff.
2001-05-21 15:32:01 +00:00