Sven Neumann
c3e86092bb
send warnings about unknown fields to stderr instead of using the log
...
2008-07-09 Sven Neumann <sven@gimp.org>
* plug-ins/common/tiff-load.c (tiff_warning): send warnings about
unknown fields to stderr instead of using the log mechanism.
svn path=/trunk/; revision=26093
2008-07-09 10:27:36 +00:00
Michael Natterer
4a7f395eae
plug-ins/common/animation-play.c plug-ins/common/cml-explorer.c
...
2008-06-28 Michael Natterer <mitch@gimp.org>
* plug-ins/common/animation-play.c
* plug-ins/common/cml-explorer.c
* plug-ins/common/convolution-matrix.c
* plug-ins/common/curve-bend.c
* plug-ins/common/despeckle.c
* plug-ins/common/filter-pack.c
* plug-ins/common/gee-zoom.c
* plug-ins/common/gee.c
* plug-ins/common/lens-flare.c
* plug-ins/common/newsprint.c
* plug-ins/common/nova.c
* plug-ins/common/postscript.c
* plug-ins/common/sample-colorize.c
* plug-ins/common/sphere-designer.c
* plug-ins/common/tile-small.c: use accessors instead of accessing
members of GTK+ widgets directly.
svn path=/trunk/; revision=26012
2008-06-28 18:40:23 +00:00
Michael Natterer
f53e9a45db
Latest GTK+ trunk deprecations showed some uglyness in gimp:
...
2008-06-20 Michael Natterer <mitch@gimp.org>
Latest GTK+ trunk deprecations showed some uglyness in gimp:
* app/tools/gimpeditselectiontool.h: we were still using GTK_CHECK
macros here, use proper G_TYPE type checking instead.
* app/widgets/gimpuimanager.c
* app/widgets/gimpdockable.c: s/GtkDestroyNotify/GDestroyNotify/.
* plug-ins/help-browser/gimpthrobber.c: s/GtkType/GType/.
* plug-ins/common/filter-pack.c
* plug-ins/common/sample-colorize.c
* plug-ins/imagemap/imap_main.c: s/GtkSignalFunc/GCallback/.
svn path=/trunk/; revision=25965
2008-06-20 11:08:42 +00:00
Sven Neumann
2842f643e9
fixed weird handling of the threshold parameter. Some unrelated minor
...
2008-06-04 Sven Neumann <sven@gimp.org>
* plug-ins/common/red-eye-removal.c: fixed weird handling of the
threshold parameter. Some unrelated minor cleanups.
svn path=/trunk/; revision=25895
2008-06-04 20:12:21 +00:00
Sven Neumann
e6429d19f3
changed user interface for specifying the origin. Fixed header for origin
...
2008-06-04 Sven Neumann <sven@gimp.org>
* plug-ins/common/tga.c: changed user interface for specifying
the
origin. Fixed header for origin at top-left (bug #450070 ).
svn path=/trunk/; revision=25894
2008-06-04 19:45:43 +00:00
Martin Nordholts
3dad6b0df3
Applied patch from Rik Snel that fixes loading of .gif files that contains
...
2008-06-01 Martin Nordholts <martinn@svn.gnome.org>
* plug-ins/common/gif-load.c (GetCode): Applied patch from Rik
Snel that fixes loading of .gif files that contains 1-byte data
blocks. (Bug #535888.)
svn path=/trunk/; revision=25876
2008-06-01 15:07:36 +00:00
Sven Neumann
7704fa4b44
avoid division by zero in the grayscale code path (bug #529280 ).
...
2008-05-29 Sven Neumann <sven@gimp.org>
* plug-ins/common/blur-gauss-selective.c (matrixmult_mmx): avoid
division by zero in the grayscale code path (bug #529280 ).
svn path=/trunk/; revision=25850
2008-05-29 07:09:57 +00:00
Michael Natterer
598da617b0
Stop including single headers from gtk+ to be prepared for the upcoming
...
2008-05-23 Michael Natterer <mitch@gimp.org>
Stop including single headers from gtk+ to be prepared
for the upcoming GTK_DISABLE_SINGLE_INCLUDES:
* configure.in: add -DGTK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
* app/display/gimpcanvas.h
* app/display/gimpscalecombobox.h
* app/display/gimpstatusbar.h
* app/widgets/*.h
* libgimp/gimpprogressbar.h
* libgimp/gimpselectbutton.h
* libgimpwidgets/*.h
* libgimpwidgets/gimpstock.c
* plug-ins/uri/gimpmountoperation.h: remove inclusion of parent
classes and single files from gtk+.
* app/widgets/gtkwrapbox.h
* libgimp/gimpbrushmenu.c
* libgimp/gimpfontmenu.c
* libgimp/gimpgradientmenu.c
* libgimp/gimppalettemenu.c
* libgimp/gimppatternmenu.c
* libgimp/gimpselectbutton.c: #include <gtk/gtk.h>
* plug-ins/common/poppler.c: undef GTK_DISABLE_SINGLE_INCLUDES
when including <poppler.h>.
svn path=/trunk/; revision=25781
2008-05-23 20:38:52 +00:00
Sven Neumann
537caeb0dc
corrected "layer mask disabled" flag in layer mask data section (bug
...
2008-05-19 Sven Neumann <sven@gimp.org>
* plug-ins/common/psd-save.c (save_layer_and_mask): corrected
"layer mask disabled" flag in layer mask data section (bug #526811 ).
svn path=/trunk/; revision=25712
2008-05-19 14:07:46 +00:00
Michael Natterer
e801795022
app/core/gimpimagefile.c app/tools/gimpaligntool.c
...
2008-05-17 Michael Natterer <mitch@gimp.org>
* app/core/gimpimagefile.c
* app/tools/gimpaligntool.c
* app/tools/gimpselectiontool.c
* app/tools/gimpvectortool.c
* plug-ins/color-rotate/color-rotate-dialog.c
* plug-ins/common/noise-rgb.c
* plug-ins/common/value-propagate.c
* plug-ins/gfig/gfig-dialog.c
* plug-ins/gfig/gfig.h
* plug-ins/gimpressionist/general.c
* plug-ins/gimpressionist/gimpressionist.h
* plug-ins/gimpressionist/orientation.c
* plug-ins/gimpressionist/size.c
* plug-ins/gimpressionist/utils.c
* plug-ins/gradient-flare/gradient-flare.c
* plug-ins/ifs-compose/ifs-compose.c
* plug-ins/imagemap/imap_main.c
* plug-ins/imagemap/imap_preferences.c: in latest GLib _() returns
"const gchar*" as it should. Add const qualifiers to local utility
functions and some explicit casts to fix the warnings caused by
this.
svn path=/trunk/; revision=25685
2008-05-17 13:08:19 +00:00
Sven Neumann
79b4d39ba9
formatting.
...
2008-05-14 Sven Neumann <sven@gimp.org>
* plug-ins/common/blur-gauss-selective.c: formatting.
svn path=/trunk/; revision=25669
2008-05-14 15:39:29 +00:00
Sven Neumann
b25fe21f09
improved error messages as suggested in bug #522483 .
...
2008-05-11 Sven Neumann <sven@gimp.org>
* plug-ins/common/web-browser.c (browser_open_url): improved
error
messages as suggested in bug #522483 .
svn path=/trunk/; revision=25637
2008-05-11 10:14:19 +00:00
David Odin
66f8261a56
plug-ins/flame/cmap.c plug-ins/flame/libifs.c cleaning (mostly code
...
* plug-ins/flame/cmap.c
* plug-ins/flame/libifs.c
* plug-ins/flame/rect.[ch]: cleaning (mostly code reformating and
converting K&R style function declarations to ansi).
* plug-ins/common/pcx.c: reformated as well.
svn path=/trunk/; revision=25624
2008-05-10 18:16:33 +00:00
Michael Natterer
8d18f873de
renamed...
...
2008-05-10 Michael Natterer <mitch@gimp.org>
* plug-ins/common/gtm.c: renamed...
* plug-ins/common/html-table.c: ...to this and cleaned it up.
* plugin-defs.pl: changed accordingly.
* Makefile.am: regenerated.
svn path=/trunk/; revision=25612
2008-05-10 10:42:18 +00:00
Manish Singh
e76b791699
Support poppler 0.8.x.
...
2008-05-10 Manish Singh <yosh@gimp.org>
* plug-ins/common/poppler.c: Support poppler 0.8.x.
svn path=/trunk/; revision=25611
2008-05-10 10:36:17 +00:00
Sven Neumann
94c6633ca8
allocate temporary memory on the stack. Minor code cleanups.
...
2008-05-07 Sven Neumann <sven@gimp.org>
* plug-ins/common/blur-gauss-selective.c: allocate temporary
memory on the stack. Minor code cleanups.
svn path=/trunk/; revision=25579
2008-05-07 08:01:40 +00:00
Sven Neumann
e2bac9e496
improved procedure blurb and help.
...
2008-05-06 Sven Neumann <sven@gimp.org>
* plug-ins/common/gbr.c: improved procedure blurb and help.
* libgimpcolor/gimpcolorspace.c: inline gimp_hsl_value() and
gimp_hsl_value_int().
svn path=/trunk/; revision=25576
2008-05-06 15:49:41 +00:00
Sven Neumann
c95876290d
fixed algorithm to calculate the center value. Fixes bug #530077 .
...
2008-05-05 Sven Neumann <sven@gimp.org>
* plug-ins/common/unsharp-mask.c (gen_convolve_matrix): fixed
algorithm to calculate the center value. Fixes bug #530077 .
svn path=/trunk/; revision=25567
2008-05-05 14:02:07 +00:00
Sven Neumann
0677b79c32
increased the maximum number of blinds to 100.
...
2008-05-05 Sven Neumann <sven@gimp.org>
* plug-ins/common/blinds.c (MAX_FANS): increased the maximum
number of blinds to 100.
svn path=/trunk/; revision=25566
2008-05-05 13:53:11 +00:00
Sven Neumann
fb80396583
applied patch from Christoph Brill which adds enum values and typedefs
...
2008-04-21 Sven Neumann <sven@gimp.org>
* plug-ins/common/psp.c: applied patch from Christoph Brill
which
adds enum values and typedefs used in newer versions of the PSP
file format (see bug #120757 ).
svn path=/trunk/; revision=25509
2008-04-21 16:31:33 +00:00
Sven Neumann
1fdfd03576
fixed handling of "argc-lower-val-y" PDB parameter.
...
2008-04-21 Sven Neumann <sven@gimp.org>
* plug-ins/common/curve-bend.c (run): fixed handling of
"argc-lower-val-y" PDB parameter.
svn path=/trunk/; revision=25502
2008-04-21 12:45:52 +00:00
Sven Neumann
311181eedc
untabified.
...
2008-04-19 Sven Neumann <sven@gimp.org>
* plug-ins/common/psp.c: untabified.
svn path=/trunk/; revision=25500
2008-04-19 17:59:32 +00:00
Sven Neumann
ca5df86e47
corrected parameter description.
...
2008-04-09 Sven Neumann <sven@gimp.org>
* plug-ins/common/border-average.c: corrected parameter
description.
svn path=/trunk/; revision=25446
2008-04-09 17:21:05 +00:00
Sven Neumann
338d35b025
plug-ins/win-snap/winsnap.c plug-ins/common/screenshot.c
...
2008-04-09 Sven Neumann <sven@gimp.org>
* plug-ins/win-snap/winsnap.c
* plug-ins/common/screenshot.c
* plug-ins/script-fu/script-fu.c
* plug-ins/script-fu/scripts/*.scm: register in new menu
locations.
svn path=/trunk/; revision=25442
2008-04-09 17:04:24 +00:00
Michael Natterer
5015460bc8
add placeholder "Help/Programming"
...
2008-04-08 Michael Natterer <mitch@gimp.org>
* menus/image-menu.xml.in: add placeholder "Help/Programming"
* plug-ins/common/plugin-browser.c
* plug-ins/common/procedure-browser.c: move the plug-in and
procedure browsers there.
* menus/image-menu.xml.in: moved the (now by default empty)
"Extensions" placeholder from "Xtns" to "Filters". Let's see what
cruft shows up there.
* app/plug-in/plug-in-menu-path.c: map "Xtns/Extensions" to
"Filters/Extensions".
svn path=/trunk/; revision=25415
2008-04-08 18:31:56 +00:00
Sven Neumann
2e3d75cc4b
removed a redundant (and wrong) cast.
...
2008-04-08 Sven Neumann <sven@gimp.org>
* plug-ins/common/mng.c (myalloc): removed a redundant (and wrong)
cast.
svn path=/trunk/; revision=25412
2008-04-08 09:38:11 +00:00
Michael Natterer
e6f1563574
renamed to...
...
2008-04-07 Michael Natterer <mitch@gimp.org>
* plug-ins/common/neon.c: renamed to...
* plug-ins/common/edge-neon.c: ...this. Some formatting cleanup.
* plug-ins/common/plugin-defs.pl: changed accordingly.
* plug-ins/common/Makefile.am: regenerated.
svn path=/trunk/; revision=25405
2008-04-07 21:04:15 +00:00
Sven Neumann
e6826632ac
minor cleanups
...
svn path=/trunk/; revision=25395
2008-04-07 14:12:48 +00:00
Sven Neumann
cca8dcc59f
use gimp_drawable_is_valid() to check if a drawable ID is valid.
...
2008-04-07 Sven Neumann <sven@gimp.org>
* plug-ins/common/compose.c: use gimp_drawable_is_valid() to check
if a drawable ID is valid.
svn path=/trunk/; revision=25394
2008-04-07 14:07:29 +00:00
Sven Neumann
9c9157039b
fixed use of GChecksum.
...
2008-03-29 Sven Neumann <sven@gimp.org>
* plug-ins/common/lcms.c (lcms_calculate_checksum): fixed use of
GChecksum.
svn path=/trunk/; revision=25301
2008-03-29 16:46:17 +00:00
Mukund Sivaraman
8216638667
plug-ins/common/sinus.c plug-ins/common/compose.c
...
2008-03-28 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/sinus.c
* plug-ins/common/compose.c
* plug-ins/common/screenshot.c
* plug-ins/common/mng.c
* plug-ins/common/wind.c
* plug-ins/common/gif-save.c
* plug-ins/common/video.c
* plug-ins/common/sphere-designer.c
* plug-ins/common/hot.c
* plug-ins/common/red-eye-removal.c
* plug-ins/common/tile-small.c
* plug-ins/common/gbr.c
* plug-ins/common/jigsaw.c
* plug-ins/common/glob.c
* plug-ins/common/despeckle.c
* plug-ins/common/noise-randomize.c
* plug-ins/common/convolution-matrix.c
* plug-ins/common/gif-load.c
* plug-ins/common/psd-save.c
* plug-ins/common/emboss.c
* plug-ins/common/csource.c
* plug-ins/common/cml-explorer.c
* plug-ins/common/grid.c
* plug-ins/common/pcx.c
* plug-ins/common/engrave.c
* plug-ins/common/curve-bend.c: Cleanups / fixes for issues
reported by Sparse.
svn path=/trunk/; revision=25295
2008-03-29 02:30:58 +00:00
Mukund Sivaraman
1a0db1b5bc
gimp_md5_get_digest() is deprecated; using GChecksum instead.
...
2008-03-28 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/lcms.c: gimp_md5_get_digest() is deprecated;
using GChecksum instead.
svn path=/trunk/; revision=25294
2008-03-29 02:28:39 +00:00
Mukund Sivaraman
4831a428c3
Fixed a bug where a pointer to a gint is passed to a function which
...
2008-03-28 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/png.c: Fixed a bug where a pointer to a gint
is passed to a function which expects gsize, which can cause
out of bounds access.
svn path=/trunk/; revision=25291
2008-03-28 21:48:10 +00:00
Sven Neumann
cdb1dd1709
changed message to say "Unsupported maximum value" instead of "Invalid
...
2008-03-27 Sven Neumann <sven@gimp.org>
* plug-ins/common/pnm.c (load_image): changed message to say
"Unsupported maximum value" instead of "Invalid maximum value"
as suggested in bug #149723 .
svn path=/trunk/; revision=25268
2008-03-27 21:05:36 +00:00
Sven Neumann
afc6fc11ed
cosmetic changes.
...
2008-03-27 Sven Neumann <sven@gimp.org>
* plug-ins/common/dicom.c (dicom_loader): cosmetic changes.
svn path=/trunk/; revision=25256
2008-03-27 09:31:22 +00:00
Mukund Sivaraman
e147e1ded0
Validated samples_per_pixel, changed the loop counter data type, and
...
2008-03-27 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/dicom.c: Validated samples_per_pixel, changed
the loop counter data type, and patched code to work on big endian
CPUs.
svn path=/trunk/; revision=25255
2008-03-27 07:50:47 +00:00
Mukund Sivaraman
8c3ad7c288
Forget about negative values in signed data and scale positive values
...
2008-03-26 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/dicom.c: Forget about negative values in signed
data and scale positive values appropriately. Also fixed signed
values in the 8 bpp case, and added some comments.
svn path=/trunk/; revision=25253
2008-03-27 04:56:41 +00:00
Mukund Sivaraman
cc20d8fd79
made the dicom plug-in a bit better.
...
2008-03-26 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/dicom.c: made the dicom plug-in a bit better.
1. Parse the default little-endian encoding correctly.
2. Handle signed pixel data.
3. Support "bits stored" and "high bit" meta data fields.
4. Throw away the bogus "max" value based metering.
svn path=/trunk/; revision=25252
2008-03-27 00:34:22 +00:00
Sven Neumann
19c2344a8d
plug-ins/common/gif-save.c improved error messages.
...
2008-03-26 Sven Neumann <sven@gimp.org>
* plug-ins/common/gif-save.c
* plug-ins/common/psd-save.c (save_image): improved error messages.
svn path=/trunk/; revision=25238
2008-03-26 13:12:02 +00:00
Mukund Sivaraman
973db9b6a0
Cleaned up the rest of the plug-in.
...
2008-03-25 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/mng.c: Cleaned up the rest of the plug-in.
svn path=/trunk/; revision=25232
2008-03-26 01:49:19 +00:00
Mukund Sivaraman
ec06f431f2
More code cleanups.
...
2008-03-25 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/mng.c: More code cleanups.
svn path=/trunk/; revision=25231
2008-03-26 01:44:23 +00:00
Mukund Sivaraman
3b3414cf91
More code cleanups.
...
2008-03-25 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/mng.c: More code cleanups.
svn path=/trunk/; revision=25230
2008-03-25 22:57:06 +00:00
Mukund Sivaraman
d1a362454e
More code cleanups.
...
2008-03-25 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/mng.c: More code cleanups.
svn path=/trunk/; revision=25229
2008-03-25 22:25:47 +00:00
Mukund Sivaraman
d94bce20aa
Code cleanups.
...
2008-03-24 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/mng.c: Code cleanups.
svn path=/trunk/; revision=25210
2008-03-24 22:23:43 +00:00
Mukund Sivaraman
4f9d5c3958
Changed name of author.
...
2008-03-24 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/mng.c:
* plug-ins/jpeg/jpeg.c: Changed name of author.
svn path=/trunk/; revision=25207
2008-03-24 22:01:03 +00:00
Michael Natterer
bfa8547a93
Renamed tons of plug-ins to make more sense and to be consistent:
...
2008-03-24 Michael Natterer <mitch@gimp.org>
Renamed tons of plug-ins to make more sense and to be consistent:
* plug-ins/common/AlienMap2.c -> alien-map.c
* plug-ins/common/CEL.c -> cel.c
* plug-ins/common/CML_explorer.c -> cml-explorer.c
* plug-ins/common/align_layers.c -> align-layers.c
* plug-ins/common/animationplay.c -> animation-play.c
* plug-ins/common/animoptimize.c -> animation-optimize.c
* plug-ins/common/apply_lens.c -> lens-apply.c
* plug-ins/common/autocrop.c -> crop-auto.c
* plug-ins/common/autostretch_hsv.c -> contrast-stretch-hsv.c
* plug-ins/common/borderaverage.c -> border-average.c
* plug-ins/common/bumpmap.c -> bump-map.c
* plug-ins/common/c_astretch.c -> contrast-stretch.c
* plug-ins/common/ccanalyze.c -> color-cube-analyze.c
* plug-ins/common/channel_mixer.c -> channel-mixer.c
* plug-ins/common/color_enhance.c -> color-enhance.c
* plug-ins/common/colortoalpha.c -> color-to-alpha.c
* plug-ins/common/convmatrix.c -> convolution-matrix.c
* plug-ins/common/curve_bend.c -> curve-bend.c
* plug-ins/common/depthmerge.c -> depth-merge.c
* plug-ins/common/dog.c -> edge-dog.c
* plug-ins/common/exchange.c -> color-exchange.c
* plug-ins/common/flarefx.c -> lens-flare.c
* plug-ins/common/fp.c -> filter-pack.c
* plug-ins/common/fractaltrace.c -> fractal-trace.c
* plug-ins/common/gauss.c -> blur-gauss.c
* plug-ins/common/gee_zoom.c -> gee-zoom.c
* plug-ins/common/glasstile.c -> tile-glass.c
* plug-ins/common/gqbist.c -> qbist.c
* plug-ins/common/gradmap.c -> gradient-map.c
* plug-ins/common/laplace.c -> edge-laplace.c
* plug-ins/common/lens.c -> lens-distortion.c
* plug-ins/common/lic.c -> van-gogh-lic.c
* plug-ins/common/max_rgb.c -> max-rgb.c
* plug-ins/common/mblur.c -> blur-motion.c
* plug-ins/common/nlfilt.c -> nl-filter.c
* plug-ins/common/noisify.c -> noise-rgb.c
* plug-ins/common/normalize.c -> contrast-normalize.c
* plug-ins/common/papertile.c -> tile-paper.c
* plug-ins/common/polar.c -> polar-coords.c
* plug-ins/common/randomize.c -> noise-randomize.c
* plug-ins/common/redeye.c -> red-eye-removal.c
* plug-ins/common/retinex.c -> contrast-retinex.c
* plug-ins/common/sample_colorize.c -> sample-colorize.c
* plug-ins/common/scatter_hsv.c -> noise-hsv.c
* plug-ins/common/sel_gauss.c -> blur-gauss-selective.c
* plug-ins/common/semiflatten.c -> semi-flatten.c
* plug-ins/common/smooth_palette.c -> smooth-palette.c
* plug-ins/common/snoise.c -> noise-solid.c
* plug-ins/common/sobel.c -> edge-sobel.c
* plug-ins/common/spheredesigner.c -> sphere-designer.c
* plug-ins/common/spread.c -> noise-spread.c
* plug-ins/common/struc.c -> apply-canvas.c
* plug-ins/common/threshold_alpha.c -> threshold-alpha.c
* plug-ins/common/tileit.c -> tile-small.c
* plug-ins/common/tiler.c -> tile-seamless.c
* plug-ins/common/uniteditor.c -> unit-editor.c
* plug-ins/common/unsharp.c -> unsharp-mask.c
* plug-ins/common/vinvert.c -> value-invert.c
* plug-ins/common/vpropagate.c -> value-propagate.c
* plug-ins/common/webbrowser.c -> web-browser.c
* plug-ins/common/whirlpinch.c -> whirl-pinch.c
* plug-ins/common/zealouscrop.c -> crop-zealous.c
* plug-ins/common/plugin-defs.pl: changed accordingly.
* plug-ins/common/Makefile.am: regenerated.
svn path=/trunk/; revision=25192
2008-03-24 15:29:55 +00:00
Sven Neumann
87c4afcfdb
fixed potential crash on empty 16 bit images.
...
2008-03-24 Sven Neumann <sven@gimp.org>
* plug-ins/common/dicom.c (dicom_loader): fixed potential crash
on
empty 16 bit images.
svn path=/trunk/; revision=25186
2008-03-23 23:16:50 +00:00
Michael Natterer
af5a9cdcbe
Remove svn:executable property.
...
svn path=/trunk/; revision=25185
2008-03-23 22:03:24 +00:00
Michael Natterer
f63a7153ef
Remove the toolbox menu:
...
2008-03-21 Michael Natterer <mitch@gimp.org>
Remove the toolbox menu:
* configure.in: remove --enable-toolbox-menu option.
* menus/Makefile.am
* menus/toolbox-menu.xml.in: removed.
* menus/image-menu.xml.in: add the debug menu here.
* menus/menus.xsl: remove transformations depending on whether
there is a toolbox menu or not.
* app/menus/Makefile.am
* app/menus/toolbox-menu.[ch]: removed.
* app/menus/menus.c: remove the toolbox menu but keep the
<Toolbox> UI manager around so we can configure its actions
separate from normal docks.
* app/actions/image-actions.c (image_actions): remove the action
for the toolbox menubar.
* app/widgets/gimptoolbox.c: remove all menu code.
* app/plug-in/plug-in-menu-path.c: map plug-in registered toolbox
menu items to their new location in the image menu
unconditionally.
* plug-ins/common/screenshot.c
* plug-ins/common/uniteditor.c
* plug-ins/script-fu/script-fu.c
* plug-ins/script-fu/scripts/web-browser.scm
* plug-ins/twain/twain.c
* plug-ins/winsnap/winsnap.c: remove menu registrations under
<Toolbox>/File and change <Toolbox>/Help to <Image>/Help. Leave
<Toolbox>/Xtns untouched until its final location and name are
decided.
svn path=/trunk/; revision=25156
2008-03-21 17:55:32 +00:00
Sven Neumann
6c722dff53
added a sanity check and abort when the image is too large.
...
2008-03-20 Sven Neumann <sven@gimp.org>
* plug-ins/common/gif-save.c: added a sanity check and abort when
the image is too large.
svn path=/trunk/; revision=25136
2008-03-20 09:29:04 +00:00