glib/gobject
Matthias Clasen 7f737f1f34 2.9.3
2006-01-17 00:00:17 +00:00
..
.cvsignore Shut up CVS 2005-03-17 04:02:27 +00:00
abicheck.sh Fix abi checks for ia64. 2005-08-15 05:00:57 +00:00
ChangeLog 2.9.3 2006-01-17 00:00:17 +00:00
gboxed.c minor cleanups, implemented G_TYPE_HASH_TABLE. 2005-11-23 12:37:01 +00:00
gboxed.h Document GObject API additions 2005-11-27 20:09:13 +00:00
gclosure.c Remove some unused code. Same here And here Mark some functions static. 2005-09-08 06:35:44 +00:00
gclosure.h turned all modifications to the first 32 integer bits in a closure into 2005-08-01 21:17:50 +00:00
genums.c Intern type names before registering the type to avoid unnecessary copies. 2005-08-31 14:38:18 +00:00
genums.h Use G_FLAGS_CLASS_TYPE. (#323273, Kalle Vahlman) 2005-12-05 18:01:51 +00:00
glib-genmarshal.1 Mention 64bit integer types. 2005-05-13 18:09:01 +00:00
glib-genmarshal.c Silence compiler warnings. 2005-11-28 20:33:53 +00:00
glib-mkenums.1 Document the lowercase_name trigraph option. 2004-01-10 22:57:59 +00:00
glib-mkenums.in Really fix #314890. 2005-10-03 15:46:15 +00:00
gmarshal.list Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. 2003-09-12 20:33:31 +00:00
gobject-query.c Silence compiler warnings. 2005-11-28 20:33:53 +00:00
gobject.c renamed GUnowned to GInitiallyUnowned. 2005-12-22 17:58:21 +00:00
gobject.h renamed GUnowned to GInitiallyUnowned. 2005-12-22 17:58:21 +00:00
gobject.rc.in Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
gobject.symbols Fix the build 2006-01-06 04:47:45 +00:00
gobjectnotifyqueue.c Silence compiler warnings. 2005-11-28 20:33:53 +00:00
gparam.c added floating reference count. g_object_is_floating(): 2005-11-23 17:54:41 +00:00
gparam.h added floating reference count. g_object_is_floating(): 2005-11-23 17:54:41 +00:00
gparamspecs.c implemented G_TYPE_GTPYE. applied patch from matthias which implements 2005-12-22 15:07:03 +00:00
gparamspecs.h implemented G_TYPE_GTPYE. applied patch from matthias which implements 2005-12-22 15:07:03 +00:00
gsignal.c Remove the handler trash stack, which is now unused. (g_signal_init): 2005-12-31 02:44:53 +00:00
gsignal.h fix pspec->name assignment which needs to be strdup()ed for non 2005-09-22 10:48:04 +00:00
gsourceclosure.c Make work again. 2005-03-14 06:47:51 +00:00
gsourceclosure.h Actually define the guard after checking for it. (#108038, Morten 2004-06-19 02:57:15 +00:00
gtype.c use g_slic_* for all object allocations. 2005-12-01 16:33:51 +00:00
gtype.h revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() inside 2005-09-27 23:19:16 +00:00
gtypemodule.c Intern type names before registering the type to avoid unnecessary copies. 2005-08-31 14:38:18 +00:00
gtypemodule.h Forgotten commit. 2004-11-23 19:40:13 +00:00
gtypeplugin.c Intern type names before registering the type to avoid unnecessary copies. 2005-08-31 14:38:18 +00:00
gtypeplugin.h Add /*< public >*/ and /*< private >*/ markers for documentation purposes. 2003-10-17 23:33:03 +00:00
gvalue.c Make work again. 2005-03-14 06:47:51 +00:00
gvalue.h provide marshaller specific value_set_*_take_ownership() variants. 2002-02-19 17:38:45 +00:00
gvaluearray.c Make work again. 2005-03-14 06:47:51 +00:00
gvaluearray.h Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral) 2005-03-08 05:15:57 +00:00
gvaluecollector.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gvaluetransform.c Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to make 2005-08-09 14:04:37 +00:00
gvaluetypes.c implemented G_TYPE_GTPYE. applied patch from matthias which implements 2005-12-22 15:07:03 +00:00
gvaluetypes.h implemented G_TYPE_GTPYE. applied patch from matthias which implements 2005-12-22 15:07:03 +00:00
Makefile.am Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
makefile.mingw.in Hardcode 2.0 in the names, as that is what Makefile.am does. 2002-11-21 03:25:35 +00:00
makefile.msc.in handle galiasdef.c (although completely useless for msvc build) 2005-03-18 17:44:51 +00:00
makegobjectalias.pl Make work again. 2005-03-14 06:47:51 +00:00
marshal-genstrings.pl Hacky script to fix up your .msc.in files on windows. Dunno if this is a 2001-08-04 15:49:55 +00:00
testgobject.c Remove some unused code. Same here And here Mark some functions static. 2005-09-08 06:35:44 +00:00