Gimp/app
Massimo Valentini 2667c2a34d app: remove a weak ptr when the object lives longer than the ptr
Closing the display filter editor with a filter selected
in the listview on the right, used to produce (quitting GIMP):

==32359== Invalid write of size 8
==32359==    at 0x8808DF5: g_nullify_pointer (glib/glib/gutils.c:2099)
==32359==    by 0x8358781: weak_refs_notify (glib/gobject/gobject.c:2469)
==32359==    by 0x4C3730A: gimp_color_display_dispose (gimp-2-8/libgimpwidgets/gimpcolordisplay.c:197)
==32359==    by 0x83596A7: g_object_unref (glib/gobject/gobject.c:2986)
==32359==    by 0x4C37EFA: gimp_color_display_stack_dispose (gimp-2-8/libgimpwidgets/gimpcolordisplaystack.c:150)
==32359==    by 0x83596A7: g_object_unref (glib/gobject/gobject.c:2986)
==32359==    by 0x53F1C3: gimp_display_shell_filter_set (gimp-2-8/app/display/gimpdisplayshell-filter.c:58)
==32359==    by 0x536A50: gimp_display_shell_dispose (gimp-2-8/app/display/gimpdisplayshell.c:765)
2012-06-04 19:32:31 +02:00
..
actions app: add color-reduction to the colors menu 2012-05-23 12:56:24 +02:00
base app: remove siox.[ch] 2012-05-21 21:57:47 +02:00
config app: forgot to commit this one... 2012-05-20 19:32:40 +02:00
core app: experimental blend speedup code for review, disabled 2012-05-28 22:55:03 +02:00
dialogs app: make file_save() aware of the difference between overwrite and export 2012-05-18 18:57:58 +02:00
display app: Save the maximized state of the main window in the sessionrc file. 2012-05-27 20:42:02 +02:00
file app: make file_save() aware of the difference between overwrite and export 2012-05-18 18:57:58 +02:00
gegl app: actually commit the rest of the patch... 2012-05-26 12:42:52 +02:00
gui app: use an idle source to dispatch GTK menu events in ige-mac-menu 2012-05-27 19:02:55 +02:00
menus app: remove all use-gegl config stuff 2012-05-19 00:50:53 +02:00
operations app: cleaned code of blending modes 2012-05-31 22:22:25 +03:00
paint app: actually commit the rest of the patch... 2012-05-26 12:42:52 +02:00
paint-funcs app: remove paint-funcs-types.h 2012-05-19 01:13:21 +02:00
pdb pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
plug-in app: remove the entire legacy composition code 2012-05-19 00:41:43 +02:00
tests app: Save the maximized state of the main window in the sessionrc file. 2012-05-27 20:42:02 +02:00
text libgimpcolor: add Cairo <-> GEGL utility functions from app/ 2012-05-03 04:07:16 +02:00
tools app: add color-reduction to the colors menu 2012-05-23 12:56:24 +02:00
vectors Use GimpValueArray and GimpParamSpecValueArray 2012-05-04 00:51:50 +02:00
widgets app: remove a weak ptr when the object lives longer than the ptr 2012-06-04 19:32:31 +02:00
xcf app: remove an obsolete "XXX foo" comment from xcf-save.c 2012-05-29 00:19:19 +02:00
.gitignore
about.h
app.c app: rename GimpBaseConfig to GimpGeglConfig 2012-05-14 22:57:58 +02:00
app.h
batch.c Use GimpValueArray and GimpParamSpecValueArray 2012-05-04 00:51:50 +02:00
batch.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
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
language.h
main.c remove now useless and deprecated g_thread_init 2012-05-03 20:44:07 +09:00
Makefile.am Bug 676389 - Compilation fails using clang because of -u options passed to linker 2012-05-20 19:29:44 +02:00
sanity.c configure: require GLib 2.32.0 for the new G_DEPRECATED macros 2012-05-03 00:49:11 +02:00
sanity.h
signals.c
signals.h
tests.c app: rename GimpBaseConfig to GimpGeglConfig 2012-05-14 22:57:58 +02:00
tests.h
unique.c app: port the client side of the unique impl to GDBus 2011-10-28 09:34:59 +02:00
unique.h
units.c
units.h
version.c
version.h