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
Showing
- Makefile 5 additions, 13 deletionsMakefile
- clim/activities.lisp 9 additions, 6 deletionsclim/activities.lisp
- clim/clim-defs.lisp 6 additions, 3 deletionsclim/clim-defs.lisp
- clim/db-stream.lisp 5 additions, 2 deletionsclim/db-stream.lisp
- clim/frames.lisp 5 additions, 4 deletionsclim/frames.lisp
- clim/graphics-recording.lisp 8 additions, 2 deletionsclim/graphics-recording.lisp
- clim/input-protocol.lisp 17 additions, 7 deletionsclim/input-protocol.lisp
- clim/menus.lisp 44 additions, 30 deletionsclim/menus.lisp
- clim/output-protocol.lisp 2 additions, 1 deletionclim/output-protocol.lisp
- demo/bitmap-editor.lisp 2 additions, 2 deletionsdemo/bitmap-editor.lisp
- demo/graphics-demos.lisp 9 additions, 9 deletionsdemo/graphics-demos.lisp
- misc/train.lisp 42 additions, 0 deletionsmisc/train.lisp
- silica/classes.lisp 4 additions, 2 deletionssilica/classes.lisp
- silica/db-border.lisp 14 additions, 1 deletionsilica/db-border.lisp
- silica/db-scroll.lisp 8 additions, 7 deletionssilica/db-scroll.lisp
- silica/event.lisp 6 additions, 1 deletionsilica/event.lisp
- silica/graphics.lisp 31 additions, 2 deletionssilica/graphics.lisp
- silica/port.lisp 3 additions, 2 deletionssilica/port.lisp
- silica/sheet.lisp 6 additions, 1 deletionsilica/sheet.lisp
- test/postscript-tests.lisp 6 additions, 1 deletiontest/postscript-tests.lisp
Loading
Please register or sign in to comment