- 01 Aug, 2005 2 commits
-
-
Manish Singh authored
2005-07-31 Manish Singh <yosh@gimp.org> * acinclude.m4 * m4macros/Makefile.am * m4macros/detectcflags.m4: new macro: GIMP_DETECT_CFLAGS; used to detect which of a set of compiler options a compiler supports. * configure.in: use the above for the altivec and -fno-strict-aliasing flags. Also, use it to detect the presence of -mmmx and -msse, since those are needed to compile even MMX/SSE assembly with gcc 4.0. Define MMX/SSE_EXTRA_CFLAGS. * app/composite/Makefile.am: compile each of the composite flavors into their own library, so we can use automake's per-target CFLAGS. Use MMX/SSE/ALTIVEC_EXTRA_CFLAGS in the appropriate places. Build libappcomposite.a out of the resulting objects. * app/composite/gimp-composite-3dnow.c * app/composite/gimp-composite-altivec.c * app/composite/gimp-composite-mmx.c * app/composite/gimp-composite-sse.c * app/composite/gimp-composite-sse2.c * app/composite/gimp-composite-vis.c * app/composite/make-installer.py: move the _init functions into the installers, so only actually mmx/sse/etc. code gets compiled under the appropriate CFLAGS. * app/composite/gimp-composite-3dnow-installer.c * app/composite/gimp-composite-altivec-installer.c * app/composite/gimp-composite-mmx-installer.c * app/composite/gimp-composite-sse-installer.c * app/composite/gimp-composite-sse2-installer.c * app/composite/gimp-composite-vis-installer.c: regenerated. * app/composite/gimp-composite.c: remove useless cpu-accel.h include.
-
Adam Weinberger authored
2005-07-31 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 31 Jul, 2005 8 commits
-
-
David Odin authored
* app/dialogs/preferences-dialog.c: when the notebook page is changed with the mouse wheel, update the title and the selection in the treeview.
-
Sven Neumann authored
2005-07-31 Sven Neumann <sven@gimp.org> * POTFILES.in: added new files. * de.po: updated.
-
Sven Neumann authored
2005-07-31 Sven Neumann <sven@gimp.org> * app/tools/Makefile.am * app/tools/gimpforegroundselectoptions.[ch]: added options for GimpForegroundSelectionTool. * app/tools/gimpforegroundselecttool.c: also allow to classify background pixels. * app/tools/gimpfreeselecttool.c: implement GimpTool::control and reset the points array if the tool is HALTed.
-
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 14 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).
-