Skip to content
Snippets Groups Projects
Forked from mcclim / clim-tos
Source project has a limited visibility.
  • cer's avatar
    3bb86c45
    · 3bb86c45
    cer authored
    Makefile.generic		removed loads of climtoys since
    			 	it is already loaded.
    clim/accept-values.lisp		Support Align-prompts for
    			 	own-window nil dialogs
    				When its t added updating-outpt
    			 	to identify the prompt/value pair.
    clim/frames.lisp		Defaulted calling-frame to NIL.
    			 	Alternative space-requirements
    			 	work for allpanes.
    
    clim/incremental-redisplay.lisp	Added some commented out diagnostics
    clim/menus.lisp			Worked on
    			 	menu-choose-from-drawer. Label
    			 	is optional
    clim/recording-protocol.lisp	In invoke-with-new-output-record
    			 	find-child-output-record is
    			 	called instead of
    			 	find-child-output-record-1. This
    			 	forces it to use output-record-old-children
    demo/plot.lisp			Fixed dialog. replaced redisplay
    			 	command now calls redisplay-frame-panes
    hpgl/hpgl-tests.lisp		hpgl-tests now uses the
    			 	postscript tests
    
    misc/dev-load-1.lisp		Load in compiled version of test-driver/demos
    misc/olsupport.c		Added support for ol_appl_delete_item
    postscript/laserwriter-metrics.lisp	Reddid the font metrics
    postscript/postscript-medium.lisp	Hacked the text style
    			 	and pattern drawing stuff.
    postscript/postscript-port.lisp		Hacked the text style
    			 	and pattern drawing stuff.
    postscript/sysdcl.lisp		Added read-afm.lisp
    silica/db-box.lisp		redid the topdown fractional
    			 	layout stuff.
    silica/db-layout.lisp		Added the
    			 	normalize-space-requirement
    			 	stuff and hacked
    			 	allocate-space-to-items to
    			 	handle the fractional stuff better.
    silica/event.lisp		distribute pointer events to
    			 	grabbed sheet.
    silica/gadgets.lisp		Hacked radio-boxes and
    			 	check-boxes and added with-radio-box
    test/postscript-tests.lisp	Now usable by the hpgl tests.
    test/test-clim.lisp		Added some more tests
    test/test-driver.lisp		error handling can now be
    			 	completely disabled so you get
    			 	into the debugger.
    
    test/test.lisp		Added tests
    tk/ol-funs.lisp		Added ol_appl_delete_item
    tk/resources.lisp	Enhanced enumerated type to support
    			 	explicit numbers
    tk-silica/ol-frames.lisp	menu items now use the text-style
    tk-silica/ol-gadgets.lisp		Added multiple
    			 	row/columns for check/radio-boxes
    tk-silica/xm-frames.lisp		menu items now use the
    			 	text-style. Added frame for menu-choose-from-drawer
    tk-silica/xm-gadgets.lisp
    			 	normalize-space-requirement for
    			 	text-fields etc.
    				multiple row/columns for
    			 	radio/check boxes. changing set-item-gadget-items
    
    tk-silica/xt-frames.lisp  	Disable menu-caching in motif port
    tk-silica/xt-gadgets.lisp 	normalize-space-requirement for
    			 	text fields
    
    tk-silica/xt-graphics.lisp	changing foreground/background repaints sheet
    tk-silica/xt-silica.lisp	Using calling-frame shell if
    			 	there is one
    utils/region-arithmetic.lisp		fixed the ltrb-union code
    3bb86c45
    History
    cer authored
    Makefile.generic		removed loads of climtoys since
    			 	it is already loaded.
    clim/accept-values.lisp		Support Align-prompts for
    			 	own-window nil dialogs
    				When its t added updating-outpt
    			 	to identify the prompt/value pair.
    clim/frames.lisp		Defaulted calling-frame to NIL.
    			 	Alternative space-requirements
    			 	work for allpanes.
    
    clim/incremental-redisplay.lisp	Added some commented out diagnostics
    clim/menus.lisp			Worked on
    			 	menu-choose-from-drawer. Label
    			 	is optional
    clim/recording-protocol.lisp	In invoke-with-new-output-record
    			 	find-child-output-record is
    			 	called instead of
    			 	find-child-output-record-1. This
    			 	forces it to use output-record-old-children
    demo/plot.lisp			Fixed dialog. replaced redisplay
    			 	command now calls redisplay-frame-panes
    hpgl/hpgl-tests.lisp		hpgl-tests now uses the
    			 	postscript tests
    
    misc/dev-load-1.lisp		Load in compiled version of test-driver/demos
    misc/olsupport.c		Added support for ol_appl_delete_item
    postscript/laserwriter-metrics.lisp	Reddid the font metrics
    postscript/postscript-medium.lisp	Hacked the text style
    			 	and pattern drawing stuff.
    postscript/postscript-port.lisp		Hacked the text style
    			 	and pattern drawing stuff.
    postscript/sysdcl.lisp		Added read-afm.lisp
    silica/db-box.lisp		redid the topdown fractional
    			 	layout stuff.
    silica/db-layout.lisp		Added the
    			 	normalize-space-requirement
    			 	stuff and hacked
    			 	allocate-space-to-items to
    			 	handle the fractional stuff better.
    silica/event.lisp		distribute pointer events to
    			 	grabbed sheet.
    silica/gadgets.lisp		Hacked radio-boxes and
    			 	check-boxes and added with-radio-box
    test/postscript-tests.lisp	Now usable by the hpgl tests.
    test/test-clim.lisp		Added some more tests
    test/test-driver.lisp		error handling can now be
    			 	completely disabled so you get
    			 	into the debugger.
    
    test/test.lisp		Added tests
    tk/ol-funs.lisp		Added ol_appl_delete_item
    tk/resources.lisp	Enhanced enumerated type to support
    			 	explicit numbers
    tk-silica/ol-frames.lisp	menu items now use the text-style
    tk-silica/ol-gadgets.lisp		Added multiple
    			 	row/columns for check/radio-boxes
    tk-silica/xm-frames.lisp		menu items now use the
    			 	text-style. Added frame for menu-choose-from-drawer
    tk-silica/xm-gadgets.lisp
    			 	normalize-space-requirement for
    			 	text-fields etc.
    				multiple row/columns for
    			 	radio/check boxes. changing set-item-gadget-items
    
    tk-silica/xt-frames.lisp  	Disable menu-caching in motif port
    tk-silica/xt-gadgets.lisp 	normalize-space-requirement for
    			 	text fields
    
    tk-silica/xt-graphics.lisp	changing foreground/background repaints sheet
    tk-silica/xt-silica.lisp	Using calling-frame shell if
    			 	there is one
    utils/region-arithmetic.lisp		fixed the ltrb-union code