Skip to content
Snippets Groups Projects
  1. Mar 06, 1998
  2. Feb 13, 1998
  3. Feb 04, 1998
  4. Oct 20, 1997
  5. Oct 13, 1997
  6. May 30, 1997
  7. May 05, 1997
  8. Feb 05, 1997
  9. Jan 29, 1997
  10. Oct 17, 1996
  11. Mar 15, 1996
  12. Mar 13, 1996
  13. Mar 01, 1996
  14. Nov 08, 1995
  15. Oct 20, 1995
  16. Oct 17, 1995
  17. Jun 21, 1995
  18. May 17, 1995
  19. Dec 18, 1994
  20. Dec 05, 1994
  21. Nov 23, 1994
  22. Jun 08, 1994
  23. Dec 07, 1993
  24. Nov 24, 1993
  25. Sep 22, 1993
  26. Sep 17, 1993
  27. Aug 31, 1993
  28. Aug 12, 1993
  29. Jul 29, 1993
  30. Jul 27, 1993
  31. Jul 22, 1993
  32. Jun 25, 1993
  33. Jun 04, 1993
  34. May 05, 1993
    • cer's avatar
      Makefile.generic Added silly rule to ls -s fasls · 228fe416
      cer authored
      clim/accept-values.lisp		Added :echo NIL to presentation events
      clim/activities.lisp		Indentation
      clim/db-stream.lisp		Made clim-stream-sheet point back to input-editing-stream
      clim/frames.lisp		Made the frame-queue command echo and add to history
      clim/gadget-output.lisp		Header changed
      clim/input-defs.lisp		Added valid slot to pointer.
      clim/input-editor-commands.lisp		Comment
      clim/input-protocol.lisp	stream-pointer-position now calls sheet-pointer-position
      clim/interactive-protocol.lisp	Make stream point to input-editor
      clim/menus.lisp			initial default-text-margin to NIL
      clim/output-protocol.lisp	added scrolled-pane-line-scroll-amount method
      clim/pixmap-streams.lisp
      clim/ptypes2.lisp
      clim/recording-protocol.lisp
      clim/surround-output.lisp	Fixed :oval stuff
      clim/text-recording.lisp	Checked for ink changing in recompute-contents-ok
      clim/tracking-pointer.lisp	Call sheet-pointer-position
      climtoys/booch.lisp		Cool new features
      climtoys/ib.lisp		Cool new features
      climtoys/sysdcl.lisp		Added booch.lisp to sysdcl
      misc/dev-load-1.lisp		Added fake-load-system stuff
      silica/db-button.lisp		removed macro with-radio-box
      silica/db-layout.lisp		Messed with the client-overridability
      				since the climgg.fasl did not work
      silica/db-scroll.lisp		Fixed cpl and added
      				horizontal-line-scroll-amount etc
      				Added code to redraw the input-buffer
      silica/event.lisp		Made dispatch-event methods update the
      				pointer and pointer-exit method
      				invalidate the pointer
      silica/gadgets.lisp		Added with-radio-box
      silica/graphics.lisp
      silica/scroll-pane.lisp		changed cpl
      sys/defsystem.lisp		Added fake-load-system
      test/test-clim.lisp		Added select-file test
      test/test-driver.lisp		Fixed to handle activities
      tk/macros.lisp			Support for signed-arrays
      tk/xlib.lisp			x,y coordinates are signed
      tk/xm-funs.lisp			added XmSelectionBoxGetChild
      tk-silica/ol-gadgets.lisp	Line scrolling support
      tk-silica/xm-gadgets.lisp	Line scrolling support
      tk-silica/xt-gadgets.lisp	Line scrolling support, made
      				sheet-transformation for
      				top-level-sheet ask where the shell is
      tk-silica/xt-silica.lisp	pointer manipulation
      228fe416
  35. Apr 16, 1993
    • layer's avatar
      Fri Apr 16 09:21:02 1993 Kevin Layer (layer@sole) · 829e3069
      layer authored
      	* Makefile.defs: new variable C_OBJECT_MAKEFILE, so can have
      	different versions for svr4 and non-svr4; xlib/last.fasl added to
      	OL-DEBUG-OBJS and XM-DEBUG-OBJS
      
      	* Makefile.generic: move .o file generation to Makefile.cobjs
      
      	* sys/sysdcl.lisp: svr4isms
      
      	* tk/load-ol.lisp: svr4isms
      
      	* tk/load-xm.lisp: svr4isms
      
      	* tk/make-classes.lisp: hacks for new version of openlook
      	(list-pane and event-obj classes)
      
      	* tk/resources.lisp: make make-arglist-for-class create an
      	'(unsigned 32) array and make sure it puts the correct values into
      	it.
      
      	* tk-silica/last.lisp: (defvar system::*devel* nil)
      
      	* xlib/load-xlib.lisp: svr4isms
      
      	* xlib/xlib-funs.lisp: remove old debugging code
      829e3069
  36. Apr 15, 1993
    • cer's avatar
      · 2ef5c610
      cer authored
      Makefile.generic	Added echo-xm-ucl-xtras rule 
      misc/xtsupport.c	Replaced #ifdef ultrix by #ifndef sparc
      uitils/lisp-utilities.lisp	Use excl::stack-allocated-p on lisps that provide it
      2ef5c610
  37. Apr 08, 1993
    • colin's avatar
      Makefile.generic · 4c1a898c
      colin authored
      - added stub-*.c files to list of files to be rm'd with make clean
      
      clim/frames.lisp
      - :command-menu now back to old style clim1 pane (clim2rfe230)
      - :menu-bar produces toolkit menu bar panes (clim2rfe230)
      - fixed bug in find-applicable-translators-for-documentation
        (clim2bug409) 
      
      silica/gadgets.lisp
      - menu-bar now inherits from oriented-gadget-mixin (clim2rfe230)
      
      test/test-suite.lisp
      - added tests for clipping with rectangle-sets
      
      tk/gcontext.lisp
      - (setf gcontext-clip-mask) can now take a list of rectangles
      
      tk-silica/xm-frames.lisp
      - frame-manger-contruct-menu now handles row-wise, n-columns and
        n-rows (clim2bug401)
      
      tk-silica/xt-graphics.lisp
      - a bunch of changes to make rectangle sets work as clipping regions
        (clim2bug346) 
      - pattern and tile decoding unified. transparent patterns are now
        limited to two colors (as tiles used to be).
      
      tk-silica/xt-silica.lisp
      - fixed up minor problem with hp's scalable fonts.
      
      utils/region-arithmetic.lisp
      - removed bounding-rectangle from list of superclasses of
        standard-rectangle-set (list includes region-set which itself
        inherits from bounding-rectangle)
      4c1a898c
  38. Apr 07, 1993
    • cer's avatar
      · 7878b1ee
      cer authored
      Makefile.generic 	OLIT to use difference X libraries
      Makefile.sun4		OLIT to use difference X libraries
      Makefile.sun4.motif-1.1.4	OLIT to use difference X libraries
      clim/accept-values.lisp		graphical accept-values-command-buttons 
      clim/graph-formatting.lisp	Removed assertion
      clim/graphics-recording.lisp		Comment
      clim/incremental-redisplay.lisp		Nothing changed
      clim/interactive-defs.lisp		Moved methods to interactive-protocol.lisp
      clim/interactive-protocol.lisp		Added methods from interactive-defs.lisp. They are specialized 
      					on the stream
      clim/recording-protocol.lisp		Fixed incremental redisplay
      					problem involve :parent
      					argument. We now look in the
      					parent for old-children
      climtoys/ib.lisp			Implemented multiple selections.
      					hbox/vbox adopt all selected widgets as their children
      					removed crap
      climtoys/pi.lisp			presentation-inspect calls winspect on presentation
      demo/bitmap-editor.lisp			Nothing
      demo/browser.lisp			Redid browser layout. Removed option not to merge duplicates
      					since that breaks redisplay. Removed call to
      					redisplay-frame-pane inside the avv display function since that
      					interacts with the original stream problem to create empty
      					output records.
      hpgl/hpgl-port.lisp			Combined duplicated initialize-instance methods
      test/test-suite.lisp			Nothing
      tk/xlib.lisp				Fixed compose-status typo
      tk-silica/xm-gadgets.lisp		Correct computation of pixmap label size
      tk-silica/xm-silica.lisp		Put focus policy back to pointer
      tk-silica/xt-graphics.lisp		Sped up rotated text by caching rotated strings
      tk-silica/xt-silica.lisp		Added rotated string cache to xt-port
      
      7878b1ee
Loading