Age | Commit message (Expand) | Author | Files | Lines |
2004-07-30 | Forgotten commit...GLIB_2_4_5 | Matthias Clasen | 1 | -1/+5 |
2004-07-28 | Catch cases of forgotten g_type_add_private(). (#148368, Tommi Komulainen) | Matthias Clasen | 2 | -0/+11 |
2004-07-21 | Use the correct fields for enums and flags. (#145015,Tommi Komulainen) | Matthias Clasen | 2 | -2/+7 |
2004-07-12 | Don't choke on a zero handler_id. | Matthias Clasen | 2 | -1/+5 |
2004-07-09 | 2.4.4GLIB_2_4_4 | Matthias Clasen | 1 | -0/+4 |
2004-06-23 | Add an initializer for the g_define_type_info.value_table. | Matthias Clasen | 2 | -0/+7 |
2004-06-19 | Actually define the guard after checking for it. (#108038, Morten | Matthias Clasen | 2 | -0/+7 |
2004-06-04 | 2.4.2GLIB_2_4_2 | Matthias Clasen | 1 | -0/+4 |
2004-04-30 | === Released 2.4.1 ===GLIB_2_4_1 | Matthias Clasen | 1 | -0/+4 |
2004-04-22 | Actually convert escape chars in --vprod. (#139058, Christophe Saout) | Matthias Clasen | 2 | -1/+6 |
2004-04-15 | Correct the initial minimal value to be -G_MAXFLOAT. The initial values | Matthias Clasen | 2 | -2/+11 |
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 | 2 | -2/+7 |
2004-03-09 | === Released 2.3.6 ===GLIB_2_3_6 | Owen Taylor | 1 | -0/+4 |
2004-03-06 | Update. | Tor Lillqvist | 1 | -2/+0 |
2004-03-04 | Another of the glib DLL's functions was erronously present in the stable | Tor Lillqvist | 2 | -0/+9 |
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 | 2 | -0/+10 |
2004-02-29 | forgotten changelog | Matthias Clasen | 1 | -0/+5 |
2004-02-28 | added g_strv_get_type | Hans Breuer | 2 | -0/+5 |
2004-02-27 | Support parsing of intializers containing macros with arguments. (#129717) | Matthias Clasen | 1 | -1/+3 |
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 | 2 | -1/+5 |
2004-02-03 | provide a short-cut version for this macro in case | Tim Janik | 3 | -3/+23 |
2004-01-24 | prefixed the parent_class variable defined by G_DEFINE_TYPE() with | Tim Janik | 2 | -9/+15 |
2004-01-24 | Add a missing entry. | Tor Lillqvist | 2 | -0/+5 |
2004-01-11 | wrap g_io_channel_ref in a function that returns the passed in GIOChannel, | Manish Singh | 2 | -1/+17 |
2004-01-10 | Document the lowercase_name trigraph option. | Matthias Clasen | 2 | -1/+8 |
2004-01-10 | made G_DEFINE_TYPE_INTERNAL() public by renaming it to | Tim Janik | 2 | -37/+43 |
2004-01-09 | Add a boxed type for nul-terminated string arrays. (#110528) | Matthias Clasen | 3 | -1/+23 |
2004-01-09 | added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plus | Tim Janik | 2 | -6/+78 |
2003-12-30 | Added a lowercase_name option, to be used next to the enum declaration, | Murray Cumming | 1 | -0/+9 |
2003-12-26 | Don't acquire a read lock here. (#106433, Owen Taylor) | Matthias Clasen | 2 | -2/+9 |
2003-12-17 | Use g_assert() instead of g_return_val_if_fail(), suggested by Sheldon | Matthias Clasen | 2 | -1/+9 |
2003-12-13 | gobject.def : update externals | Hans Breuer | 2 | -2/+20 |
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 | 2 | -3/+33 |
2003-11-27 | variant of class_peek() which works for static types only. | Tim Janik | 4 | -47/+112 |
2003-10-28 | Add /*< public >*/ and /*< private >*/ markers for documentation purposes. | Matthias Clasen | 3 | -1/+20 |
2003-10-24 | 100% | Matthias Clasen | 1 | -0/+1 |
2003-10-21 | Add a new GParamSpecOverride type that is a pointer to a different | Owen Taylor | 8 | -33/+500 |
2003-10-20 | Documentation additions. | Matthias Clasen | 2 | -1/+8 |
2003-10-17 | Add /*< public >*/ and /*< private >*/ markers for documentation purposes. | Matthias Clasen | 2 | -0/+7 |
2003-10-02 | fix post class_init interface initialization logic for child types. | Tim Janik | 2 | -53/+78 |
2003-10-02 | Add g_type_add/remove_interface_check(), which allows inserting a | Owen Taylor | 4 | -31/+89 |
2003-09-29 | Add g_type_default_interface_ref/peek/unref for accessing the default | Owen Taylor | 3 | -0/+72 |
2003-09-26 | You can have instance_real_class_bsa be non-NULL, but still the class not | Owen Taylor | 2 | -1/+11 |
2003-09-14 | Don't generate code using deprecated APIs. (#122292, Christian Persch) | Matthias Clasen | 2 | -4/+9 |
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 | 8 | -861/+31 |