- 17 Oct, 2005 2 commits
-
-
Sven Neumann authored
2005-10-17 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable-foreground-extract.[ch] * app/tools/gimpforegroundselectoptions.[ch] * app/tools/gimpforegroundselecttool.c: added "multiblob" property to GimpForegroundSelectOptions and pass it to gimp_drawable_foreground_extract_siox().
-
Sven Neumann authored
2005-10-17 Sven Neumann <sven@gimp.org> * app/file/file-open.[ch]: added run-mode parameter to file_open_layer(). * app/dialogs/file-open-dialog.c * app/display/gimpdisplayshell-dnd.c * app/widgets/gimplayertreeview.c: pass GIMP_RUN_INTERACTIVE to file_open_layer(). * tools/pdbgen/pdb/fileops.pdb: export file_open_layer() to the PDB as file-load-layer. * app/pdb/fileops_cmds.c * app/pdb/internal_procs.c * libgimp/gimpfileops_pdb.[ch]: regenerated. * libgimp/gimp.def: updated.
-
- 16 Oct, 2005 1 commit
-
-
Akkana Peck authored
directly into Xtns. Language specific tools (e.g. Refresh, Console) remain in language-specific menus. Bug 145507.
-
- 15 Oct, 2005 1 commit
-
-
Karine Delvare authored
2005-10-15 Karine Delvare <kdelvare@nerim.net> * app/tools/gimpnewrectselecttool.c * app/tools/gimpselectiontool.c: let status info be pushed.
-
- 14 Oct, 2005 1 commit
-
-
Sven Neumann authored
2005-10-14 Sven Neumann <sven@gimp.org> * plug-ins/common/channel_mixer.c: indentation and other cleanups.
-
- 13 Oct, 2005 4 commits
-
-
Sven Neumann authored
2005-10-13 Sven Neumann <sven@gimp.org> * app/dialogs/palette-import-dialog.c: minor dialog tweaks.
-
Sven Neumann authored
2005-10-13 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorarea.[ch]: pass sensitivity to _gimp_color_area_render_buf(). * libgimpwidgets/gimpcellrenderercolor.c (gimp_cell_renderer_color_render): respect cell and widget sensitivity.
-
Sven Neumann authored
2005-10-13 Sven Neumann <sven@gimp.org> * app/actions/tools-actions.c * app/actions/tools-commands.c: special case gimp-rotate-tool being called from the Layer menu and set transform type to GIMP_TRANSFORM_TYPE_LAYER. Fixes bug #318540.
-
http://www.tango-project.orgJakub Steiner authored
2005-10-13 Jakub Steiner <jimmac@ximian.com> * data/palettes/Tango.gpl: Added the tango icon palette (http://www.tango-project.org)
-
- 12 Oct, 2005 3 commits
-
-
Sven Neumann authored
2005-10-12 Sven Neumann <sven@gimp.org> * plug-ins/common/displace.c: check that displacement maps have the same size as the target drawable, return a PDB_CALLING_ERROR otherwise. Fixes bug #318644.
-
Sven Neumann authored
2005-10-12 Sven Neumann <sven@gimp.org> * plug-ins/common/plugin-browser.c: store the installation time in the models, not only the string representation. Sort by time, not alphabetically. Fixes bug #318652.
-
Sven Neumann authored
2005-10-12 Sven Neumann <sven@gimp.org> * app/base/base-types.h * app/base/siox.[ch]: applied patch from Gerald Friedland that introduces a state to the SIOX operation. * app/core/gimpdrawable-foreground-extract.c: adapted to the new API.
-
- 11 Oct, 2005 1 commit
-
-
Michael Natterer authored
2005-10-11 Michael Natterer <mitch@gimp.org> * libgimpthumb/gimpthumbnail.c: the mime-type is stored in "tEXt::Thumb::Mimetype", not in "tEXt::Thumb::Image::Mimetype". Fixed this and reordered properties so "tEXt::Thumb" and "tEXt::Thumb::Image" stuff is grouped together again.
-
- 09 Oct, 2005 4 commits
-
-
Michael Natterer authored
2005-10-10 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorselection.c: added a pick button, it's too useful to be just in the color dockable.
-
Michael Natterer authored
2005-10-10 Michael Natterer <mitch@gimp.org> * app/core/gimpviewable.c (gimp_viewable_get_description): set the "tooltip" return value to NULL before calling the virtual function. * app/core/gimpbrush.c * app/core/gimpbuffer.c * app/core/gimpchannel.c * app/core/gimplayer.c * app/core/gimppaintinfo.c * app/core/gimppalette.c * app/core/gimppattern.c * app/core/gimptoolinfo.c (get_description): don't do it here. * app/core/gimpbuffer.c * app/core/gimppaintinfo.c: untabbify, cleanup. * app/core/gimpobject.c: emit "notify::name" whenerver the name changes, clenup.
-
David Odin authored
* libgimp/gimpzoompreview.c: Enable selection masking, even if it looks buggy. It looks to me that the bug is in gimp_drawable_get_sub_preview (), not handling the selection drawable as a normal drawable.
-
David Odin authored
* libgimp/gimpzoompreview.c: better handling of selections and navigation popup. Still not perfect.
-
- 08 Oct, 2005 2 commits
-
-
David Odin authored
* libgimp/gimpdrawablepreview.c: made the navigation popup respect the aspect ratio of the selection or the drawable.
-
Karine Delvare authored
2005-10-08 Karine Delvare <kdelvare@nerim.net> * app/tools/gimpcroptool.c * app/tools/gimpnewrectselecttool.c * app/tools/gimprectangletool.c: added status bar info to tell the user what to do once the rectangle area is drawn. Fixes bug #318267.
-
- 07 Oct, 2005 3 commits
-
-
Michael Natterer authored
2005-10-07 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/grid.pdb: fixed (false) uninitialized variable warnings and cleaned up the code a bit. * app/pdb/grid_cmds.c: regenerated.
-
Sven Neumann authored
2005-10-07 Sven Neumann <sven@gimp.org> * app/dialogs/palette-import-dialog.c (palette_import_filename_changed) (palette_import_file_callback): use UTF8 encoding with GtkEntry.
-
Sven Neumann authored
2005-10-07 Sven Neumann <sven@gimp.org> * app/core/gimppalette-import.[ch]: added new function gimp_palette_import_from_drawable(), respecting the selection as suggested in bug #316212.
-
- 06 Oct, 2005 7 commits
-
-
William Skaggs authored
* plug-ins/common/gauss.c: always use RLE if horz or vert radius is less than 1. Fixes bug #315953.
-
Sven Neumann authored
2005-10-06 Sven Neumann <sven@gimp.org> * plug-ins/jpeg/jpeg-save.c: can't use smoothing with nonstandard sampling ratios. Set the slider sensitivity accordingly (bug #318081).
-
Sven Neumann authored
2005-10-06 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/gimpressionist.c: removed About dialog. * plug-ins/gimpressionist/Makefile.am * plug-ins/gimpressionist/logo.png: removed logo.
-
Sven Neumann authored
2005-10-06 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/gimpressionist.[ch] * plug-ins/gimpressionist/orientation.c * plug-ins/gimpressionist/orientmap.[ch] * plug-ins/gimpressionist/placement.c * plug-ins/gimpressionist/presets.c * plug-ins/gimpressionist/preview.c * plug-ins/gimpressionist/repaint.c * plug-ins/gimpressionist/size.c * plug-ins/gimpressionist/sizemap.c: various minor improvements like setting all dialogs transient to the main window.
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
-
- 05 Oct, 2005 9 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.
-
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 2 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.
-