- 06 Oct, 2005 1 commit
-
-
Sven Neumann authored
-
- 05 Oct, 2005 10 commits
-
-
Sven Neumann authored
2005-10-06 Sven Neumann <sven@gimp.org> * libgimpbase/gimputils.c: gimp_canonicalize_identifier() is new API, mark it as such.
-
Sven Neumann authored
2005-10-06 Sven Neumann <sven@gimp.org> * libgimp/gimpprocbrowserdialog.c: capitalization and other string changes. * libgimpwidgets/gimpbrowser.c: string unification. Set the message label italic. * plug-ins/common/plugin-browser.c: use ngettext() for plural forms.
-
Sven Neumann authored
2005-10-06 Sven Neumann <sven@gimp.org> * app/dialogs/dialogs-constructors.c * app/dialogs/keyboard-shortcuts-dialog.[ch]: include a check button for the "save-accels" gimprc property.
-
Sven Neumann authored
2005-10-06 Sven Neumann <sven@gimp.org> * plug-ins/help/domain.c: try to improve the error message that is shown for missing help files.
-
Sven Neumann authored
2005-10-05 Sven Neumann <sven@gimp.org> * app/dialogs/about-dialog.c: set application name to "GIMP", the expanded acronym is in the comment already.
-
Arangel Angov authored
-
Sven Neumann authored
-
Sven Neumann authored
2005-10-05 Sven Neumann <sven@gimp.org> * app/dialogs/quit-dialog.c: fixed string.
-
Sven Neumann authored
2005-10-05 Sven Neumann <sven@gimp.org> * libgimp/gimpaspectpreview.c * libgimp/gimpzoompreview.c: added missing API docs. 2005-10-05 Sven Neumann <sven@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpgrid.sgml: added new Grid PDB API. * libgimp/tmpl/gimpzoompreview.sgml: updated.
-
Sven Neumann authored
2005-10-05 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/siod-wrapper.c: reverted changes to handling of string arrays to stay backward compatible (see bug #168290 and bug #317634). * plug-ins/script-fu/scripts/font-map.scm: reverted change that was done to adapt to above changes (see bug #308681).
-
- 04 Oct, 2005 6 commits
-
-
Michael Natterer authored
2005-10-04 Michael Natterer <mitch@gimp.org> * app/paint/gimpbrushcore.c (gimp_brush_core_start): set core->jitter here for all brush-based paint tools. (gimp_brush_core_interpolate): cleanup. * app/paint/gimpbrushcore.h: removed trailing whitespace. * app/paint/gimpclone.c (gimp_clone_motion) * app/paint/gimppaintbrush.c (_gimp_paintbrush_motion): removed jitter stuff here.
-
Sven Neumann authored
2005-10-04 Sven Neumann <sven@gimp.org> * app/base/siox.c: another optimization by Tobias Lenz.
-
Sven Neumann authored
2005-10-04 Sven Neumann <sven@gimp.org> * app/base/siox.c: small optimization by Tobias Lenz.
-
Sven Neumann authored
2005-10-04 Sven Neumann <sven@gimp.org> * plug-ins/benchmark-foreground-extract.py (benchmark): removed run-mode parameters again. Seems to have been fixed in pygimp.
-
Adam Weinberger authored
2005-10-04 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Žygimantas Beručka authored
2005-10-04 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation by Giedrius Naudžiūnas.
-
- 03 Oct, 2005 7 commits
-
-
Michael Natterer authored
2005-10-03 Michael Natterer <mitch@gimp.org> * app/tools/gimppainttool.c (gimp_paint_tool_color_picked): fix compile warning by adding default: for unused enum values.
-
Marcel Telka authored
2005-10-03 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
William Skaggs authored
* gimp/app/paint/gimpbrushcore.c * gimp/app/paint/gimpbrushcore.h * gimp/app/paint/gimpclone.c * gimp/app/paint/gimppaintbrush.c * gimp/app/paint/gimppaintoptions.c * gimp/app/paint/gimppaintoptions.h * gimp/app/tools/gimppaintoptions-gui.c: Apply patch from Adrian Likins to add "jitter" to paint tools (bug #163049), with small fixes for coding style and default jitter set to 0.2 instead of 0.0.
-
Hendrik Brandt authored
2005-10-03 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation.
-
Hendrik Brandt authored
2005-10-03 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation.
-
Funda Wang authored
-
Marcel Telka authored
2005-10-03 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
- 02 Oct, 2005 4 commits
-
-
David Odin authored
* libgimp/gimpzoompreview.[ch]: added a new function: gimp_zoom_preview_get_factor(), which is a proxy to get the zoom factor of the zoom model used by the zoom preview. Also renamed the zoom field of the private data of gimpzoompreview to model, since it is a gimpzoommodel. * libgimp/gimpui.def: added gimp_zoom_preview_get_factor. * plug-ins/common/nova.c: use gimp_zoom_preview_get_factor to correctly handle the position of the nova at various zoom level. There still are problems if there is a selection before when running this plugin.
-
Simon Budig authored
2005-10-02 Simon Budig <simon@gimp.org> * app/vectors/gimpbezierstroke.c: Don't leak lots of g_arrays...
-
Simon Budig authored
2005-10-02 Simon Budig <simon@gimp.org> * app/vectors/gimpbezierstroke.c: fixed the bogus snaps. One should not calculate tangents for points beyond the end of the array...
-
Simon Budig authored
2005-10-02 Simon Budig <simon@gimp.org> * app/vectors/gimpbezierstroke.c: a segment doesn't necessarily have a matching tangent. Check for this when iterating over all segments of a path... * app/vectors/gimpstroke.c: fix the dispatch of _nearest_intersection_get().
-
- 01 Oct, 2005 10 commits
-
-
Simon Budig authored
2005-10-02 Simon Budig <simon@gimp.org> * app/vectors/gimpbezierstroke.c: correctly pass back the nearest coordinate. Snapping sortof works.
-
Simon Budig authored
2005-10-02 Simon Budig <simon@gimp.org> * app/core/gimpcoords.c: use ABS instead of fabs. * app/core/gimpimage-snap.c: Use proper default values for the coordinates. * app/vectors/gimpbezierstroke.c: Fix a bug plus add some debug output. For some reason does not snap yet.
-
Sven Neumann authored
2005-10-02 Sven Neumann <sven@gimp.org> * app/file/file-utils.[ch]: introduced variants of file_utils_uri_to_utf8_filename() and file_utils_uri_to_utf8_basename() that use g_filename_display_name() and g_filename_display_basename(). * app/actions/data-commands.c * app/actions/documents-commands.c * app/actions/file-actions.c * app/actions/file-commands.c * app/core/gimpimage.c * app/core/gimpimagefile.c * app/dialogs/file-open-dialog.c * app/dialogs/file-open-location-dialog.c * app/dialogs/file-save-dialog.c * app/dialogs/palette-import-dialog.c * app/display/gimpdisplayshell-close.c * app/display/gimpdisplayshell-dnd.c * app/display/gimpdisplayshell-title.c * app/file/file-open.c * app/widgets/gimpdnd-xds.c * app/widgets/gimpfiledialog.c * app/widgets/gimplayertreeview.c * app/widgets/gimpthumbbox.c * app/widgets/gimptoolbox-dnd.c * app/widgets/gimptoolbox.c * app/widgets/gimpviewabledialog.c: use the new functions. * plug-ins/help/domain.c: use g_filename_display_name().
-
Michael Natterer authored
2005-10-01 Michael Natterer <mitch@gimp.org> * app/sanity.c (sanity_check_glib): we require 2.8.0 now.
-
Carol Spears authored
* pt_BR.po: Applied patch provided by Joao S. O. Bueno Calligaris
-
David Odin authored
* libgimpwidgets/gimpwidgetsmarshal.list: added VOID__DOUBLE_DOUBLE marshaller. * libgimpwidgets/gimpzoommodel.[ch]: new signal: "zoomed", emitted when the zoom factor changes. This signal have the old factor and the new factor as argument. * libgimp/gimpzoompreview.c: use the "zoomed" signal instead of the "notify::value" one. This allow to use the old and new factors to keep the preview centered on the same point.
-
David Odin authored
* libgimp/gimpzoompreview.c: call gtk_adjustment_value_changed in addition to gtk_adjustment_changed, so the offsets are correctly updated.
-
Manish Singh authored
2005-09-30 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/pygimp-pdb.c (pf_call): use canonical name for run-mode. * plug-ins/pygimp/plug-ins/clothify.py * plug-ins/pygimp/plug-ins/foggify.py: revert the below, since we eat the run-mode parameter again.
-
Carol Spears authored
* plug-ins/pygimp/plug-ins/clothify.py * plug-ins/pygimp/plug-ins/foggify.py: Added run_mode parameter.
-
Simon Budig authored
2005-10-01 Simon Budig <simon@gimp.org> * app/core/gimpcoords.[ch]: Added small utility function for the manhattan metric. * app/vectors/gimpstroke.[ch]: virtualized stubs provided by mitch * app/vectors/gimpbezierstroke.c: Reworked some internal functions to make it easier to access the parameters for the coordinates of an stroke interpolation. Simplified the straight line test. Added an implementation of the _nearest_tangent_get () function that does not yet seem to work properly. Not sure where the problem is.
-
- 30 Sep, 2005 2 commits
-
-
Adam Weinberger authored
2005-09-30 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Michael Natterer authored
2005-09-30 Michael Natterer <mitch@gimp.org> * app/actions/image-commands.c * app/actions/layers-commands.c * app/actions/view-actions.c * app/core/gimpdrawable-foreground-extract.c * app/core/gimpimagefile.c * app/core/gimpprogress.c * app/dialogs/convert-dialog.c * app/tools/gimpblendtool.c * app/tools/gimpperspectivetool.c * app/tools/gimprotatetool.c * app/tools/gimpscaletool.c * app/tools/gimpsheartool.c * app/tools/gimptransformtool.c * app/widgets/gimpthumbbox.c * tools/pdbgen/pdb/drawable_transform.pdb * tools/pdbgen/pdb/edit.pdb * tools/pdbgen/pdb/transform_tools.pdb: removed '...' from progress messages. Removed spaces between the text and the '...' in some other places. * app/pdb/drawable_transform_cmds.c * app/pdb/edit_cmds.c * app/pdb/transform_tools_cmds.c: regenerated.
-