Moved the MIN and MAX entries for image size and resolution to
2006-10-20 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/scheme-wrapper.c: Moved the MIN and MAX entries for image size and resolution to script_constants structureas they are not deprecated constants. * plug-ins/script-fu/scripts/script-fu.init: Removed CR in line endings. * plug-ins/script-fu/scripts/*.scm: Fixed a number of regressions that snuck in during the last big update of the scripts. This update reduces the number of differences to the original scripts (other than formatting). Some additional formatting changes in a few scripts. Updates to use colour names in register block where possible. Fixed a bug in burn-in-anim.scm. Minor cleanup of font-map.scm. Simplified the bug fix in tile-blur.scm.
This commit is contained in:
committed by
Kevin Cozens
parent
3cda6f2610
commit
590c4d0b9f
@ -158,7 +158,7 @@
|
||||
SF-COLOR _"Text color" '(82 108 159)
|
||||
SF-COLOR _"Highlight color" '(190 220 250)
|
||||
SF-COLOR _"Dark color" '(46 74 92)
|
||||
SF-COLOR _"Shadow color" '(0 0 0)
|
||||
SF-COLOR _"Shadow color" "black"
|
||||
SF-TOGGLE _"Autocrop" TRUE
|
||||
SF-TOGGLE _"Remove background" TRUE
|
||||
SF-TOGGLE _"Index image" TRUE
|
||||
@ -181,7 +181,7 @@
|
||||
SF-COLOR _"Text color" '(135 220 220)
|
||||
SF-COLOR _"Highlight color" '(210 240 245)
|
||||
SF-COLOR _"Dark color" '(46 74 92)
|
||||
SF-COLOR _"Shadow color" '(0 0 0)
|
||||
SF-COLOR _"Shadow color" "black"
|
||||
SF-TOGGLE _"Autocrop" TRUE
|
||||
SF-TOGGLE _"Remove background" TRUE
|
||||
SF-TOGGLE _"Index image" TRUE
|
||||
|
||||
Reference in New Issue
Block a user