- 26 Sep, 1999 5 commits
-
-
BST 1999 Adam D. Moss authored
Sun Sep 26 10:56:26 BST 1999 Adam D. Moss <adam@gimp.org> * app/plug-in.c: Fix bizarre typo and clean up a switch.
-
Manish Singh authored
* configure.in: version number bump * app/unittest/Makefile.am: commented out unused var targets to quell warnings * libgimp/stdplugins-intl.h: fix include guard * plug-ins/common/animoptimize.c * plug-ins/common/lic.c * plug-ins/common/warp.c * plug-ins/gap/Makefile.am * plug-ins/gap/gap_arr_dialog.c * plug-ins/gap/gap_dbbrowser_utils.c * plug-ins/gap/gap_filter_foreach.c * plug-ins/gap/gap_filter_main.c * plug-ins/gap/gap_lib.c * plug-ins/gap/gap_main.c * plug-ins/gap/gap_mod_layer.c * plug-ins/gap/gap_mov_dialog.c * plug-ins/gap/gap_mov_exec.c * plug-ins/gap/gap_mpege.c * plug-ins/gap/gap_range_ops.c * plug-ins/gap/gap_resi_dialog.c * plug-ins/gap/gap_split.c * plug-ins/gap/resize.c * plug-ins/gimpressionist/Makefile.am * plug-ins/gimpressionist/brush.c * plug-ins/gimpressionist/color.c * plug-ins/gimpressionist/general.c * plug-ins/gimpressionist/gimp.c * plug-ins/gimpressionist/gimpressionist.c * plug-ins/gimpressionist/orientation.c * plug-ins/gimpressionist/orientmap.c * plug-ins/gimpressionist/paper.c * plug-ins/gimpressionist/placement.c * plug-ins/gimpressionist/ppmtool.c * plug-ins/gimpressionist/presets.c * plug-ins/gimpressionist/preview.c * plug-ins/gimpressionist/repaint.c * plug-ins/gimpressionist/size.c * plug-ins/gimpressionist/sizemap.c * plug-ins/mosaic/Makefile.am * plug-ins/mosaic/mosaic.c * plug-ins/struc/Makefile.am * plug-ins/struc/struc.c: applied gimp-yasuhiro-990917-0, plugin i18n patch -Yosh
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
Shame on the one who decided it would be good idea to load pixmap brushes as pipes, it destroys the whole purpose of the GIMP_IS_BRUSH_PIPE macro!! --Sven & Jtl
-
Sven Neumann authored
this example later.... --Sven & Jtl
-
- 25 Sep, 1999 6 commits
-
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven & Jtl
-
Asbjørn Pettersen authored
-
Manish Singh authored
* app/main.c: moved the gtk_set_locale call to after it's been inited * app/paint_core.h: set skip for ToolFlags * app/procedural_db.h: don't skip PDB_TEMPORARY in PDBProcType * libgimp/Makefile.am: don't install stdplugins-intl.h, that's only for disted plugins * libgimp/gimpenums.h: is now autogenned * libgimp/gimpfeatures.h.in: #define for new enums * libgimp/gimpintl.h: #include <locale.h> * libgimp/stdplugins-intl.h: add include guards * plug-ins/AlienMap2/Makefile.am: add INTLLIBS * plug-ins/gflare/Makefile.am: removed unused libgimpui * plug-ins/script-fu/script-fu-console.c * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/script-fu-server.c: use stdplugins-intl.h * plug-ins/sel2path/Makefile.am: removed unused libgck.la * tools/pdbgen/Makefile.am: removed script-fu.pl, added enumcode.pl * tools/pdbgen/lib.pl * tools/pdbgen/enumcode.pl: enumcode.pl now autogenned gimpenums.h as well as the script-fu stuff -Yosh
-
Sven Neumann authored
--Sven
-
Manish Singh authored
* app/main.c: moved the gtk_set_locale call to after it's been inited * app/paint_core.h: set skip for ToolFlags * app/procedural_db.h: don't skip PDB_TEMPORARY in PDBProcType * libgimp/Makefile.am: don't install stdplugins-intl.h, that's only for disted plugins * libgimp/gimpenums.h: is now autogenned * libgimp/gimpfeatures.h.in: #define for new enums * libgimp/gimpintl.h: #include <locale.h> * libgimp/stdplugins-intl.h: add include guards * plug-ins/AlienMap2/Makefile.am: add INTLLIBS * plug-ins/gflare/Makefile.am: removed unused libgimpui * plug-ins/script-fu/script-fu-console.c * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/script-fu-server.c: use stdplugins-intl.h * plug-ins/sel2path/Makefile.am: removed unused libgck.la * tools/pdbgen/Makefile.am: removed script-fu.pl, added enumcode.pl * tools/pdbgen/lib.pl * tools/pdbgen/enumcode.pl: enumcode.pl now autogenned gimpenums.h as well as the script-fu stuff -Yosh
-
- 24 Sep, 1999 10 commits
-
-
Sven Neumann authored
--Sven
-
BST 1999 Andy Thomas authored
Fri Sep 24 23:54:26 BST 1999 Andy Thomas <alt@gimp.org> * app/paths_dialog.c Applied patch from Garry R. Osgood. Fixes bug #2253. Thansk for the patch!
-
BST 1999 Andy Thomas authored
Fri Sep 24 22:22:43 BST 1999 Andy Thomas <alt@gimp.org> * app/fileops.c Fix for the preview/thumbnail interactions causing corruptions.
-
Manish Singh authored
-Yosh
-
Sven Neumann authored
--Sven
-
Asbjørn Pettersen authored
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Sven Neumann authored
--Sven
-
Manish Singh authored
-Yosh
-
- 23 Sep, 1999 7 commits
-
-
Manish Singh authored
* app/channel.h * app/gimpimage.h * app/gimpimageP.h * app/layer.h * app/undo.[ch] * app/undo_types.h: use proper naming convention for undo enums, and hide them from the pdbgen stuff * app/procedural_db.h: don't skip PDB_END * app/undo_history.c: remove gccism from undo_history_append_special * libgimp/gimpintl.h: INIT_LOCALE should be defined in all cases * plug-ins/script-fu/Makefile.am: add script-fu-constants.[ch] * plug-ins/script-fu/script-fu.c: use init_generated_constants * plug-ins/script-fu/siod.h: #include <stdio.h> for FILE * * tools/pdbgen/script-fu.pl: new file * tools/pdbgen/Makefile.am: add rule for constant script-fu gen * tools/pdbgen/enumgen.pl: add enum skip feature * tools/pdbgen/lib.pl: use nicks for gimpenums.h * tools/pdbgen/pdb/procedural_db.pdb: ignore PDB_END -Yosh
-
Zach Beane authored
* app/fileops.c: Check trust_dirty_flag preference; if we don't trust it, save no matter what. * app/preferences_dialog.c, app/gimprc.c, app/gimprc.h: Added trust_dirty_flag preference option, defaults to off. -- Zach
-
Zach Beane authored
matter what.
-
Zach Beane authored
-
Vincent Renardias authored
* Updated for 1.1.9.
-
Sven Neumann authored
--Sven
-
CDT 1999 James Mitchell authored
Wed Sep 22 23:51:24 CDT 1999 James Mitchell <mitchell@gimp.org> * po-plug-ins/it.po: Translations from Daniele Medri <madrid@linux.it> 705 translated messages, 10 untranslated messages. * tips/gimp_tips.it.txt: Translations from Daniele Medri <madrid@linux.it>
-
- 22 Sep, 1999 6 commits
-
-
Chyla Zbigniew authored
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
Kelly Martin authored
* data/brushes/Makefile.am (install-data-local): added an install-data-local target to forcibly remove the round1.vbr from the installed brushes directory if it's still there for some silly reason... --klm
-
- 21 Sep, 1999 6 commits
-
-
Sven Neumann authored
--Sven
-
Zach Beane authored
* app/color_cmds.c: Reverted the patch I applied to fix the SOTA-Chrome bug. Yosh says he will add a new GUINT8ARRAY type to the PDB to fix this the right way. -- Zach
-
Zach Beane authored
will add a new GUINT8ARRAY type to the PDB to fix this the right way.
-
Sven Neumann authored
--Sven
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-