- Dec 03, 1992
-
-
cer authored
-
- Dec 02, 1992
-
-
colin authored
- changed invoke-with-drawing-options to use medium-clipping-region accessor tk/gcontext.lisp - added support for multiple clipping rectangles (not yet used) tk/xlib.lisp - fixed realize-image to use zpixmap format rather than xybitmap format for depth1 images tk-silica/xt-graphics.lisp - a whole bunch of changes to make patterns and tiles work properly tk-silica/xt-silica.lisp - added a depth-1 gc to the port: port-copy-gc-depth-1 - typo in *opacity-stipples* xlib/xlib-defs.lisp - added xrectangle-array + accessors (used for multiple clipping rectangles)
-
- Dec 01, 1992
-
-
cer authored
-
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
-
- Nov 20, 1992
-
-
cer authored
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
-
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
-
- Nov 19, 1992
- Nov 18, 1992
-
-
colin authored
- 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
-
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
-
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
-
- Nov 13, 1992
-
-
cer authored
test/test-clim.lisp clim/ptypes2.lisp clim/accept-values.lisp clim/gadget-output.lisp clim/present.lisp Make generate readonly gadgets. Can specify a :prompt argument that will alligned :readonly arg to decode-indirect-view clim/standard-types.lisp Made completion and subset-completion possibility printer present arguments clim/ptypes1.lisp Fwd reference to special clim/activities.lisp Fix for null activity climtoys/test-demos.lisp ensure tests are random tk/ol-classes.lisp misc/undefinedsymbols.olit support for gauge tk/xt-funs.lisp tk-silica/ol-silica.lisp misc/undefinedsymbols.xt XtLastTimestampProcessed uses as focus grabbing timestamp postscript/postscript-medium.lisp :dashes t fix test/test-suite.lisp pixmap tests readonly gadgets tk/resources.lisp processing direction tk/ol-gadgets.lisp readonly tk-silica/xt-gadgets.lisp tk-silica/xm-gadgets.lisp made motif-oriented-gadget xt-oriented-gadget tk-silica/xt-pixmaps.lisp copy-to/from pixmap bug tk-silica/xt-silica.lisp map/unmap > +/- 2^16 gadgets
-
- Nov 11, 1992
- Nov 10, 1992
- Nov 09, 1992
-
-
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
-
cer authored
climtoys now in clim directory * clim/frames.lisp : (setf frame-pretty-name) updates window title and icon * clim/ptypes1.lisp : presentation-subtypep to handle second argument of and/or * demos/navfun.lisp : Fixed delete command Changed gestures * genera/genera-mirror.lisp : Removed #+ignore * misc/compile-1.lisp : climtoys in clim-2.0 directory * misc/dev-load-1.lisp : ditto * silica/framem.lisp : disown-frame NILs shell, initialized-panes and frame-panes slots * tk/callbacks.lisp : browse-selection handled * tk-silica/xm-frames.lisp : (setf frame-pretty-name) updates title and icon-name * tk-silica/xm-gadgets.lisp : Fix :exclusive mode list-pane * utils/lisp-utilities.lisp : Disable package locking for deftype eql
-
- Nov 06, 1992
-
-
cer authored
New generic gadgets: list-pane and option menu.
-
cer authored
The usual swm hack attack. Lots of random changes wherever you look. swm changes.
-
cer authored
swm changes.
-
cer authored
-
cer authored
The usual swm hack attack. Lots of random changes wherever you look.
-
colin authored
-
colin authored
-
- Nov 05, 1992
- Oct 29, 1992
- Oct 28, 1992