- 04 Nov, 2009 1 commit
-
-
Iban Hatchondo authored
-
- 15 Jan, 2005 1 commit
-
-
Iban Hatchondo authored
-
- 05 Jan, 2005 1 commit
-
-
Iban Hatchondo authored
re-initialize-event now use reinitialize-instance make-event & re-initialize-event methods generation clean up. ICE-lib.lisp: indentation fix.
-
- 08 Aug, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 10 Mar, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 14 Jan, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 13 Jan, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 28 Aug, 2003 1 commit
-
-
hatchond authored
- does not complain anymore if it found an event that doesn't have a corresponding class. - fix type declaration error in initialize-event-table. - documentation added. clx-patch.lisp: xlib:input-focus bug.
-
- 16 Mar, 2003 1 commit
-
-
hatchond authored
two classes added, and some inheriting changed (defclass pointer-event (keyboard-pointer-event) ()) ;; added (defclass button-press (pointer-event) ()) (defclass button-release (pointer-event) ()) (defclass motion-notify (pointer-event) ()) (defclass keyboard-event (keyboard-pointer-event) ()) ;; added (defclass key-press (keyboard-event) ()) (defclass key-release (keyboard-event) ()) - lib/clx-ext/package.lisp modified for exporting those two classes. - lib/clx-ext/keysyms.lisp: minor changes for handling mapping-notify event - modifier-map-changed-p display [function]: return true if the cached modifier map is obsolete in regards of the X server information. (exported)
-
- 07 Nov, 2002 1 commit
-
-
hatchond authored
-
- 24 Jun, 2002 1 commit
-
-
james authored
-
- 22 Jun, 2002 1 commit
-
-
james authored
-