added g_hash_table_find and a bunch of g_queue_*
[platform/upstream/glib.git] / gobject /
2004-02-24 Owen Taylor=== Released 2.3.3 === GLIB_2_3_3
2004-02-20 Tim Janikadded (GTypeFlags) cast needed by C++.
2004-02-03 Tim Janikprovide a short-cut version for this macro in case
2004-01-24 Tim Janikprefixed the parent_class variable defined by G_DEFINE_...
2004-01-24 Tor LillqvistAdd a missing entry.
2004-01-11 Manish Singhwrap g_io_channel_ref in a function that returns the...
2004-01-10 Matthias ClasenDocument the lowercase_name trigraph option.
2004-01-10 Tim Janikmade G_DEFINE_TYPE_INTERNAL() public by renaming it to
2004-01-09 Matthias ClasenAdd a boxed type for nul-terminated string arrays....
2004-01-09 Tim Janikadded convenience macros G_IMPLEMENT_INTERFACE() and...
2003-12-30 Murray CummingAdded a lowercase_name option, to be used next to the...
2003-12-26 Matthias ClasenDon't acquire a read lock here. (#106433, Owen Taylor)
2003-12-17 Matthias ClasenUse g_assert() instead of g_return_val_if_fail(), sugge...
2003-12-13 Hans Breuergobject.def : update externals
2003-12-08 Owen Taylor=== Released 2.3.1 === GLIB_2_3_1
2003-11-29 Tim Janikfix g_object_set() whithin _init() implementations...
2003-11-27 Tim Janikvariant of class_peek() which works for static types...
2003-10-28 Matthias ClasenAdd /*< public >*/ and /*< private >*/ markers for...
2003-10-24 Matthias Clasen100%
2003-10-21 Owen TaylorAdd a new GParamSpecOverride type that is a pointer...
2003-10-20 Matthias ClasenDocumentation additions.
2003-10-17 Matthias ClasenAdd /*< public >*/ and /*< private >*/ markers for...
2003-10-02 Tim Janikfix post class_init interface initialization logic...
2003-10-02 Owen TaylorAdd g_type_add/remove_interface_check(), which allows...
2003-09-29 Owen TaylorAdd g_type_default_interface_ref/peek/unref for accessi...
2003-09-26 Owen TaylorYou can have instance_real_class_bsa be non-NULL, but...
2003-09-14 Matthias ClasenDon't generate code using deprecated APIs. (#122292...
2003-09-12 Owen TaylorAdd bug reference to ChangeLog
2003-09-12 Owen TaylorAdd g_signal_accumulator_true_handled(), to do TRUE...
2003-09-12 Matthias ClasenMake the g_value_set_x_take_ownership() functions ...
2003-09-02 Tim Janikadded support for a "default vtable" per interface...
2003-09-02 Tim Janikfix iterating over fundamental types.
2003-08-28 Manish Singhremoved stray change from previous commit.
2003-08-28 Manish Singhshut up cvs
2003-08-27 Owen TaylorAdd a detailed test case for interface initialization...
2003-08-25 Manish Singhfix typo in last commit, cast to GTypeValueTable *...
2003-08-25 Owen Tayloradd bug number
2003-08-25 Owen TaylorClarify docs on the return. Fix a memory leak if a...
2003-08-19 Tim Janikcheck private instance data after initialization.
2003-08-19 Tim Janikadapt to new gbsearcharray.h code. (g_value_register_tr...
2003-08-18 Tim Janikadded optimizations to skip NOP signal emissions.
2003-08-13 Tor Lillqvistglib/Makefile.am gmodule/Makefile.am gobject/Makefile...
2003-08-08 Matthias ClasenImprove the wording of the warning for invalid
2003-08-06 Owen TaylorAdd check for instance private usage within in instance...
2003-07-20 Hans Breuerupdated externals
2003-07-08 Soeren SandmannOnly access node->data->instance when the node is insta...
2003-07-08 Owen TaylorInitialize node->data->instance.private_size here rathe...
2003-06-17 Matthias Clasenforgotten ChangeLog
2003-06-17 Matthias ClasenNew macros to check for XML catalog contents and path...
2003-05-30 Owen TaylorOrder refs/unrefs so setting the same object back is...
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2003-03-24 Sven Neumannremoved leftover debugging message (bug #109093).
2003-03-10 Owen TaylorAdd support for instance-private data. g_type_class_add...
2003-03-06 Matthias ClasenFix 0/FALSE confusion. (#107662, Morten Welinder)
2003-03-04 James Henstridgerequire automake 1.7. Add calls to libtoolize and gtkdo...
2003-02-17 Tim Janikdon't assert the types passed in to have value tables...
2003-02-09 Soeren Sandmannremove lookup of unused BoxedNode.
2003-02-07 Matthias ClasenRemove all docs from gobject at Tims request. Documenta...
2003-01-12 Tor LillqvistAdd g_type_interface_prerequisites. Thanks to Kenichi...
2003-01-04 Tor Lillqvist[Win32] Install also the .def files, to help users...
2002-12-18 Matthias ClasenAdd docs.
2002-12-18 Michael Nattererapplied patch I got from Tim Janik for testing which...
2002-12-16 Matthias ClasenRemove markup from doc comment, as GObject doesn't...
2002-12-15 Matthias ClasenMove some docs inline.
2002-12-12 Matthias ClasenAdd a test for positional parameters in g_snprintf...
2002-12-12 Manish Singhuse G_G[U]INT64_FORMAT unconditionally, since we'll...
2002-12-07 Matthias ClasenRename to canonicalize_key. Adjust all callers.
2002-12-05 Matthias ClasenExplain allowed signal names in more detail.
2002-12-03 Matthias ClasenSync parameter names with docs and implementation.
2002-12-02 Matthias ClasenAdd docs.
2002-12-02 Matthias ClasenMore GSignal docs.
2002-12-01 Matthias ClasenMore docs.
2002-11-28 Matthias ClasenMark 2.2 API additions.
2002-11-22 Owen TaylorAllow NULL to be cast to any type. (Frequently requeste...
2002-11-21 Tor LillqvistHardcode 2.0 in the names, as that is what Makefile...
2002-11-21 Tor Lillqvistgmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode...
2002-11-08 Soeren SandmannTrivial s/foo/foo_/ fixes to make <glib.h> includable...
2002-11-06 Matthias ClasenForgotten ChangeLog
2002-11-04 Owen TaylorInclude config.h so DISABLE_MEMPOOLS actually has an...
2002-10-19 Matthias ClasenReport only the most specific instantiatable prerequisi...
2002-10-15 Matthias ClasenSupport for template files.
2002-10-15 Manish Singhadd -DG_DISABLED_DEPRECATED
2002-10-15 Matthias ClasenAdd g_type_interface_prerequisites.
2002-10-12 Tim Janiktest creation of new fundamental types.
2002-09-12 Dom LachowiczFix problems with excessive C++ warnings: "ISO C++...
2002-07-26 Owen TaylorFix problems with excess ';' by addition of strategic...
2002-07-26 Owen TaylorWhen adding ancestral prerequisites, add the grandparen...
2002-07-05 Anders CarlssonRemove debugging message, approved by Tim Janik.
2002-06-11 Anders CarlssonFix argument order. Fixes #82806.
2002-05-20 Owen TaylorWhen printing errors, handle NULL returns from g_type_d...
2002-05-07 Owen TaylorFix include order for config.h (#71704, Morten Welinder)
2002-05-07 Michael Nattereradded a new conditional CROSS_COMPILING which indicates...
2002-05-06 Owen Taylor[ merged from stable ]
2002-03-26 Owen TaylorAdd explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MAT...
2002-03-25 Owen TaylorFix various bugs and excessive stack usage that crept...
2002-03-25 Owen TaylorWrap setting freed instance memory to 0xaa in #ifdef...
2002-03-21 Tim Janikfix extraneous include.
2002-03-21 Tim Janikfix extraneous include.
2002-03-19 Tim Janikapplied patch from Matthias Clasen <maclas@gmx.de>...
2002-03-14 Alexander LarssonFunction to canonicalize parameter names. Faster than...
next