summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2004-07-30Forgotten commit...GLIB_2_4_5Matthias Clasen1-1/+5
2004-07-28Catch cases of forgotten g_type_add_private(). (#148368, Tommi Komulainen)Matthias Clasen2-0/+11
2004-07-21Use the correct fields for enums and flags. (#145015,Tommi Komulainen)Matthias Clasen2-2/+7
2004-07-12Don't choke on a zero handler_id.Matthias Clasen2-1/+5
2004-07-092.4.4GLIB_2_4_4Matthias Clasen1-0/+4
2004-06-23Add an initializer for the g_define_type_info.value_table.Matthias Clasen2-0/+7
2004-06-19Actually define the guard after checking for it. (#108038, MortenMatthias Clasen2-0/+7
2004-06-042.4.2GLIB_2_4_2Matthias Clasen1-0/+4
2004-04-30=== Released 2.4.1 ===GLIB_2_4_1Matthias Clasen1-0/+4
2004-04-22Actually convert escape chars in --vprod. (#139058, Christophe Saout)Matthias Clasen2-1/+6
2004-04-15Correct the initial minimal value to be -G_MAXFLOAT. The initial valuesMatthias Clasen2-2/+11
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 Lillqvist2-2/+7
2004-03-09=== Released 2.3.6 ===GLIB_2_3_6Owen Taylor1-0/+4
2004-03-06Update.Tor Lillqvist1-2/+0
2004-03-04Another of the glib DLL's functions was erronously present in the stableTor Lillqvist2-0/+9
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 Lillqvist2-0/+10
2004-02-29forgotten changelogMatthias Clasen1-0/+5
2004-02-28added g_strv_get_typeHans Breuer2-0/+5
2004-02-27Support parsing of intializers containing macros with arguments. (#129717)Matthias Clasen1-1/+3
2004-02-24=== Released 2.3.3 ===GLIB_2_3_3Owen Taylor1-0/+4
2004-02-20added (GTypeFlags) cast needed by C++.Tim Janik2-1/+5
2004-02-03provide a short-cut version for this macro in caseTim Janik3-3/+23
2004-01-24prefixed the parent_class variable defined by G_DEFINE_TYPE() withTim Janik2-9/+15
2004-01-24Add a missing entry.Tor Lillqvist2-0/+5
2004-01-11wrap g_io_channel_ref in a function that returns the passed in GIOChannel,Manish Singh2-1/+17
2004-01-10Document the lowercase_name trigraph option.Matthias Clasen2-1/+8
2004-01-10made G_DEFINE_TYPE_INTERNAL() public by renaming it toTim Janik2-37/+43
2004-01-09Add a boxed type for nul-terminated string arrays. (#110528)Matthias Clasen3-1/+23
2004-01-09added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plusTim Janik2-6/+78
2003-12-30Added a lowercase_name option, to be used next to the enum declaration,Murray Cumming1-0/+9
2003-12-26Don't acquire a read lock here. (#106433, Owen Taylor)Matthias Clasen2-2/+9
2003-12-17Use g_assert() instead of g_return_val_if_fail(), suggested by SheldonMatthias Clasen2-1/+9
2003-12-13gobject.def : update externalsHans Breuer2-2/+20
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