- 31 Jul, 2005 5 commits
-
-
Sven Neumann authored
2005-07-31 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselecttool.c: give some visual feedback when the user is drawing. Should use a different GC though.
-
Sven Neumann authored
2005-07-31 Sven Neumann <sven@gimp.org> * app/tools/gimpdrawtool.[ch]: added some const qualifiers.
-
Sven Neumann authored
2005-07-31 Sven Neumann <sven@gimp.org> * app/core/gimpscanconvert.c (gimp_scan_convert_render): pass 255 as value to gimp_scan_convert_render_internal(). * app/tools/gimpforegroundselecttool.[ch]: add paint strokes as foreground color; draw function is missing.
-
Sven Neumann authored
2005-07-31 Sven Neumann <sven@gimp.org> * app/core/gimpscanconvert.c: fixed some minor coding style issues.
-
Sven Neumann authored
2005-07-31 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-render.c * app/display/gimpdisplayshell.[ch]: removed the overlay again. This needs to be done differently. * app/tools/gimpforegroundselecttool.c: changed accordingly.
-
- 30 Jul, 2005 16 commits
-
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-render.c * app/display/gimpdisplayshell.[ch]: renamed overlay to mask and added a different overlay implementation that will be needed to finish the new foreground-select tool. * app/tools/gimpforegroundselecttool.c: changed accordingly.
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * app/tools/gimptoolcontrol.[ch]: transparently handle cursor vs. toggle cursor in the cursor accessor functions. * app/tools/gimpconvolvetool.c * app/tools/gimperasertool.c * app/tools/gimpmagnifytool.c * app/tools/gimptool.c: simplifies things here. * app/tools/gimpforegroundselecttool.c: set a toggle cursor and toggle the tool if a mask is set.
-
Adam Weinberger authored
2005-07-30 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselecttool.c: implement cursor_update(). Suppress standard selection tool functionality if a mask exists.
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselecttool.c: implement oper_update() and give some hints in the statusbar.
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-render.c * app/display/gimpdisplayshell.[ch]: added gimp_display_shell_set_overlay(); allows to overlay a mask over the display to visualize a selection. * app/tools/gimpforegroundselecttool.[ch]: use the new functionality to display the selection. Escape cancels the tool, Enter applies the selection.
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * libgimpbase/gimpbase.def: added missing symbol.
-
Sven Neumann authored
replacement though.
-
Sven Neumann authored
signedness issue instead.
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * app/base/gimphistogram.c (gimp_histogram_calculate_sub_region): loop unrolling. * app/dialogs/about-dialog.c * app/widgets/gimpselectiondata.c * plug-ins/bmp/bmpread.c (ReadBMP) * plug-ins/gfig/gfig.c (gfig_load) * plug-ins/imagemap/imap_preview.c * plug-ins/imagemap/imap_selection.c * plug-ins/jpeg/jpeg-exif.c * plug-ins/common/dicom.c: fixed signedness warnings.
-
Francisco Javier F. Serrador authored
2005-07-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * POTFILES.in: removed image-structure.scm. * de.po: updated.
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/Makefile.am * plug-ins/script-fu/scripts/image-structure.scm: removed this script (see bug #307016).
-
Sven Neumann authored
2005-07-30 Sven Neumann <sven@gimp.org> * app/base/tile-swap.c: increase the size of the swap file in chunks of 16MB instead of only 256KB. Check the return value of ftruncate().
-
- 29 Jul, 2005 16 commits
-
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppageselector.c: increased spacing.
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * menus/image-menu.xml.in: added "tools-foreground-select" to the Selection Tools menu. * app/tools/gimpforegroundselecttool.c: resolved clashing mnemonic.
-
Sven Neumann authored
2005-07-29 Sven Neumann <sven@gimp.org> * POTFILES.in: added new files. * de.po: updated.
-
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 3 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().
-