Gimp/app
Michael Natterer 3cf2c4dd87 app: use the "no-cpu-accel" command line option again
Call gimp_cpu_accel_set_use() in app_run(). Add "use_cpu_accel"
parameter to gimp_new() and keep it around in the Gimp instance. Pass
the flag to plug-ins again.
2013-06-19 20:45:17 +02:00
..
actions Bug 702359 - 'New Layer Group' menu command should not have ellipsis 2013-06-15 21:09:55 +02:00
config */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
core app: use the "no-cpu-accel" command line option again 2013-06-19 20:45:17 +02:00
dialogs app: add back needed NULL checks 2013-06-16 19:58:47 +02:00
display app: g_return_if_fail (shell_selection) on the public API in gimpdisplayshell-selection.c, move free null check to gimpdisplayshell's dispose() 2013-06-16 20:21:32 +02:00
file */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
gegl app: don't run graphs that read and write the same buffer 2013-06-18 08:06:24 +02:00
gui */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
menus */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
operations app: move deref after NULL check 2013-06-16 01:31:14 +02:00
paint app: adapt to the transform ops API change in GEGL 2013-06-06 19:58:48 +02:00
pdb app: return 0.0..1.0 from gimp_histogram_get_mean(), median(), std_dev() 2013-06-12 02:01:24 +02:00
plug-in app: use the "no-cpu-accel" command line option again 2013-06-19 20:45:17 +02:00
tests Remove all calls to g_type_init(), it's deprecated 2013-05-25 22:44:20 +02:00
text */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
tools Bug 701803 - Cage Transform raises segmentation fault... 2013-06-18 19:05:54 +02:00
vectors app: remove pointless NULL checks 2013-06-16 01:31:13 +02:00
widgets app: initialize variable in gimp_histogram_view_update_bins() 2013-06-18 00:10:57 +02:00
xcf */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
.gitignore
about.h app: remove <> around the gnu.org URL in GIMP_LICENSE 2013-03-21 23:59:49 +01:00
app.c app: use the "no-cpu-accel" command line option again 2013-06-19 20:45:17 +02:00
app.h
batch.c
batch.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c
gimp-log.h
gimpcore.def
language.c app: don't map several windows language codes to one language string 2013-01-07 01:32:58 +01:00
language.h
main.c app: need to call babl_init() in gimp_option_dump_gimprc() 2012-11-20 08:21:33 +01:00
Makefile.am */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
sanity.c Bump some other places the GEGL version is checked 2013-06-04 18:11:33 -07:00
sanity.h
signals.c
signals.h
tests.c app: use the "no-cpu-accel" command line option again 2013-06-19 20:45:17 +02:00
tests.h
unique.c Bug 622934 - Migrate from dbus-glib to glib's GDBus 2013-05-24 23:25:47 +02:00
unique.h
units.c
units.h
version.c
version.h