Skip to content
Snippets Groups Projects
Forked from mcclim / clim-tos
Source project has a limited visibility.
  • cer's avatar
    c2878abc
    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
    History
    clim/accept-values.lisp Clearing the accept-values-query-error-p when the value changes
    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