Skip to content
Snippets Groups Projects
  1. Jun 26, 2000
  2. Aug 06, 1998
  3. May 19, 1998
  4. Feb 05, 1997
  5. Dec 07, 1993
  6. Jul 27, 1993
  7. Jun 02, 1993
  8. May 13, 1993
    • colin's avatar
      clim/clim-defs.lisp · d4fcde0d
      colin authored
      - 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
      d4fcde0d
  9. Dec 16, 1992
  10. Dec 03, 1992
  11. Nov 20, 1992
    • cer's avatar
      · 91f205f1
      cer authored
      Makefile		autoload postscript
      clim/accept-values.lisp		ignore decl
      clim/accept.lisp		ignore decl
      clim/activities.lisp		Extended activities protocol to handle
                                      exiting frames and selecting initial
                                      and next frames
      clim/clim-defs.lisp		ignore decl
      clim/cursor.lisp		ignore decl
      clim/gestures.lisp		asynchronous abort
      clim/graphics-recording.lisp	bezier-polygon code
      clim/input-protocol.lisp	asynchronous abort
      clim/interactive-defs.lisp	asynchronous abort
                                      ignore decl
      clim/output-protocol.lisp		ignore decl
      clim/presentations.lisp		putting options in input-context to
                                      fix completion problem
      clim/ptypes2.lisp		swm goof
      clim/standard-types.lisp		
      climtoys/test-demos.lisp
      climtoys/test-clim.lisp		Added support for button press and
                                      release and presentation release
      demo/bitmap-editor.lisp		Tidied up the user interface.
      demo/cad-demo.lisp		added ignore decl
      demo/ico.lisp			added ignore decl
      demo/listener.lisp		added ignore decl
      demo/navfun.lisp		undid swms changes
      demo/plot.lisp			removed require climps - since it
                                      should autoload
      postscript/sysdcl.lisp		postscript autoload
      silica/gadgets.lisp		added text-style slot menu bars
      silica/graphics.lisp		added bezeier curve
      test/test-suite.lisp		added test for draw-points*, ignore decls
                                      avv align-prompts, 
      tk/callbacks.lisp		ignore decls
      tk/event.lisp			ignore decls
      tk/graphics.lisp		Removed dummy defns, 
      tk/macros.lisp			Removed unused type parameter
      tk/make-widget.lisp		ignore decl
      tk/resources.lisp		ignore decl and convertor for ol-edit-more
      tk/xm-font-list.lisp		ignore decl
      tk/xm-protocols.lisp		ignore decl
      tk/xt-defs.lisp			added xarc-array
      tk-silica/image.lisp		Tidied up code
      tk-silica/last.lisp		special decl
      tk-silica/ol-gadgets.lisp	text style in menus
      tk-silica/xm-dialogs.lisp 	option scrollbar support
      tk-silica/xm-frames.lisp	text style in menus
      tk-silica/xm-gadgets.lisp	ignore decl
      tk-silica/xm-silica.lisp	ignore decl
      tk-silica/xt-cursor.lisp	ignore decl
      tk-silica/xt-frames.lisp	:menu bar can be a list with options
                                      such as text-style
      tk-silica/xt-graphics.lisp	made medium-draw-points* work, added
                                      bezier curve code
      tk-silica/xt-silica.lisp	ignore decl, unused function.
      utils/lisp-utilities.lisp	ignore decl, deleted unused code
      utils/packages.lisp		exported bezier functions, map over frames
      utils/processes.lisp		unused argument in macro
      utils/region-arithmetic.lisp	renamed flet intersection to eliminate warning
      
      91f205f1
  12. Nov 19, 1992
  13. Nov 09, 1992
    • cer's avatar
      clim/ptypes2.lisp · 6663571b
      cer authored
      clim/gadget-output.lisp 
      clim/accept.lisp
      clim/accept-values.lisp	: Pass active-p through to
      				accept-present-default
      
      clim/drag-and-drop.lisp	: Handle dropping on a blank area and to
      				ignore pointer motion on sheets
      				that are not application panes.
      
      clim/pixmap-stream.lisp : added text-style argument pixmap-from-menu-item
      
      climtoys/ib.lisp	: Played with drag and drop translator
      
      tests/test-suite.lisp
      climtoys/test-clim.lisp : More tests
      
      tk-silica/xm-frames.lisp
      tk-silica/ol-frames.lisp : handle :text-style in menu-choose
      
      tk-silica/xm-gadgets.lisp : nil decimal-places argument
      
      tk-silica/xt-frames.lisp : unwind-protect to destroy menu
      
      
      6663571b
  14. Nov 06, 1992
    • cer's avatar
      · 2b9a7f1d
      cer authored
      The usual swm hack attack. Lots of random changes wherever you look.
      2b9a7f1d
  15. Oct 28, 1992
    • cer's avatar
      swm_merge · 21727270
      cer authored
      21727270
    • cer's avatar
      fixes · 28f29cd9
      cer authored
      28f29cd9
  16. Oct 01, 1992
    • cer's avatar
      fixes · 2dfea5c8
      cer authored
      2dfea5c8
  17. Sep 24, 1992
  18. Sep 08, 1992
  19. Aug 18, 1992
    • cer's avatar
      fixes · 6f0e1074
      cer authored
      6f0e1074
  20. Jul 27, 1992
  21. Jul 24, 1992
    • cer's avatar
      fixes · 9fa59718
      cer authored
      9fa59718
  22. Jul 01, 1992
    • cer's avatar
      fixes · 88c6b2a9
      cer authored
      88c6b2a9
  23. May 07, 1992
  24. Apr 15, 1992
  25. Mar 10, 1992
  26. Mar 04, 1992
  27. Feb 24, 1992
  28. Jan 31, 1992
  29. Nov 25, 1991
    • cer's avatar
      fixes · 73fc9538
      cer authored
      73fc9538
Loading