- 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.
-
- 25 Mar, 2003 1 commit
-
-
Sven Neumann authored
2003-03-25 Sven Neumann <sven@gimp.org> * Makefile.am * gimpintl.h: removed this header file. * gimpmiscui.c: include libgimp-intl.h. * gimp.c (gimp_main): call setlocale() and bind to the libgimp textdomain so that plug-ins don't need to do that explicitely. * libgimp/stdplugins-intl.h: added the functionality that used to live in gimpintl.h and removed the libgimp related stuff. Got rid of the INIT_I18N_UI() macro. * plug-ins/*/*.c: removed all occurances of INIT_I18N_UI(). Plug-ins simply call INIT_I18N() once in their run() function. * plug-ins/script-fu/script-fu-intl.h: added the functionality that used to live in gimpintl.h and removed the libgimp related stuff. * app/Makefile.am * app/gimp-intl.h: new file that defines the gettext macros for the GIMP core. * app/*/*.c: include gimp-intl.h instead of libgimp/gimpintl.h. * plug-ins/script-fu/scripts/test-sphere.scm: fixed typos.
-
- 10 Feb, 2003 1 commit
-
-
Sven Neumann authored
2003-02-10 Sven Neumann <sven@gimp.org> * plug-ins/common/gifload.c (DoExtension) * plug-ins/common/jpeg.c (load_image): UTF-8 validate the comment before setting it as a parasite.
-
- 05 Feb, 2003 1 commit
-
-
Manish Singh authored
2003-02-05 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c (run): if the quality level is close to zero in non-interactive mode, use default settings. This is hack until the PDB gets default arguments, so gimp-file-save works sanely with jpeg.
-
- 31 Jan, 2003 1 commit
-
-
Manish Singh authored
2003-01-30 Manish Singh <yosh@gimp.org> * app/undo_history.c * libgimp/gimpmenu.c * plug-ins/Lighting/lighting_preview.c * plug-ins/common/animationplay.c * plug-ins/common/jpeg.c * plug-ins/common/screenshot.c * plug-ins/gap/gap_navigator_dialog.c * plug-ins/gflare/gflare.c * plug-ins/ifscompose/ifscompose.c * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_polygon.c: changed gtk_{timeout,idle} stuff to their glib equivalents. Minor cleanups also with support code. * plug-ins/dbbrowser/dbbrowser_utils.c (gimp_db_browser): use gtk_entry_set_activates_default()
-
- 30 Jan, 2003 1 commit
-
-
Manish Singh authored
2003-01-29 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c (load_image): don't divide by zero if we get all zero resolution info when we load the jpeg.
-
- 07 Jan, 2003 1 commit
-
-
Manish Singh authored
2003-01-06 Manish Singh <yosh@gimp.org> * lots of files in plug-ins: cleanup, removed unecessary G_OBJECT() casts.
-
- 17 Dec, 2002 1 commit
-
-
Sven Neumann authored
2002-12-17 Sven Neumann <sven@gimp.org> * app/main.c: merged fix for #71409 from stable branch. * plug-ins/common/jpeg.c: merged fix for #75398 from stable branch.
-
- 04 Aug, 2002 1 commit
-
-
Manish Singh authored
2002-08-03 Manish Singh <yosh@gimp.org> * configure.in: make sure -lm is in $LIBS for the finite/isfinite test, fixes issues on newer FreeBSD * plug-ins/common/jpeg.c: cast statbuf.st_size to glong for g_snprintf
-
- 28 May, 2002 1 commit
-
-
Sven Neumann authored
2002-05-28 Sven Neumann <sven@gimp.org> * NEWS: updated. * plug-ins/common/jpeg.c (background_jpeg_save): cast stat.st_size to gint to avoid compiler warning with large file support. This will fail for JPEG files > 2GB but I doubt this is a real problem.
-
- 11 Feb, 2002 1 commit
-
-
Sven Neumann authored
2002-02-11 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: merged fix for bug #69127 from stable branch.
-
- 29 Dec, 2001 1 commit
-
-
Michael Natterer authored
2001-12-29 Michael Natterer <mitch@gimp.org> * app/gimpprogress.c * app/nav_window.c * app/ops_buttons.c * app/undo_history.c * app/display/gimpdisplayshell.c * app/gui/about-dialog.c * app/gui/brush-editor.c * app/gui/channels-commands.c * app/gui/color-area.c * app/gui/color-notebook.c * app/gui/color-select.c * app/gui/colormap-dialog.c * app/gui/convert-dialog.c * app/gui/device-status-dialog.c * app/gui/file-new-dialog.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * app/gui/gradient-editor.c * app/gui/info-dialog.c * app/gui/layers-commands.c * app/gui/module-browser.c * app/gui/offset-dialog.c * app/gui/palette-editor.c * app/gui/palettes-commands.c * app/gui/paths-dialog.c * app/gui/qmask-commands.c * app/gui/resize-dialog.c * app/gui/resolution-calibrate-dialog.c * app/gui/splash.c * app/gui/tips-dialog.c * app/gui/toolbox.c * app/gui/user-install-dialog.c * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpcurvestool.c * app/tools/gimphuesaturationtool.c * app/tools/gimpinktool.c * app/tools/gimplevelstool.c * app/tools/gimpposterizetool.c * app/tools/gimprotatetool.c * app/tools/gimpthresholdtool.c * app/tools/paint_options.c * app/tools/selection_options.c * app/widgets/gimpchannellistview.c * app/widgets/gimpcolorpanel.c * app/widgets/gimpcomponentlistitem.c * app/widgets/gimpconstrainedhwrapbox.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainerlistview.c * app/widgets/gimpcontainermenuimpl.c * app/widgets/gimpdialogfactory.c * app/widgets/gimpdnd.c * app/widgets/gimpdock.c * app/widgets/gimpdockbook.c * app/widgets/gimpdrawablelistitem.c * app/widgets/gimpdrawablelistview.c * app/widgets/gimpfontselection-dialog.c * app/widgets/gimphistogramview.c * app/widgets/gimpitemfactory.c * app/widgets/gimplayerlistitem.c * app/widgets/gimplistitem.[ch] * app/widgets/gimpmenuitem.c * app/widgets/gimppreview.[ch] * app/widgets/gtkhwrapbox.c * app/widgets/gtkvwrapbox.c * app/widgets/gtkwrapbox.c * libgimp/gimpbrushmenu.c * libgimp/gimpexport.c * libgimp/gimpgradientmenu.c * libgimp/gimpmenu.c * libgimp/gimppatternmenu.c * libgimpwidgets/gimpbutton.c * libgimpwidgets/gimpchainbutton.[ch] * libgimpwidgets/gimpcolorarea.h * libgimpwidgets/gimpcolorbutton.c * libgimpwidgets/gimpfileselection.c * libgimpwidgets/gimphelpui.c * libgimpwidgets/gimpoffsetarea.c * libgimpwidgets/gimppatheditor.c * libgimpwidgets/gimppixmap.h * libgimpwidgets/gimpquerybox.c * libgimpwidgets/gimpstock.[ch] * libgimpwidgets/gimpwidgets.h * plug-ins/FractalExplorer/Dialogs.c * plug-ins/FractalExplorer/Events.c * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/bmp/bmpwrite.c * plug-ins/dbbrowser/dbbrowser_utils.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/fp/fp_gtk.c * plug-ins/fp/fp_misc.c * plug-ins/gfig/gfig.c * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/gimpressionist/*.c * plug-ins/imagemap/*.[ch] * plug-ins/maze/maze_face.c * plug-ins/mosaic/mosaic.c * plug-ins/pagecurl/pagecurl.c * plug-ins/print/print_gimp.h * plug-ins/rcm/rcm_callback.c * plug-ins/rcm/rcm_dialog.c * plug-ins/rcm/rcm_misc.c * plug-ins/script-fu/script-fu-console.c * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/script-fu-server.c * plug-ins/sel2path/sel2path.c * plug-ins/sel2path/sel2path_adv_dialog.c * plug-ins/sgi/sgi.c * plug-ins/webbrowser/webbrowser.c * plug-ins/xjt/xjt.c * plug-ins/common/[A-n]*.c: compile with GTK_DISABLE_DEPRECATED defined. Not everything is fully ported yet, had to #undef GTK_DISABLE_DEPRECATED in many places and added #warnings when doing so. * pixmaps/Makefile.am * pixmaps/chain.xpm: removed. * themes/Default/Makefile.am * themes/Default/images/Makefile.am * themes/Default/images/stock-button-hchain-broken.png * themes/Default/images/stock-button-hchain.png * themes/Default/images/stock-button-vchain-broken.png * themes/Default/images/stock-button-vchain.png: new stock icons.
-
- 19 Dec, 2001 1 commit
-
-
Sven Neumann authored
2001-12-19 Sven Neumann <sven@gimp.org> * app/plug-in/Makefile.am * app/plug-in-proc/plug-in-proc.[ch]: new files. Started to split plug-in.c into smaller pieces. * app/plug-in/plug-in-types.h: namespacified GimpRunModeType enum and renamed it to GimpRunMode. * app/plug-in/plug-in.[ch] * app/gimphelp.c * app/file/file-open.[ch] * app/file/file-save.[ch] * app/file/file-utils.c * app/gui/file-commands.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * app/gui/paths-dialog.c * app/xcf/xcf.c * tools/pdbgen/pdb/fileops.pdb: changed accordingly. * app/pdb/fileops_cmds.c * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * libgimp/gimpfileops_pdb.[ch] * tools/pdbgen/enums.pl: regenerated. * libgimp/Makefile.am * libgimp/gimpcompat.h: added gimpcompat.h mostly as a place to document plug-in API changes. * plug-ins/*: changed all occurences of GimpRunModeType to GimpRunMode.
-
- 06 Dec, 2001 1 commit
-
-
David Odin authored
removing a bunch of unuseful static variables. Changed some g_malloc to g_new while I was on it.11
-
- 29 Nov, 2001 1 commit
-
-
Sven Neumann authored
2001-11-29 Sven Neumann <sven@gimp.org> * m4macros/gimp-1.4.m4: use gimptool-1.3. * app/display/gimpdisplayshell.c * app/gui/gui.c: cosmetic changes from Guillermo S. Romero. * plug-ins/common/*.c * plug-ins/script-fu/script-fu-scripts.c: applied patches from Guillermo S. Romero that change the button ordering. I had to redo some of the changes by hand since the patches didn't apply cleanly. Hopefully got it all right...
-
- 20 Nov, 2001 1 commit
-
-
Sven Neumann authored
2001-11-20 Sven Neumann <sven@gimp.org> * app/gui/preferences-dialog.c * plug-ins/common/gif.c * plug-ins/common/jpeg.c * plug-ins/common/mail.c: don't strip last character off when retrieving text from a GtkTextBuffer. There used to be a bug in GTK+ that made this necessary. It has been fixed in the meantime. * plug-ins/gimpressionist/size.c: merged string fix from stable branch.
-
- 11 Nov, 2001 1 commit
-
-
Manish Singh authored
2001-11-11 Manish Singh <yosh@gimp.org> * configure.in * app/Makefile.am * app/plug-in/Makefile.am * plug-ins/Makefile.am * modules/Makefile.am: fixes to build with automake 1.5 (just hacks to get it to work, real fixes to come later) * app/gui/preferences-dialog.c: unset GValue from tree model when we're done with it. * libgimpwidgets/gimpcolorarea.c * libgimpwidgets/gimpcolorbutton.c * libgimpwidgets/gimpsizeentry.[ch] * libgimpwidgets/gimpwidgets.[ch] * plug-ins/common/animationplay.c * plug-ins/common/colorify.c * plug-ins/common/curve_bend.c * plug-ins/common/diffraction.c * plug-ins/common/film.c * plug-ins/common/gbr.c * plug-ins/common/gee.c * plug-ins/common/gee_zoom.c * plug-ins/common/gicon.c * plug-ins/common/gih.c * plug-ins/common/gtm.c * plug-ins/common/jpeg.c * plug-ins/common/mail.c * plug-ins/common/pat.c * plug-ins/common/plugindetails.c * plug-ins/common/png.c * plug-ins/common/ps.c * plug-ins/common/sample_colorize.c * plug-ins/common/sinus.c * plug-ins/common/spheredesigner.c * plug-ins/common/tileit.c * plug-ins/common/uniteditor.c * plug-ins/common/xbm.c: gtk_widget_set_usize is deprecated. Use gtk_widget_set_size_request instead. * libgimpwidgets/gimpunitmenu.[ch]: changed to use GtkTreeView.
-
- 17 Sep, 2001 1 commit
-
-
Sven Neumann authored
2001-09-17 Sven Neumann <sven@gimp.org> * app/gimprc.c (gimprc_init): fixed a typo spotted by Ed Halley <ed@halley.cc>. * app/pdb/gimprc_cmds.c * app/pdb/internal_procs.c * libgimp/gimpgimprc_pdb.[ch]: added new PDB function gimp_get_default_comment() that allows to access the default image comment as set in the preferences. * plug-ins/common/csource.c * plug-ins/common/gif.c * plug-ins/common/jpeg.c * plug-ins/common/tiff.c: use gimp_get_default_comment() instead of a hardcoded string. * plug-ins/common/uniteditor.c: replaced deprecated GDK function gdk_color_alloc().
-
- 04 Sep, 2001 1 commit
-
-
Michael Natterer authored
2001-09-04 Michael Natterer <mitch@gimp.org> * plug-ins/common/jpeg.c: JPEG is back! Thanks to David Odin <dindinx@wanadoo.fr> for the patch. * plug-ins/common/.cvsignore * plug-ins/common/Makefile.am * plug-ins/common/plugin-defs.pl: build it again.
-
- 03 Aug, 2001 1 commit
-
-
Michael Natterer authored
-
- 29 Jul, 2001 1 commit
-
-
Sven Neumann authored
2001-07-29 Sven Neumann <sven@gimp.org> * 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/emboss.c * plug-ins/common/film.c * plug-ins/common/fractaltrace.c * plug-ins/common/gif.c * plug-ins/common/gih.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/newsprint.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/sample_colorize.c * plug-ins/common/screenshot.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/common/xbm.c: got rid of lots of compiler warnings by adding G_CALLBACK() casts and some const declarations.
-
- 28 Jul, 2001 1 commit
-
-
Hans Breuer authored
2001-07-28 Hans Breuer <hans@breuer.org> * */*/makefile.msc : updated for GTK2 build * app/widgets/makefile.msc : (new file) forgot this one last time * plug-ins/common/animationplay.c : reflect that GTK2 has its gdk<x|win32|fb>.h files in the back-end sub directories * plug-ins/common/gif.c : * plug-ins/common/jpeg.c : * plug-ins/dbbrowser/dbbrowser_utils.c : * plug-ins/gap/gap_dbbrowser_utils.c : * plug-ims/gimpressionist/presets.c : * plug-ims/gimpressionist/imap_setting.c : * plug-ims/gimpressionist/imap_source.c : * plug-ims/script-fu/script-fu-console.c : * plug-ims/script-fu/script-fu-scripts.c : #define GTK_ENABLE_BROKEN and include <gtk/gtktext.h> to make them compile/work again * plug-ins/common/spheredesigner.c : gtk_color_selction_set_opacity renamed to gtk_color_selction_set_current_alpha * plug-ins/gflare/gtkmultioptionmenu.c : ported ny removing the virtual draw function and style->xthickness and ythickness via direct access, klass field isn't available anymore * plug-ins/common/nlfilt.c : * plug-ims/gap/gap_movdialog.c : * plug-ims/gimpressionist/gimpressionist.c : gtk_widget_set_default_visible is neither available nor needed anymore * plug-ins/common/plugindetails.c : ported to GtkTextBuffer and reflect gtk_paned api changes * plug-ims/gimpressionist/imap_preview.c : replace GTK_WIDGET(a)->klass access by GTK_WIDGET_GET_CLASS(a) * plug-ims/gimpressionist/imap_selection.c : * plug-ims/gimpressionist/imap_toolbar.c : * plug-ims/gimpressionist/imap_tools.c : gtk_toolbar api changes
-
- 22 May, 2001 1 commit
-
-
Michael Natterer authored
2001-05-22 Michael Natterer <mitch@gimp.org> * libgimp/.cvsignore * libgimp/Makefile.am * libgimp/gimp.h * libgimp/gimpfeatures.h.in: removed gimpfeatures.h * libgimpbase/.cvsignore * libgimpbase/Makefile.am * libgimpbase/gimpbase.h * libgimpbase/gimpbasetypes.h * libgimpbase/gimpversion.h.in: and added it as gimpversion.h * configure.in: changed accordingly. * app/app_procs.c * app/main.c * app/gui/about-dialog.c * app/gui/splash.c * app/pdb/misc_cmds.c * tools/pdbgen/pdb/misc.pdb: fixed includes. * plug-ins/bmp/bmpread.c * plug-ins/bmp/bmpwrite.c * plug-ins/common/gif.c * plug-ins/common/gifload.c * plug-ins/common/jpeg.c * plug-ins/common/newsprint.c * plug-ins/common/ps.c * plug-ins/common/tiff.c * plug-ins/gdyntext/gdyntextcompat.h * plug-ins/gimpressionist/gimpressionist.c * plug-ins/perl/Gimp.xs * plug-ins/perl/Gimp/Lib.xs * plug-ins/pygimp/gimpmodule.c * tools/gimp-remote.c: removed all #ifdef GIMP_HAVE_BLAH conditionals as they are broken anyway since we changed all plug-ins with perl scripts shortly before 1.2. Also, refering to intermediate unstable releases is evil.
-
- 08 Apr, 2001 1 commit
-
-
Sven Neumann authored
2001-04-08 Sven Neumann <sven@gimp.org> * plug-ins/bmp/bmp.c * plug-ins/common/jpeg.c * plug-ins/common/mpeg.c * plug-ins/common/png.c * plug-ins/common/tiff.c * plug-ins/common/xpm.c * plug-ins/twain/twain.c * plug-ins/winsnap/winsnap.c: ported I18N initialization fixes from stable branch
-
- 03 Dec, 2000 1 commit
-
-
Sven Neumann authored
2000-12-03 Sven Neumann <sven@gimp.org> * app/layer.c * app/layers_dialog.c * plug-ins/common/jpeg.c: reviewed code in an attempt to fix the crash-on-jpeg-save. The only thing that I have changed (despite lots of indentation) is that we now connect the preview rewdraw using gtk_signal_connect_while_alive() which should keep gimp from trying to create previews of nonexistant drawables. Updated german translation.
-
- 08 Nov, 2000 3 commits
-
-
Sven Neumann authored
I commited... --Sven
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
2000-11-08 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: fixed the option_menu code for the DCT and subsampling options. Fixes bug #31253.
-
- 26 Sep, 2000 1 commit
-
-
Daniel Egger authored
Turned C++ style comments into C style ones.
-
- 24 Aug, 2000 2 commits
-
-
Tor Lillqvist authored
2000-08-24 Tor Lillqvist <tml@iki.fi> * README.win32: Update, tell people the MSVC makefiles are not up-to-date. * */makefile.msc: Add warning about being outdated. * */makefile.cygwin: Remove. * */makefile.mingw.in: New files replacing the makefile.cygwin files. * */Makefile.am: Change correspondingly. * configure.in: Generate corresponding makefile.mingw files. * app/about_dialog.c: Include <gdk/gdkconfig.h> for GDK_USE_UTF8_MBS. Add UTF-8 version of a string. * libgimp/gimp.c: Remove horrible Win32 hack, not needed any longer. * plug-ins/common/jpeg.c: Use g_message, not g_warning. * plug-ins/common/winclipboard.c * plug-ins/common/winprint.c: Remove COMPAT_CRUFT. * plug-ins/Lighting/lighing_apply.c: Fix for non-interactive mode bug, supplied by Piet van Oostrum. * tips/makefile.mingw: New file. * tips/Makefile.am: Add it.
-
Sven Neumann authored
2000-08-24 Sven Neumann <sven@gimp.org> * libgimp/gimpcompat.h * libgimp/gimpexport.[ch]: renamed CAN_HANDLE_INDEXED and friends. * plugins/bmp/bmp.c * plugins/common/aa.c * plugins/common/csource.c * plugins/common/gbr.c * plugins/common/gicon.c * plugins/common/gif.c * plugins/common/gpb.c * plugins/common/header.c * plugins/common/hrz.c * plugins/common/jpeg.c * plugins/common/pat.c * plugins/common/pcx.c * plugins/common/pix.c * plugins/common/png.c * plugins/common/pnm.c * plugins/common/ps.c * plugins/common/psp.c * plugins/common/sunras.c * plugins/common/tga.c * plugins/common/tiff.c * plugins/common/xbm.c * plugins/common/xpm.c * plugins/common/xwd.c * plug-ins/fits/fits.c * plugins/gfli/gfli.c * plugins/sgi/sgi.c: ditto
-
- 22 Aug, 2000 1 commit
-
-
Sven Neumann authored
2000-08-22 Sven Neumann <sven@gimp.org> * plug-ins/common/*.c: removed COMPAT_CRUFT.
-
- 25 Jul, 2000 1 commit
-
-
Seth Burgess authored
-
- 26 May, 2000 1 commit
-
-
Michael Natterer authored
2000-05-26 Michael Natterer <mitch@gimp.org> Final (1.2) libgimp namespace cleanup part I: * app/gimpbrushpipe.c * app/gimpdrawable.[ch] * app/gimpimage.[ch] * app/gimpparasite.[ch] * app/gimprc.c * app/image_new.c * app/parasite_cmds.c * app/parasitelist.[ch] * app/parasitelistP.h * app/plug_in.c * app/undo.c * app/xcf.c * libgimp/color_display.h * libgimp/gimp.[ch] * libgimp/gimpdrawable.c * libgimp/gimpimage.c * libgimp/gimpparasite.c * libgimp/gimpprotocol.c * libgimp/parasite.[ch] * libgimp/parasiteF.h * libgimp/parasiteP.h * libgimp/parasiteio.[ch] * modules/cdisplay_gamma.c * modules/cdisplay_highcontrast.c * plug-ins/common/csource.c * plug-ins/common/gif.c * plug-ins/common/gpb.c * plug-ins/common/jpeg.c * plug-ins/common/psp.c * plug-ins/common/tiff.c * plug-ins/common/xbm.c * plug-ins/gap/gap_exchange_image.c * plug-ins/gdyntext/gdyntext.c * plug-ins/ifscompose/ifscompose.c * plug-ins/xjt/xjt.c: s/Parasite/GimpParasite/g, s/parasite_*/gimp_parasite_*/g * libgimp/gimpcompat.h: added the old names. * tools/pdbgen/pdb.pl * tools/pdbgen/pdb/parasite.pdb: dito and an ugly perl hack to work around a substitution clash. Perl gurus, feel free to fix it.
-
- 22 May, 2000 1 commit
-
-
Michael Natterer authored
2000-05-22 Michael Natterer <mitch@gimp.org> * plug-ins/*: s/gimp_plugin_help_func/gimp_standard_help_func/ Coincidentially, my script also removed empty lines from the end of _all_ *.c file (not only from those which contained gimp_plugin_help_func).
-
- 01 May, 2000 1 commit
-
-
Michael Natterer authored
2000-05-01 Michael Natterer <mitch@gimp.org> * plug-ins/common/[h-p]*.c: use gimp_ui_init(). Minor cleanups like reordering includes consistently and removing trailing commas from enums and param defs.
-
- 10 Mar, 2000 1 commit
-
-
Sven Neumann authored
Simon Budigs patch sent to the list Sun, 20 Feb 2000 gimp-kirchgessner-000217-0 gimp-cosmin-20000212 gimp-mattias-000227-0 --Sven
-