Age | Commit message (Expand) | Author | Files | Lines |
2004-02-03 | provide a short-cut version for this macro in case | Tim Janik | 1 | -2/+3 |
2003-12-26 | Don't acquire a read lock here. (#106433, Owen Taylor) | Matthias Clasen | 1 | -2/+4 |
2003-11-27 | variant of class_peek() which works for static types only. | Tim Janik | 1 | -0/+19 |
2003-10-02 | fix post class_init interface initialization logic for child types. | Tim Janik | 1 | -53/+73 |
2003-10-02 | Add g_type_add/remove_interface_check(), which allows inserting a | Owen Taylor | 1 | -30/+71 |
2003-09-29 | Add g_type_default_interface_ref/peek/unref for accessing the default | Owen Taylor | 1 | -0/+63 |
2003-09-26 | You can have instance_real_class_bsa be non-NULL, but still the class not | Owen Taylor | 1 | -1/+5 |
2003-09-02 | added support for a "default vtable" per interface, that interface vtables | Tim Janik | 1 | -16/+66 |
2003-09-02 | fix iterating over fundamental types. | Tim Janik | 1 | -28/+183 |
2003-08-19 | check private instance data after initialization. | Tim Janik | 1 | -3/+80 |
2003-07-08 | Only access node->data->instance when the node is instantiable. | Soeren Sandmann | 1 | -6/+10 |
2003-07-08 | Initialize node->data->instance.private_size here rather than in | Owen Taylor | 1 | -7/+9 |
2003-03-24 | removed leftover debugging message (bug #109093). | Sven Neumann | 1 | -4/+0 |
2003-03-10 | Add support for instance-private data. g_type_class_add_private(), | Owen Taylor | 1 | -10/+141 |
2003-02-07 | Remove all docs from gobject at Tims request. Documentation is only for | Matthias Clasen | 1 | -89/+0 |
2002-12-18 | applied patch I got from Tim Janik for testing which fixes bug #101521. | Michael Natterer | 1 | -20/+19 |
2002-12-03 | Sync parameter names with docs and implementation. | Matthias Clasen | 1 | -0/+48 |
2002-12-02 | Add docs. | Matthias Clasen | 1 | -0/+29 |
2002-11-28 | Mark 2.2 API additions. | Matthias Clasen | 1 | -0/+2 |
2002-11-22 | Allow NULL to be cast to any type. (Frequently requested, most recently | Owen Taylor | 1 | -3/+0 |
2002-11-04 | Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, | Owen Taylor | 1 | -0/+1 |
2002-10-19 | Report only the most specific instantiatable prerequisite, filter out all | Matthias Clasen | 1 | -7/+17 |
2002-10-15 | Add g_type_interface_prerequisites. | Matthias Clasen | 1 | -0/+46 |
2002-10-12 | test creation of new fundamental types. | Tim Janik | 1 | -3/+3 |
2002-07-26 | When adding ancestral prerequisites, add the grandparents, not the | Owen Taylor | 1 | -6/+5 |
2002-05-20 | When printing errors, handle NULL returns from g_type_debug(). (#73559, | Owen Taylor | 1 | -1/+1 |
2002-03-25 | Wrap setting freed instance memory to 0xaa in #ifdef G_ENABLE_DEBUG | Owen Taylor | 1 | -1/+3 |
2002-03-19 | applied patch from Matthias Clasen <maclas@gmx.de> to check for | Tim Janik | 1 | -12/+49 |
2002-02-26 | Remove references to gruntime. This includes renaming the test program | Matthias Clasen | 1 | -2/+2 |
2002-02-13 | fixed a check for node not being NULL. | Tim Janik | 1 | -1/+1 |
2001-12-13 | implemented closure chaining. | Tim Janik | 1 | -0/+3 |
2001-11-26 | typedef GType to gulong instead of gsize, if possible. | Tim Janik | 1 | -4/+4 |
2001-11-22 | use g_type_check_is_value_type() instead of g_type_value_table_peek(). | Tim Janik | 1 | -386/+358 |
2001-11-21 | provide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental_next() to return | Tim Janik | 1 | -79/+63 |
2001-11-21 | put newly created param spec types into a global array.GOBJECT_GType_guint | Tim Janik | 1 | -2/+3 |
2001-11-18 | Include gtypes.h not gobject/gtype.h | Owen Taylor | 1 | -4/+0 |
2001-11-14 | add API for chaining: g_signal_chain_from_overridden() and | Tim Janik | 1 | -4/+0 |
2001-11-13 | API cleanups. remove g_type_check_flags(), provide g_type_test_flags() as | Tim Janik | 1 | -6/+6 |
2001-10-11 | Fill in missing support for gint64 & guint64 (#59254). | Joshua N Pritikin | 1 | -2/+2 |
2001-10-03 | s/retrive/retrieve/ | jacob berkman | 1 | -6/+6 |
2001-09-10 | got rid of g_set_error_handler(), g_set_warning_handler(), | Tim Janik | 1 | -61/+166 |
2001-08-15 | if __GNUC__ is defined, inline a test for an exact type match for | Tim Janik | 1 | -7/+9 |
2001-07-11 | Add some generated files. | Darin Adler | 1 | -0/+4 |
2001-06-29 | Remove debug flag argument to g_type_init() and add | Owen Taylor | 1 | -1/+7 |
2001-06-20 | added debugging variants g_type_name_from_class(), | Tim Janik | 1 | -0/+18 |
2001-06-19 | remove left-over usages of an anonymous GBoxed typedef. | Tim Janik | 1 | -0/+12 |
2001-05-10 | use g_str_hash() algorithm to generate hashes. | Tim Janik | 1 | -3/+6 |
2001-04-18 | Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon) | Owen Taylor | 1 | -1/+1 |
2001-04-01 | applied patch from owen to implement GParamSpecUnichar. | Tim Janik | 1 | -2/+29 |
2001-03-09 | test program. covers run first/last/cleanup signal handlers, return value | Tim Janik | 1 | -6/+73 |