5f700549e7
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:29:46 +02:00
3665352ad6
app: change gimp_config_file_backup_on_error() to take a GFile
2014-07-01 20:02:45 +02:00
254b86d4fa
Bug 721215 - Preprocessor string concatenation and translation...
...
...don't work together
gimp_config_file_copy(): build the error format string separately and
in a way that is parsable by xgettext.
2014-01-01 16:32:27 +01:00
697572ccc0
app,libgimp*: fix includes to follow our include policy
...
- don't include <gdk-pixbuf/gdk-pixbuf.h> in headers in app/
- instead, include it in many .c files instead of <glib-object.h>,
finally acknowledging the fact that app/ depends on gdk-pixbuf almost
globally
- fix up includes as if libgimpbase depended in GIO, which it soon will
2013-10-15 01:58:39 +02:00
518e396ff4
Bug 692570 - GIMP fails to migrate binary files
...
Update the migration function so that it does not apply any restriction
on files where no explicit migration rules are set (for instance binary
files where no proper migration rules by regexp is possible).
2013-01-26 22:05:46 +09:00
efe01acb5d
app: formatting cleanup in the last commits, and a format string fix
2012-12-12 11:29:00 +01:00
78b2778357
config: migration infrastructure to update configuration files.
...
This is a generic system based off regular expressions so it can be used
for any configuration file.
Some of the use cases would be for instance to clean out outdated custom
actions (hence remove some loading burden), or rename them (so that
users don't lose their customization if we rename actions), etc.
2012-12-12 16:48:13 +09:00
d9b5207aa2
Change licence to GPLv3 (and to LGPLv3 for libgimp).
...
2009-01-17 Michael Natterer <mitch@gimp.org >
* all files with a GPL header and all COPYING files:
Change licence to GPLv3 (and to LGPLv3 for libgimp).
Cleaned up some copyright headers and regenerated the parsers in
the ImageMap plugin.
svn path=/trunk/; revision=27913
2009-01-17 22:28:01 +00:00
41237259c9
In all files, changed the standard copyright notice to say "GIMP - The GNU
...
2006-12-09 Sven Neumann <sven@gimp.org >
* In all files, changed the standard copyright notice to say
"GIMP - The GNU Image Manipulation Program".
2006-12-09 21:33:38 +00:00
c18faa20fe
app/actions/brush-editor-actions.c app/base/tile-manager-crop.c
...
2006-10-30 Michael Natterer <mitch@gimp.org >
* app/actions/brush-editor-actions.c
* app/base/tile-manager-crop.c
* app/config/gimpconfig-file.c
* app/core/gimp-gradients.c
* app/core/gimpdrawable-histogram.c
* app/core/gimpimage-colorhash.c
* app/core/gimpimage-undo-push.c
* app/dialogs/convert-dialog.c
* app/dialogs/preferences-dialog.c
* app/display/gimpdisplayshell-callbacks.c
* app/gui/gui-vtable.c
* app/paint/gimpheal.c
* app/paint/gimppaintcore-undo.c
* app/plug-in/plug-in-enums.h
* app/vectors/gimpstroke-new.c
* app/vectors/gimpvectors-warp.c
* app/widgets/gimpviewablebox.c
* app/widgets/gimpviewrenderer-frame.c
* app/widgets/gimpviewrenderer-utils.c
* app/xcf/xcf-save.c
* libgimpwidgets/gimpcontroller.c: all .c files should include
their headers and all private functions should be static.
(-Wmissing-declarations -Wmissing-prototypes rocks!)
2006-10-30 10:13:06 +00:00
056c8f77f5
app/tools/gimpimagemaptool.[ch] app/tools/gimpcurvestool.c improved error
...
2006-08-10 Sven Neumann <sven@gimp.org >
* app/tools/gimpimagemaptool.[ch]
* app/tools/gimpcurvestool.c
* app/tools/gimplevelstool.c: improved error handling for
gimp_image_map_tool_settings_load().
* app/tools/gimpposterizetool.c: added missing include.
* app/config/gimpconfig-file.c: rephrased error messages.
2006-08-10 12:04:35 +00:00
049872b361
app/*.[ch] converted tabs to spaces.
...
2006-04-12 Sven Neumann <sven@gimp.org >
* app/*.[ch]
* app/*/*.[ch]: converted tabs to spaces.
2006-04-12 12:49:29 +00:00
4839271341
app/core/gimpdata.c app/file/file-save.c use g_access() from gstdio.h.
...
2005-09-26 Sven Neumann <sven@gimp.org >
* app/core/gimpdata.c
* app/file/file-save.c
* app/file/file-open.c: use g_access() from gstdio.h.
* app/config/gimpconfig-file.c (gimp_config_file_copy)
* libgimpthumb/gimpthumbnail.c: use g_chmod() from gstdio.h.
* app/file/gimprecentlist.c
* libgimpconfig/gimpconfigwriter.c: use g_creat() from gstdio.h.
2005-09-25 23:22:05 +00:00
47c35a6ebf
app/config/gimpconfig-file.c app/file/file-utils.c app/gui/themes.c
...
2005-02-07 Sven Neumann <sven@gimp.org >
* app/config/gimpconfig-file.c
* app/file/file-utils.c
* app/gui/themes.c
* app/tools/gimpimagemaptool.c
* app/vectors/gimpvectors-export.c
* app/widgets/gimpwidgets-utils.c
* app/xcf/xcf.c
* tools/pdbgen/pdb/procedural_db.pdb: use gstdio wrappers.
* app/pdb/procedural_db_cmds.c: regenerated.
2005-02-07 01:38:18 +00:00
648cccde5e
app/base/base.c app/base/temp-buf.c app/base/tile-swap.c
...
2005-02-07 Sven Neumann <sven@gimp.org >
* app/base/base.c
* app/base/temp-buf.c
* app/base/tile-swap.c
* app/config/gimpconfig-file.c
* app/core/gimpbrush.c
* app/core/gimpbrushgenerated.c
* app/core/gimpbrushpipe.c
* app/core/gimpdata.c
* app/core/gimpenvirontable.c
* app/core/gimpgradient-load.c
* app/core/gimpgradient-save.c
* app/core/gimppalette-import.c
* app/core/gimppalette.c
* app/core/gimppattern.c
* app/dialogs/user-install-dialog.c
* app/gui/session.c
* app/menus/menus.c
* app/widgets/gimpdevices.c: use gstdio wrappers.
2005-02-07 01:24:22 +00:00
1cee9b7298
continuing commit after broken pipe
2005-01-25 19:11:26 +00:00
73c055bb52
app/config/Makefile.am app/config/gimpconfig-file.[ch] more new files,
...
2005-01-24 Sven Neumann <sven@gimp.org >
* app/config/Makefile.am
* app/config/gimpconfig-file.[ch]
* app/config/gimprc-utils.[ch]: more new files, code factored out
of gimpconfig-utils.[ch].
* app/config/gimpconfig-path.[ch]
* app/config/gimpconfig-utils.[ch]
* app/config/gimpcoreconfig.c
* app/config/gimpguiconfig.c
* app/config/gimppluginconfig.c
* app/config/gimprc.c
* app/core/gimp-units.c
* app/dialogs/user-install-dialog.c
* app/gui/session.c: changed accordingly.
2005-01-24 22:41:24 +00:00