Skip to content
Snippets Groups Projects
  1. Dec 01, 1992
    • cer's avatar
      · bfdcc498
      cer authored
      Makefile		Moved the training code into misc/train.lisp and made
                              it run the postscript training code 
      clim/activities.lisp		If there are frames in the activity it now
                              select-activity-initial-frame and then enable-activity-frames.
                              Otherwise it calls start-initial-application-frame
                              followed by start-other-application-frames
      clim/clim-defs.lisp		Added scroll-bar option to with-menu
      clim/db-stream.lisp		Removing the spacing code for allegro 'cos it
                              makes the windows look messy
      clim/frames.lisp		Made the sheet positioning code call port-move-frame
      clim/graphics-recording.lisp		draw-rectangles* with non rectilinear
                              transform does the right thing
      clim/input-protocol.lisp	Invoke *click-outside-menu-handler* appropriately
      clim/menus.lisp		scroll-bar option for menubars. Mousing grabbing in
                              menus now works
      climtoys/bezier.lisp	Added define-test to draw the cloud
      climtoys/ib.lisp	Reorganized menus
      climtoys/sysdcl.lisp	Added test-driver.lisp and coverage.lisp
      climtoys/test-clim.lisp	Moved the code to test-driver.lisp and added more tests
      climtoys/test-demo.lisp Moved the code to test-driver.lisp and added more tests
      demo/bitmap-editor.lisp	Made colors black and white
      demo/graphics-demos.lisp		Made the demos have regular lisp
                              symbols as names
      silica/classes.lisp		Added grabbing-sheet to port
      silica/db-border.lisp		added labelling macro
      silica/db-scroll.lisp		(bounding-rectangle-min-x extent) no longer ignored
      silica/event.lisp		event distribution now takes into account
                              grabbing code.
      silica/graphics.lisp    draw-rectangles and non rectilinear transforms
      silica/port.lisp		find-port now passes server-path to make-port
      silica/sheet.lisp       port-invoke-with-pointer-grabbed letf's the grabbing-sheet slot in the port
      test/postscript-tests.lisp :file sends output to postscript.output
      test/test-suite.lisp		Tests for draw-rectangles*, reading bitmap
                              files, bezier curves, drag and drop, fixed menu
                              tests, 
      tk/graphics.lisp 	Added draw-rectangles
      tk/widget.lisp		Removed make-clx-window
      tk/xm-widgets.lisp 	Removed dead code
      tk/xt-defs.lisp		added xrectangle-array
      tk-silica/image.lisp 	Fixed bitmap reading code
      tk-silica/xm-dialogs.lisp		
      tk-silica/xm-silica.lisp		change-geometry for dialog shell
                              specifies :x, :y, menu-frame used override-redirect
      tk-silica/xt-frames.lisp		added menu methods
      tk-silica/xt-graphics.lisp		added medium-draw-rectangles
      tk-silica/xt-silica.lisp		added port-move-frame
      utils/clos.lisp		Commented out dynamic class nonsense
      utils/packages.lisp		Deleted bad-to-tailpos stuff
      
      bfdcc498
  2. 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
  3. Nov 19, 1992
  4. Nov 18, 1992
    • colin's avatar
      · bf5fd46f
      colin authored
      * made accept values do com-change-query only when field really changes
      
      - added accept-values-note-text-field-changed-callback which simply
        uses accept-values-query-changed-p to record whether any thing has
        really changed in a text field
      
      - text-field now inherits from focus-gadget as well
      
      - added focus-out-callback to make-gadget-for-text-field-view
      
      - added focus gadget with focus-in-callback and focus-out-callback
      
      - added focus-in-gadget-event and focus-out-gadget-event + handlers
      
      - motif-value-changed-callback-pane now inherits from motif-value-pane
      
      - motif-losing-focus-callback-pane now inherits from motif-value-pane
      
      - added queue-losing-focus-event and queue-gaining-focus-event
      
      
      * made com-exit-avv pop up a dialog if any fields in error
      
      - accept-values-text-string-field-changed-callback sets up
        accept-values-query-error-p appropriately
      
      - added error-p slot to accept-values-query indicating that a field
        had an error in an accept  
      
      
      * added defoperation stream-next-tab-column
      
      
      * fixed up add/remove to/from palette stuff
      
      - changed add-colors-to-palette to add-color-to-palette
      
      - changed remove-colors-from-palette to remove-color-from-palette
      
      - changed add-color-to-palette in bitmap editor to
        bitmap-editor-add-color-to-palette - avoids name clash with clim
      
      
      * put in some low level bits for modify-verify callback (for later)
      
      
      * find-named-color in xt port handles &key errorp properly
      
      bf5fd46f
  5. Nov 06, 1992
    • cer's avatar
      · 7534c957
      cer authored
      The usual swm hack attack. Lots of random changes wherever you look.
      
      swm changes.
      7534c957
  6. Oct 29, 1992
    • cer's avatar
      fixes · 45aa75b8
      cer authored
      45aa75b8
  7. Oct 28, 1992
  8. Oct 04, 1992
    • cer's avatar
      fixes · e436c422
      cer authored
      e436c422
  9. Oct 02, 1992
    • cer's avatar
      fixes · 7c513e40
      cer authored
      7c513e40
  10. Sep 30, 1992
  11. Sep 24, 1992
  12. Sep 22, 1992
    • cer's avatar
      fixes · 9c44d11f
      cer authored
      9c44d11f
  13. Sep 08, 1992
    • cer's avatar
      swm_merge · c529e91b
      cer authored
      c529e91b
    • cer's avatar
      fixes · d5d5323a
      cer authored
      d5d5323a
  14. Aug 18, 1992
    • cer's avatar
      fixes · 6f0e1074
      cer authored
      6f0e1074
  15. Jul 27, 1992
  16. Jul 24, 1992
    • cer's avatar
      fixes · 9fa59718
      cer authored
      9fa59718
  17. Jul 20, 1992
  18. Jul 08, 1992
  19. Jul 01, 1992
    • cer's avatar
      fixes · 88c6b2a9
      cer authored
      88c6b2a9
  20. Jun 23, 1992
    • cer's avatar
      fixes · 73e8cc41
      cer authored
      73e8cc41
  21. Jun 16, 1992
    • cer's avatar
      fixes · ce2cb2f3
      cer authored
      ce2cb2f3
  22. May 22, 1992
  23. May 13, 1992
  24. May 07, 1992
  25. May 06, 1992
    • cer's avatar
      fixes · e9bcb219
      cer authored
      e9bcb219
  26. Apr 30, 1992
    • cer's avatar
      fixes · f8924fe6
      cer authored
      f8924fe6
  27. Apr 28, 1992
  28. Apr 15, 1992
  29. Apr 10, 1992
    • cer's avatar
      fixes · 3f4acf2e
      cer authored
      3f4acf2e
  30. Apr 03, 1992
    • cer's avatar
      fixes · ab1fe6e4
      cer authored
      ab1fe6e4
  31. Mar 24, 1992
  32. Mar 10, 1992
  33. Mar 09, 1992
    • cer's avatar
      fixes · ae295f95
      cer authored
      ae295f95
  34. Mar 04, 1992
  35. Feb 24, 1992
  36. Jan 31, 1992
    • cer's avatar
      fixes · b3346c22
      cer authored
      b3346c22
  37. Dec 13, 1991
    • cer's avatar
      fixes · 42e0b233
      cer authored
      42e0b233
Loading