summaryrefslogtreecommitdiff
path: root/gobject/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-03-16=== Released 2.4.0 ===GLIB_2_4_0Owen Taylor1-0/+4
2004-03-16Mark the two entries that shouldn't be in the import library (see below)Tor Lillqvist1-0/+5
2004-03-09=== Released 2.3.6 ===GLIB_2_3_6Owen Taylor1-0/+4
2004-03-04Another of the glib DLL's functions was erronously present in the stableTor Lillqvist1-0/+8
2004-03-02=== Released 2.3.5 ===GLIB_2_3_5Owen Taylor1-0/+4
2004-03-01Add g_slist_remove_all back for ABI compatibility. That entry pointTor Lillqvist1-0/+9
2004-02-29forgotten changelogMatthias Clasen1-0/+5
2004-02-28added g_strv_get_typeHans Breuer1-0/+4
2004-02-24=== Released 2.3.3 ===GLIB_2_3_3Owen Taylor1-0/+4
2004-02-20added (GTypeFlags) cast needed by C++.Tim Janik1-0/+4
2004-02-03provide a short-cut version for this macro in caseTim Janik1-0/+11
2004-01-24prefixed the parent_class variable defined by G_DEFINE_TYPE() withTim Janik1-0/+6
2004-01-24Add a missing entry.Tor Lillqvist1-0/+4
2004-01-11wrap g_io_channel_ref in a function that returns the passed in GIOChannel,Manish Singh1-0/+6
2004-01-10Document the lowercase_name trigraph option.Matthias Clasen1-0/+4
2004-01-10made G_DEFINE_TYPE_INTERNAL() public by renaming it toTim Janik1-0/+5
2004-01-09Add a boxed type for nul-terminated string arrays. (#110528)Matthias Clasen1-0/+6
2004-01-09added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plusTim Janik1-0/+5
2003-12-26Don't acquire a read lock here. (#106433, Owen Taylor)Matthias Clasen1-0/+5
2003-12-17Use g_assert() instead of g_return_val_if_fail(), suggested by SheldonMatthias Clasen1-0/+5
2003-12-13gobject.def : update externalsHans Breuer1-0/+4
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 Janik1-0/+10
2003-11-27variant of class_peek() which works for static types only.Tim Janik1-0/+20
2003-10-28Add /*< public >*/ and /*< private >*/ markers for documentation purposes.Matthias Clasen1-0/+13
2003-10-21Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor1-0/+19
2003-10-20Documentation additions.Matthias Clasen1-0/+5
2003-10-17Add /*< public >*/ and /*< private >*/ markers for documentation purposes.Matthias Clasen1-0/+5
2003-10-02fix post class_init interface initialization logic for child types.Tim Janik1-0/+5
2003-10-02Add g_type_add/remove_interface_check(), which allows inserting aOwen Taylor1-0/+8
2003-09-29Add g_type_default_interface_ref/peek/unref for accessing the defaultOwen Taylor1-0/+5
2003-09-26You can have instance_real_class_bsa be non-NULL, but still the class notOwen Taylor1-0/+6
2003-09-14Don't generate code using deprecated APIs. (#122292, Christian Persch)Matthias Clasen1-0/+5
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 Taylor1-0/+8
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-0/+22
2003-09-02added support for a "default vtable" per interface, that interface vtablesTim Janik1-0/+13
2003-09-02fix iterating over fundamental types.Tim Janik1-0/+14
2003-08-28removed stray change from previous commit.Manish Singh1-0/+4
2003-08-27Add a detailed test case for interface initialization, testing the abilityOwen Taylor1-0/+8
2003-08-25fix typo in last commit, cast to GTypeValueTable * to get rid of constManish Singh1-0/+5
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 Taylor1-0/+6
2003-08-19check private instance data after initialization.Tim Janik1-0/+10
2003-08-19adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik1-0/+10
2003-08-18added optimizations to skip NOP signal emissions.Tim Janik1-0/+4
2003-08-06Add check for instance private usage within in instance_init. (CurrentlyOwen Taylor1-0/+6
2003-07-20updated externalsHans Breuer1-0/+4
2003-07-08Only access node->data->instance when the node is instantiable.Soeren Sandmann1-0/+5
2003-07-08Initialize node->data->instance.private_size here rather than inOwen Taylor1-0/+8