- 01 Jan, 2003 5 commits
-
-
Garry R. Osgood authored
2003-01-01 Garry R. Osgood <grosgood@rcn.com> * MAINTAINERS: Updated my CVS. * app/undo.c * app/undo_history.c * app/core/gimpimage.[ch] * app/tools/gimpimagemaptool.c * app/core/gimpimage-merge.c: implementation of LAYER_MERGE signal emitters and listeners. (see bug #98843); listeners thaw undo stack (image map tools, usually). * app/widgets/gimpviewabledialog.c: gimp_viewable_dialog_close () Check if the widget has a non-null reference to a window before using it to synthesize a cancel event. These seven deltas closes bug #98843. * app/core/gimpimage-merge.c: (gimp_image_merge_layers()) Regardless of merge type, temporarily set composition mode of bottom layer to NORMAL, then merge. Closes bug #101036.
-
Sven Neumann authored
2003-01-01 Sven Neumann <sven@gimp.org> * app/gui/menus.c (image_entries): changed some menu entries as suggested in bug #101974. * app/display/gimpdisplayshell.c: changed accordingly.
-
Hans Breuer authored
2003-01-01 Hans Breuer <hans@breuer.org> * libgimpbase/gimpdatafiles.c : when checking for 'excecutable' make sure it is a regular file too (on win32 even directories carry the IXUSR flag) * app/app_procs.h : there is still no #warning with msvc, special case to make it build with non GCC * makefile.msc */makefile.msc */*/makefile.msc : updated * app/gui/user-install-dialog.c : get prototype for mkdir * libgimpwidgets/libgimp-glue.c : make it compile without LT_RELEASE being defined * modules/module.def : removed modules/Makefile.am : no export file needed when functions get exported by G_MODULE_EXPORT
-
Maurits Rijk authored
-
Tor Lillqvist authored
2003-01-01 Tor Lillqvist <tml@iki.fi> * modules/Makefile.am: On Win32, use -no-undefined, and add dependent libraries to the LIBADDs.
-
- 31 Dec, 2002 1 commit
-
-
Simon Budig authored
2002-12-31 Simon Budig <simon@gimp.org> * app/vectors/vectors-types.h: New Type: GimpVectorExtendMode * app/tools/gimpvectortool.c * app/vectors/gimpstroke.[ch] * app/vectors/gimpbezierstroke.[ch]: More stuff on the path (pun intended) to a better path tool... Thanks to Sven for being my host in Berlin!
-
- 30 Dec, 2002 13 commits
-
-
Sven Neumann authored
2002-12-31 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/fileops.pdb (gimp_temp_name): need to expand the temp_path before using it. * app/pdb/fileops_cmds.c: regenerated.
-
Sven Neumann authored
-
Sven Neumann authored
-
Michael Natterer authored
2002-12-30 Michael Natterer <mitch@gimp.org> * app/gui/user-install-dialog.c: some more cleanup: check the return value of fclose() in copy_file(), added an enum for the notebook pages, added '' around displayed filenames, update the GUI while creating the user directory, misc stuff.
-
Sven Neumann authored
2002-12-30 Sven Neumann <sven@gimp.org> * data/environ/Makefile.am * etc/Makefile.am: fixed EXTRA_DIST rules.
-
Sven Neumann authored
-
Sven Neumann authored
2002-12-30 Sven Neumann <sven@gimp.org> * app/core/gimpimagefile.c (gimp_imagefile_png_thumb_path): use proper defines to specify the permissions when calling mkdir(). * app/file/file-utils.c: removed redeclaration of mkdir() for Win32 since we don't call mkdir() here. * app/gui/user-install-dialog.c (user_install_run): rewrote copy_file() to use GError for error reporting. Use the same code for the user installation on all platforms. Also fixes bug #102015. * data/misc/Makefile.am * data/misc/user_install * data/misc/user_install.bat: removed obsoleted scripts.
-
Simon Budig authored
2002-12-30 Simon Budig <simon@gimp.org> * app/vectors/gimpanchor.h * app/vectors/vectors-types.h: Anchors now have an enum as type and have the "selected" property. * app/vectors/gimpstroke.[ch] * app/vectors/gimpbezierstroke.c * app/vectors/gimpvectors-preview.c: Additional functions to get information about the graphical representation of the stroke and be able to select anchors. * app/tools/gimpvectortool.c: semi-usable interface, better graphical representation of what is going on. Also make use of the "selected" property of the anhors to just display a subset of the control handles.
-
Daniel Yacob authored
-
Sven Neumann authored
-
Sven Neumann authored
2002-12-30 Sven Neumann <sven@gimp.org> * app/config/gimppluginconfig.[ch] * app/config/gimprc-blurbs.h: added "script-fu-path" back to gimprc.
-
Sven Neumann authored
-
Sven Neumann authored
2002-12-30 Sven Neumann <sven@gimp.org> * app/app_procs.c * app/core/gimp.c * app/gui/gui.c * app/widgets/gimpitemfactory.c: removed debugging output. * app/plug-in/plug-ins.c: need to expand the plug_in_path before using it. * app/gui/plug-in-menus.c (plug_in_menus_init): removed an unneeded assertion. * plug-ins/imagemap/Makefile.am (EXTRA_DIST): removed references to files that were removed some time ago.
-
- 29 Dec, 2002 7 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2002-12-30 Sven Neumann <sven@gimp.org> * app/config/Makefile.am * app/config/gimppluginconfig.[ch]: new files that define plug-in specific configuration. * app/config/config-types.h * app/config/gimprc-blurbs.h * app/gimprc.[ch]: derive GimpRc from GimpPluginConfig. * etc/gimprc: regenerated (gimp-config-dump --system-gimprc).
-
Sven Neumann authored
2002-12-29 Sven Neumann <sven@gimp.org> * app/core/gimpimagefile.c: another fix for #102016.
-
Sven Neumann authored
-
Sven Neumann authored
2002-12-29 Sven Neumann <neo@wintermute> * configure.in: check for app/core/gimp.c instead of etc/gimprc.in which no longer exists. * app/gui/user-install-dialog.c: use the term Folder instead of Directory (fixes bug #102016).
-
Sven Neumann authored
-
Sven Neumann authored
2002-12-29 Sven Neumann <sven@gimp.org> * configure.in * etc/Makefile.am * etc/gimprc.in * etc/gimprc_user.in: removed templates for gimprc files. * etc/gimprc: added this file as generated by gimp-config-dump. * app/gui/user-install-dialog.c * data/misc/user_install: don't install an empty user gimprc. * app/config/Makefile.am * app/config/gimpconfig-substitute.[ch]: removed these files. * app/config/gimpconfig-path.[ch]: and added them again with reduced functionality. Paths found in config files are now basically handled like standard strings by the config system. Users of the GimpConfig path variables need to expand the path themselves. * app/config/gimpbaseconfig.c * app/config/gimpconfig-deserialize.c * app/config/gimpconfig-dump.c * app/config/gimpconfig-utils.c * app/config/gimpconfig.c * app/config/gimpcoreconfig.c * app/config/gimprc.c: * app/base/base.c * app/base/temp-buf.c * app/core/gimp.c * app/core/gimpdatafactory.c * app/core/gimpmodules.c * app/gui/user-install-dialog.c * app/plug-in/plug-in.c * app/tools/tools.c * app/widgets/gimppropwidgets.c: changed accordingly.
-
- 28 Dec, 2002 4 commits
-
-
Simon Budig authored
2002-12-29 Simon Budig <simon@gimp.org> * app/core/gimpimage-mask-select.c * app/paint/gimppaintcore-stroke.c * app/tools/gimpvectortool.c * app/vectors/gimpbezierstroke.[ch] * app/vectors/gimpstroke.[ch] * app/vectors/gimpvectors-preview.c: some more stuff for the vectors tool: bezier interpolation is available, we have preview generation. Usage is still weird.
-
Daniel Yacob authored
-
Simon Budig authored
2002-12-28 Simon Budig <simon@gimp.org> * themes/Default/images/tools/.cvsignore: reverted unintended commit.
-
Simon Budig authored
222002-12-28 Simon Budig <simon@gimp.org> * app/vectors/gimpbezierstroke.c: untested and unused stuff for the interpolation of bezier curves. More to come soon.
-
- 27 Dec, 2002 2 commits
-
-
Maurits Rijk authored
Fix for #82490 (Use standard GIMP size entry in Smooth Palette) and #101902 (Smooth Palette crashes on 1x1 image).
-
Ole Laursen authored
2002-12-27 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
- 26 Dec, 2002 8 commits
-
-
Christian Rose authored
2002-12-26 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
Tor Lillqvist authored
2002-12-26 Tor Lillqvist <tml@iki.fi> * modules/Makefile.am * plug-ins/Makefile.am: Don't distribute makefile.mingw{,.in}.
-
Tor Lillqvist authored
2002-12-26 Tor Lillqvist <tml@iki.fi> * app/gimp.sym: Add the symbols used by libgimpwidgets.
-
Tor Lillqvist authored
2002-12-26 Tor Lillqvist <tml@iki.fi> * app/Makefile.am: On Win32, create export file gimp.exp. (LDFLAGS): Add -mwindows. (LDADD): Link with gimp.exp. * app/gimp.sym: Remove all old entries (seemed to be obsolete). Instead, add the ones linked to from libgimptool.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
2002-12-26 Tor Lillqvist <tml@iki.fi> * app/gui/user-install-dialog.c (user_install_run): On Win32, use similar code as in GIMP 1.2, i.e. don't run a script to do the mkdirs and copying, but do it ourselves. Markup the tree_items elements accordingly to direct the action.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
2002-12-26 Tor Lillqvist <tml@iki.fi> * libgimptool/gimptool.def: Add gimp_crop_type_get_type.
-