Skip to content
Snippets Groups Projects
  1. Mar 06, 1998
  2. Mar 02, 1998
  3. Feb 13, 1998
  4. Feb 04, 1998
  5. Dec 23, 1997
  6. Oct 30, 1997
  7. Oct 20, 1997
  8. Oct 13, 1997
  9. Feb 14, 1997
  10. Feb 05, 1997
  11. Jul 23, 1996
  12. Mar 13, 1996
  13. Mar 01, 1996
  14. Oct 20, 1995
  15. Oct 17, 1995
  16. May 17, 1995
  17. Dec 05, 1994
  18. Jun 08, 1994
  19. Dec 07, 1993
  20. Nov 18, 1993
  21. Sep 22, 1993
  22. Sep 17, 1993
  23. Sep 07, 1993
  24. Aug 12, 1993
  25. Jul 27, 1993
  26. May 25, 1993
    • cer's avatar
      clim/accept-values.lisp Clearing the accept-values-query-error-p when the value changes · c2878abc
      cer authored
      				Moving the focus to a specific query either
      				when specified by
      				initially-select-query-identifier or when an
      				invalid value is entered in a text field.
      				Help pops up in avv dialogs
      				Exit boxes support documentation option
      				Protocol for handling erroneous text fields
      				accept-values-command-buttons now use push-button-view
      clim/activities.lisp		activity stores frame-actual-pointer-documentation-pane
      clim/db-stream.lisp		make-clim-stream-pane is now function
      				Fixed open-window-stream to create an
      				ordinary frame
      clim/frames.lisp		default-frame-top-level now records
      				actual-pointer-documentation-pane for use by
      				gadget help.
      				command-enabled-p now makes sure the command
      				is defined
      clim/gadget-output.lisp		dialogs now define help callback that
      				displays the accept help by default
      clim/input-defs.lisp		fixed typo in sheets-nearest-common-ancestor
      clim/interactive-protocol.lisp	popup help on accept-values-stream also
      clim/menus.lisp			open-window-stream frame added and open-window-stream
      clim/recording-protocol.lisp	erase-output-records now takes a list
      clim/standard-types.lisp	describe-presentation-type for completion
      				now invokes printer
      clim/view-defs.lisp		push-button-view defined
      climtoys/draw-sheets.lisp	Added graph-mirror-hierarchy
      climtoys/ib.lisp		Changed interface
      climtoys/pi.lisp		Added display mirror hierarchy command
      climtoys/record.lisp		record button-press-events
      demo/cload-demos.lisp		made package clim-user
      demo/graphics-editor.lisp	Sample documentation. Rewrote presentation
      				types to support describe methods
      misc/climgccursor.c		Removed diagnostics
      misc/compile-1.lisp		load test-suite.fasl after compiling it
      				since test-suite uses it.
      misc/dev-load-1.lisp		Make sure composer is loaded
      misc/undefinedsymbols.motif	Fixed typo
      misc/undefinedsymbols.xt	Added parse-table symbol
      silica/db-scroll.lisp		Moved line-scroll-amount into update scrollbar
      silica/gadgets.lisp		Added help callback,
      				move-focus-to-gadget, port-move-focus-to-gadget
      silica/macros.lisp		Added make-clim-stream-pane flet and macro
      silica/sheet.lisp
      test/test-clim.lisp		Fixed up tests. Support for profiling
      test/test-driver.lisp		Added *execute-one-command-hook* to support profiling
      				with-test-success-expected macro
      				do-frame-test-with-profiling
      test/test-suite.lisp		Added now square bitmap, erase-output-record
      				with list of records, list-pane test
      tk/event.lisp			commented out diagnostic
      tk/ol-widgets.lisp		Added some missing resources
      tk/resources.lisp		Made :ignore be -1 and 65535
      				conversion for accelerator and translation tables
      tk/xt-funs.lisp			Added parse accelerator and translation
      				tables and peek-event
      tk-silica/ol-frames.lisp	Documentation callbacks
      tk-silica/ol-gadgets.lisp	Documentation callback
      				Fix listpane
      tk-silica/xm-frames.lisp	added documentation callbacks
      tk-silica/xm-gadgets.lisp	added added documentation callbacks
      tk-silica/xm-silica.lisp	port-move-focus-to-gadget
      tk-silica/xt-frames.lisp	"Ok" -> "OK"
      				added documentation callbacks
      tk-silica/xt-graphics.lisp	dummy with-medium-state-cached
      tk-silica/xt-silica.lisp
      utils/packages.lisp		exported various
      c2878abc
  27. 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
  28. Apr 27, 1993
    • cer's avatar
      .cvsignore Ignore extra files · 0038dbe7
      cer authored
      Makefile.defs		Added hpgl to directory list, Uncommented malloclib stuff
      clim/command.lisp	Implemented ensure-command-in-command-table and :after :replace
      clim/incremental-redisplay.lisp	Setf all-new slot of record to NIL after its used
      climtoys/ib.lisp	Usual hacking
      demo/graphics-editor.lisp	made command-table menu  use :divider
      tk/make-classes.lisp		Map list and scrolling-list to ol-list
      tk/xm-font-list.lisp		Motif 1.2 font list code.
      tk/xm-funs.lisp			Motif 1.2 font list code.
      tk-silica/ol-gadgets.lisp	command menu updating and :divider stuff.
      tk-silica/ol-silica.lisp	ensure widget has a window
      tk-silica/xm-frames.lisp	command table menu :divider stuff.
      utils/packages.lisp		Export stream-redisplaying-p
      
      0038dbe7
  29. Apr 02, 1993
    • cer's avatar
      Changes to support motf 1.2 · 87561d8b
      cer authored
      Makefile.generic	Added $(MOTIFXTRAOS) to enable specification of dlsym.o
      Makefile.sun4		Point to 1.2, Makefile.sun4.motif-1.1.4 is the old version
      clim/graph-formatting.lisp		Put in assert (grapher bug)
      misc/xtsupport.c		Eliminated absolute pathname in include. Makefile specifies where to look
      tk-silica/pkg.lisp		Exported ol/xm gadget classes
      utils/packages.lisp		Exported gadget-foo functions
      87561d8b
  30. 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
  31. Mar 19, 1993
    • cer's avatar
      · d9884540
      cer authored
      Bugs fixed
      ----------
      
       clim2bug448  colin 13 [spr7638] Problem with layout pane option :min-width '(50 :chara
       clim2bug449  colin 13 [spr7639] Problem with layout pane option :min-width "MMMMMMMMM"
       clim2bug440  [spr7645] Layout problem
       clim2bug441  box-pane ignores :width,:height, :spacing etc etc.
       clim2bug447  Alternative space requirements only looked at when layout change
       clim2bug427  Accepting-values commands are echoed in the interactor
       clim2bug303  bogus characters in input buffer...
       clim2bug437  Command activated from menu bar in activity cannot access applicationo
      
      clim/accept-values.lisp		Made :align-prompts work for own-window dialogs
      				Accept-values-command-buttons calback
      				function now use process-command-event.
      clim/activities.lisp		Added frame-top-level-process method
      				for activity-frame. Added
      				destroy-activity function.
      clim/basic-translators.lisp	Call-presentation-menu takes a
      				:gesture argument that it passes to
      				menu-choose
      clim/command-processor.lisp	clim2bug303, 
      				added (values (complete-input)) to
      				accept-method for command name
      clim/command.lisp		clim2bug437
      clim/db-stream.lisp		Method for update-region added
      				open-window-steam changed
      clim/default-frame.lisp		:panes
      clim/drag-and-drop.lisp		Drag and drop now supports aborting clim2bug340
      clim/frames.lisp		adjust-layout-requirements is called
      				by generate-panes after method
      				Allow neither :panes or :pane to be
      				specified.
      				Renamed iconify-frame to shrink-frame
      				Added frame-top-level-process accessor
      clim/graph-formatting.lisp 	match-output-record method checks for
      				duplicate-key and test.
      clim/incremental-redisplay.lisp Redraws because of erases now generate clipping-region
      clim/input-defs.lisp		
      clim/input-protocol.lisp	Modified handling of asynchronus aborts.
      clim/menus.lisp			Menu-choose now uses frame-manager of
      				associated-window
      clim/noting-progress.lisp	supports frame-manager-specific
      				progress notes
      clim/recording-protocol.lisp	compute-output-record-offsets now
      				behaves like convert-from-relative-to-absolute-coordinates.
      clim/standard-types.lisp	Methods moved from textual-dialog-view
      				to dialog-view-mixin
      clim/tracking-pointer.lisp	Modified tracking-pointer to support
      				timeout clause
      climtoys/ccc.lisp		Added show-class-methods and generic
      				functions commands
      climtoys/ib.lisp		Made attempt to make dialog work.
      climtoys/sysdcl.lisp		Moved files to test directory
      demo/browser.lisp		pakage presentation-typep method works
      				for allegro
      demo/peek-frame.lisp		Added :gesture argument
      demo/plot.lisp			Added more incremental redisplay
      				support to plot-demo
      misc/compile-1.lisp		Compile test-files
      misc/dev-load-1.lisp		Load test files
      misc/train.lisp			(setq *global-gc-behavior* nil)
      misc/undefinedsymbols		Added XIconifyWindow
      postscript/postscript-port.lisp	Added force-output to close
      				text-output-record
      silica/db-box.lisp		Added spacing argument
      silica/db-layout.lisp		Removed junk and simplified
      silica/db-scroll.lisp		Made update-region do nothing by default
      silica/db-table.lisp		Removed fudges.
      silica/framem.lisp		Fixed find-frame-manager
      silica/gadgets.lisp		Fixed viewport to handle case when
      				child is not a stream-pane
      silica/scroll-pane.lisp		scroll-pane now inherits from client-overridability-mixin
      specs/*.tex			swm changes
      test/postscript-tests.lisp	Fixed stipple definition
      test/test.lisp			Replace ncolumns,nlines by :width (30
      				:character) specification
      tk/convenience.lisp		Added working dialog support
      tk-silica/ol-frames.lisp	progress notification now sets the
      				busy property of the frame
      tk-silica/ol-gadgets.lisp	text-fields support :width (30 :character)
      tk-silica/xm-dialogs.lisp	align-prompts in own-window dialog
      tk-silica/xm-frames.lisp	Progress notification to use working dialog
      tk-silica/xm-gadgets.lisp	text-fields support :width (30 :character)
      tk-silica/xt-frames.lisp	Window (de)iconification and application-frame-marker
      tk-silica/xt-silica.lisp	Fix coordinates for port-move-frame
      utils/lisp-utilities.lisp	replaced |kdjfkdf  djfkdjf| symbol
      utils/p
      d9884540
  32. Mar 18, 1993
    • colin's avatar
      clim/pkg.lisp, clim/sysdcl.lisp, misc/go-ol.lisp, misc/go-xm.lisp, · 5b50cae3
      colin authored
      misc/go.lisp, silica/pkg.lisp, silica/sysdcl.lisp,
      tk-silica/sysdcl.lisp, xlib/sysdcl.lisp
      - REMOVED all these files - they were historic.
      
      clim/accept-values.lisp, clim/db-menu-lisp, clim/default-frame.lisp,
      clim/menus.lisp
      - changed :parent to :frame-manager in calls to make-application-frame
      
      clim/db-stream.lisp
      - make-clim-stream-pane passes the pane-name to the outlining-pane and
      scroller-pane. This makes pane specific color resources affect the
      scroll bars and border.
      
      clim/frames.lisp
      - simplified initialize-instance :after method on
      standard-application-frame. Dropped the :parent initarg - all done
      with the :frame-manager initarg.
      - changed :command-menu panes to use tk menu-bar rather than clim1.1
      style panes
      
      
      clim/output-protocol.lisp
      - output-protocol-mixin now inherits foreground, background and
      text-style slots from sheet-with-resources-mixin 
      - output-protocol-mixin specific accessors on medium-foreground,
      medium-background and medium-default-text-style removed.
      - output-protcol-mixin specific engraft-medium method removed.
      
      misc/compile-1.lisp
      - tidied up compile-it.
      
      silica/db-border.lisp, silica/db-layout.lisp, silica/db-scroll.lisp,
      silica/scroll-pane.lisp, silica/gadgets.lisp, tk-silica/xm-gadgets.lisp
      - changed all references to foreground-background-and-text-style-mixin
      to sheet-with-resources-mixin
      
      silica/gadgets.lisp
      - made menu-bar inherit from sheet-with-resources-mixin and removed
      its text-style slot
      
      silica/medium.lisp
      - removed foreground-background-and-text-style-mixin
      - added sheet-with-resources-mixin
      - added new gf get-sheet-resources to do resource lookup
      - added new note-sheet-grafted :before method on
      sheet-with-resources-mixin which does the resource lookup
      - added engraft-medium :after method on sheet-with-resources-mixin
      
      silica/sheet.lisp
      - replaced note-sheet-grafted :around method hack with :after methods
      on (setf port), this ensures the medium is engrafted after the mirror
      has been realized.
      - ditto for note-sheet-degrafted to degraft the medium
      
      tk/widget.lisp tk/xlib.lisp
      - changed resource name and class to be a list of strings rather than
      a single string with "."s as separators.
      
      tk-silica/xm-frames.lisp
      - removed special handling (hack) of text-style for motif menu-bars.
      The general sheet-with-resources-mixin mechanism deals with this now.
      
      tk-silica/xm-gadgets.lisp
      - removed hack in find-widget-class-and-initargs-for-sheet for
      xm-viewport which named the widget according to the pane name of its
      child. This is now handled correctly in make-clim-stream-pane
      - made motif-scroller-pane set up the background of it's viewport
      correctly. (Makes displays less "flashy")
      
      tk-silica/xt-gadgets.lisp
      - changed find-widget-class-and-initargs-for-sheet :around method from
      foreground-background-and-text-style-mixin to sheet-with-resources-mixin 
      new method simply looks at the slots in the sheet (no database query)
      
      tk-silica/xt-graphics.lisp
      - replaced decode-ink + :around method by decode-ink and decode-ink-1
      (to handle recursive case and not put multiple entries in hashtable)
      
      tk-silica/xt-silica.lisp
      - removed all the engraft-medium :before methods which called
      default-from-resources.
      - removed default-from-resources
      - added get-sheet-resources methods on sheet and pixmap-stream
      - added function get-xt-resources
      
      utils/packages.lisp
      - removed export of foreground-background-and-text-style-mixin
      - exported get-sheet-resources from clim-silica
      - exported sheet-with-resources-mixin from clim-silica
      5b50cae3
  33. Mar 04, 1993
    • colin's avatar
      Makefile.defs · 0aaa66be
      colin authored
      - got rid of clim/stipples and introduced tk-silica/xt-stipples
      
      clim/accept-values.lisp
      - made :cache-value in find-or-add-query for av fields depend on ptype 
      
      clim/gadget-output.lisp
      - temp fix in accept-values-string-field-changed-callback for openlook
      
      clim/standard-types.lisp
      - fix presentation type for form to properly inherit from expression
      to handle auto-activate correctly
      
      clim/stipples.lisp
      - REMOVED (never used)
      
      clim/text-formatting.lisp
      - fixed a couple of bugs with filling-stream in stream-write-string
      method
      
      clim/translators.lisp
      - fixed bug in find-presentation-translators-1 so that translators are
      sorted by priority correctly
      
      silica/classes.lisp
      - changed initform for text-style to be nil rather than
      *default-text-style* in basic-medium. This was causing text style
      resources to be ignored.
      
      sys/sysdcl.lisp
      - removed clim/stipples and added tk-silica/xt-stipples
      
      tk/xlib.lisp
      - fixed up images for screen depths other than 8,1 and added support
      made images take a :format arg (controls zpixmap/xypixmap/xybitmap)
      
      tk-silica/ol-gadgets.lisp
      - temp fix to make text-fields work
      
      tk-silica/xm-gadgets.lisp
      - label widgets set :recompute-size resource to nil
      - bug fix for text-editor field and setf gadget-value
      
      tk-silica/xt-graphics.lisp
      - a whole bunch of changes/bug fixes. stippling now much improved and
      simplified mechanism for ink table handling. foreground and background
      and flipping ink are now treated like any other indirect inks with
      their gcontexts kept in the ink table. tile-gcontext scrapped - now in
      the port. luminisoty and opacity stuff merged into xt-stipples. bug
      fixes for opacities.
      
      tk-silica/xt-silica.lisp
      - opacities stuff removed - moved to xt-stipples.
      - added port-resize-frame
      
      tk-silica/xt-stipples.lisp
      - NEWFILE
      - new opacity and luminosity stuff - 1 bit pixmaps on a per port basis
      
      utils/packages.lisp
      - export port-resize-frame from xm-silica
      
      test/postscript-tests.lisp
      - put in *hearts-tile* (grabbed it from clim/stipples.lisp)
      0aaa66be
  34. 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
  35. Jan 21, 1993
    • cer's avatar
      · 22d6c5da
      cer authored
      clim/accept-values.lisp		Implementing mechanism to turn off cursor in
                                      accepting-values pane  
      clim/basic-translators.lisp     Made history action use with-input-editor-help
      clim/cursor.lisp		Fixed port-note-cursor method to just
                                      respond to cursor-focus changes
      clim/db-stream.lisp		Changed argument to scroll-extent
      clim/excl-presentations.lisp	Turn off excl presentations and added with-excl-presentations
      clim/frames.lisp		Fixed flushing of queue in
                                      run-frame-top-level and :max-height on title
      clim/graph-formatting.lisp	Fixed redisplayed problems in graph formatting
      clim/graphics-recording.lisp	Fixed computation of rotated text bounding box
      clim/histories.lisp		Made history presentation remember ie-stream
      clim/input-protocol.lisp	Implementing mechanism to turn off cursor in
                                      accepting-values pane  
      clim/output-protocol.lisp	Changed argument to scroll-extent
      clim/stream-class-defs.lisp	Turn off excl presentations and added with-excl-presentations
      clim/stream-defprotocols.lisp	Turn off excl presentations and added with-excl-presentations
      climtoys/test-driver.lisp	Removed *pane-to-avv-stream-table*
      demo/listener.lisp		Turn off excl presentations and added with-excl-presentations
      misc/dev-load-1.lisp		
      misc/undefinedsymbols.motif	Added functions
      postscript/postscript-medium.lisp	Rotated text
      silica/db-layout.lisp		Messed with note-space-requirements-changed
      silica/db-scroll.lisp		Changed argument to scroll-extent
      silica/event.lisp		Fixed port test
      silica/gadgets.lisp		Messed with note-space-requirements-changed
      silica/layout.lisp		Added check to resize-sheet to make sure
                                      mirror is correctly sized.
      tk/load-xm.lisp		
      tk-silica/xm-frames.lisp        Added compose-space for menubar to compute
                                      the min-width/height
      tk-silica/xm-gadgets.lisp	Changed argument to scroll-extent
      tk-silica/xt-frames.lisp	Height of pointer documentation pane is now
                                      1 line
      tk-silica/xt-graphics.lisp	Rotated text bounding rectangle computation
      tk-silica/xt-silica.lisp		
      utils/packages.lisp		Exported gesture-name-button-and-modifiers,
                                      and gesture-name-keysym-and-modifiers
      xlib/load-xlib.lisp		Check that get-entry-points is passed
                                      atleast one name
      
      22d6c5da
  36. Dec 16, 1992
  37. Dec 14, 1992
    • cer's avatar
      · e846f1bd
      cer authored
      Makefile		Random changes to allow greater flexibility
      			Support for undefined.c{motif,olit}
      clim/command.lisp		
      clim/db-stream.lisp	Changed defaulting of min/max width/height for
      			stream panes and moved from macro 
      clim/frames.lisp	Added type check for layouts and panes options
      clim/histories.lisp		
      clim/ptypes1.lisp 	Added define-group for define-presentation-type-abbreviation
      clim/standard-types.lisp		
      clim/surround-output.lisp	define-group for define-border-type
      demos/listener.lisp	Attempted to add support so that values can be
      			passed to some of the restarts
      demo/plot.lisp		
      misc/make-stub-file     _ no longer assumed
      misc/train.lisp		Added errorp to training
      misc/undefinedsymbols	_ no longer assumed
      misc/undefinedsymbols.motif _ no longer assumed
      
      misc/undefinedsymbols.olit		_ no longer assumed
      misc/undefinedsymbols.cmotif
      misc/undefinedsymbols.colit	
      misc/make-stub-file1 		Added to handle dual namespace.
      misc/undefinedsymbols.xt		_ no longer assumed
      postscript/postscript-port.lisp		Added window-inside-height
      silica/classes.lisp		Added alive-p to port
      silica/event.lisp		Check for port being alive
      silica/port.lisp		letf alive slot in port
      test/test-suite.lisp		define-app-frame now uses abbreviated form
      tk/convenience.lisp		_ no longer assumed
      tk/make-classes.lisp		_ no longer assumed, HP now uses
      			ff:get-extern-data-address to get data segment symbols.
      tk/ol-classes.lisp		_ no longer assumed
      tk/ol-funs.lisp		_ no longer assumed
      tk/widget.lisp		Added unmanage-children
      tk/xm-classes.lisp		_ no longer assumed
      tk/xm-funs.lisp		_ no longer assumed
      tk/xm-widgets.lisp		Added scroll-vertical/horizontal
      			resources to xm-text class 
      tk/xt-classes.lisp		_ no longer assumed
      tk/xt-funs.lisp		_ no longer assumed
      tk-silica/image.lisp	pixmap and bitmap formats now supported.
      tk-silica/ol-gadgets.lisp		Attempt to fix menu updating
      tk-silica/xm-frames.lisp		Attempt to fix menu updating
      tk-silica/xm-gadgets.lisp		dialogs now use text-style,
      			scrolling options noted
      tk-silica/xm-silica.lisp		_ no longer assumed, removed
      			dialog-shell method
      tk-silica/xt-graphics.lisp		Fixed ellipse min-x,y problem
      tk-silica/xt-silica.lisp		Move-frame moves the shell
      utils/lisp-utilities.lisp		Support for hp
      utils/packages.lisp		Exports updated
      utils/processes.lisp		Removed start scheduler
      xlib/ffi.lisp		_ no longer assumed
      xlib/load-xlib.lisp		_ no longer assumed
      xlib/xlib-funs.lisp		_ no longer assumed
      
      
      
      e846f1bd
  38. Dec 07, 1992
    • cer's avatar
      · b4aa252e
      cer authored
      Makefile			Removed  misc/{dev-load,compile}-{o,xm}.lisp
      clim/accept-values.lisp 	Added invoke-with-aligned-prompts
      clim/basic-translators.lisp	Removed Symbolics font attributes from source
      clim/clim-defs.lisp		Added with-aligned-prompts
      clim/db-stream.lisp		Put in missing `
      clim/frames.lisp		Added support for port termination
      clim/graph-formatting.lisp 	Merge of swm and smh's changes
      clim/standard-types.lisp	Sorted out problem with form ptype
      climtoys/bezier.lisp		Changed call to draw-bezier-curve*
      climtoys/test-clim.lisp		More frame tests
      climtoys/test-demo.lisp		Listener now expects forms to be terminated by newline
      climtoys/test-driver.lisp	Random changes to make it more robust when tests fail
      misc/compile-1.lisp		Moved (setq *compile-print* nil) to Makefile
      misc/train.lisp			Minor changes
      silica/db-scroll.lisp		Moved portable implementation into scroller-pane.lisp
      silica/port.lisp		Added port-termination event class and code
      silica/text-style.lisp		Now returns largest font rather than undefined font
      sys/sysdcl.lisp			New definition of xt systems that works
      test/test-suite.lisp		Added testes for cyclic graphs,
                                      ith-aligned-prompts, tests are now
                                      until they return accurate times 
      tk/xlib.lisp			Added connection lost condition
      tk-silica/ol-frames.lisp	Support for label specifying style
      tk-silica/ol-gadgets.lisp	Misc fixes
      tk-silica/xm-frames.lisp	Support for label specifying style
      tk-silica/xt-silica.lisp 	Added handler for connection being lost
      utils/packages.lisp		Added exports
      
      
      b4aa252e
  39. Dec 03, 1992
  40. 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
Loading