- 29 Jul, 2005 13 commits
-
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * themes/Default/images/Makefile.am * themes/Default/images/tools/stock-tool-foreground-select-16.png * themes/Default/images/tools/stock-tool-foreground-select-22.png: added placeholder for yet-to-be-drawn tool icon. * libgimpwidgets/gimpstock.[ch]: register it. * app/tools/gimpforegroundselecttool.c: use it. * app/widgets/gimpclipboard.[ch] (gimp_clipboard_get_svg): return a signed char pointer. * app/actions/edit-commands.c * app/tools/gimpinkoptions-gui.c: fixed signedness issues.
-
Sven Neumann authored
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * app/base/siox.[ch] * app/core/gimpdrawable-foreground-extract.c: pass progress_callback and progress_data to siox_foreground_extract().
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * app/base/siox.c (add_to_list): keep a tail pointer. Speeds up the benchmark by about 50%.
-
Alexander Shopov authored
2005-07-29 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Victor Dachev <vdachev@gmail.com>
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable-foreground-extract.[ch]: added a progress parameter. * app/tools/gimpforegroundselecttool.[ch]: changed the "select" method to take a GimpDisplay instead of a GimpImage. * tools/pdbgen/pdb/drawable.pdb * app/tools/gimpforegroundselecttool.c: changed accordingly. * app/pdb/drawable_cmds.c: regenerated.
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * plug-ins/benchmark-foreground-extract.py: follow PDB API change.
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * plug-ins/jpeg/jpeg-load.c: fixed signedness warnings.
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * libgimpbase/gimpbaseenums.[ch]: added GimpForegroundExtractMode in preparation for other implementations to be added in the future. * libgimp/gimpenums.c.tail * tools/pdbgen/enums.pl: regenerated. * app/core/gimpdrawable-foreground-extract.[ch] * app/tools/gimpforegroundselecttool.c * tools/pdbgen/pdb/drawable.pdb: added the mode parameter. * app/pdb/drawable_cmds.c * libgimp/gimpdrawable_pdb.[ch]: regenerated.
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpconfig-utils.c (gimp_config_string_append_escaped): added casts to silent signedness warnings.
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * app/tools/gimpselectionoptions.c (gimp_selection_options_gui): no antialiasing for the foreground selection tool (yet).
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * app/core/gimpscanconvert.[ch]: added gimp_scan_convert_render_value(), a variant of gimp_scan_convert_render() that allows to pass the foreground value. * app/tools/gimpfreeselecttool.[ch]: added a virtual "select" method. * app/tools/Makefile.am * app/tools/gimp-tools.c * app/tools/gimpforegroundselecttool.[ch]: added a rough first version of foreground selection tool based on the SIOX algorithm. Work in progress... * app/widgets/gimphelp-ids.h: added help-id for the new tool.
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * app/tools/gimpfreeselecttool.c: minor cleanup.
-
- 28 Jul, 2005 4 commits
-
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * app/base/siox.c (siox_foreground_extract): minor cleanup.
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * app/core/gimpundostack.[ch]: added gimp_undo_stack_get_depth(). * app/widgets/gimpimagepropview.[ch]: display number and memory usage of undo/redo steps. * app/core/gimpimage-merge.c: fixed signedness issue.
-
Sven Neumann authored
2005-07-28 Sven Neumann <sven@gimp.org> * app/base/siox.[ch]: accept an offset between pixels and mask, work only on the intersection rectangle. * app/core/gimpdrawable-foreground-extract.c: pass the drawable offsets to siox_foreground_extract().
-
Sven Neumann authored
2005-07-28 Sven Neumann <sven@gimp.org> * app/base/siox.c: allow to enable some debug output.
-
- 27 Jul, 2005 2 commits
-
-
Manish Singh authored
2005-07-27 Manish Singh <yosh@gimp.org> * app/core/gimpdrawable-foreground-extract.c: #include gimpimage-colormap.h
-
Sven Neumann authored
2005-07-28 Sven Neumann <sven@gimp.org> * app/core/Makefile.am * app/core/cpercep.[ch]: moved cpercep from here ... * app/base/Makefile.am * app/base/cpercep.[ch]: ... to here. * app/base/siox.[ch]: use the cpercep routines for RGB->LAB conversion, gives a 20% speedup. Removed normalization which seems redundant. Make it work for grayscale and indexed, not only RGB. * app/core/gimpdrawable-foreground-extract.c * app/core/gimpimage-convert.c: changed accordingly.
-
- 26 Jul, 2005 2 commits
-
-
Sven Neumann authored
2005-07-26 Sven Neumann <sven@gimp.org> * plug-ins/ifscompose/ifscompose.c: change the cursor with the tool (bug #90519).
-
Sven Neumann authored
2005-07-26 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: fixed signedness warnings.
-
- 25 Jul, 2005 3 commits
-
-
Maurits Rijk authored
2005-07-25 Maurits Rijk <m.rijk@chello.nl> * plug-ins/imagemap/imap_csim.y: make buffer large enough to hold all polygon data. * plug-ins/imagemap/imap_csim_parse.[ch]: regenerated. Fixes #169698
-
Michael Natterer authored
2005-07-25 Michael Natterer <mitch@gimp.org> Some DND fixes / cleanup: * app/widgets/widgets-enums.h: renamed GIMP_DND_TYPE_TOOL to GIMP_DND_TYPE_TOOL_INFO. * app/widgets/gimpselectiondata.[ch]: s/tool/tool_info/g. Moved private functions to the end of the file. Include GIMP's PID in all GtkSelectionData strings which are used to pass around stuff by reference. For things which are referenced by name, also encode the object's address in the GtkSelectionData so having a brush called "Standard" or a named buffer called "Global Buffer" will work together with DND. * app/widgets/gimpdnd.[ch]: s/tool/tool_info/g. Renamed gimp_dnd_get_data_data() to gimp_dnd_get_object_data() since it's not limited to GimpData objects. Follow above selection data API changes. Cleanup. * libgimp/gimpbrushmenu.c * libgimp/gimpdrawablecombobox.c * libgimp/gimpfontselectbutton.c * libgimp/gimpgradientmenu.c * libgimp/gimpimagecombobox.c * libgimp/gimppalettemenu.c * libgimp/gimppatternmenu.c: follow GtkSelectionData format change and check the dropped things' PID against the return value of gimp_getpid().
-
Sven Neumann authored
2005-07-25 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/misc.pdb: on Win32, include <process.h> for getpid(). * app/pdb/misc_cmds.c: regenerated.
-
- 24 Jul, 2005 4 commits
-
-
Michael Natterer authored
2005-07-25 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/misc.pdb: added gimp_getpid(). * libgimp/gimp.def: changed accordingly. * app/pdb/internal_procs.c * app/pdb/misc_cmds.c * libgimp/gimpmisc_pdb.[ch]: regenerated.
-
Michael Natterer authored
2005-07-25 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpdialog.c (gimp_dialog_add_buttons_valist): don't call gtk_widget_hide() on a NULL help button.
-
Michael Natterer authored
2005-07-24 Michael Natterer <mitch@gimp.org> * libgimp/gimpbrushmenu.c * libgimp/gimppatternmenu.c: put the previews into sunken instead of etched-in frames.
-
Hendrik Richter authored
2005-07-24 Hendrik Richter <hendi@gnome-de.org> * de.po: Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.
-
- 23 Jul, 2005 3 commits
-
-
Michael Natterer authored
2005-07-24 Michael Natterer <mitch@gimp.org> * app/core/gimppattern.c: untabify, minor cleanup.
-
Michael Natterer authored
2005-07-23 Michael Natterer <mitch@gimp.org> * app/widgets/gimpselectiondata.c (gimp_selection_data_get_buffer): special case the global buffer so it can be dropped, not only dragged around.
-
Michael Natterer authored
2005-07-23 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimppageselector.c: added a label showing the number of selected pages. Allow to enter ranges like "5-" or "-7" (treat them as if the user had entered "5-n_pages" or "1-7"). Minor UI spacing and code cleanup.
-
- 22 Jul, 2005 7 commits
-
-
Michael Schumacher authored
2005-07-22 Michael Schumacher <schumaml@cvs.gnome.org> * libgimpwidgets/gimpwidgets.def: added missing gimp_page_selector_[get|set]_target
-
Michael Natterer authored
2005-07-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteeditor.c (gimp_palette_editor_init): allow to drop palettes onto the palette view again.
-
Michael Natterer authored
-
Ivan Stojmirov authored
-
Sven Neumann authored
2005-07-22 Sven Neumann <sven@gimp.org> * app/widgets/gimppaletteeditor.c (gimp_palette_editor_zoom): fixed the GIMP_ZOOM_TO case for palettes with a number of colors that is not a multiple of the number of columns.
-
Sven Neumann authored
2005-07-22 Sven Neumann <sven@gimp.org> * app/widgets/gimpviewrendererpalette.c (gimp_view_renderer_palette_render): reverted my last change here and replaced it with a better fix.
-
Sven Neumann authored
2005-07-22 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimppreview.sgml: added gimp_preview_get_area().
-
- 21 Jul, 2005 2 commits
-
-
Michael Natterer authored
2005-07-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteview.c: setup the dnd stuff in GimpView::set_viewable() and remove GimpView's automatically added GimpPalette drag source. Fixes color dragging (bug #113237).
-
Sven Neumann authored
2005-07-21 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreview.[ch]: added gimp_preview_get_area() for the rare case when one needs access to the GimpPreviewArea used in the preview. * libgimpwidgets/gimpwidgets.def: updated.
-