- 11 Apr, 2002 1 commit
-
-
Sven Neumann authored
2002-04-11 Sven Neumann <sven@gimp.org> * plug-ins/common/ps.c: merged fix for bug #75667 from stable branch. * plug-ins/rcm/rcm_dialog.c * plug-ins/rcm/rcm_misc.c: merged fix for bug #67018 from stable branch. * themes/Default/gtkrc: removed settings for tooltips color since GTK+-2.0 sets a reasonable default. Added a line to allow to change menu accelerators.
-
- 10 Apr, 2002 1 commit
-
-
Manish Singh authored
2002-04-10 Manish Singh <yosh@gimp.org> * plug-ins/common/url.c: merges from gimp-1-2 branch
-
- 09 Apr, 2002 5 commits
-
-
Ole Laursen authored
2002-04-09 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a few bad translations (<toolbox> instead of <image>).
-
Ole Laursen authored
2002-04-09 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a spelling mistake.
-
Stanislav Brabec authored
-
Ole Laursen authored
2002-04-09 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a string in Danish translation.
-
Sven Neumann authored
2002-04-06 Sven Neumann <sven@gimp.org> * app/core/gimpscanconvert.c: include libart.h instead of a selection of libart headers.
-
- 06 Apr, 2002 1 commit
-
-
Ole Laursen authored
2002-04-06 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
- 05 Apr, 2002 1 commit
-
-
Chyla Zbigniew authored
-
- 04 Apr, 2002 5 commits
-
-
Manish Singh authored
-
Manish Singh authored
2002-04-03 Manish Singh <yosh@gimp.org> * app/core/gimpobject.c: use gobject marshaller names directly so libgimpproxy doesn't need gimpmarshal.* around
-
Manish Singh authored
-
Manish Singh authored
-
Manish Singh authored
-
- 02 Apr, 2002 1 commit
-
-
Stanislav Visnovsky authored
2002-04-02 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation by Zdenko Podobny <zdpo@mailbox.sk>.
-
- 01 Apr, 2002 3 commits
-
-
Duarte Loreto authored
2002-04-01 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
-
Nate Summers authored
-
Kjartan Maraas authored
2002-04-01 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokml) translation.
-
- 30 Mar, 2002 2 commits
-
-
Nate Summers authored
-
Nate Summers authored
-
- 29 Mar, 2002 12 commits
-
-
Tor Lillqvist authored
2002-03-30 Tor Lillqvist <tml@iki.fi> * libgimpmath/Makefile.am: Additions for Win32: Use -no-undefined. Use the .def file. Produce MS style import library if possible. Install (and uninstall) import libraries. * libgimpmath/makefile.mingw.in: Add comment that it is seriously out-of-date.
-
Tor Lillqvist authored
2002-03-30 Tor Lillqvist <tml@iki.fi> * libgimpcolor/Makefile.am: Additions for Win32: Use -no-undefined. Use the .def file. Produce MS style import library if possible. Install (and uninstall) import libraries. * libgimpcolor/makefile.mingw.in: Add comment that it is seriously out-of-date.
-
Tor Lillqvist authored
2002-03-30 Tor Lillqvist <tml@iki.fi> * libgimpbase/Makefile.am: Additions for Win32: Use -no-undefined. Use the gimpbase.def file. Produce MS style import library if possible. Install (and uninstall) import libraries. Pass definition of PREFIX in CPPFLAGS. * libgimpbase/gimpbase.def: Do export gimp_signal_private. * libgimpbase/gimpenv.c: Similar Win32 working as in the gimp-1-2 branch: (gimp_directory): Replace funny chars in user name (when used as part of last-resort personal gimp directory name) with underscores. (gimp_toplevel_directory): New (Win32-only) function. Deduces the installation prefix at run-time. (gimp_path_runtime_fix): New function. On Win32, replace the string with one where the compile-time prefix has been replaced with the run-time one. (gimp_path_parse, gimp_env_get_dir): Call it. * libgimpbase/gimpsignal.c: Trim (lots of) trailing spaces in copyright notice. (gimp_signal_private): Bypass on Win32, return NULL. Or should we call g_error(), thus requiring that calls of this are enclosed with #ifdef G_OS_UNIX? * libgimpbase/makefile.mingw.in: Add comment that it is seriously out-of-date. * libgimpbase/makefile.msc: Do compile gimpsignal.c.
-
Tor Lillqvist authored
2002-03-29 Tor Lillqvist <tml@iki.fi> * configure.in: Start of changes for autoconfiscated build on Win32. Mostly similar to how it is done in the gimp-1-2 branch: Set LT_CURRENT_MINUS_AGE to $LT_CURRENT - $LT_AGE, this is used by libtool in DLL names, we need it for the *.rc.in files in case we want to have version resources in DLLs (these include the original filename). AC_SUBST it. Call AC_LIBTOOL_WIN32_DLL. Test for Win32 platform and native Win32, set automake conditionals PLATFORM_WIN32 and OS_WIN32. Set PATHSEP to ';' or ':', AC_SUBST it. If on Win32, test for lib.exe availability (to build MS import libraries), set automake conditional MS_LIB_AVAILABLE. Include GLIB_LIBS when checking for bind_textdomain_codeset, in case using a separate -lintl. Don't try to link with -lX11 when looking for libXpm unless the GDK backend is x11. On Win32 we use the "no-X" version of libXpm.
-
Nate Summers authored
-
Nate Summers authored
-
Nate Summers authored
-
Nate Summers authored
-
Nate Summers authored
-
Nate Summers authored
-
Nate Summers authored
-
Nate Summers authored
* libgimptool * libgimptool/.cvsignore * libgimptool/Makefile.am: a library that contains tool code shared between the core and plugins * app/tools/gimptool.h: Removed here ... * libgimptool/gimptool.h: ... and added here * libgimptool/gimptooltypes.h: various types used by the tools. GIMP_CHANNEL_OP_FOO must be declared before this file is included. * libgimptool/gimptool.c: parts of the implementation of the GimpTool class that are not specific to the core * libgimptool/gimptoolcontrol.h: new class that contains the state and control information of the tool. Only the .h file is here because the plug-in code is completely different from the core code. * libgimptool/gimptoolmodule.[ch]: the GTypePlugin that loads the tool plugin modules. The registration code is not included here and must be supplied by the core or plug-in. Because registration in the core requires a Gimp object, but pluginspace has no Gimp (nor should it) the registration functions have been changed to take a void pointer. * app/tools/tools-enums.h: Removed here ... * libgimptool/gimptoolenums.h: ... and added here * tools/gimp-mkproxy: a perl script that aids in the creation and maintainance of proxy objects by parsing c files and including relevant parts * libgimpproxy * libgimpproxy/.cvsignore * libgimpproxy/.Makefile.am: a library that contains proxy objects necessary for tool plug-ins. * libgimpproxy/gimpproxytypes.h: declarations of various types needed by tool plug-ins. * app/core/core-enums.h * app/core/core-types.h * app/display/display-types.h * app/widgets/widgets-enums.h: export types to libgimpproxy * app/tools/tools-types.h: now just contains core-specific types * app/tools/gimptool.c * app/tools/gimptoolmodule.c * app/tools/gimptoolcontrol.[ch]: parts that are core-specific * plug-ins/tools/gimptool.c * plug-ins/tools/gimptoolcontrol.[ch]: parts that are pluginspace-specific * plug-ins/tools/tool-safe-mode.[ch]: pluginspace tool loader * Makefile.am * configure.in * app/Makefile.am * app/gimprc.c * app/undo.c * app/core/gimp.c * app/core/gimpcontext.c * app/core/gimpcoreconfig.c * app/core/gimpdatafactory.c * app/core/gimpdocuments.c * app/core/gimpdrawable-blend.c * app/core/gimpdrawable-bucket-fill.c * app/core/gimpdrawable-offset.c * app/core/gimpdrawable-transform.c * app/core/gimpdrawable.c * app/core/gimpedit.c * app/core/gimpimage-convert.c * app/core/gimpimage-crop.c * app/core/gimpimage-duplicate.c * app/core/gimpimage-guides.c * app/core/gimpimage-mask.c * app/core/gimpimage-merge.c * app/core/gimpimage-new.c * app/core/gimpimage-projection.c * app/core/gimpimage-qmask.c * app/core/gimpimage-resize.c * app/core/gimpimage-scale.c * app/core/gimpimage.c * app/core/gimpitem.c * app/core/gimpmodules.c * app/core/gimppaintinfo.c * app/core/gimpparasite.c * app/core/gimptoolinfo.c * app/core/gimpunit.c * app/paint/gimpairbrush.c * app/paint/gimpclone.c * app/paint/gimpconvolve.c * app/paint/gimpdodgeburn.c * app/paint/gimperaser.c * app/paint/gimppaintbrush.c * app/paint/gimppaintcore-stroke.c * app/paint/gimppaintcore.c * app/paint/gimppaintoptions.c * app/paint/gimppencil.c * app/paint/gimpsmudge.c * app/paint/paint.c * app/pdb/pdb-types.h * app/tools/Makefile.am * app/tools/gimpairbrushtool.[ch] * app/tools/gimpbezierselecttool.[ch] * app/tools/gimpblendtool.[ch] * app/tools/gimpbrightnesscontrasttool.[ch] * app/tools/gimpbucketfilltool.[ch] * app/tools/gimpbycolorselecttool.[ch] * app/tools/gimpclonetool.[ch] * app/tools/gimpcolorbalancetool.[ch] * app/tools/gimpcolorpickertool.[ch] * app/tools/gimpconvolvetool.[ch] * app/tools/gimpcroptool.[ch] * app/tools/gimpcurvestool.[ch] * app/tools/gimpdodgeburntool.[ch] * app/tools/gimpdrawtool.[ch] * app/tools/gimpeditselectiontool.c * app/tools/gimpellipseselecttool.c * app/tools/gimperasertool.[ch] * app/tools/gimpfliptool.[ch] * app/tools/gimpfreeselecttool.[ch] * app/tools/gimpfuzzyselecttool.[ch] * app/tools/gimphistogramtool.[ch] * app/tools/gimphuesaturationtool.[ch] * app/tools/gimpimagemaptool.[ch] * app/tools/gimpinktool.[ch] * app/tools/gimpiscissorstool.[ch] * app/tools/gimplevelstool.[ch] * app/tools/gimpmagnifytool.[ch] * app/tools/gimpmeasuretool.[ch] * app/tools/gimpmovetool.[ch] * app/tools/gimppaintbrushtool.c * app/tools/gimppainttool.[ch] * app/tools/gimppathtool.[ch] * app/tools/gimppenciltool.[ch] * app/tools/gimpperspectivetool.[ch] * app/tools/gimpposterizetool.[ch] * app/tools/gimprectselecttool.[ch] * app/tools/gimprotatetool.[ch] * app/tools/gimpscaletool.[ch] * app/tools/gimpselectiontool.c * app/tools/gimpsheartool.[ch] * app/tools/gimpsmudgetool.[ch] * app/tools/gimptexttool.[ch] * app/tools/gimpthresholdtool.[ch] * app/tools/gimptransformtool.c * app/tools/gimpvectortool.[ch] * app/tools/paint_options.c * app/tools/selection_options.c * app/tools/tool_manager.c * app/tools/tool_manager.h * app/tools/tools.c * app/display/gimpdisplay.c * app/display/gimpdisplayshell-callbacks.c * app/file/file-open.c * app/file/file-save.c * app/gui/convert-dialog.c * app/gui/info-window.c * app/gui/tools-commands.c * app/xcf/xcf-load.c * app/xcf/xcf.c * plug-ins/tools/.cvsignore * plug-ins/tools/Makefile.am * plug-ins/tools/common/Makefile.am: changed accordingly * libgimptool/gimptoolenums.c * libgimpproxy/gimpchannel.h * libgimpproxy/gimpobject.[ch]: autogenerated
-
- 28 Mar, 2002 6 commits
-
-
Sven Neumann authored
-
Chyla Zbigniew authored
-
Sven Neumann authored
2002-03-28 Sven Neumann <sven@gimp.org> * Makefile.am (EXTRA_DIST): removed po-script-fu/script-fu-xgettext.
-
Sven Neumann authored
-
Manish Singh authored
2001-03-28 Manish Singh <yosh@gimp.org> * app/gui/user-install-dialog.c: Treeviewized
-
Hans Breuer authored
2001-03-28 Hans Breuer <hans@breuer.org> * config.h.win32 : #define GETTEXT_PACKAGE * makefile.msc : add theme rule * app/makefile.msc : gimp.exe depends on all the libs and general update * app/base/makefile.msc : updated * app/config/gimpconfig-serialize.c : #include <io.h> for win32 * app/config/gimpconfig-types.c : #include <string.h> * app/core/gimpcontext.c app/core/gimpcontainer.c app/core/gimptoolinfo.c : #include <string.h> * app/core/gimpdocuments.c (gimp_documents_save_func) : need to g_strescape() the filename to not make backslashes vanish during de-serialization * app/core/gimpimagefile.c : #define S_ISREG for G_OS_WIN32 * app/core/makefile.msc : add -DGIMP_COMPILATION required for cpercep.c build * app/display/gimpdisplayshell.c : #include <string.h> * app/display/makefile.msc : -FImsvc_recommended_pragmas.h, G_LOG_DOMAIN definition and object file update * app/file/makefile.msc : -FImsvc_recommended_pragmas.h, G_LOG_DOMAIN definition * app/file/file-open.c (file_open_with_proc_and_display) : use absolute filename for gimp_documents_add() * app/gui/channel-commands.c app/gui/colormap-editor-commands.c app/gui/edit-commands.c app/gui/vectors-commands.c : #include <string.h> * app/gui/makefile.msc : updated * app/gui/menus.c : use g_file_test() instead of access() to avoid inclusion <unistd.h> * app/paint/makefile.msc : updated * app/plug-in/plug-in-params.c : #include <string.h> * app/plug-in/makefile.msc : updated * app/plug-in/plug-in-def.h : #include <time.h> for time_t * app/plug-in/plug-in.c : remove definition of S_IFREG * app/plug-in/gap/gap_arr_dialog.c : include <config.h> before including libgimp/libgimp-intl.h * app/tools/makefile.msc : updated * app/vectors/makefile.msc : new file * app/widgets/makefile.msc : updated * libgimp/gimp.def : updated externals * libgimpwidgets/gimpwidgets.def : updated externals * modules/makefile.msc : updated and disabled colorsel_gtk. * plug-in/makefile.msc : don't define GETTEXT_PACKAGE * themes/Default/images/makefile.msc : moved makefile.msc from .. and adapted pathes to images
-
- 27 Mar, 2002 2 commits
-
-
Michael Natterer authored
2002-03-28 Michael Natterer <mitch@gimp.org> * app/config/Makefile.am * app/config/gimpscanner.[ch]: new files containing a convenience constructor for GScanner and some parse utility functions, mostly cut out of app/plug-in/plug-in-rc.c * app/plug-in/plug-in-rc.c: removed the stuff here, added scopes to the scanner symbols. * app/core/Makefile.am * app/core/gimpunits.[ch]: moved the user_unit list handling and unitrc stuff to this file. Parse unitrc here, using the new utility functions instead of using gimprc. * app/core/gimpunit.[ch]: removed here. * app/core/gimpdocuments.c: same here: added a scanner for the document history instead of using gimprc. * app/gimprc.c: removed unitrc and document history parsing stuff along with some old unused cruft. * app/app_procs.c * app/core/gimp.c * app/gui/user-install-dialog.c: #include "core/gimpunits.h". * app/core/gimpdrawable-bucket-fill.c: don't include "gimprc.h".
-
Wang Jian authored
-