clim/clim-defs.lisp
- added a doit arg to with-input-focus clim/cursor.lisp - a whole bunch of changes to make this work properly clim/db-stream.lisp - changed (port-default-text-style port) to *default-text-style* clim/gadget-output.lisp - clim2bug484 clim/input-protocol.lisp - fixed (method repaint-sheet :after (input-protocol-mixin t)) to handle cursor correctly - removed (method queue-event :after (input-protocol-mixin pointer-enter-event)) and (method queue-event :before (input-protocol-mixin pointer-exit-event)) This is now handled in silica/event.lisp - changed stream-read-gesture to take input-focus - new methods for note-sheet-gain/lose-focus which change the text-cursor accordingly silica/classes.lisp - default port focus-selection now :click-to-select - added event-classes focus-event, focus-in-event and focus-out-event silica/event.lisp - added gfs note-sheet-gain-focus and note-sheet-lose-focus - a whole bunch of changes for correct handling of kb focus. silica/pixmaps.lisp tk-silica/xt-pixmaps.lisp - clim2bug493/494 - copy-from/to-pixmap now gfs - pixmap has a port slot - added new class xt-pixmap silica/text-style.lisp - minor fix to lookup-closest-font test/test-suite.lisp - test for open-window-stream - tests for deallocate-pixmap and copy-from-pixmap (with both stream/medium) tk/ol-funs.lisp, tk/xm-funs.lisp, tk/xt-funs.lisp - added funs for manipulating focus tk/resources.lisp - added resource-convertor for 'bool tk/xlib.lisp - added get-input-focus and set-input-focus tk-silica/ol-gadgets.lisp, tk-silica/ol-silica.lisp - changes for explicit focus/new style cursor. tk-silica/xm-gadgets.lisp, tk-silica/xm-silica.lisp - changes for explicit focus/new style cursor. tk-silica/xt-cursor.lisp - Removed tk-silica/xt-graphics.lisp - make-palette takes a :colormap keyword arg (internal use only) tk-silica/xt-silica.lisp - changes for explicit focus utils/designs.lisp - changed add-color-to-palette to add-colors-to-palette - changed remove-color-from-palette to remove-colors-from-palette utils/packages.lisp - added focus-event, focus-in-event, focus-out-event note-sheet-gain-focus, note-sheet-lose-focus add-colors-to-palette, remove-colors-from-palette
Showing
- clim/accept.lisp 7 additions, 7 deletionsclim/accept.lisp
- clim/clim-defs.lisp 6 additions, 4 deletionsclim/clim-defs.lisp
- clim/cursor.lisp 74 additions, 55 deletionsclim/cursor.lisp
- clim/db-stream.lisp 3 additions, 3 deletionsclim/db-stream.lisp
- clim/gadget-output.lisp 17 additions, 27 deletionsclim/gadget-output.lisp
- clim/input-protocol.lisp 56 additions, 52 deletionsclim/input-protocol.lisp
- clim/interactive-protocol.lisp 6 additions, 5 deletionsclim/interactive-protocol.lisp
- silica/classes.lisp 8 additions, 3 deletionssilica/classes.lisp
- silica/event.lisp 48 additions, 9 deletionssilica/event.lisp
- silica/pixmaps.lisp 23 additions, 5 deletionssilica/pixmaps.lisp
- silica/text-style.lisp 10 additions, 10 deletionssilica/text-style.lisp
- test/test-suite.lisp 16 additions, 3 deletionstest/test-suite.lisp
- tk-silica/ol-frames.lisp 2 additions, 2 deletionstk-silica/ol-frames.lisp
- tk-silica/ol-gadgets.lisp 6 additions, 8 deletionstk-silica/ol-gadgets.lisp
- tk-silica/ol-silica.lisp 7 additions, 13 deletionstk-silica/ol-silica.lisp
- tk-silica/xm-gadgets.lisp 10 additions, 6 deletionstk-silica/xm-gadgets.lisp
- tk-silica/xm-silica.lisp 74 additions, 31 deletionstk-silica/xm-silica.lisp
- tk-silica/xt-graphics.lisp 14 additions, 14 deletionstk-silica/xt-graphics.lisp
- tk-silica/xt-pixmaps.lisp 13 additions, 35 deletionstk-silica/xt-pixmaps.lisp
- tk-silica/xt-silica.lisp 27 additions, 16 deletionstk-silica/xt-silica.lisp
Loading
Please register or sign in to comment