- 09 Apr, 2005 4 commits
-
-
Josep Puigdemont i Casamajó authored
-
Vincent van Adrighem authored
2005-04-09 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
Manish Singh authored
2005-04-09 Manish Singh <yosh@gimp.org> * plug-ins/common/gifload.c (GetCode): GetDataBlock returns -1 on error, so count should be an int, not an unsigned char. Fixes bug #173119.
-
Sven Neumann authored
2005-04-09 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icosave.c: implement color counting without changing the image-type to RGB. A save plug-in must not change the image.
-
- 08 Apr, 2005 6 commits
-
-
Sven Neumann authored
2005-04-08 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icodialog.c: rewrote preview code to use GtkImage and pixbufs. The previous implementation was severily broken. * plug-ins/winicon/icosave.c: cosmetics.
-
Sven Neumann authored
2005-04-08 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icoload.c: code cleanup, no real changes.
-
Simon Budig authored
2005-04-08 Simon Budig <simon@gimp.org> * app/tools/gimpvectortool.[ch]: Applied Patch by Sven Neumann to use the new statusbar functionality.
-
Sven Neumann authored
2005-04-08 Sven Neumann <sven@gimp.org> * plug-ins/common/animationplay.c: coding style, no real changes.
-
Sven Neumann authored
-
Sven Neumann authored
2005-04-08 Sven Neumann <sven@gimp.org> * plug-ins/common/gauss.c: fixed preview for zero blur radii (bug #173039).
-
- 07 Apr, 2005 10 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2005-04-08 Sven Neumann <sven@gimp.org> * app/base/base.c: include libgimpbase/gimpwin32-io.h.
-
Sven Neumann authored
2005-04-07 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpconfig-path.c: added API documentation.
-
Sven Neumann authored
2005-04-07 Sven Neumann <sven@gimp.org> * app/config/gimpcoreconfig.c * app/config/gimpguiconfig.c * app/config/gimppluginconfig.c: need to free the return value of gimp_config_build_foo_path() now that gimp_param_spec_path() is sane and doesn't take ownership of the passed string any longer. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gflare/gflare.c * plug-ins/gimpressionist/utils.c: use gimp_config_build_data_path(). * plug-ins/Lighting/lighting_ui.c * plug-ins/common/CML_explorer.c * plug-ins/common/channel_mixer.c * plug-ins/common/curve_bend.c * plug-ins/common/gqbist.c * plug-ins/common/spheredesigner.c * plug-ins/flame/flame.c * plug-ins/gimpressionist/brush.c * plug-ins/ifscompose/ifscompose.c * plug-ins/imagemap/imap_browse.c * plug-ins/imagemap/imap_file.c * plug-ins/print/gimp_main_window.c: set alternative button order on file-chooser dialogs (as well as default response where missing).
-
Sven Neumann authored
2005-04-07 Sven Neumann <sven@gimp.org> * docs/gimp.1.in: fixed typos and improved explanation of parasiterc.
-
Sven Neumann authored
-
Sven Neumann authored
2005-04-07 Sven Neumann <sven@gimp.org> * app/widgets/gimpcolorframe.c (gimp_color_frame_set_color): only update the view if there's actually a change.
-
Sven Neumann authored
-
Sven Neumann authored
2005-04-07 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpconfig-utils.[ch]: changed GimpConfig utility functions to take GObject variables instead of GimpConfig. There's nothing GimpConfig specific about these utilities. * app/actions/templates-commands.c * app/actions/tool-options-commands.c * app/base/base.c * app/config/gimpcoreconfig.c * app/config/gimpdisplayconfig.c * app/config/gimprc.c * app/core/gimpimage-grid.c * app/core/gimpimage-new.c * app/core/gimpstrokedesc.c * app/dialogs/grid-dialog.c * app/dialogs/image-new-dialog.c * app/dialogs/stroke-dialog.c * app/display/gimpdisplayshell.c * app/text/gimptextlayer.c * app/text/gimptextundo.c * app/tools/gimptextoptions.c * libgimpconfig/gimpconfig-iface.c: changed accordingly.
-
Sven Neumann authored
2005-04-07 Sven Neumann <sven@gimp.org> * app/actions/plug-in-actions.c (plug_in_actions_add_branch) * app/core/gimpinterpreterdb.c (resolve_extension) * app/widgets/gimpcolorframe.c (gimp_color_frame_update): plugged memleaks.
-
- 06 Apr, 2005 13 commits
-
-
Sven Neumann authored
2005-04-07 Sven Neumann <sven@gimp.org> * app/widgets/gimpmessagebox.c: plugged a small memleak. * libgimpwidgets/gimpcontroller.c: added a finalizer and free the allocated strings.
-
Marco Ciampa authored
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpconfig-utils.[ch]: added new function to reset a single property to its default value. * libgimpconfig/gimpconfig.def: updated. * app/config/gimpbaseconfig.[ch]: reverted last change. * app/base/base.c: use gimp_config_reset_property() instead.
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * app/Makefile.am: don't use -mwindows when linking gimp-console.
-
Adam Weinberger authored
2005-04-06 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpconfig-path.[ch] (gimp_param_spec_config_path): declare default_value as const and allocate a copy. * app/config/gimpbaseconfig.[ch]: gives access to the default values for temp and swap path. * app/base/base.c (base_init): create the temp directory if it doesn't exist (bug #172682). * plug-ins/uri/uri-backend-gnomevfs.c: fixed path in error message.
-
Hendrik Brandt authored
2005-04-06 Hendrik Brandt <heb@gnome-de.org> * po*/de.po: Updated German translation.
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * docs/Makefile.am: install a link to the gimp(1) man-page for gimp-console(1). * docs/gimp.1.in: mention gimp-console.
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * app/main.c: improved "--help" output. * docs/gimp.1.in: updated.
-
Sven Neumann authored
2005-04-06 Sven Neumann <sven@gimp.org> * POTFILES.in: fixed spelling of filename, added missing file.
-
- 05 Apr, 2005 7 commits
-
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * INSTALL * configure.in: build and install gimp-console by default.
-
Michael Natterer authored
2005-04-05 Michael Natterer <mitch@gimp.org> * app/plug-in/Makefile.am * app/plug-in/plug-ins-query.[ch]: new files containing plug_ins_query(). * tools/pdbgen/pdb/plug_in.pdb (plugins_query): remove all code and use above function. * app/pdb/plug_in_cmds.c: regenerated.
-
Michael Natterer authored
2005-04-05 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/plug_in.pdb (plugins_query): strip the menu strings from underlines before matching. Fixed function to not match all procedures twice. * app/pdb/plug_in_cmds.c: regenerated.
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * plug-ins/dbbrowser/gimpprocbrowser.c: s/Blurb/Description/ * plug-ins/dbbrowser/gimpprocview.c: allow to select the menu path label.
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * app/dialogs/image-properties-dialog.c: shorter dialog title.
-
Sven Neumann authored
2005-04-05 Sven Neumann <sven@gimp.org> * app/widgets/gimptemplateeditor.c: s/Colorspace/Color space/
-
Michael Natterer authored
-