Gimp/app
Jehan b1fc539f6c tests: build the test icon theme for all platforms.
In particular, we were not building these for win32, which has no
symbolic link concept. So let's use $(LN_S) defined by autoconf for this
purpose, as it will copy files for platforms without ln support.
Moreover this way, we don't create one such folder for each and every
test run and fill up the tmp directory with countless directories, that
we never clean up.
On Win32, this fixes 3 tests which were failing because of the missing
icons.
2014-08-15 21:21:41 +00:00
..
actions app: add gegl:distance-transform to Filters->Generic as "Distance Map" 2014-08-03 21:34:32 +02:00
config Do not use g_io_channel_unix_new() for the win32 platforms. 2014-08-12 23:56:10 +00:00
core Bug 734705 - v2.9.1 crashes when scaling an image in indexed colors mode 2014-08-15 09:23:02 +02:00
dialogs app: port about_dialog_load_logo() to GIO 2014-07-29 12:48:57 +02:00
display app: add gimp_progress_set_text_literal() 2014-07-20 23:32:19 +02:00
file app: use g_str_has_suffix() in file_utils_file_get_ext() 2014-08-02 15:55:32 +02:00
gegl app: move gimp_file_compare() to gimp-utils.[ch] 2014-08-02 15:07:26 +02:00
gui configure.ac, *: require GLib 2.40.0 2014-08-12 15:30:19 +02:00
menus app: port menus_clear() to GIO 2014-07-29 14:53:27 +02:00
operations app: Switch to the GeglAccessMode enum in GimpOperationBlend 2014-07-22 14:09:20 -04:00
paint Use the new GeglAccessMode enum instead of the old values 2014-07-02 02:00:35 +02:00
pdb app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
plug-in Do not use g_io_channel_unix_new() for the win32 platforms. 2014-08-12 23:56:10 +00:00
tests tests: build the test icon theme for all platforms. 2014-08-15 21:21:41 +00:00
text app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
tools app: If the user makes a new gradient, commit the old one 2014-08-04 17:20:58 -04:00
vectors app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
widgets configure.ac, *: require GLib 2.40.0 2014-08-12 15:30:19 +02:00
xcf app: also check for errors on closing the file in xcf_save_invoker() 2014-07-13 15:09:54 +02:00
.gitignore
about.h
app.c app: use g_file_query_file_type() to check for the GIMP directory 2014-07-29 12:04:17 +02:00
app.h app: manage the system and user gimprc paths as GFiles 2014-07-28 15:03:06 +02:00
batch.c
batch.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c app: turned an XCF debug patch I had into proper GIMP_LOG=xcf output 2014-07-09 22:36:55 +02:00
gimp-log.h app: turned an XCF debug patch I had into proper GIMP_LOG=xcf output 2014-07-09 22:36:55 +02:00
gimp-priorities.h app: add gimp-priorities.h and keep the most important priorities there 2014-07-02 04:47:24 +02:00
gimpcore.def
language.c
language.h
main.c app: don't use GLIB_CHECK_VERSION (2, 39, 90) for win32 argv parsing 2014-08-12 15:37:46 +02:00
Makefile.am app: port gimpconfig-dump.c to GIO 2014-08-12 12:59:12 +02:00
sanity.c app: add gegl:distance-transform to Filters->Generic as "Distance Map" 2014-08-03 21:34:32 +02:00
sanity.h
signals.c
signals.h
tests.c tests: build the test icon theme for all platforms. 2014-08-15 21:21:41 +00:00
tests.h
unique.c app: Fix unique logic on windows 2014-07-08 12:50:50 -04:00
unique.h
units.c
units.h
version.c
version.h