summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2003-12-08=== Released 2.3.1 ===GLIB_2_3_1Owen Taylor1-1/+1
2003-11-29fix g_object_set() whithin _init() implementations not working forTim Janik2-3/+33
2003-11-27variant of class_peek() which works for static types only.Tim Janik4-47/+112
2003-10-28Add /*< public >*/ and /*< private >*/ markers for documentation purposes.Matthias Clasen3-1/+20
2003-10-24100%Matthias Clasen1-0/+1
2003-10-21Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor8-33/+500
2003-10-20Documentation additions.Matthias Clasen2-1/+8
2003-10-17Add /*< public >*/ and /*< private >*/ markers for documentation purposes.Matthias Clasen2-0/+7
2003-10-02fix post class_init interface initialization logic for child types.Tim Janik2-53/+78
2003-10-02Add g_type_add/remove_interface_check(), which allows inserting aOwen Taylor4-31/+89
2003-09-29Add g_type_default_interface_ref/peek/unref for accessing the defaultOwen Taylor3-0/+72
2003-09-26You can have instance_real_class_bsa be non-NULL, but still the class notOwen Taylor2-1/+11
2003-09-14Don't generate code using deprecated APIs. (#122292, Christian Persch)Matthias Clasen2-4/+9
2003-09-12Add bug reference to ChangeLogOwen Taylor1-1/+1
2003-09-12Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor8-861/+31
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen9-6/+66
2003-09-02added support for a "default vtable" per interface, that interface vtablesTim Janik4-39/+148
2003-09-02fix iterating over fundamental types.Tim Janik3-29/+198
2003-08-28removed stray change from previous commit.Manish Singh2-7/+4
2003-08-28shut up cvsManish Singh1-0/+1
2003-08-27Add a detailed test case for interface initialization, testing the abilityOwen Taylor3-1/+439
2003-08-25fix typo in last commit, cast to GTypeValueTable * to get rid of constManish Singh2-1/+6
2003-08-25add bug numberOwen Taylor1-1/+1
2003-08-25Clarify docs on the return. Fix a memory leak if a type with a value tableOwen Taylor2-0/+9
2003-08-19check private instance data after initialization.Tim Janik3-3/+96
2003-08-19adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik4-34/+56
2003-08-18added optimizations to skip NOP signal emissions.Tim Janik2-1/+92
2003-08-13glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir alsoTor Lillqvist1-2/+2
2003-08-08Improve the wording of the warning for invalidMatthias Clasen1-1/+8
2003-08-06Add check for instance private usage within in instance_init. (CurrentlyOwen Taylor2-1/+29
2003-07-20updated externalsHans Breuer2-0/+6
2003-07-08Only access node->data->instance when the node is instantiable.Soeren Sandmann2-6/+15
2003-07-08Initialize node->data->instance.private_size here rather than inOwen Taylor2-7/+17
2003-06-17forgotten ChangeLogMatthias Clasen1-0/+5
2003-06-17New macros to check for XML catalog contents and path, borrowed fromMatthias Clasen1-5/+0
2003-05-30Order refs/unrefs so setting the same object back is safe. (#112861,Owen Taylor2-6/+15
2003-03-30Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen1-1/+1
2003-03-24removed leftover debugging message (bug #109093).Sven Neumann2-4/+5
2003-03-10Add support for instance-private data. g_type_class_add_private(),Owen Taylor4-16/+204
2003-03-06Fix 0/FALSE confusion. (#107662, Morten Welinder)Matthias Clasen2-6/+13
2003-03-04require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up someJames Henstridge1-68/+50
2003-02-17don't assert the types passed in to have value tables. this preventsTim Janik2-2/+10
2003-02-09remove lookup of unused BoxedNode.Soeren Sandmann2-4/+5
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen8-927/+11
2003-01-12Add g_type_interface_prerequisites. Thanks to Kenichi SUTO.Tor Lillqvist2-0/+6
2003-01-04[Win32] Install also the .def files, to help users generate importTor Lillqvist1-1/+3
2002-12-18Add docs.Matthias Clasen2-0/+26
2002-12-18applied patch I got from Tim Janik for testing which fixes bug #101521.Michael Natterer2-20/+26
2002-12-16Remove markup from doc comment, as GObject doesn't use --sgml-mode yet.Matthias Clasen2-4/+8
2002-12-15Move some docs inline.Matthias Clasen5-2/+266