- 06 Apr, 2005 4 commits
-
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * app/Makefile.am: don't use -mwindows when linking gimp-console.
-
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.
-
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.
-
- 05 Apr, 2005 6 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/
-
- 04 Apr, 2005 12 commits
-
-
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).
-
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
-
-
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.
-
Michael Natterer authored
2005-04-03 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolorframe.c (gimp_color_frame_init): switch from a table to a vbox containing hboxes, so the widget's width is not determined by the longest label *plus* the longest value.
-
Michael Natterer authored
2005-04-03 Michael Natterer <mitch@gimp.org> * app/core/gimpimage.[ch]: added new signals "sample-point-added" and "sample-point-removed" and public functions to emit them. * app/core/gimpimage-sample-points.c (gimp_image_add_sample_point) (gimp_image_remove_sample_point): emit them accordingly. * app/core/gimpimage-undo-push.c (undo_pop_image_sample_point): ditto. (undo_pop_image_guide) (undo_pop_image_sample_point): added comments why we add/remove stuff manually instead of using the GimpImage APIs. * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcursorview.[ch] * app/widgets/gimpsamplepointeditor.[ch]: new widgets. GimpCursorView is a replacement for the info window's "Cursor" page, GimpSamplePointEditor is a view on an image's sample points. The sample point editor does nothing yet except keeping a 2x2 grid of GimpColorFrames. Addresses bug #137776. * app/dialogs/dialogs.c * app/dialogs/dialogs-constructors.[ch]: register the new widgets as dockable dialogs. * app/actions/dialogs-actions.c (dialogs_dockable_actions) * menus/dialogs-menuitems.xml: added actions and menu items for the new dialogs. * app/display/gimpdisplayshell-cursor.c (gimp_display_shell_update_cursor) (gimp_display_shell_clear_cursor): update the new cursor view. * app/widgets/gimphelp-ids.h: help IDs for the new dialogs. * app/widgets/widgets-enums.[ch] (enum GimpColorFrameMode): changed description "Pixel values" to "Pixel" because the former was too long.
-
- 02 Apr, 2005 1 commit
-
-
Michael Natterer authored
2005-04-02 Michael Natterer <mitch@gimp.org> * themes/Default/images/Makefile.am * 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: new icons for new dockables which are about to be added. Jimmac, I made them as ugly as possible, as you said :) * libgimpwidgets/gimpstock.[ch]: add them as stock icons.
-
- 01 Apr, 2005 7 commits
-
-
Michael Natterer authored
2005-04-01 Michael Natterer <mitch@gimp.org> * configure.in: revert previous commit because not all po files were added and the ALL_LINGUAS change was broken too.
-
Steven Michael Murphy authored
-
Sven Neumann authored
2005-04-01 Sven Neumann <sven@gimp.org> * app/display/gimpstatusbar.c (gimp_statusbar_push): do nothing if this message is at the top of the stack already.
-
Sven Neumann authored
2005-04-01 Sven Neumann <sven@gimp.org> * app/tools/gimppainttool.c: added a statusbar message suggesting to use Shift to draw a straight line.
-
Sven Neumann authored
2005-04-01 Sven Neumann <sven@gimp.org> * plug-ins/rcm/rcm_dialog.c: keep the previews from expanding. Fixes bug #172284.
-
Sven Neumann authored
2005-04-01 Sven Neumann <sven@gimp.org> * configure.in (ALL_LINGUAS): removed sl until all required files have been added to CVS.
-
Manish Singh authored
2005-03-31 Manish Singh <yosh@gimp.org> * app/dialogs/quit-dialog.c (quit_dialog_new): cast to GIMP_CONTAINER_VIEW for gimp_container_view_get_dnd_widget()
-
- 31 Mar, 2005 4 commits
-
-
Sven Neumann authored
2005-03-31 Sven Neumann <sven@gimp.org> * app/widgets/Makefile.am * app/widgets/gimpfgbgview.[ch] * app/widgets/widgets-types.h: added new widget GimpFgBgView; somewhat similar to GimpFgBgEditor but a lot simpler. * app/widgets/gimpcoloreditor.c: use GimpFgBgView as preview widget. Closes bug #168592. * app/widgets/gimpfgbgeditor.c: gracefully handle a very small size allocation.
-
Sven Neumann authored
2005-03-31 Sven Neumann <sven@gimp.org> * app/dialogs/quit-dialog.c: enable save via DND from the image list in the quit dialog.
-
Sven Neumann authored
2005-03-31 Sven Neumann <sven@gimp.org> * app/dialogs/quit-dialog.c: use GTK_STOCK_DELETE for the "Discard Changes" button.
-
Michael Natterer authored
2005-03-31 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-close.c (gimp_display_shell_close_dialog): use GTK_STOCK_DELETE for the "Don't Save" button.
-