- 13 Sep, 2004 1 commit
-
-
Sven Neumann authored
2004-09-13 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: some code cleanup.
-
- 21 Jul, 2004 1 commit
-
-
Michael Natterer authored
2004-07-21 Michael Natterer <mitch@gimp.org> * app/widgets/gimptemplateeditor.c * plug-ins/common/gif.c * plug-ins/common/jpeg.c: set GTK_SHADOW_IN on scrolled windows of text views. Fixes bug #148025.
-
- 13 Jul, 2004 1 commit
-
-
Sven Neumann authored
2004-07-13 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: override the output_message error handler in order to propagate warnings to the user interface (related to bug #145212).
-
- 07 Jul, 2004 1 commit
-
-
Manish Singh authored
2004-07-07 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c: Don't try to load EXIF data if any warnings happened, cause that likely means corruption and libexif doesn't handle that very happily. Addresses bug #145212. Perhaps the error and warning messages should be propagated to the user in the GUI somehow, currently they are not.
-
- 21 Jun, 2004 1 commit
-
-
Sven Neumann authored
2004-06-21 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.[ch] * libgimpwidgets/gimpwidgets.def: added new utility function gimp_label_set_attributes(). * app/display/gimpdisplayshell.c * app/gui/preferences-dialog.c * app/gui/resolution-calibrate-dialog.c * app/widgets/gimpviewabledialog.c * app/widgets/gimpwidgets-utils.c: use the new function. * app/widgets/gimpcontainergridview.c * app/widgets/gimphistogrameditor.c: display the name in italic. * plug-ins/common/jpeg.c: display the file size in italic.
-
- 20 Jun, 2004 1 commit
-
-
Sven Neumann authored
2004-06-20 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: removed redundant hboxes and other layout cleanups.
-
- 19 Jun, 2004 1 commit
-
-
William Skaggs authored
* plug-ins/common/jpeg.c: more changes to save dialog. Moved comment field to Advanced area. Don't set restart marker frequency stuff insensitive. Changed range for quality scale from 0-1 to 0-100 to follow the jpeg spec (but left allowable range for pdb at 0-1 to avoid breaking anything).
-
- 18 Jun, 2004 1 commit
-
-
William Skaggs authored
* plug-ins/common/jpeg.c: redid save dialog along lines suggested in bug # 138929 Only create an exif data parasite on loading file if the file actually contains exif data. Call exif data parasite "exif-data" instead of "jpeg-exif-data", because it should be interchangeable with TIFF exif data.
-
- 19 May, 2004 1 commit
-
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * plug-ins/common/hot.c * plug-ins/common/iwarp.c * plug-ins/common/jpeg.c * plug-ins/common/lic.c * plug-ins/common/mail.c: HIG-ified.
-
- 14 May, 2004 1 commit
-
-
Sven Neumann authored
2004-05-14 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/fileops.pdb: added new PDB function gimp_register_file_handler_mime() that allows to associate a MIME type with a file procecdurre. * app/pdb/fileops_cmds.c * app/pdb/internal_procs.c * libgimp/gimpfileops_pdb.[ch]: regenerated. * app/plug-in/plug-in-proc.[ch] * app/plug-in/plug-in-rc.c * app/plug-in/plug-ins.[ch]: store a mimetype with file procedures. * app/actions/file-commands.c * app/core/gimpdocumentlist.[ch] * app/core/gimpimagefile.[ch] * app/file/file-open.[ch] * app/file/file-save.c: set the thumbnail's mimetype from the file procedure used to load/save the image. * app/xcf/xcf.c * plug-ins/bmp/bmp.c * plug-ins/common/csource.c * plug-ins/common/dicom.c * plug-ins/common/gif.c * plug-ins/common/gifload.c * plug-ins/common/jpeg.c * plug-ins/common/mng.c * plug-ins/common/png.c * plug-ins/common/postscript.c * plug-ins/common/psd.c * plug-ins/common/psd_save.c * plug-ins/common/sunras.c * plug-ins/common/svg.c * plug-ins/common/tga.c * plug-ins/common/tiff.c * plug-ins/common/wmf.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c * plug-ins/common/xwd.c * plug-ins/faxg3/faxg3.c * plug-ins/winicon/main.c: register a mimetype, set a translatable action name (taken from shared-mime-info) and register to the <Load> and <Save> menus using gimp_plugin_menu_register().
-
- 20 Apr, 2004 1 commit
-
-
Sven Neumann authored
2004-04-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpintcombobox.[ch]: added new widget GimpIntComboBox, a GtkComboBox with a simple list store to hold a label and an associated integer value. This is going to replace gimp_int_option_menu. * plug-ins/common/jpeg.c * plug-ins/print/gimp_main_window.c: ported these two plug-ins to the newly added widget. 2004-04-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpintcombobox.sgml: added docs for the new GimpIntComboBox widget.
-
- 17 Apr, 2004 1 commit
-
-
Henrik Brix Andersen authored
2004-04-17 Henrik Brix Andersen <brix@gimp.org> * plug-ins/common/jpeg.c (save_dialog): live preview doesn't modify the undo history of the image anymore, label changed accordingly. Fixes bug #140296.
-
- 09 Apr, 2004 1 commit
-
-
Manish Singh authored
2004-04-09 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c: Uglier workaround for bug #138357, since the previous one did break error handling. Fixes bug #139571.
-
- 02 Apr, 2004 1 commit
-
-
Dave Neary authored
2004-04-02 Dave Neary <bolsh@gimp.org> * plug-ins/common/jpeg.c: Added .jpe to the list of extensions that the jpeg plug-in recognises. Fixes bug #138776.
-
- 29 Mar, 2004 1 commit
-
-
Manish Singh authored
2004-03-29 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c (struct my_error_mgr): Move setjump_buffer to the beginning of the structure, to make sure it is aligned on a 16-byte boundary for ia64, even with icc. Fixes #138357.
-
- 14 Mar, 2004 1 commit
-
-
Simon Budig authored
2004-03-14 Simon Budig <simon@gimp.org> * plug-ins/common/jpeg.c: No need to use an undo_group *and* freeze/thaw an image. Just using the latter keeps the undo history ok in both directions. Also call gimp_displays_flush() to make sure the undo keyboard shortcuts are enabled after the plugin ends.
-
- 20 Jan, 2004 1 commit
-
-
Michael Natterer authored
2004-01-20 Michael Natterer <mitch@gimp.org> * app/widgets/gimphelp-ids.h: added help IDs for the libgimp export and unit dialogs. * libgimp/gimpexport.c * libgimpwidgets/gimpunitmenu.c: replaced html links by the new help IDs. * plug-ins/*/*.c: replaced all html help links by help IDs. A plug-in's help ID is its procedure name with '_' relaced by '-'. (e.g. file_tiff_save's help ID is file-tiff-save) Did some random indentation and whitespace cleanup.
-
- 19 Jan, 2004 2 commits
-
-
Michael Natterer authored
2004-01-19 Michael Natterer <mitch@gimp.org> * plug-ins/bmp/bmpread.c * plug-ins/common/gif.c * plug-ins/common/jpeg.c * plug-ins/common/pcx.c * plug-ins/common/pix.c * plug-ins/common/pnm.c * plug-ins/common/sunras.c * plug-ins/common/xpm.c * plug-ins/xjt/xjt.c: some more gimp_filename_to_utf8().
-
Michael Natterer authored
2004-01-19 Michael Natterer <mitch@gimp.org> * plug-ins/FractalExplorer/Dialogs.c * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/bmp/bmpread.c * plug-ins/bmp/bmpwrite.c * plug-ins/common/CEL.c * plug-ins/common/CML_explorer.c * plug-ins/common/bz2.c * plug-ins/common/channel_mixer.c * plug-ins/common/curve_bend.c * plug-ins/common/dicom.c * plug-ins/common/gbr.c * plug-ins/common/gif.c * plug-ins/common/gifload.c * plug-ins/common/gih.c * plug-ins/common/gtm.c * plug-ins/common/gz.c * plug-ins/common/hrz.c * plug-ins/common/jpeg.c * plug-ins/common/mail.c * plug-ins/common/pat.c * plug-ins/common/pcx.c * plug-ins/common/png.c * plug-ins/common/pnm.c * plug-ins/common/ps.c * plug-ins/common/psd.c * plug-ins/common/psd_save.c * plug-ins/common/psp.c * plug-ins/common/spheredesigner.c * plug-ins/common/sunras.c * plug-ins/common/svg.c * plug-ins/common/tga.c * plug-ins/common/tiff.c * plug-ins/common/wmf.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c * plug-ins/common/xwd.c * plug-ins/faxg3/faxg3.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/gfig/gfig.c * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/gimpressionist/ppmtool.c * plug-ins/helpbrowser/domain.c * plug-ins/ifscompose/ifscompose.c * plug-ins/sgi/sgi.c * plug-ins/xjt/xjt.c: use gimp_filename_to_utf8() for filenames passed to g_message() and gimp_progress_init(). Definitely missed lots of other places but it's a start...
-
- 08 Jan, 2004 1 commit
-
-
Raphaël Quinet authored
2004-01-08 Raphaël Quinet <quinet@gamers.org> * plug-ins/common/jpeg.c: applied a (slightly modified) patch from keith@goatman.me.uk, fixing a problem with the save dialog for grayscale images and a small rounding error in the JPEG quality level. Fixes bug #130912.
-
- 12 Dec, 2003 1 commit
-
-
Michael Natterer authored
2003-12-12 Michael Natterer <mitch@gimp.org> * plug-ins/FractalExplorer/Dialogs.c * plug-ins/fp/fp_gtk.c * plug-ins/gfig/gfig-preview.c * plug-ins/ifscompose/ifscompose.c * plug-ins/maze/maze_face.c * plug-ins/pagecurl/pagecurl.c * plug-ins/rcm/rcm_dialog.c * plug-ins/winsnap/winsnap.c * plug-ins/xjt/xjt.c * plug-ins/common/*.c: don't set GTK_SHADOW_ETCHED_IN on GtkFrames, it's the default and just clutters the code.
-
- 10 Dec, 2003 1 commit
-
-
David Odin authored
-
- 05 Dec, 2003 1 commit
-
-
Michael Natterer authored
2003-12-05 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/image.pdb: removed gimp_image_undo_*() functions... * tools/pdbgen/pdb/undo.pdb: ...and added them here. Renamed gimp_undo_push_group_start,end() to gimp_image_undo_group_start,end(). * app/pdb/procedural_db.c * libgimp/gimpcompat.h: added compat stuff for the old undo group API. * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/undo_cmds.c * libgimp/gimpimage_pdb.[ch] * libgimp/gimpundo_pdb.[ch]: regenerated. * plug-ins/common/align_layers.c * plug-ins/common/colortoalpha.c * plug-ins/common/curve_bend.c * plug-ins/common/iwarp.c * plug-ins/common/jpeg.c * plug-ins/common/rotate.c * plug-ins/common/tile.c * plug-ins/common/zealouscrop.c * plug-ins/gfig/gfig.c * plug-ins/ifscompose/ifscompose.c * plug-ins/pagecurl/pagecurl.c * plug-ins/script-fu/scripts/*.scm: changed accordingly. 2003-12-05 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpundo.sgml: follow undo API changes.
-
- 15 Nov, 2003 1 commit
-
-
Michael Natterer authored
2003-11-15 Michael Natterer <mitch@gimp.org> * plug-ins/FractalExplorer/Dialogs.c * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/bmp/bmpread.c * plug-ins/bmp/bmpwrite.c * plug-ins/common/CEL.c * plug-ins/common/CML_explorer.c * plug-ins/common/animoptimize.c * plug-ins/common/bz2.c * plug-ins/common/convmatrix.c * plug-ins/common/curve_bend.c * plug-ins/common/dicom.c * plug-ins/common/gauss_iir.c * plug-ins/common/gauss_rle.c * plug-ins/common/gbr.c * plug-ins/common/gif.c * plug-ins/common/gifload.c * plug-ins/common/gih.c * plug-ins/common/grid.c * plug-ins/common/gtm.c * plug-ins/common/gz.c * plug-ins/common/hrz.c * plug-ins/common/jpeg.c * plug-ins/common/mail.c * plug-ins/common/mapcolor.c * plug-ins/common/pat.c * plug-ins/common/pcx.c * plug-ins/common/pix.c * plug-ins/common/png.c * plug-ins/common/pnm.c * plug-ins/common/ps.c * plug-ins/common/psd.c * plug-ins/common/psd_save.c * plug-ins/common/psp.c * plug-ins/common/sel_gauss.c * plug-ins/common/spheredesigner.c * plug-ins/common/sunras.c * plug-ins/common/svg.c * plug-ins/common/tga.c * plug-ins/common/tiff.c * plug-ins/common/wmf.c * plug-ins/common/xbm.c * plug-ins/common/xwd.c * plug-ins/faxg3/faxg3.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/gfig/gfig.c * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/gimpressionist/brush.c * plug-ins/gimpressionist/ppmtool.c * plug-ins/helpbrowser/domain.c * plug-ins/ifscompose/ifscompose.c * plug-ins/sgi/sgi.c * plug-ins/twain/twain.c * plug-ins/winsnap/winsnap.c * plug-ins/xjt/xjt.c: removed explicit newlines from messages. Made file open/save messages the same all over the place. Reduced number of translatable strings by adding some more "standard" messages. Removed plug-in names from messages. Added some random mnemonics. Unmarked some strings for translation and added some that were forgotten. General message cleanup. Removed trailing whitespace.
-
- 14 Nov, 2003 1 commit
-
-
Manish Singh authored
2003-11-14 Manish Singh <yosh@gimp.org> * libgimpwidgets/gimpwidgets.[ch]: implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which are the same as gimp_option_menu_new2 and gimp_radio_group_new2, but they take integers as values to map instead of gpointers, which avoids casts in pretty much all uses of it in the tree. * app/gui/image-commands.c * app/gui/offset-dialog.c * app/widgets/gimppropwidgets.c * app/widgets/gimpwidgets-constructors.c * libgimpwidgets/gimpmemsizeentry.c * modules/cdisplay_colorblind.c * plug-ins/FractalExplorer/Dialogs.c * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/common/AlienMap.c * plug-ins/common/AlienMap2.c * plug-ins/common/CML_explorer.c * plug-ins/common/align_layers.c * plug-ins/common/blinds.c * plug-ins/common/borderaverage.c * plug-ins/common/bumpmap.c * plug-ins/common/curve_bend.c * plug-ins/common/deinterlace.c * plug-ins/common/edge.c * plug-ins/common/emboss.c * plug-ins/common/fractaltrace.c * plug-ins/common/gif.c * plug-ins/common/hot.c * plug-ins/common/iwarp.c * plug-ins/common/jigsaw.c * plug-ins/common/jpeg.c * plug-ins/common/lic.c * plug-ins/common/mail.c * plug-ins/common/max_rgb.c * plug-ins/common/mblur.c * plug-ins/common/mng.c * plug-ins/common/mosaic.c * plug-ins/common/nlfilt.c * plug-ins/common/papertile.c * plug-ins/common/pnm.c * plug-ins/common/ps.c * plug-ins/common/psp.c * plug-ins/common/ripple.c * plug-ins/common/shift.c * plug-ins/common/sinus.c * plug-ins/common/sparkle.c * plug-ins/common/struc.c * plug-ins/common/sunras.c * plug-ins/common/tiff.c * plug-ins/common/waves.c * plug-ins/common/wind.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/gfig/gfig.c * plug-ins/gimpressionist/color.c * plug-ins/gimpressionist/orientmap.c * plug-ins/gimpressionist/placement.c * plug-ins/maze/maze_face.c * plug-ins/sgi/sgi.c: Use gimp_int_option_menu_new and gimp_int_radio_group_new. * plug-ins/common/CML_explorer.c: make function_graph_new take a gpointer *data instead of a gpointer data, and properly pass an int through it. * plug-ins/common/mng.c: mark menu strings for translation. * plug-ins/rcm/rcm.c: remove initialization for Success member in RcmParams, since it's gone now.
-
- 11 Nov, 2003 1 commit
-
-
Michael Natterer authored
2003-11-11 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpdialog.[ch] (gimp_dialog_run): new function which does the same as gtk_dialog_run() except it does not make the dialog modal. * app/gui/resolution-calibrate-dialog.c * libgimp/gimpexport.c * plug-ins/*/*.c: use gimp_dialog_run() instead of gtk_dialog_run(). * plug-ins/common/grid.c: set update_continuous to TRUE for the GimpColorButtons so this feature gets some testing.
-
- 06 Nov, 2003 1 commit
-
-
Michael Natterer authored
2003-11-06 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpdialog.[ch]: removed our own action_area API and use GtkDialog's one. Create all dialogs without separator. Changed almost everything else too. Fixes bug #125143. * libgimpwidgets/gimpquerybox.c * libgimpwidgets/gimpunitmenu.c: changed accordingly. * libgimp/gimpexport.[ch]: ditto. Renamed enum GimpExportReturnType to GimpExportReturn. * libgimp/gimpcompat.h: added a #define for the old name. * themes/Default/gtkrc: increased action_area border to 6 pixels. * app/display/gimpdisplayshell-filter-dialog.c * app/display/gimpdisplayshell-scale.c * app/display/gimpprogress.c * app/gui/brush-select.c * app/gui/channels-commands.c * app/gui/color-notebook.c * app/gui/convert-dialog.c * app/gui/file-new-dialog.c * app/gui/font-select.c * app/gui/gradient-editor-commands.c * app/gui/gradient-select.c * app/gui/grid-dialog.c * app/gui/image-commands.c * app/gui/info-window.c * app/gui/layers-commands.c * app/gui/module-browser.c * app/gui/offset-dialog.c * app/gui/palette-import-dialog.c * app/gui/palette-select.c * app/gui/pattern-select.c * app/gui/preferences-dialog.c * app/gui/qmask-commands.c * app/gui/resize-dialog.c * app/gui/resolution-calibrate-dialog.c * app/gui/stroke-dialog.c * app/gui/templates-commands.c * app/gui/user-install-dialog.c * app/gui/vectors-commands.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpimagemaptool.c * app/tools/gimpmeasuretool.c * app/tools/gimptransformtool.c * app/widgets/gimptexteditor.c * app/widgets/gimptooldialog.[ch] * app/widgets/gimpviewabledialog.[ch] * app/widgets/gimpwidgets-utils.c: changed accordingly and increased the dialogs' outer borders to 6 pixels all over the place. * plug-ins/*/*.c: changed accordingly. The plug-ins may be arbitrarily broken, I tested none of them.
-
- 24 Oct, 2003 1 commit
-
-
Sven Neumann authored
2003-10-25 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: disable the progress bar when loading a preview for the JPEG dialog.
-
- 24 Sep, 2003 1 commit
-
-
Dave Neary authored
2003-09-24 Dave Neary <bolsh@gimp.org> * plug-ins/common/jpeg.c: Set default value for toggle, and only have it span one table cell.
-
- 23 Sep, 2003 2 commits
-
-
Dave Neary authored
2003-09-23 Dave Neary <bolsh@gimp.org> * plug-ins/common/jpeg.c: Fixed minor mistake in last commit.
-
Dave Neary authored
2003-09-23 Dave Neary <bolsh@gimp.org> * plug-ins/common/jpeg.c: Allow discarding of exif data if HAVE_EXIF is enabled, and the user doesn't want to keep it. Closes bug #118384.
-
- 13 Sep, 2003 1 commit
-
-
Maurits Rijk authored
Extracted a few reusable routines from several plug-ins and introduced them. The imagemap plug-in now uses the stock Gimp grid icon.
-
- 05 Aug, 2003 1 commit
-
-
Raphael Quinet authored
2003-08-05 Raphael Quinet <quinet@gamers.org> * plug-ins/common/jpeg.c (DEFAULT_QUALITY): increase the default quality setting from 0.75 to 0.85, as requested in bug #61088 and in bug #63610. This seems to be a more reasonable default for most users. The correct way to solve this problem would be to implement the persistent preferences as described in bug #63610, but this quick fix should take care of the most annoying problem.
-
- 03 Jul, 2003 2 commits
-
-
Sven Neumann authored
2003-07-03 Sven Neumann <sven@gimp.org> * plug-ins/common/blur.c * plug-ins/common/gifload.c * plug-ins/common/gih.c * plug-ins/common/gqbist.c * plug-ins/common/jpeg.c * plug-ins/common/mapcolor.c * plug-ins/common/pcx.c * plug-ins/common/png.c * plug-ins/common/ps.c * plug-ins/common/psd.c * plug-ins/common/psp.c * plug-ins/common/randomize.c * plug-ins/common/sinus.c * plug-ins/common/snoise.c * plug-ins/common/tga.c * plug-ins/common/wmf.c * plug-ins/common/xbm.c * plug-ins/fp/fp.h * plug-ins/fp/fp_gdk.c * plug-ins/fp/fp_gtk.c * plug-ins/gfig/gfig.c * plug-ins/gflare/gflare.c * plug-ins/gimpressionist/brush.c * plug-ins/gimpressionist/paper.c * plug-ins/gimpressionist/ppmtool.c * plug-ins/gimpressionist/preview.c * plug-ins/ifscompose/ifscompose_utils.c * plug-ins/script-fu/script-fu-server.c * plug-ins/xjt/xjt.c: fixed some minor code issues found compiling with -pedantic.
-
Manish Singh authored
2003-07-03 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c: fix spelling of "quality" in comment * tools/pdbgen/*.pl: update copyright strings to 2003 * libgimp/gimpenums.h * libgimp/*_pdb.[ch] * app/pdb/*_cmds.[ch] * app/pdb/internal_procs.[ch] * plug-ins/pygimp/gimpenums.py * plug-ins/script-fu/script-fu-constants.c: regenerated
-
- 02 Jul, 2003 1 commit
-
-
Sven Neumann authored
2003-07-02 Sven Neumann <sven@gimp.org> * plug-ins: more plug-ins adapted to libgimp changes. Includes fix for #12582.
-
- 22 Jun, 2003 1 commit
-
-
Dave Neary authored
2003-06-22 Dave Neary <bolsh@gimp.org> * configure.in * plug-ins/common/Makefile.am * plug-ins/common/jpeg.c: Add support for the keeping of EXIF information in jpeg files. This is step 1 in the overall plan to an all-singing, all-dancing metadata editor. Next step is to do the same thing for TIFFs, then to do both properly as a number of parasites rather than one big one, and then to allow a generic metadata editor, as well as (possibly) adding a nice way to manipulate exif data in the jpeg plug-in while saving. This is a modified patch of one posted to the devel list by Lutz Muller in February 2002, and subsequently added to bug #56443. Sorry it took so long Lutz.
-
- 13 Jun, 2003 1 commit
-
-
Michael Natterer authored
2003-06-13 Michael Natterer <mitch@gimp.org> Cleaned up and improved the message system: * app/core/gimp.[ch]: added "const gchar *domain" to GimpMessageFunc (a NULL domain means the message is from the GIMP core, everything else is a plug-in). * app/errors.c: pass "domain == NULL" to gimp_message(). * tools/pdbgen/pdb/message.pdb: derive the message domain from the current plug-in's menu_path (evil hack but works reasonably well). * app/pdb/message_cmds.c: regenerated. * app/widgets/gimpwidgets-utils.[ch] (gimp_message_box): added a header showing the message domain and changed the dialog layout to follow the HIG more closely. * app/gui/error-console-dialog.[ch]: removed. * app/widgets/gimperrorconsole.[ch] * app/gui/error-console-commands.[ch] * app/gui/error-console-menu.[ch]: new files containing a re-implementation of the error console dialog. * app/gui/Makefile.am * app/gui/dialogs-constructors.c * app/gui/gui.c * app/gui/menus.c * app/widgets/Makefile.am * app/widgets/widgets-types.h: changed accordingly. * app/display/gimpprogress.c: added more spacing and removed the separator (more HIG compliant). * plug-ins/[most plug-ins].c: Changed lots of messages and progress strings: - Removed plug-in names from messages since that's automatically covered by "domain" now. - Put all filenames in ''. - Changed "Loading" to "Opening". - Added "..." to all progress messages. - Cleaned up all file open/save error messages to look the same and include g_strerror(errno). - Removed special casing for progress bars and *always* show them, not only if run_mode != GIMP_RUN_NONINTERACTIVE (we can't expect all plug-ins to do this correctly but need to hack the core to sort out unwanted progress bars). Unrelated: - Cleaned up indentation, spacing, #includes, coding style and other stuff while I was at all these files.
-
- 13 May, 2003 1 commit
-
-
Dave Neary authored
2003-05-12 Dave Neary <bolsh@gimp.org> * plug-ins/common/csource.c * plug-ins/common/jpeg.c * plug-ins/common/tiff.c: If no comment is set on a GimpImage when it arrives to be saved, don't attach one. Fixes bug #98490 - and removes code which does what is suggested in bug #98485 as correct behaviour.
-
- 28 Apr, 2003 1 commit
-
-
Michael Natterer authored
2003-04-28 Michael Natterer <mitch@gimp.org> * plug-ins/common/jpeg.c: default to not showing the in-display JPEG preview and warn the user that enabling it will modify the image's undo history. Fixes bug #109464.
-