Age | Commit message (Expand) | Author | Files | Lines |
2004-03-16 | === Released 2.4.0 ===GLIB_2_4_0 | Owen Taylor | 1 | -0/+4 |
2004-03-16 | Mark the two entries that shouldn't be in the import library (see below) | Tor Lillqvist | 1 | -0/+5 |
2004-03-09 | === Released 2.3.6 ===GLIB_2_3_6 | Owen Taylor | 1 | -0/+4 |
2004-03-04 | Another of the glib DLL's functions was erronously present in the stable | Tor Lillqvist | 1 | -0/+8 |
2004-03-02 | === Released 2.3.5 ===GLIB_2_3_5 | Owen Taylor | 1 | -0/+4 |
2004-03-01 | Add g_slist_remove_all back for ABI compatibility. That entry point | Tor Lillqvist | 1 | -0/+9 |
2004-02-29 | forgotten changelog | Matthias Clasen | 1 | -0/+5 |
2004-02-28 | added g_strv_get_type | Hans Breuer | 1 | -0/+4 |
2004-02-24 | === Released 2.3.3 ===GLIB_2_3_3 | Owen Taylor | 1 | -0/+4 |
2004-02-20 | added (GTypeFlags) cast needed by C++. | Tim Janik | 1 | -0/+4 |
2004-02-03 | provide a short-cut version for this macro in case | Tim Janik | 1 | -0/+11 |
2004-01-24 | prefixed the parent_class variable defined by G_DEFINE_TYPE() with | Tim Janik | 1 | -0/+6 |
2004-01-24 | Add a missing entry. | Tor Lillqvist | 1 | -0/+4 |
2004-01-11 | wrap g_io_channel_ref in a function that returns the passed in GIOChannel, | Manish Singh | 1 | -0/+6 |
2004-01-10 | Document the lowercase_name trigraph option. | Matthias Clasen | 1 | -0/+4 |
2004-01-10 | made G_DEFINE_TYPE_INTERNAL() public by renaming it to | Tim Janik | 1 | -0/+5 |
2004-01-09 | Add a boxed type for nul-terminated string arrays. (#110528) | Matthias Clasen | 1 | -0/+6 |
2004-01-09 | added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plus | Tim Janik | 1 | -0/+5 |
2003-12-26 | Don't acquire a read lock here. (#106433, Owen Taylor) | Matthias Clasen | 1 | -0/+5 |
2003-12-17 | Use g_assert() instead of g_return_val_if_fail(), suggested by Sheldon | Matthias Clasen | 1 | -0/+5 |
2003-12-13 | gobject.def : update externals | Hans Breuer | 1 | -0/+4 |
2003-12-08 | === Released 2.3.1 ===GLIB_2_3_1 | Owen Taylor | 1 | -1/+1 |
2003-11-29 | fix g_object_set() whithin _init() implementations not working for | Tim Janik | 1 | -0/+10 |
2003-11-27 | variant of class_peek() which works for static types only. | Tim Janik | 1 | -0/+20 |
2003-10-28 | Add /*< public >*/ and /*< private >*/ markers for documentation purposes. | Matthias Clasen | 1 | -0/+13 |
2003-10-21 | Add a new GParamSpecOverride type that is a pointer to a different | Owen Taylor | 1 | -0/+19 |
2003-10-20 | Documentation additions. | Matthias Clasen | 1 | -0/+5 |
2003-10-17 | Add /*< public >*/ and /*< private >*/ markers for documentation purposes. | Matthias Clasen | 1 | -0/+5 |
2003-10-02 | fix post class_init interface initialization logic for child types. | Tim Janik | 1 | -0/+5 |
2003-10-02 | Add g_type_add/remove_interface_check(), which allows inserting a | Owen Taylor | 1 | -0/+8 |
2003-09-29 | Add g_type_default_interface_ref/peek/unref for accessing the default | Owen Taylor | 1 | -0/+5 |
2003-09-26 | You can have instance_real_class_bsa be non-NULL, but still the class not | Owen Taylor | 1 | -0/+6 |
2003-09-14 | Don't generate code using deprecated APIs. (#122292, Christian Persch) | Matthias Clasen | 1 | -0/+5 |
2003-09-12 | Add bug reference to ChangeLog | Owen Taylor | 1 | -1/+1 |
2003-09-12 | Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. | Owen Taylor | 1 | -0/+8 |
2003-09-12 | Make the g_value_set_x_take_ownership() functions "official" part of the | Matthias Clasen | 1 | -0/+22 |
2003-09-02 | added support for a "default vtable" per interface, that interface vtables | Tim Janik | 1 | -0/+13 |
2003-09-02 | fix iterating over fundamental types. | Tim Janik | 1 | -0/+14 |
2003-08-28 | removed stray change from previous commit. | Manish Singh | 1 | -0/+4 |
2003-08-27 | Add a detailed test case for interface initialization, testing the ability | Owen Taylor | 1 | -0/+8 |
2003-08-25 | fix typo in last commit, cast to GTypeValueTable * to get rid of const | Manish Singh | 1 | -0/+5 |
2003-08-25 | add bug number | Owen Taylor | 1 | -1/+1 |
2003-08-25 | Clarify docs on the return. Fix a memory leak if a type with a value table | Owen Taylor | 1 | -0/+6 |
2003-08-19 | check private instance data after initialization. | Tim Janik | 1 | -0/+10 |
2003-08-19 | adapt to new gbsearcharray.h code. (g_value_register_transform_func): turn | Tim Janik | 1 | -0/+10 |
2003-08-18 | added optimizations to skip NOP signal emissions. | Tim Janik | 1 | -0/+4 |
2003-08-06 | Add check for instance private usage within in instance_init. (Currently | Owen Taylor | 1 | -0/+6 |
2003-07-20 | updated externals | Hans Breuer | 1 | -0/+4 |
2003-07-08 | Only access node->data->instance when the node is instantiable. | Soeren Sandmann | 1 | -0/+5 |
2003-07-08 | Initialize node->data->instance.private_size here rather than in | Owen Taylor | 1 | -0/+8 |