- 20 Jan, 2004 13 commits
-
-
Sven Neumann authored
2004-01-20 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: added new command-line options --existing and --query. The former allows to get the old behaviour back and the latter might be useful one day. * docs/gimp-remote-1.3.1.in: document the new options.
-
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.
-
Sven Neumann authored
2004-01-20 Sven Neumann <sven@gimp.org> * libgimp/tmpl/gimphelp.sgml: updated.
-
Sven Neumann authored
2004-01-20 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: when starting a new gimp, pass it the display gimp-remote is running on.
-
Sven Neumann authored
2004-01-20 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: always open a new GIMP instance when being called without any filenames/URLs. This makes it behave better when being used from application launchers such as the GNOME panel. * docs/gimp-remote-1.3.1.in: document the new behaviour.
-
Ville Pätsi authored
* gimp.spec.in: Changed library extension to actually use the correct values, and not assume .0.0.
-
Michael Natterer authored
2004-01-20 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/help.pdb: changed "prog_name" parameter of gimp_help() to "help_domain". It's useless to pass the plug-in's executable name to the core because the core already knows it. Instead, enabled accessing arbitrary help domains via the PDB. Passing NULL as help_domain will use the domain the plug-in registered, or the GIMP main help domain if it didn't register a domain. * app/pdb/help_cmds.c * libgimp/gimphelp_pdb.[ch]: regenerated. * libgimp/gimpui.c (gimp_ui_help_func): pass NULL as help_domain.
-
Sven Neumann authored
2004-01-20 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: made --new the default behaviour and allow gimp-remote to be called without any image filenames. * docs/gimp-remote-1.3.1.in: changed accordingly. * data/misc/gimp.applications * data/misc/gimp.desktop.in.in: removed --new option from gimp-remote calls.
-
Michael Natterer authored
2004-01-20 Michael Natterer <mitch@gimp.org> * plug-ins/common/mail.c * plug-ins/common/mng.c: use more already translated standard file error messages. Some cleanup.
-
Changwoo Ryu authored
* ko.po: Updated Korean translation by Dongsu Jang <iolo@hellocity.net>.
-
Artur Flinta authored
2004-01-20 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
-
Michael Natterer authored
2004-01-20 Michael Natterer <mitch@gimp.org> * app/gui/file-open-menu.c * app/gui/file-save-menu.c * app/gui/image-menu.c * app/gui/menus.c * app/gui/plug-in-menus.c: when dynamically creating menu entries, pass static_entry == FALSE to gimp_item_factory_create_item() so a *copy* of the the help_id is attached to the menu item. Fixes help for plug-in menu entries.
-
Michael Natterer authored
2004-01-20 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-in.[ch]: changed member "ProcRec *current_temp_proc" to "GList *temp_proc_recs", a stack of temporary procedures, just as the "temp_main_loops" member is supposed to be the stack of main loops for waiting for the temp_procs' return values. * app/plug-in/plug-in-run.c (plug_in_temp_run): changed accordingly. * app/plug-in/plug-in-message.c * app/plug-in/plug-in-run.c * libgimp/gimp.c: added #define ENABLE_TEMP_RETURN 1. Enables return values for temporary procedures. On the libgimp side, this just enables the code which returns the values, on the app side it enables per-plug-in stacks of proc_recs and main_loops and a message handler for the GP_TEMP_PROC_RETURN message. A temp_proc's caller now blocks until the proc is finished. Fixes bug #50649. Left the #ifdefs there so it can be easily disabled if things break. Please play with Script-Fu and test this.
-
- 19 Jan, 2004 17 commits
-
-
Christophe Merlet authored
-
Pedro Gimeno authored
2004-01-19 Pedro Gimeno <pggimeno@wanadoo.es> * plug-ins/common/ccanalyze.c (analyze): Call gimp_drawable_detach() after gimp_drawable_get() to plug a leak.
-
Tor Lillqvist authored
2004-01-19 Tor Lillqvist <tml@iki.fi> * app/gui/about-dialog.c (decorate_text): Fix gccism.
-
Pablo G. del Campo authored
2004-01-19 Pablo G. del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Sven Neumann authored
-
Sven Neumann authored
2004-01-19 Sven Neumann <sven@gimp.org> * configure.in: bumped version number to 2.0pre3 (1.3.26), binary age 2, interface age 0. * libgimpbase/gimpsignal.h: removed unused definition of gimp_signal_syscallrestart().
-
Michael Natterer authored
2004-01-19 Michael Natterer <mitch@gimp.org> * app/tools/gimptexttool.c (gimp_text_tool_create_layer): if there is a floating selection, anchor it before adding the text layer. Fixes bug #127451. Also fixed some issues with undo. Addresses, but does not fix bug #124969 and bug #130985.
-
Michael Natterer authored
2004-01-19 Michael Natterer <mitch@gimp.org> * plug-ins/common/bz2.c * plug-ins/common/gz.c * plug-ins/common/hrz.c * plug-ins/common/pnm.c * plug-ins/sgi/sgi.c: marked some forgotten strings for translation and use translated standard file error messages (no new strings introduced), some indentation and cleanup.
-
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().
-
Sven Neumann authored
2004-01-19 Sven Neumann <sven@gimp.org> * Made 2.0pre2 release.
-
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...
-
Michael Natterer authored
2004-01-19 Michael Natterer <mitch@gimp.org> * app/file/file-utils.h: removed inclusion of <stdio.h> and "plug-in/plug-in-types.h".
-
Sven Neumann authored
2004-01-19 Sven Neumann <sven@gimp.org> * app/*/*.c: include "libgimpbase/gimpbase.h" where needed; removed now unnecessary inclusions of "file/file-utils.h".
-
Michael Natterer authored
2004-01-19 Michael Natterer <mitch@gimp.org> * app/app-sections.txt: updated.
-
Sven Neumann authored
2004-01-19 Sven Neumann <sven@gimp.org> * app/file/file-utils.[ch]: removed file_utils_filename_to_utf8() ... * libgimpbase/gimputils.[ch]: ... and added it here as gimp_filename_to_utf8(). Added some docs that promise less than the current implementation holds so that we can change the implementation later. * app/*/*.c: use gimp_filename_to_utf8() where file_utils_filenames_to_utf8() has been used before. * libgimpbase/gimpbase.def: changed accordingly. * configure.in: reset GIMP_INTERFACE_AGE.
-
Pedro Gimeno authored
2004-01-19 Pedro Gimeno <pggimeno@wanadoo.es> * plug-ins/common/compose.c (compose) * plug-ins/common/decompose.c (decompose): fixed a lack of refresh in the layer previews by adding calls to gimp_drawable_update() where appropriate. Removed redundant gimp_drawable_flush() calls.
-
Michael Natterer authored
2004-01-19 Michael Natterer <mitch@gimp.org> * app/widgets/gimpgradienteditor.[ch]: moved the first hint label to a line of its own. fixes bug #127673.
-
- 18 Jan, 2004 10 commits
-
-
Sven Neumann authored
2004-01-19 Sven Neumann <sven@gimp.org> * app/tools/gimplevelstool.[ch]: code cleanup; draw in the expose_event handler only.
-
David Odin authored
* plug-ins/common/nova.c: fixed a stupid bug which could crashes with non square images. Done some cleanup also.
-
Michael Natterer authored
2004-01-18 Michael Natterer <mitch@gimp.org> * app/gui/resize-dialog.c: when scaling an indexed image/layer, add a label telling the user that indexed layers are always scaled without interpolation. Can't simply make the option menu insensitive because channels and layer masks are still scaled with the chosen interpolation type. Fixes bug #131779.
-
Michael Natterer authored
2004-01-18 Michael Natterer <mitch@gimp.org> * app/tools/gimpinktool.c (ink_set_paint_area): use gimp_drawable_bytes_with_alpha().
-
Sven Neumann authored
-
Dave Neary authored
2004-01-18 Dave Neary <bolsh@gimp.org> * NEWS: Updated again.
-
Michael Natterer authored
2004-01-18 Michael Natterer <mitch@gimp.org> * app/vectors/gimpstroke.c * app/xcf/xcf-load.c: use the GIMP_TYPE_FOO macros instead of gimp_foo_get_type(). Minor cleanups.
-
Michael Natterer authored
2004-01-18 Michael Natterer <mitch@gimp.org> * app/core/gimpimage.c (gimp_image_add_layer,remove_layer): in the spirit of the fix for bug #131721 below, don't try to figure manually if "alpha_changed" needs to be emitted but simply compare the old and new values of gimp_image_has_alpha(). * app/gui/preferences-dialog.c (prefs_dialog_new): follow "foo-window-type" -> "foo-window-hint" change.
-
Michael Natterer authored
2004-01-18 Michael Natterer <mitch@gimp.org> * app/core/gimpimage.[ch] (gimp_image_get_color): also return the color's alpha byte if it has alpha, not only the converted RGB values. Return OPAQUE_OPACITY for drawables without alpha. Fixes bug #131706. * app/core/gimpdrawable.c (gimp_drawable_get_color_at) * app/core/gimpimage-contiguous-region.c (gimp_image_contiguous_region_by_color) * app/core/gimpimage-projection.c (gimp_image_projection_get_color_at) * app/core/gimpimagemap.c (gimp_image_map_get_color_at) * app/paint/gimpclone.c (gimp_clone_line_image): removed separate handling of the alpha byte from all users of gimp_image_get_color().
-
Michael Natterer authored
2004-01-18 Michael Natterer <mitch@gimp.org> * app/paint/gimppaintcore.c (gimp_paint_core_get_paint_area): use gimp_drawable_bytes_with_alpha().
-