Skip to content
Snippets Groups Projects
Forked from mcclim / clim-tos
Source project has a limited visibility.
  • cer's avatar
    3003bf05
    clim/accept-values.lisp Added right-margin, bottom-margin as keywords to · 3003bf05
    cer authored
    				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
    3003bf05
    History
    clim/accept-values.lisp Added right-margin, bottom-margin as keywords to
    cer authored
    				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