- 15 Jul, 2005 9 commits
-
-
Nate Summers authored
* plug-ins/common/poppler.c: initial import into CVS. There was much rejoicing. * configure.in: check for gthread-2.0 in the poppler check, because it is not necessarily checked for elsewhere. Once other threaded plugins become available, this probably should be moved. Also removed the HAVE_POPPLER am conditional; it wasn't needed. * plug-ins/common/Makefile.am: added poppler to the build process
-
Nate Summers authored
* plug-ins/common/poppler.c: initial import into CVS. There was much rejoicing. * configure.in: check for gthread-2.0 in the poppler check, because it is not necessarily checked for elsewhere. Once other threaded plugins become available, this probably should be moved. Also removed the HAVE_POPPLER am conditional; it wasn't needed. * plug-ins/common/Makefile.am: added poppler to the build process
-
Sven Neumann authored
2005-07-16 Sven Neumann <sven@gimp.org> * app/widgets/gimpimagepropview.[ch]: also show the number of pixels.
-
Sven Neumann authored
2005-07-16 Sven Neumann <sven@gimp.org> * Makefile.am * plug-ins/benchmark-foreground-extract.py: added a rough implementation of the foreground extraxtion benchmark as proposed in the GrabCut paper. See comments in the file for details.
-
Carol Spears authored
-
Carol Spears authored
* docs/Wilber_Construction_Kit.xcf.gz: corrected the spelling of the word tassel.
-
Carol Spears authored
* docs/Wilber_Construction_Kit.xcf.gz: added a tassle and a fez.
-
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
-