- 06 Apr, 2005 10 commits
-
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * app/Makefile.am: don't use -mwindows when linking gimp-console.
-
Adam Weinberger authored
2005-04-06 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpconfig-path.[ch] (gimp_param_spec_config_path): declare default_value as const and allocate a copy. * app/config/gimpbaseconfig.[ch]: gives access to the default values for temp and swap path. * app/base/base.c (base_init): create the temp directory if it doesn't exist (bug #172682). * plug-ins/uri/uri-backend-gnomevfs.c: fixed path in error message.
-
Hendrik Brandt authored
2005-04-06 Hendrik Brandt <heb@gnome-de.org> * po*/de.po: Updated German translation.
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * docs/Makefile.am: install a link to the gimp(1) man-page for gimp-console(1). * docs/gimp.1.in: mention gimp-console.
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * app/main.c: improved "--help" output. * docs/gimp.1.in: updated.
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * POTFILES.in: fixed spelling of filename, added missing file.
-
- 05 Apr, 2005 7 commits
-
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * INSTALL * configure.in: build and install gimp-console by default.
-
Michael Natterer authored
2005-04-05 Michael Natterer <mitch@gimp.org> * app/plug-in/Makefile.am * app/plug-in/plug-ins-query.[ch]: new files containing plug_ins_query(). * tools/pdbgen/pdb/plug_in.pdb (plugins_query): remove all code and use above function. * app/pdb/plug_in_cmds.c: regenerated.
-
Michael Natterer authored
2005-04-05 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/plug_in.pdb (plugins_query): strip the menu strings from underlines before matching. Fixed function to not match all procedures twice. * app/pdb/plug_in_cmds.c: regenerated.
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * plug-ins/dbbrowser/gimpprocbrowser.c: s/Blurb/Description/ * plug-ins/dbbrowser/gimpprocview.c: allow to select the menu path label.
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * app/dialogs/image-properties-dialog.c: shorter dialog title.
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * app/widgets/gimptemplateeditor.c: s/Colorspace/Color space/
-
Michael Natterer authored
-
- 04 Apr, 2005 17 commits
-
-
Michael Natterer authored
2005-04-05 Michael Natterer <mitch@gimp.org> * POTFILES.in: updated after adding new dialogs and removing the info window.
-
Michael Natterer authored
2005-04-05 Michael Natterer <mitch@gimp.org> * app/dialogs/Makefile.am * app/dialogs/info-window.[ch]: removed. * app/actions/view-actions.c * app/actions/view-commands.[ch] * menus/image-menu.xml.in: removed its action and menu stuff. * app/display/gimpdisplayshell-cursor.c * app/display/gimpdisplayshell-title.c * app/display/gimpdisplayshell.[ch]: removed info window stuff. This was the last display -> dialogs dependency. * app/dialogs/dialogs.c: added ugly hack that references info_dialog. Otherwise the still existing tools -> dialogs dependency breaks the build.
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * app/core/core-enums.[ch] * app/core/gimpimage.c (gimp_image_remove_layer, gimp_image_remove_channel): handle a floating selection attached to the layer or channel that is being removed. Fixes bug #168582 but doesn't handle floating selections attached to layer masks.
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * configure.in: renamed localedir to gimplocaledir. * libgimpbase/Makefile.am (AM_CPPFLAGS) * tools/Makefile.am (AM_CPPFLAGS): changed accordingly. * gimp.pc.in: added gimplocaledir to the pkg-config file to give plug-ins a chance to get gimp_locale_directory() at compile time.
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * configure.in: select localedir according to the format of the gettext message catalogs. Closes bug #169274 again.
-
Michael Natterer authored
2005-04-05 Michael Natterer <mitch@gimp.org> More unfinished replacement for the info window: * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpimagepropview.[ch]: new widget showing an image's size, resolution, mode, memsize etc. * app/dialogs/Makefile.am * app/dialogs/image-properties-dialog.[ch]: a dialog keeping the widget. * app/widgets/gimphelp-ids.h: a help ID for the dialog. * app/actions/image-actions.c * app/actions/image-commands.[ch] * menus/image-menu.xml.in: action and menu entry for the dialog.
-
Sven Neumann authored
2005-04-04 Sven Neumann <sven@gimp.org> * app/tools/gimpclonetool.c (gimp_clone_tool_oper_update): check for options->clone_type.
-
Sven Neumann authored
2005-04-04 Sven Neumann <sven@gimp.org> * app/tools/gimppainttool.[ch] export paint tool statusbar API. * app/tools/gimpclonetool.c: added statusbar hint.
-
Sven Neumann authored
2005-04-04 Sven Neumann <sven@gimp.org> * libgimpbase/gimpenv.c (gimp_directory): use g_ascii_isalnum() instead of isalnum(). Rephrased some comments.
-
Maurits Rijk authored
2005-04-04 Maurits Rijk <m.rijk@chello.nl> * plug-ins/imagemap/imap_edit_area_info.c * plug-ins/imagemap/imap_menu.c * plug-ins/imagemap/imap_stock.c: replaced 2 icons by GIMP stock icons * plug-ins/imagemap/images/Makefile.am: changed accordingly * plug-ins/imagemap/images/stock-arrow.png * plug-ins/imagemap/images/stock-link.png: removed accordingly
-
Sven Neumann authored
2005-04-04 Sven Neumann <sven@gimp.org> * app/core/gimpdata.c (gimp_data_create_filename): return early if called for an internal data object. Fixes bug #172581.
-
Sven Neumann authored
2005-04-04 Sven Neumann <sven@gimp.org> * plug-ins/common/deinterlace.c (deinterlace): fixed boundary conditions that led to incorrect preview (bug #172589).
-
Sven Neumann authored
-
Sven Neumann authored
2005-04-04 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpstock.sgml: added new stock icons.
-
Funda Wang authored
-
Adam Weinberger authored
2005-04-03 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Tor Lillqvist authored
2005-04-04 Tor Lillqvist <tml@novell.com> * app/widgets/gimpclipboard.c (gimp_clipboard_format_compare): On Win32, move the "bmp" format to the front. Means less conversion in most cases, as other apps on Win32 typically provide/want the BMP format on the Clipboard. (Actually CF_DIB, but that's the same, just without the BMP file header.) See also bug #168173.
-
- 03 Apr, 2005 6 commits
-
-
Marco Ciampa authored
-
Marco Ciampa authored
-
Sven Neumann authored
2005-04-04 Sven Neumann <sven@gimp.org> * plug-ins/FractalExplorer/FractalExplorer.c: fixed typo that caused a crash when deleting a fractal from the list (bug #172347).
-
Sven Neumann authored
2005-04-03 Sven Neumann <sven@gimp.org> * configure.in (ALL_LINGUAS): readded "rw" (Kinyarwanda).
-
Jakub Steiner authored
2005-04-03 Jakub Steiner <jimmac@ximian.com> * themes/Default/images/stock-cursor-16.png * themes/Default/images/stock-cursor-24.png * themes/Default/images/stock-sample-point-16.png * themes/Default/images/stock-sample-point-24.png: touch up a little.
-
Michael Natterer authored
2005-04-03 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcursorview.[ch]: fixed spacings and update them in GtkWidget::style_set(). Removed lots of cruft from the widget this files were copied from, including the GimpContext param to gimp_cursor_view_new(). Remember the state of the two color frames as aux-info in sessionrc. * app/dialogs/dialogs-constructors.c: changed accordingly.
-