glib/gobject
Matthias Clasen 7cff233d6e 2.16.1
svn path=/trunk/; revision=6671
2008-03-11 02:18:18 +00:00
..
tests integrate tests/. 2008-02-05 17:42:09 +00:00
abicheck.sh Fix abi checks for ia64. 2005-08-15 05:00:57 +00:00
ChangeLog 2.16.1 2008-03-11 02:18:18 +00:00
gboxed.c Added GRegex boxed type. (#445065, Carlos Garnacho) 2007-06-15 16:31:21 +00:00
gboxed.h Added GRegex boxed type. (#445065, Carlos Garnacho) 2007-06-15 16:31:21 +00:00
gclosure.c Remove C++ comment 2006-01-30 04:19:07 +00:00
gclosure.h Fix macro argument. (#505674, Areg Beketovski) 2007-12-26 19:23:21 +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 Make value_name and value_nick const in structs _GEnumValue and 2006-06-02 21:42:48 +00:00
glib-genmarshal.1 added new command-line option "--internal" that can be used to let 2006-08-23 06:45:55 +00:00
glib-genmarshal.c Always exit with non-zero error code when printing warnings. 2007-12-12 10:19:43 +00:00
glib-mkenums.1 applied patch from David Necas which introduces an underscore_name option 2006-10-10 10:10:43 +00:00
glib-mkenums.in Don't shift ARGV[0] to undefined. (#466557, Aidan Delaney) 2007-11-08 14:57: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 invoke GObjectClass.constructed() only for newly constructed objects, and 2007-04-03 10:44:30 +00:00
gobject.h invoke GObjectClass.constructed() only for newly constructed objects, and 2007-04-03 10:44:30 +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 Added GRegex boxed type. (#445065, Carlos Garnacho) 2007-06-15 16:31:21 +00:00
gobjectnotifyqueue.c applied patch from Behdad with slight optimization, fixes #356175. 2006-09-22 12:06:28 +00:00
gparam.c Typo fix 2008-02-23 06:34:00 +00:00
gparam.h Add G_PARAM_STATIC_STRINGS define (fixes #418021). 2007-03-14 19:09:33 +00:00
gparamspecs.c make GParamGType require the set type during construction instead of using 2008-02-06 09:36:47 +00:00
gparamspecs.h implemented G_TYPE_GTPYE. applied patch from matthias which implements 2005-12-22 15:07:03 +00:00
gsignal.c g_type_default_interface_ref() was not ensuring working g_signal_list_ids. 2007-08-14 22:55:23 +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 added recursive mutex to protect class initialization, default interface 2008-02-05 17:52:52 +00:00
gtype.h use g_once_init_enter/g_once_init_leave to guard critical initialization 2007-07-10 10:33:03 +00:00
gtypemodule.c Copy the complete value table, not just the first 4 bytes. (#348136, 2006-07-21 13:57:25 +00:00
gtypemodule.h make sure we define GType g_define_type_id in 2007-09-20 10:56:34 +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 reverted a change to have an assert instead of a g_return_val_if_fail() 2006-10-02 13:52:13 +00:00
gvalue.h provide marshaller specific value_set_*_take_ownership() variants. 2002-02-19 17:38:45 +00:00
gvaluearray.c Use g_slice. (#404430, Chris Wilson) 2007-03-15 05:01:20 +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 Fix some issues with PLT entries. 2006-09-30 13:59:01 +00:00
gvaluetypes.h implemented G_TYPE_GTPYE. applied patch from matthias which implements 2005-12-22 15:07:03 +00:00
Makefile.am integrate tests/. 2008-02-05 17:42:09 +00:00
makefile.msc.in update 2008-02-03 22:41:06 +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
pltcheck.sh Fix some issues with PLT entries. 2006-09-30 13:59:01 +00:00
testgobject.c Remove some unused code. Same here And here Mark some functions static. 2005-09-08 06:35:44 +00:00