- 13 Jul, 2005 2 commits
-
-
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 8 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
2005-07-10 Carol Spears <carol@gimp.org> * docs/Wilber_Construction_Kit.xcf.gz
-
- 10 Jul, 2005 5 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.
-
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.
-
- 09 Jul, 2005 6 commits
-
-
Sven Neumann authored
2005-07-10 Sven Neumann <sven@gimp.org> * app/base/segmentator.[ch]: ported to GIMP data structures. There are still some TODOs, smooth_mask() isn't implemented yet. * app/core/Makefile.am * app/core/gimpdrawable-foreground-extract.[ch]: thin wrapper around the new segmentation algorithm. * tools/pdbgen/pdb/drawable.pdb: added a first draft of a PDB API for foreground extraction. * app/pdb/drawable_cmds.c * app/pdb/internal_procs.c * libgimp/gimpdrawable_pdb.[ch]: regenerated.
-
Michael Natterer authored
2005-07-09 Michael Natterer <mitch@gimp.org> * app/core/gimplayer.c: removed if(image) checks where the image can't be NULL.
-
Sven Neumann authored
2005-07-09 Sven Neumann <sven@gimp.org> * app/base/pixel-surround.[ch]: formatting.
-
Sven Neumann authored
2005-07-09 Sven Neumann <sven@gimp.org> * app/core/gimpchannel.c (gimp_channel_real_feather): gaussian_blur_region() writes to the pixel data, need to initialize the pixel region with dirty == TRUE; * app/paint-funcs/paint-funcs-generic.h: formatting.
-
Michael Natterer authored
2005-07-09 Michael Natterer <mitch@gimp.org> * app/widgets/gimpsamplepointeditor.[ch]: added "sample-merged" property and API. Pass it to gimp_image_pick_color(). * app/actions/Makefile.am * app/actions/actions.c * app/actions/sample-point-editor-actions.[ch] * app/actions/sample-point-editor-commands.[ch]: actions and callbacks for the sample point editor's menu. * app/widgets/gimphelp-ids.h: its help IDs. * app/menus/menus.c * menus/Makefile.am * menus/sample-point-editor-menu.xml: the sample point editor menu.
-
Michael Natterer authored
2005-07-09 Michael Natterer <mitch@gimp.org> * app/core/gimpimage-pick-color.c (gimp_image_pick_color): if sample_merged is FALSE and drawable is NULL, just get the image's active drawable instead of bailing out. * app/widgets/gimpcursorview.c (gimp_cursor_view_update_cursor): use gimp_image_pick_color() insted of duplicating its code.
-
- 08 Jul, 2005 15 commits
-
-
Sven Neumann authored
2005-07-09 Sven Neumann <sven@gimp.org> * app/widgets/gimpviewabledialog.c: ellipsize the name label.
-
Michael Natterer authored
2005-07-09 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcursorview.[ch]: added boolean "sample-merged" property, API and GUI. Pick from the active drawable if it's FALSE. * app/actions/Makefile.am * app/actions/actions.c * app/actions/cursor-info-actions.[ch] * app/actions/cursor-info-commands.[ch]: new files with actions and callbacks for the cursor info dialog's menu. * app/widgets/gimphelp-ids.h: help IDs for above actions. * app/actions/dialogs-actions.c * app/dialogs/dialogs.c: follow help ID change. * app/menus/menus.c * menus/Makefile.am * menus/cursor-info-menu.xml: add the cursor-info menu. * app/dialogs/dialogs-constructors.c: pass the menu factory to gimp_cursor_view_new().
-
Michael Natterer authored
2005-07-09 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcursorview.[ch]: added boolean "sample-merged" property, API and GUI. Pick from the active drawable if it's FALSE. * app/actions/Makefile.am * app/actions/actions.c * app/actions/cursor-info-actions.[ch] * app/actions/cursor-info-commands.[ch]: new files with actions and callbacks for the cursor info dialog's menu. * app/widgets/gimphelp-ids.h: help IDs for above actions. * app/dialogs/dialogs.c: follow help ID change. * app/menus/menus.c * menus/Makefile.am * menus/cursor-info-menu.xml: add the cursor-info menu. * app/dialogs/dialogs-constructors.c: pass the menu factory to gimp_cursor_view_new().
-
Sven Neumann authored
2005-07-09 Sven Neumann <sven@gimp.org> * app/base/segmentator.c: plugged memory leaks.
-
Sven Neumann authored
2005-07-08 Sven Neumann <sven@gimp.org> * app/base/segmentator.c: minor cleanup, use a GQueue instead of a custom queue implementation.
-
Sven Neumann authored
2005-07-08 Sven Neumann <sven@gimp.org> * app/base/segmentator.c: minor cleanup.
-
Michael Natterer authored
2005-07-08 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcursorview.c (gimp_cursor_view_update_cursor): pass the color index value to gimp_color_frame_set_color() so it would show up in the frame if we actually picked from indexed things.
-
Michael Natterer authored
2005-07-08 Michael Natterer <mitch@gimp.org> * app/tools/gimpclonetool.c: initialize the parent_class pointer with NULL.
-
Michael Natterer authored
2005-07-08 Michael Natterer <mitch@gimp.org> * app/widgets/gimpfiledialog.c (gimp_file_dialog_new): enable remote files: set local_only to FALSE if the PDB has "file_uri_load/save" procedures (yes, this is questionable).
-
Michael Natterer authored
2005-07-08 Michael Natterer <mitch@gimp.org> * libgimpcolor/gimpbilinear.c * libgimpwidgets/gimppreviewarea.c: fix some uninitialized stuff gcc 4.0 was choking about.
-
Michael Natterer authored
2005-07-08 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimppageselector.c (gimp_page_selector_class_init): added and fixed some API docs.
-
Sven Neumann authored
2005-07-08 Sven Neumann <sven@gimp.org> * plug-ins/ifscompose/ifscompose.c: fixed spelling of Fractal.
-
Michael Natterer authored
2005-07-08 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpwidgets.h: include gimpscrolledpreview.h
-
Michael Natterer authored
2005-07-08 Michael Natterer <mitch@gimp.org> * app/actions/edit-commands.c * app/actions/tool-options-commands.c: made the "Reset all tool options" and "Clear undo history" dialogs modal and simplified the code to use gimp_dialog_run() instead of a separate callback function.
-
Michael Natterer authored
2005-07-08 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimppageselector.[ch]: moved all instance members to a private struct.
-
- 07 Jul, 2005 1 commit
-
-
Michael Natterer authored
2005-07-08 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimppageselector.[ch]: fixed horizontal layout to not always use multiples of the default item width. Use the maximum thumbnail icon width instead. Also fixes keynav since it doesn't trigger a GTK+ bug any more.
-