Skip to content
Snippets Groups Projects
  1. Aug 16, 2016
  2. Apr 17, 2007
  3. Dec 08, 2005
  4. Jan 16, 2004
  5. Dec 15, 2003
  6. Jul 09, 2002
  7. Aug 06, 1998
  8. May 19, 1998
  9. Feb 05, 1997
  10. Nov 18, 1993
  11. Jul 27, 1993
  12. 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
  13. Mar 25, 1993
    • colin's avatar
      clim/db-border.lisp, clim/genera-activities.lisp, clim/text-style.lisp · 4324637e
      colin authored
      - REMOVED all these files - they were historic.
      
      clim/db-stream.lisp
      - made make-clim-stream-pane use spacing pane on allegro
      
      clim/gadget-output.lisp
      - added decode-indirect-view from type sequence to text-field-view
      
      clim/output-protocol.lisp, slilica/classes.lisp, silica/pixmaps.lisp,
      utils/packages.lisp
      - got rid of port-default-text-style
      
      silica/db-border.lisp
      - changed default-initargs in outlined pane to set :default-background
      (now provided in sheet-with-resources-mixin)
      
      silica/medium.lisp
      - added :initargs default-foreground/background/text-style to
      sheet-with-resources-mixin
      - added support for :background to be a string naming a color in
      note-sheet-grafted :before of sheet-with-resources-mixin
      
      tk-silica/ol-gadgets.lisp
      - changed menu-bar-text-style to pane-text-style in realize-mirror
      :around for openlook-menu-bar
      
      tk-silica/xm-gadgets.lisp
      - replaced (pane-background sheet) with 
      (getf (silica::sheet-with-resources-initargs sp) :background) in
      iniialize-instance of motif-scroller-pane because pane-background
      isn't set until after the widget is grafted.
      
      tk-silica/xt-silica.lisp
      - removed calls to find-named-color in get-xt-resources as this is now
      done in note-sheet-grafted :before of sheet-with-resources-mixin in
      silica/medium.lisp
      4324637e
  14. Feb 08, 1993
    • cer's avatar
      · 83192daf
      cer authored
      clim/accept-values.lisp		Added right-margin, bottom-margin as keywords to
      				invoke-accepting-values  
      clim/command.lisp		Removed NIL test from map-over-command-table-menu-items
      clim/db-stream.lisp		make-clim-stream-pane passes background to all
      				the sheets it makes.
      clim/frames.lisp		Changed error message, added command-callback function
      clim/menus.lisp			Added gesture argument to menu-choose
      clim/noting-progress.lisp	Started fixing
      clim/output-protocol.lisp		
      climtoys/coverage.lisp		Added generic-functions-with-no-methods function
      climtoys/test-clim.lisp		Added etst for tf107 and tf100
      demo/navfun.lisp		
      postscript/postscript-medium.lisp		font-map now grows when needed
      postscript/postscript-port.lisp	Removed limit on 30 fonts.
      silica/db-border.lisp		Fix pane, repaints on size change
      silica/db-box.lisp		Added bulletin board (incomplete)
      silica/framem.lisp		graft of frame-manager is not find-graft
      silica/gadgets.lisp		Added word-wrap to text editor, and
      				row-column-gadget mixin
      silica/mirror.lisp		Removed cruft
      silica/pixmaps.lisp		Check to see whether sheet can have medium
      silica/port.lisp		Removed cruft and added graft methods
      silica/sheet.lisp		Removed cruft and added sheet methods
      test/chess.lisp			Reference correct directory
      test/test.lisp			Added tests
      tk/event.lisp			Event handler tracks catches errors inside wait-function
      tk/make-classes.lisp		xt_initialize_widget_class is called when we
      				need to access class rather than at build time.
      				Means we can work with regular libraries.
      tk/xlib.lisp			Event handler tracks catches errors inside wait-function
      tk-silica/ol-gadgets.lisp		Word wrap for text editor
      tk-silica/xm-frames.lisp		Fixed separator in menus and gesture in menus
      tk-silica/xm-gadgets.lisp		word wrap in text editor
      tk-silica/xt-frames.lisp		gesture inmenu
      tk-silica/xt-gadgets.lisp		Removed multiple calls to with-sheet-medium
      tk-silica/xt-pixmaps.lisp		Implemented deallocate-pixmap
      tk-silica/xt-silica.lisp		Destroy-port does harmless stuff
      utils/clos.lisp		Fixed name in setf* defgeneric
      utils/packages.lisp		Fixed Exports
      
      83192daf
  15. Dec 03, 1992
  16. Oct 28, 1992
  17. Oct 02, 1992
    • cer's avatar
      fixes · 7c513e40
      cer authored
      7c513e40
  18. Sep 30, 1992
    • cer's avatar
      fixes · bed037f3
      cer authored
      bed037f3
  19. Sep 24, 1992
  20. Sep 08, 1992
    • cer's avatar
      swm_merge · c529e91b
      cer authored
      c529e91b
    • cer's avatar
      fixes · d5d5323a
      cer authored
      d5d5323a
  21. Aug 21, 1992
    • cer's avatar
      fixes · 8a2b9e01
      cer authored
      8a2b9e01
  22. Aug 19, 1992
  23. Aug 18, 1992
    • cer's avatar
      fixes · 6f0e1074
      cer authored
      6f0e1074
  24. Jul 27, 1992
  25. Jul 20, 1992
    • cer's avatar
      fixes · 42af95a6
      cer authored
      42af95a6
    • cer's avatar
      swm_merge · 72ac5de9
      cer authored
      72ac5de9
  26. Jul 08, 1992
Loading