mainzelm
716c2ede20
Added return statement to main function
2003-05-19 17:10:46 +00:00
mainzelm
d2224d6341
Installation instructions
2003-05-19 15:45:13 +00:00
mainzelm
a95dbbad21
Added $(CFLAGS) and $(LDFLAGS) in various places
2003-05-19 15:40:29 +00:00
mainzelm
9f5b33a627
Added dist target
2003-05-16 18:54:00 +00:00
mainzelm
54d94daaa2
Fixed default values for --with-scsh-modules and --with-scsh-includes
2003-05-16 18:27:37 +00:00
frese
3bc21c0626
+ added scsh-modules path to configure
...
+ loading sunterlib for scx.image
2003-05-16 14:43:26 +00:00
frese
b7a19e0ce8
removed spaces after -I and -L
2003-05-07 13:33:48 +00:00
frese
aae4511c7b
fixed x-error handling / warnings because it did return unspecific
2003-05-04 17:35:02 +00:00
frese
ed62570d2e
fixed declaration/code mixing
2003-05-04 15:19:39 +00:00
frese
a0a6afc820
fixed gc protection
2003-05-02 15:58:36 +00:00
frese
629bfa1d73
fixed gc protection
2003-05-02 15:29:09 +00:00
frese
87b35c474c
fixed gc protection
2003-05-02 14:58:17 +00:00
frese
6b05d8297e
fixed gc protection
...
removed add_pending_channel
2003-05-02 13:33:34 +00:00
frese
427d755fae
fixed gc protection
2003-05-02 13:20:45 +00:00
frese
992c2aa830
fixed gc protection
2003-05-02 13:06:50 +00:00
frese
a678b14752
fixed gc protection
2003-05-02 12:51:03 +00:00
frese
0afc105e6c
modified and fixed xlib-error handling/signaling
2003-05-01 21:05:33 +00:00
frese
5f0df79c0f
prevent a context switch withing the after-function with
...
disable/enable-interrupts
2003-04-26 12:01:24 +00:00
frese
2e6d5657a4
fixed bug due to s48_get_imported_binding causing a garbage collection.
2003-04-25 18:52:58 +00:00
frese
95c80db77f
fixed bug with structure-notify and substructure-notify event-masks
2003-04-25 18:51:07 +00:00
frese
ad89f01b78
fixed bugs in some structure events
...
fixed a bug in client-message-event
2003-04-24 15:08:24 +00:00
frese
c72b51e58e
fixed a bug in scx_enter_size_hint_alist
2003-04-22 21:55:26 +00:00
frese
f12cd06a4e
make code ANSI-C compliant
2003-04-17 14:53:27 +00:00
frese
e7108c64ca
fixed a bug in draw-line
2003-04-15 15:50:11 +00:00
frese
89e23d9df0
fixed a bug in LookupString
2003-04-03 19:28:35 +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
a36065a672
- added autoconf and configure files
2003-03-11 02:49:51 +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
frese
acc76aa869
- fixed the fix in scx_extents_text :-(
2002-06-19 08:45:33 +00:00
frese
c4863e589d
- fixed some small bugs in scx_set_after_function and scx_extents_text.
2002-06-19 08:35:23 +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
frese
093edeb064
- fixed a bug in get-wm-hints.
2002-04-26 08:22:46 +00:00
nofreude
1921b30246
changed the resurce enumeration
2002-04-25 13:13:49 +00:00
mainzelm
04812d3f7a
Added synchronous interface to X events.
2002-04-17 14:55:10 +00:00