- 02 Nov, 2004 8 commits
-
-
Michael Natterer authored
2004-11-02 Michael Natterer <mitch@gimp.org> * plug-ins/common/compressor.c (compressors): added missing bzip2 command lines for Win32.
-
Michael Natterer authored
2004-11-02 Michael Natterer <mitch@gimp.org> * plug-ins/bmp/bmpread.c * plug-ins/bmp/bmpwrite.c * plug-ins/common/CEL.c * plug-ins/common/animationplay.c * plug-ins/common/animoptimize.c * plug-ins/common/autostretch_hsv.c * plug-ins/common/c_astretch.c * plug-ins/common/ccanalyze.c * plug-ins/common/color_enhance.c * plug-ins/common/film.c * plug-ins/common/gee.c * plug-ins/common/gee_zoom.c * plug-ins/common/gif.c * plug-ins/common/gifload.c * plug-ins/common/grid.c * plug-ins/common/header.c * plug-ins/common/mng.c * plug-ins/common/normalize.c * plug-ins/common/pcx.c * plug-ins/common/png.c * plug-ins/common/pnm.c * plug-ins/common/postscript.c * plug-ins/common/psd.c * plug-ins/common/psd_save.c * plug-ins/common/raw.c * plug-ins/common/sunras.c * plug-ins/common/tga.c * plug-ins/common/tiff.c * plug-ins/common/tile.c * plug-ins/common/vinvert.c * plug-ins/common/winclipboard.c * plug-ins/common/winprint.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c * plug-ins/common/xwd.c * plug-ins/fits/fits.c * plug-ins/gfli/gfli.c * plug-ins/imagemap/imap_preview.c * plug-ins/print/print.c * plug-ins/pygimp/pygimp-image.c * plug-ins/winicon/main.c: use the new "colormap" functions instead of the deprecated "cmap" ones.
-
Michael Natterer authored
2004-11-02 Michael Natterer <mitch@gimp.org> More final API cleanup: * tools/pdbgen/pdb/image.pdb: added gimp_image_set,get_colormap() and deprecated set,get_cmap(). * libgimpwidgets/gimppreviewarea.[ch]: renamed gimp_preview_area_set_cmap() to set_colormap(). * libgimp/gimp.def * libgimp/gimpdrawablepreview.c * libgimp/gimpexport.c * libgimp/gimpimage.[ch] * libgimpwidgets/gimpwidgets.def: changed accordingly. * app/pdb/image_cmds.c * app/pdb/internal_procs.c * libgimp/gimpimage_pdb.[ch]: regenerated. (undeprecation of plug-ins will follow...)
-
Michael Natterer authored
2004-11-02 Michael Natterer <mitch@gimp.org> * app/tools/gimpcroptool.c (crop_recalc): added "gboolean recalc_highlight" and call gimp_display_shell_set_highlight() only when it's TRUE. Pass TRUE from all places where the crop outline actually changed. (gimp_crop_tool_control): added back the call to crop_recalc() for the RESUME case so the outline gets updated on zoom/scroll, but pass recalc_highlight = FALSE because it has not changed. Fixes bug #157001.
-
Michael Natterer authored
2004-11-02 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/drawable_transform.pdb (flip): renamed parameter "center" to "auto_center" and removed "transform_direction". Renamed rotate() to rotate_free() and added a "gboolean auto_center" parameter. Added new function rotate() which takes enum GimpRotationType instead of an arbiatrary angle so the flip and rotate APIs are symmetric. * libgimp/gimp.def: added the gimp_drawable_transform_* stuff. * app/pdb/drawable_transform_cmds.c * app/pdb/internal_procs.c * libgimp/gimpdrawabletransform_pdb.[ch]: regenerated.
-
Sven Neumann authored
2004-11-02 Sven Neumann <sven@gimp.org> * app/dialogs/image-scale-dialog.c (image_scale_callback): actually use the choosen interpolation type. Fixes bug #157102.
-
Jan Morén authored
2004-11-02 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Jan Morén authored
2004-11-02 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
- 01 Nov, 2004 18 commits
-
-
David Odin authored
* plug-ins/gfig/gfig-dobject.c * plug-ins/gfig/gfig-dobject.h * plug-ins/gfig/gfig-preview.c * plug-ins/gfig/gfig-style.h * plug-ins/gfig/gfig-types.h * plug-ins/gfig/gfig.h: some more cleanups. The current_style bug is still there :(
-
Hendrik Brandt authored
2004-11-02 Hendrik Brandt <hebra@cvs.gnome.org> * de.po: Updated German translation.
-
Miloslav Trmac authored
2004-11-01 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Øyvind Kolås authored
-
Hendrik Brandt authored
2004-11-01 Hendrik Brandt <hebra@cvs.gnome.org> * de.po: Updated German translation.
-
Michael Natterer authored
2004-11-01 Michael Natterer <mitch@gimp.org> * app/core/gimpdrawable-transform.[ch] (gimp_drawable_transform_flip): renamed "center" to "auto_center". (gimp_drawable_transform_rotate): added missing parameters so it can be used for a to-be-added PDB wrapper offering a GimpRotationType based rotate API. Both functions: always clip when transforming a whole channel, since they must keep their size. (gimp_drawable_transform_affine): actually forward the passed "clip_result" to transform_tiles_affine() instead of always FALSE.
-
Øyvind Kolås authored
-
Øyvind Kolås authored
-
Øyvind Kolås authored
-
Sven Neumann authored
2004-11-01 Sven Neumann <sven@gimp.org> * app/widgets/gimpfiledialog.c (gimp_file_dialog_add_filters): don't check for file_proc->menu_paths. Our load and save procedure don't necessarily register a menu path any longer. * app/plug-in/plug-ins.c: minor cleanup. * app/xcf/xcf.c (xcf_init): no need for adding menu paths for the XCF load and save procedures. * tools/pdbgen/pdb/fileops.pdb: fixed outdated documentation. * app/pdb/fileops_cmds.c * libgimp/gimpfileops_pdb.c: regenerated.
-
Michael Natterer authored
2004-11-01 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/drawable_transform.pdb: added "clip_result" to the transform_options_args() utility function and changed all wrappers accordingly. Removed "interpolation", "supersample" and "recursion_level" args from drawable_transform_flip(). * app/pdb/drawable_transform_cmds.c * libgimp/gimpdrawabletransform_pdb.[ch]: regenerated.
-
Sven Neumann authored
2004-11-01 Sven Neumann <sven@gimp.org> * plug-ins/common/tiff.c (query): fixed typo.
-
Michael Natterer authored
2004-11-01 Michael Natterer <mitch@gimp.org> * app/actions/drawable-actions.c: trailing whitespace. * app/actions/drawable-commands.[ch]: partly revert alphabetical ordering. Instead, group them as in drawable-actions.c and order by alphabet inside the groups (different ordering in *-actions.c and *-commands.c is inconvenient for the usual workflow of editing both files at the same time). * app/core/gimpdrawable-levels.h: indentation.
-
Michael Natterer authored
2004-11-01 Michael Natterer <mitch@gimp.org> * themes/Small/gtkrc: don't change GtkDialog::button_spacing and ::action_area_border because it breaks alignment with all other dialog spacings or borders (which are hardcoded).
-
David Odin authored
* plug-ins/gfig/gfig-types.h: new file to hold the types gfig uses. This makes the sources easier to read. * plug-ins/gfig/Makefile.am: added gfig-types.h * plug-ins/gfig/gfig.h: removed some types definitions and put them in gfig-types.h and ... * plug-ins/gfig/gfig-dobject.h * plug-ins/gfig/gfig-style.h: ...into these files.
-
Dmitry Mastrukov authored
-
Simon Budig authored
2004-10-31 Simon Budig <simon@gimp.org> * data/images/gimp-splash.png: new splash based on a great photo (and pumpkin) by Seth Burgess <sjburges@gimp.org>.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * Made 2.2-pre1 release.
-
- 31 Oct, 2004 14 commits
-
-
Simon Budig authored
2004-11-01 Simon Budig <simon@gimp.org> * plug-ins/common/plasma.c: Fixed handling of 1x1 selection and selection out of drawable.
-
Vincent van Adrighem authored
2004-11-01 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * plug-ins/gfig/Makefile.am (EXTRA_DIST): removed pix-data.h.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * configure.in: changed gimp_version to 2.2-pre1, to match the naming scheme of the 2.0 pre-releases.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * libgimpbase/libgimpbase-sections.txt * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimputils.sgml: updated.
-
Sven Neumann authored
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * plug-ins/common/newsprint.c: removed an unused variable.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * app/dialogs/user-install-dialog.c: when migrating the user settings, tolerate errors and create the tmp directory that was explicitely not copied.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * app/config/gimpconfig-utils.c (gimp_config_file_copy): copy the file permissions also. * app/dialogs/user-install-dialog.c: added code to migrate user settings from ~/.gimp-2.0. It copies all files (except GIMP swap files) and all subdirectories (except tmp) with all files. It doesn't recurse into subdirectories.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * app/config/gimpguiconfig.c: disabled the image area by default to reduce some clutter.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * app/dialogs/user-install-dialog.c: fixed page logic for migration of user settings. Still missing code to actually copy the files.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpmemsizeentry.c: don't use camel case in memory size identifiers.
-
Sven Neumann authored
2004-10-31 Sven Neumann <sven@gimp.org> * app/widgets/gimpimageeditor.c (gimp_image_editor_set_context): set the active image. Fixes bug #156942.
-