- 15 Jul, 2005 2 commits
-
-
Sven Neumann authored
2005-07-15 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs.c (erode_region) (dilate_region): fixed implementations.
-
Sven Neumann authored
2005-07-15 Sven Neumann <sven@gimp.org> * app/widgets/gimpviewrendererpalette.c (gimp_view_renderer_palette_render): don't crash on empty palettes.
-
- 14 Jul, 2005 8 commits
-
-
Michael Natterer authored
2005-07-14 Michael Natterer <mitch@gimp.org> * app/widgets/gimphistogramview.c * app/widgets/gimpnavigationview.c: cleanup.
-
Michael Natterer authored
2005-07-14 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteview.[ch]: added "entry-clicked" and "color-dropped" signals. Completely handle color DND. Cleanup. * app/core/gimpmarshal.list: marshallers for above signals. * app/widgets/gimppaletteeditor.[ch]: chopped and reassembled. Remove tons of code and use a GimpPaletteView instead of the deprecated GtkPreview. Addresses bug #102204.
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
2005-07-14 Sven Neumann <sven@gimp.org> * POTFILES.skip * de.po: updated.
-
Michael Natterer authored
2005-07-14 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimppaletteview.[ch]: new widget which manages the selected palette entry itself and emits "selected", "activated" and "context" signals. Not used yet. * app/widgets/gimpviewrendererpalette.[ch]: reimplemented palette drawing: added optional grid drawing and APIs to configure the renderer. Should be ready for the palette editor now.
-
Sven Neumann authored
2005-07-14 Sven Neumann <sven@gimp.org> * tools/Makefile.am: only build the doc-shooter if --enable-gtk-doc was passed to configure.
-
- 13 Jul, 2005 11 commits
-
-
Michael Natterer authored
2005-07-13 Michael Natterer <mitch@gimp.org> * app/widgets/gimpviewrendererpalette.c (gimp_view_renderer_palette_render): implement it the same way as gimp_palette_get_preview(). Can't be used for the palette editor yet.
-
Michael Natterer authored
2005-07-13 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpviewrendererpalette.[ch]: new view renderer, does nothing yet except chaining up in ::render(). * app/widgets/gimpviewrenderer-utils.c (gimp_view_renderer_type_by_viewable_type): use it for palettes.
-
Michael Schumacher authored
2005-07-13 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig-grid.c * plug-ins/gfig/gfig.h: applied a patch by Ted Shaneyfelt that addresses parts of bug 151092: less sectors on inner, more sectors on outer tracks.
-
Sven Neumann authored
-
Sven Neumann authored
2005-07-13 Sven Neumann <sven@gimp.org> * app/base/Makefile.am * app/base/segmentator.[ch]: renamed to siox.[ch]. * app/base/siox.[ch]: added API docs and a link to the algorithm's new homepage. Removed unused code. * app/core/gimpdrawable-foreground-extract.c: changed accordingly.
-
Sven Neumann authored
-
Michael Natterer authored
2005-07-13 Michael Natterer <mitch@gimp.org> * app/core/gimppalette.c (gimp_palette_add_entry): actually return the added entry, and not always the palette's last entry (argh!). * app/widgets/gimppaletteeditor.c: make sure the cursor is always on the newly added color. Really fixes #15060 this time.
-
Sven Neumann authored
2005-07-13 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs.[ch]: added smooth_region(), a simple convolution filter to smooth a mask. * app/base/segmentator.c (smooth_mask): use the new function.
-
Michael Natterer authored
2005-07-13 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdockable.[ch]: added new public function gimp_dockable_blink_cancel() which stops title blinking. * app/tools/gimpcolorpickertool.c (gimp_color_picker_tool_picked): cancel blinking when updating a picked color so the dockable doesn't flicker for each cursor movement.
-
Michael Natterer authored
2005-07-13 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteeditor.c (gimp_palette_editor_pick_color): add colors after the cursor. Fixes bug #150608.
-
Michael Natterer authored
2005-07-13 Michael Natterer <mitch@gimp.org> * app/pdb/procedural_db.c (procedural_db_init_procs): sorted list of deprecated procedures so deprecations since 2.0 and 2.2 are grouped together.
-
- 12 Jul, 2005 3 commits
-
-
Sven Neumann authored
2005-07-12 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu.c: formatting.
-
Michael Natterer authored
2005-07-12 Michael Natterer <mitch@gimp.org> * app/core/gimp-edit.c: pass opacity and paint_mode to gimp_edit_fill_internal() instead of figuring them in the function.
-
Michael Natterer authored
2005-07-12 Michael Natterer <mitch@gimp.org> * app/core/gimpitem.[ch]: removed "context" parameter from GimpItem::stroke(), it's not needed any longer. * app/core/gimpchannel.c * app/core/gimpselection.c * app/vectors/gimpvectors.c: changed accordingly.
-
- 11 Jul, 2005 9 commits
-
-
Michael Natterer authored
2005-07-12 Michael Natterer <mitch@gimp.org> * app/tools/gimppaintoptions-gui.c (gimp_paint_options_gui): swapped the opacity scale and the paint mode menu to be consistent with the layers dialog. Also makes the paint options look more balanced.
-
Sven Neumann authored
2005-07-11 Sven Neumann <sven@gimp.org> * app/base/segmentator.c: for now, implement smooth_mask() by means of gaussian_blur_region().
-
Sven Neumann authored
2005-07-11 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppropwidgets.c: minor fixes to the API docs.
-
Michael Natterer authored
2005-07-11 Michael Natterer <mitch@gimp.org> * app/core/gimppickable.[ch]: added GimpPickable::get_opacity_at() * app/core/gimpchannel.[ch]: removed gimp_channel_value() and implement ::get_opacity_at() instead. * app/core/gimplayer.[ch]: removed gimp_layer_pick_correlate() and implement ::get_opacity_at() instead. * app/core/gimpselection.c: GimpChannel::value() doesn't exist any more. * app/core/gimpprojection.c: implement ::get_opacity_at(), always returns OPAQUE. * app/core/gimpimage.c * app/tools/gimpbucketfilltool.c * app/tools/gimpclonetool.c * app/tools/gimpfliptool.c * app/tools/gimpiscissorstool.c * app/tools/gimpnewrectselecttool.c * app/tools/gimprectangletool.c * app/tools/gimpselectiontool.c * app/tools/gimptransformtool.c * tools/pdbgen/pdb/selection.pdb: changed accordingly. * app/pdb/selection_cmds.c: regenerated.
-
Michael Natterer authored
2005-07-11 Michael Natterer <mitch@gimp.org> * app/tools/gimpclonetool.c (gimp_clone_tool_cursor_update): simplify check for "inside selected region".
-
Michael Natterer authored
2005-07-11 Michael Natterer <mitch@gimp.org> * app/core/gimplayer.c: added read-only properties "opacity", "mode" and "lock-alpha".
-
Sven Neumann authored
2005-07-11 Sven Neumann <sven@gimp.org> * plug-ins/common/gauss.c: plugged memory leaks (bug #309967). Invalidate the preview when the algorithm is changed; default to RLE since it appears to be faster for the cases I tried.
-
Carol Spears authored
-
Carol Spears authored
2005-07-10 Carol Spears <carol@gimp.org> * docs/Wilber_Construction_Kit.xcf.gz
-
- 10 Jul, 2005 7 commits
-
-
Manish Singh authored
2005-07-10 Manish Singh <yosh@gimp.org> * libgimp/gimplayer.c (gimp_layer_set_preserve_trans): actually return a value. * plug-ins/pygimp/pygimp-drawable.c: create new lock_alpha attribute, and deprecate old preserve_trans attribute. * plug-ins/pygimp/plug-ins/shadow_bevel.py: use new lock_alpha API.
-
Michael Natterer authored
2005-07-10 Michael Natterer <mitch@gimp.org> * app/widgets/gimplayertreeview.c (gimp_layer_tree_view_init): moved the lock alpha toggle to a separate "Lock:" line.
-
Michael Natterer authored
2005-07-10 Michael Natterer <mitch@gimp.org> * app/actions/layers-actions.c * app/actions/layers-commands.[ch] * app/core/core-enums.[ch] * app/core/gimpimage-undo-push.[ch] * app/core/gimplayer-floating-sel.c * app/core/gimplayer.[ch] * app/text/gimptextlayer-xcf.c * app/widgets/gimphelp-ids.h * app/widgets/gimplayertreeview.[ch] * app/xcf/xcf-load.c * app/xcf/xcf-private.h * app/xcf/xcf-save.c * tools/pdbgen/pdb/layer.pdb * menus/image-menu.xml.in * libgimp/gimp.def: did a global s/preserve_trans/lock_alpha/ in preparation for more layer locking flags. * app/pdb/procedural_db.c * libgimp/gimplayer.[ch]: added compat stuff for preserve_trans. * app/pdb/layer_cmds.c * libgimp/gimplayer_pdb.[ch]: regenerated. * plug-ins/common/colortoalpha.c * plug-ins/common/iwarp.c * plug-ins/common/psd.c * plug-ins/common/psd_save.c * plug-ins/common/psp.c * plug-ins/common/rotate.c * plug-ins/common/threshold_alpha.c * plug-ins/common/vpropagate.c * plug-ins/script-fu/scripts/3d-outline.scm * plug-ins/script-fu/scripts/alien-glow-bar.scm * plug-ins/script-fu/scripts/alien-glow-bullet.scm * plug-ins/script-fu/scripts/alien-glow-logo.scm * plug-ins/script-fu/scripts/basic1-logo.scm * plug-ins/script-fu/scripts/basic2-logo.scm * plug-ins/script-fu/scripts/beveled-pattern-button.scm * plug-ins/script-fu/scripts/blend-anim.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/bovinated-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/carved-logo.scm * plug-ins/script-fu/scripts/chalk.scm * plug-ins/script-fu/scripts/chip-away.scm * plug-ins/script-fu/scripts/comic-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/crystal-logo.scm * plug-ins/script-fu/scripts/drop-shadow.scm * plug-ins/script-fu/scripts/gimp-headers.scm * plug-ins/script-fu/scripts/gimp-labels.scm * plug-ins/script-fu/scripts/glowing-logo.scm * plug-ins/script-fu/scripts/gradient-bevel-logo.scm * plug-ins/script-fu/scripts/image-structure.scm * plug-ins/script-fu/scripts/neon-logo.scm * plug-ins/script-fu/scripts/perspective-shadow.scm * plug-ins/script-fu/scripts/starburst-logo.scm * plug-ins/script-fu/scripts/starscape-logo.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/title-header.scm * plug-ins/script-fu/scripts/waves-anim.scm * plug-ins/xjt/xjt.c: changed accordingly.
-
Sven Neumann authored
2005-07-10 Sven Neumann <sven@gimp.org> * app/batch.c (batch_run): unified strings.
-
Miloslav Trmac authored
2005-07-10 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation by Miloslav Trmač.
-
Hans Breuer authored
2005-07-10 Hans Breuer <hans@breuer.org> * **/makefile.msc app/gimpcore.def : updated * app/widgets/gimpcontrollerlist.c : dont include "gimpmessagedialog.c" to avoid redefinitions. Instead include gimpmessagebox.h and gimpmessagedialog.h * plug-ins/common/raw.c : include <io.h> * plug-ins/common/screenshot.c : make it compile. It still has no code to actually work on win32.
-
Hendrik Brandt authored
2005-07-10 Hendrik Brandt <heb@gnome-de.org> * po*/de.po: Updated German translation.
-