gimp/app
Mikael Magnusson 3c2cb65088 app: don't potentially overread buffer
If a file has more than 4kB on the first line and starts with #!, then
we would pass a non-null terminated string to strchr. Found by coverity.
2013-06-15 22:40:49 +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: return 0.0..1.0 from gimp_histogram_get_mean(), median(), std_dev() 2013-06-12 02:01:24 +02:00
dialogs */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
display app: redo commit "make sure overlay widgets are keyboard navigatable" 2013-06-08 17:27:05 +02:00
file */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
gegl app: don't reset the mode node's opacity when changing the layer mode 2013-06-12 22:13:01 +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: avoid reading uninitialized memory 2013-06-15 22:40:49 +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: don't potentially overread buffer 2013-06-15 22:40:49 +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 app: use gimp_prop_widget_set_factor() not gimp_spin_scale_set_factor() 2013-06-15 20:52:57 +02:00
vectors remove some disabled nonfunctional code with german comments. 2013-06-15 22:17:48 +02:00
widgets app: remove GimpSpinScale's "factor" API again 2013-06-15 20:53:37 +02:00
xcf */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
.gitignore app: Include git commit hash in verbose version output 2010-06-19 23:55:35 +02:00
Makefile.am */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
about.h app: remove <> around the gnu.org URL in GIMP_LICENSE 2013-03-21 23:59:49 +01:00
app.c Remove all calls to g_type_init(), it's deprecated 2013-05-25 22:44:20 +02:00
app.h
batch.c app: completely remove TileManager and friends (base/ and paint-funcs/) 2012-06-20 21:44:09 +02:00
batch.h
errors.c
errors.h
gimp-debug.c app: actually add the new files, sorry 2010-06-24 21:33:50 +02:00
gimp-debug.h app: actually add the new files, sorry 2010-06-24 21:33:50 +02:00
gimp-intl.h
gimp-log.c app: port gimp-log to also work with latest GLib 2011-11-09 23:33:55 +01:00
gimp-log.h update translations 2012-05-06 03:46:09 +02:00
gimpcore.def app: Prefix TileManager functions 2011-09-07 12:08:43 +02:00
language.c app: don't map several windows language codes to one language string 2013-01-07 01:32:58 +01:00
language.h app: Move language specific code into language.[ch] 2011-09-06 23:12:36 +05:30
main.c app: need to call babl_init() in gimp_option_dump_gimprc() 2012-11-20 08:21:33 +01: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 Remove all calls to g_type_init(), it's deprecated 2013-05-25 22:44:20 +02:00
tests.h app/tests: Add gimp_init_for_gui_testing_with_rc() 2011-06-14 23:34:11 +02:00
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 app: add the GdkPixbuf and Cairo versions to the output of "gimp -v" 2011-04-08 12:30:50 +02:00
version.h