- 23 Oct, 2004 11 commits
-
-
Sven Neumann authored
2004-10-23 Sven Neumann <sven@gimp.org> * libgimpthumb/gimpthumb-utils.[ch] * libgimpthumb/gimpthumbnail.[ch] * libgimpthumb/gimpthumb.def: added missing API, mainly for deleting thumbnails. * app/core/gimpimagefile.[ch]: when saving a thumbnail, delete a failure thumbnail if one exists. Unless the thumbnail was created explicitely, remove all other thumbnails for this image. * app/actions/documents-commands.c: changed accordingly. * app/file/file-open.c: only save a thumbnail if there isn't a valid thumbnail already. * app/widgets/gimpthumbbox.c: before attempting to create a new thumbnail, check if there's an uptodate failure thumbnail.
-
Francisco Javier F. Serrador authored
2004-10-23 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation
-
Miloslav Trmac authored
2004-10-23 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Michael Natterer authored
2004-10-23 Michael Natterer <mitch@gimp.org> * POTFILES.in: added app/dialogs/layer-add-mask-dialog.c
-
Michael Natterer authored
2004-10-23 Michael Natterer <mitch@gimp.org> * app/dialogs/Makefile.am * app/dialogs/layer-add-mask-dialog.[ch]: one more dialog split out of actions/. * app/actions/layers-commands.c: removed it here. Some cleanup.
-
Michael Natterer authored
2004-10-23 Michael Natterer <mitch@gimp.org> * autogen.sh: don't tell nonsense by printing "I am going to run ./configure with no arguments", because we always pass at least --enable-maintainer-mode. Instead, simply always print all arguments. Also removed --copy from the calls to glib-gettextize and intltoolize.
-
Michael Natterer authored
2004-10-23 Michael Natterer <mitch@gimp.org> * autogen.sh: don't tell nonsense by printing "I am going to run ./configure with no arguments", because we always pass at least --enable-maintainer-mode. Instead, simply always print all arguments.
-
Michael Natterer authored
2004-10-23 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpstock.c: added labels ("_Stroke") to the SLEECTION_STROKE and PATH_STROKE stock items so they can be used in action areas. * app/widgets/gimpstrokeeditor.c: changed mnemonic to no clash with "_Stroke" and reordered some code. * app/dialogs/stroke-dialog.[ch]: use the passed stock_id instead of GTK_STOCK_OK. Added parameters to specify the dialog's title so it doesn't say "Stroke Options". * app/actions/select-commands.c * app/actions/vectors-commands.c * app/tools/gimpvectortool.c: pass "Stroke Selection" and "Stroke Path" as dialog titles.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Michael Natterer authored
2004-10-23 Michael Natterer <mitch@gimp.org> When there are variants of actions with and without dialog, let the dialog-less actions try to use the values from the last dialog invocation: * app/actions/channels-actions.c * app/actions/channels-commands.[ch] * app/actions/layers-actions.c * app/actions/layers-commands.[ch] * app/actions/vectors-actions.c * app/actions/vectors-commands.[ch]: renamed the foo-new-defaults actions to foo-new-last-values and use the last values entered in the dialogs. * app/widgets/gimpchanneltreeview.c * app/widgets/gimpitemtreeview.c * app/widgets/gimplayertreeview.c * app/widgets/gimpvectorstreeview.c: changed accordingly. Show the dialog on clicking "New" and call the last-values action on <shift>+click. * app/actions/select-actions.c * app/actions/vectors-commands.c: renamed the foo-stroke-last-vals to -last-values. * app/widgets/gimpselectioneditor.c * app/widgets/gimpvectorstreeview.c: stroke with last values on <shift> clicking the stroke buttons.
-
Sven Neumann authored
2004-10-23 Sven Neumann <sven@gimp.org> * libgimpthumb/gimpthumbnail.c (gimp_thumbnail_save): save to a temporary file and rename to avoid problems with concurrent thumbnail creation.
-
- 22 Oct, 2004 17 commits
-
-
Hendrik Brandt authored
2004-10-23 Hendrik Brandt <hebra@cvs.gnome.org> * de.po: Updated German translation (little correction).
-
Hendrik Brandt authored
2004-10-23 Hendrik Brandt <hebra@cvs.gnome.org> * de.po: Updated German translation.
-
Michael Natterer authored
2004-10-23 Michael Natterer <mitch@gimp.org> * POTFILES.in: added app/dialogs/layer-options-dialog.c
-
Michael Natterer authored
2004-10-23 Michael Natterer <mitch@gimp.org> * app/dialogs/Makefile.am * app/dialogs/layer-options-dialog.[ch]: the new/edit layer dialog. * app/actions/layers-commands.c: use it here.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2004-10-22 Sven Neumann <sven@gimp.org> * app/tools/gimpimagemaptool.[ch] * app/tools/gimpcurvestool.c * app/tools/gimplevelstool.c: allow to Shift-click the Load and Save buttons to skip the file chooser dialog and reuse the last used filename. Fixes bug #75558.
-
Michael Natterer authored
2004-10-22 Michael Natterer <mitch@gimp.org> * POTFILES.in: added app/dialogs/template-options-dialog.c
-
Michael Natterer authored
2004-10-22 Michael Natterer <mitch@gimp.org> * app/dialogs/Makefile.am * app/dialogs/template-options-dialog.[ch]: the new/edit template dialog. * app/actions/templates-commands.c: removed the code here and use template_options_dialog_new(). Removed utility functions. Some cleanup.
-
Michael Natterer authored
2004-10-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimpeditor.c (gimp_editor_ensure_button_box): make sure the button_box is always interted at the very bottom of the editor. * app/widgets/gimpviewabledialog.c: changed the "description" property from CONSTRUCT_ONLY to CONSTRUCT. * app/widgets/gimpcolormapeditor.c: show the index of the edited color in the color dialog and use the correct icon. Replaced label "Hex triplet" by "HTML notation" to be consistent with the color dialog. Removed wrong 2 pixel border around the table below the preview.
-
Sven Neumann authored
2004-10-22 Sven Neumann <sven@gimp.org> * plug-ins/common/wmf.c: fixed non-interactive call with default values.
-
Sven Neumann authored
2004-10-22 Sven Neumann <sven@gimp.org> * app/actions/colormap-editor-actions.c * app/actions/dialogs-actions.c * app/core/gimpimage-colormap.c * app/dialogs/convert-dialog.c * app/dialogs/dialogs.c * app/widgets/gimpcolormapeditor.c: use the term "Colormap" instead of "Indexed Palette". Fixes bug #155829.
-
Miloslav Trmac authored
2004-10-22 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Sven Neumann authored
2004-10-22 Sven Neumann <sven@gimp.org> * plug-ins/common/wmf.c: applied a patch by Karine Proot that adds a preview to the load dialog and a similar UI as the SVG loader. Fixes bug #133519 and bug #133521.
-
Nikos Charonitakis authored
-
Michael Natterer authored
2004-10-22 Michael Natterer <mitch@gimp.org> * app/core/core-enums.[ch]: added new enum GimpStrokeMethod which can be one of { LIBART, PAINT_CORE }. * app/core/Makefile.am * app/core/core-types.h * app/core/gimpstrokedesc.[ch]: new object which encapsulates the params and setup logic for the different stroke methods. * app/core/gimpitem.[ch]: use it in GimpItem::stroke() and in the gimp_item_stroke() wrapper. * app/core/gimpchannel.c (gimp_channel_stroke) * app/core/gimpselection.c (gimp_selection_stroke) * app/vectors/gimpvectors.c (gimp_vectors_stroke): changed accprdingly. * app/actions/select-commands.c * app/actions/vectors-commands.c * app/dialogs/stroke-dialog.c * tools/pdbgen/pdb/edit.pdb * tools/pdbgen/pdb/paths.pdb: use GimpStrokeDesc. Simplifies the code quite a bit. * app/pdb/edit_cmds.c * app/pdb/paths_cmds.c: regenerated.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Michael Natterer authored
2004-10-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimppropwidgets.c: remember the param_spec with each radio button instead of with the box/frame around them.
-
- 21 Oct, 2004 7 commits
-
-
Nikos Charonitakis authored
-
Sven Neumann authored
2004-10-21 Sven Neumann <sven@gimp.org> * POTFILES.in: added plug-ins/common/raw.c.
-
Kevin Cozens authored
2004-10-21 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/script-fu.c: Removed _() tag from two strings that should not have been marked for translation.
-
Kevin Cozens authored
2004-10-21 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts-fu.c: Fixed spelling error.
-
Miloslav Trmac authored
2004-10-21 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation by Miloslav Trmač.
-
Nikos Charonitakis authored
-
Ivan Stojmirov authored
-
- 20 Oct, 2004 5 commits
-
-
Michael Natterer authored
2004-10-21 Michael Natterer <mitch@gimp.org> * app/actions/select-actions.c * app/actions/select-commands.[ch] * app/actions/vectors-actions.c * app/actions/vectors-commands.[ch]: added actions and callbacks to stroke with the last values used without showing the stroke dialog. The actions have no menu entries but can be called via shortcuts. Fixes bug #135746. (Disclaimer: the uglyness of the callbacks shows the need for a stroke API overhaul).
-
David Lodge authored
2004-10-20 David Lodge <dave@cirt.net> * en_GB.po: Updated British English translation.
-
Michael Natterer authored
2004-10-20 Michael Natterer <mitch@gimp.org> * app/core/gimpdrawable-stroke.c (gimp_drawable_stroke_scan_convert): Replacing the call to gimp_channel_is_empty() by a simple gimp_drawable_mask_intersect() was wrong because gimp_channel_is_empty() makes sure that the selection doesn't mask itself while being stroked.
-
Miloslav Trmac authored
-
Michael Natterer authored
2004-10-20 Michael Natterer <mitch@gimp.org> * plug-ins/common/raw.c: ported to GimpPreviewArea.
-