- 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 10 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.
-
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
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
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.
-
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 11 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> * 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
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/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/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 3 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.
-