- 06 Jul, 2003 3 commits
-
-
Valek Frob authored
-
Sven Neumann authored
-
Sven Neumann authored
2003-07-06 Sven Neumann <sven@gimp.org> * etc/ps-menurc: an updated version from Eric Pierce.
-
- 05 Jul, 2003 1 commit
-
-
Sven Neumann authored
2003-07-05 Sven Neumann <sven@gimp.org> * gimp-tips.xml.in: removed a non-ASCII character. Seems to be causing trouble with newer versions of xgettext and probably needs a fix in intltool to work.
-
- 04 Jul, 2003 12 commits
-
-
Henrik Brix Andersen authored
2003-07-04 Henrik Brix Andersen <brix@gimp.org> * app/core/gimpdrawable-bucket-fill.c (gimp_drawable_bucket_fill_full): applied a patch from Pedro Gimeno <pggimeno@wanadoo.es> which fixes segmentation fault when using <Image>/Edit/Fill with [FB]G Color.
-
Henrik Brix Andersen authored
2003-07-04 Henrik Brix Andersen <brix@gimp.org> Added persistent storage of image grid in XCF files. * app/core/gimpimage.[ch]: removed gimp_image_get_grid() and gimp_image_set_grid() ... * app/core/Makefile.am * app/core/gimpimage-grid.[ch]: ... and added them to these new files. Added gimp_grid_parasite_name(), gimp_grid_to_parasite() and gimp_grid_from_parasite() functions. * app/core/gimpimage-snap.c * app/gui/grid-dialog.c: #include "gimpimage-grid.h" * app/core/gimpimage-undo-push.c: #include "gimpimage-grid.h". (gimp_image_undo_push_image_grid) mark image as dirty. * app/xcf/xcf-save.c (xcf_save_image_props): save GimpGrid object as a parasite. * app/xcf/xcf-load.c (xcf_load_image): load GimpGrid from parasite. * devel-docs/parasites.txt: documented the new "gimp-image-grid" parasite.
-
Sven Neumann authored
2003-07-04 Sven Neumann <sven@gimp.org> * configure.in * app/base/base.c * app/base/cpu-accel.c: added (untested) check for altivec assembly and enabled the run-time altivec check.
-
Sven Neumann authored
2003-07-04 Sven Neumann <sven@gimp.org> * gimp-tips.xml.in: fixed a typo (bug #116698). * de.po: updated.
-
Sven Neumann authored
2003-07-04 Sven Neumann <sven@gimp.org> * configure.in: minor fixes to the checks for assembler support.
-
Michael Natterer authored
2003-07-04 Michael Natterer <mitch@gimp.org> * app/widgets/gimpitemfactory.c (gimp_item_factory_set_color): use GIMP_COLOR_AREA_SMALL_CHECKS instead of _FLAT so the color's alpha is visible. Lookup GTK_ICON_SIZE_MENU's dimensions instead of hardcoding 16x16.
-
Sven Neumann authored
2003-07-04 Sven Neumann <sven@gimp.org> * app/base/colorize.c (colorize_init): use more inspiring initial values.
-
Sven Neumann authored
2003-07-04 Sven Neumann <sven@gimp.org> * plug-ins/gdyntext/*: removed from CVS.
-
Jakub Steiner authored
2003-07-04 Jakub Steiner <jimmac@ximian.com> * app/gui/image-menu.c: fix clashing mnemonics
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
2003-07-04 Sven Neumann <sven@gimp.org> * configure.in: redone target platform detection and MMX assembly checks. Basically copied from DirectFB. * app/Makefile.am * app/arch/i386/mmx/detect_mmx.S * app/arch/i386/mmx/paint_funcs_mmx.S * app/paint-funcs/Makefile.am * app/paint-funcs/paint-funcs-mmx.h * app/paint-funcs/paint-funcs-simd.S: removed the old MMX routines. New ones will come instead. * app/base/Makefile.am * app/base/detect-mmx.[Sh]: removed these two files... * app/base/cpu-accel.[ch]: ... and added new ones that do more fine-grained cpu acceleration detection. Again taken from DirectFB but the code is originally from mpeg2dec. * app/base/base.c: print results from cpu feature tests.
-
- 03 Jul, 2003 9 commits
-
-
Dave Neary authored
2003-07-04 Dave Neary <bolsh@gimp.org> * app/core/gimpdrawable-bucket-fill.c: Add alpha channel to temp buffer from gimpimage if there's an alpha channel in the pattern being applied.
-
Pablo Gonzalo del Campo authored
2003-07-03 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2003-07-03 Sven Neumann <sven@gimp.org> * plug-ins/common/gif.c (save_image): refuse to write comments that contain non-ASCII characters.
-
Sven Neumann authored
2003-07-03 Sven Neumann <sven@gimp.org> * plug-ins/common/png.c: added a toggle that allows to disable saving of the image comment.
-
Sven Neumann authored
2003-07-03 Sven Neumann <sven@gimp.org> * plug-ins/common/blur.c * plug-ins/common/gifload.c * plug-ins/common/gih.c * plug-ins/common/gqbist.c * plug-ins/common/jpeg.c * plug-ins/common/mapcolor.c * plug-ins/common/pcx.c * plug-ins/common/png.c * plug-ins/common/ps.c * plug-ins/common/psd.c * plug-ins/common/psp.c * plug-ins/common/randomize.c * plug-ins/common/sinus.c * plug-ins/common/snoise.c * plug-ins/common/tga.c * plug-ins/common/wmf.c * plug-ins/common/xbm.c * plug-ins/fp/fp.h * plug-ins/fp/fp_gdk.c * plug-ins/fp/fp_gtk.c * plug-ins/gfig/gfig.c * plug-ins/gflare/gflare.c * plug-ins/gimpressionist/brush.c * plug-ins/gimpressionist/paper.c * plug-ins/gimpressionist/ppmtool.c * plug-ins/gimpressionist/preview.c * plug-ins/ifscompose/ifscompose_utils.c * plug-ins/script-fu/script-fu-server.c * plug-ins/xjt/xjt.c: fixed some minor code issues found compiling with -pedantic.
-
Manish Singh authored
2003-07-03 Manish Singh <yosh@gimp.org> * configure.in: remove gimp.spec stuff (leave gimp.spec.in in CVS for now as reference, maybe update it with the freshrpms spec at some point)
-
Manish Singh authored
2003-07-03 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c: fix spelling of "quality" in comment * tools/pdbgen/*.pl: update copyright strings to 2003 * libgimp/gimpenums.h * libgimp/*_pdb.[ch] * app/pdb/*_cmds.[ch] * app/pdb/internal_procs.[ch] * plug-ins/pygimp/gimpenums.py * plug-ins/script-fu/script-fu-constants.c: regenerated
-
Sven Neumann authored
-
Sven Neumann authored
2003-07-03 Sven Neumann <sven@gimp.org> * plug-ins/common/png.c: added support for reading and writing comments. Handles tTXt (ISO-8859-1) and, if your libpng supports it, iTXt (UTF-8) chunks.
-
- 02 Jul, 2003 15 commits
-
-
Sven Neumann authored
2003-07-02 Sven Neumann <sven@gimp.org> * RPM/*: removed these files, they are of no purpose any longer.
-
Sven Neumann authored
2003-07-02 Sven Neumann <sven@gimp.org> * app/gui/edit-commands.c * app/gui/image-menu.c: added "Fill with Pattern" menu entry as suggested in bug #116365. * app/base/temp-buf.c * app/base/tile-swap.c * app/config/gimpbaseconfig.c * app/config/gimpconfig-types.c * app/display/gimpdisplayshell-filter-dialog.c * app/display/gimpdisplayshell.c * app/file/file-utils.c * app/paint-funcs/paint-funcs-types.h * app/tools/gimpdrawtool.c * app/tools/gimpinktool.c * app/tools/gimpiscissorstool.h * app/tools/gimptextoptions.c * app/paint-funcs/paint-funcs-types.h * app/vectors/gimpbezierstroke.c * app/vectors/gimpstroke.c * app/vectors/gimpvectors.c * app/vectors/vectors-types.h * libgimp/gimpbrushmenu.c * libgimp/gimpmisc.h * libgimpmodule/gimpmodule.c: fixed some minor issues found compiling with -pedantic. * app/pdb/misc_tools_cmds.c * tools/pdbgen/pdb/misc_tools.pdb: adapt to the changed order of arguments for gimp_image_pick_color().
-
Michael Natterer authored
2003-07-02 Michael Natterer <mitch@gimp.org> * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpdatafiles.sgml: regenerated.
-
Michael Natterer authored
2003-07-02 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpbasetypes.h: changed GimpDatafileLoaderFunc to take a separate "gpointer user_data" parameter (passing user_data in a struct was a quite nonstandard API design). Made the GimpDatafileData pointer const. * libgimpbase/gimpdatafiles.[ch]: removed user_data from the GimpDatafileData struct and added "const gchar *basename" so we don't need to g_path_get_basename() in many callbacks. * libgimp/gimpmiscui.[ch]: changed gimp_plug_in_parse_path() to gimp_plug_in_get_path() and return the unparsed path. * app/core/gimpdatafactory.c * app/core/gimpenvirontable.c * app/gui/gui.c * app/plug-in/plug-ins.c * libgimpmodule/gimpmoduledb.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/FractalExplorer/FractalExplorer.[ch] * plug-ins/FractalExplorer/Globals.c * plug-ins/gfig/gfig.c * plug-ins/gflare/gflare.c: use gimp_datafiles_read_directories() instead of fiddling with g_dir_open() manually. Random cleanups.
-
Sven Neumann authored
-
Pablo Gonzalo del Campo authored
2003-06-26 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Pablo Gonzalo del Campo authored
2003-07-02 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
-
Sven Neumann authored
2003-07-02 Sven Neumann <sven@gimp.org> * plug-ins: last bunch of plug-ins adapted to libgimp changes.
-
Michael Natterer authored
2003-07-02 Michael Natterer <mitch@gimp.org> * app/gui/grid-dialog.c: s/Appearence/Appearance/g, changed color_notebook titles to say "Change Foo Color" instead of just "Foo Color". * app/widgets/gimplayertreeview.c: irrelevant code review.
-
Michael Natterer authored
2003-07-02 Michael Natterer <mitch@gimp.org> * app/widgets/widgets-types.h: added GimpMenuPositionFunc typedef. * app/widgets/gimpwidgets-utils.[ch]: made gimp_menu_position() a GimpMenuPositionFunc. * app/widgets/gimpitemfactory.[ch] (gimp_item_factory_popup_with_data): added position_func and position_data parameters. Use gimp_menu_position() if no position_func is given. * app/display/gimpdisplayshell-callbacks.c: removed gimp_display_shell_origin_menu_popup() and call gimp_item_factory_popup_with_data() directly from gimp_display_shell_popup_menu(), using gimp_display_shell_origin_menu_position() as position_func. * app/widgets/gimpeditor.[ch]: added a GtkWidget::popup_menu() implementation so all context menus are keyboard accessible. Added "gpointer factory_data" member so the menu can be popped up in the right context. * app/gui/channels-menu.c * app/gui/layers-menu.c * app/gui/vectors-menu.c: make them work without an active image since they can be popped up at any time now. * app/gui/image-menu.c * app/gui/toolbox-menu.c: cleanup. * app/widgets/gimpcolormapeditor.c * app/widgets/gimpcomponenteditor.c * app/widgets/gimpcontainereditor.c * app/widgets/gimpdockbook.c * app/widgets/gimperrorconsole.c * app/widgets/gimpgradienteditor.c * app/widgets/gimpitemtreeview.c * app/widgets/gimppaletteeditor.c: pass NULL, NULL as position_func and position_data so the default implementation is used.
-
Sven Neumann authored
2003-07-02 Sven Neumann <sven@gimp.org> * plug-ins: more plug-ins adapted to libgimp changes. Includes fix for #12582.
-
Sven Neumann authored
2003-07-02 Sven Neumann <sven@gimp.org> * plug-ins: more plug-ins adapted to libgimp changes.
-
Michael Natterer authored
2003-07-02 Michael Natterer <mitch@gimp.org> * app/widgets/gimpitemfactory.c: misc cleanup. (gimp_item_factory_create_item): use gimp_menu_path_strip_uline() here too.
-
Michael Natterer authored
2003-07-02 Michael Natterer <mitch@gimp.org> * app/widgets/gimpwidgets-utils.[ch] (gimp_menu_path_strip_uline): new function which takes menu_paths with mnemonics and removes them so they can be used as identifiers. * app/gui/plug-in-menus.c: use the new function. Enables mnemonics for plug-in menu entries. Removed plug_in_escape_uline() which implemented disabling them. * app/widgets/gimptoolbox.c (toolbox_create_tools): use it here too, made the function more robust.
-
Manish Singh authored
2003-07-02 Manish Singh <yosh@gimp.org> * tools/pdbgen/lib.pl: constify input strings, colors, and arrays * libgimp/*_pdb.[ch]: regenerated
-