applied patch I got from Tim Janik for testing which fixes bug #101521.
[platform/upstream/glib.git] / gobject / gtype.h
2002-12-03 Matthias ClasenSync parameter names with docs and implementation.
2002-10-15 Matthias ClasenAdd g_type_interface_prerequisites.
2002-09-12 Dom LachowiczFix problems with excessive C++ warnings: "ISO C++...
2002-01-04 Tim Janikturn this into a GType, so negating it works on 64bit...
2001-12-17 Anders CarlssonSet the reserved bit to (1 << 0) instead of (1 << 30).
2001-11-26 Tim Janiktypedef GType to gulong instead of gsize, if possible.
2001-11-25 Tim Janikremoved enum GTypeFundamentals. use macros to provide...
2001-11-22 Owen TaylorImprove the detection of invalid includes by moving...
2001-11-22 Tim Janikuse g_type_check_is_value_type() instead of g_type_valu...
2001-11-21 Tim Janikprovide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental...
2001-11-21 Tim Janikput newly created param spec types into a global array. GOBJECT_GType_guint
2001-11-18 Owen TaylorInclude gtypes.h not gobject/gtype.h
2001-11-14 Tim Janikadd API for chaining: g_signal_chain_from_overridden...
2001-11-13 Tim JanikAPI cleanups. remove g_type_check_flags(), provide...
2001-10-11 Joshua N PritikinFill in missing support for gint64 & guint64 (#59254).
2001-10-03 Owen TaylorAdd support for G_TYPE_INT64 and storing it in GValue...
2001-09-10 Tim Janikgot rid of g_set_error_handler(), g_set_warning_handler(),
2001-08-15 Tim Janikif __GNUC__ is defined, inline a test for an exact...
2001-07-02 Tim Janikadded g_list_insert_before().
2001-06-29 Owen TaylorRemove debug flag argument to g_type_init() and add
2001-06-20 Tim Janikadded debugging variants g_type_name_from_class(),
2001-06-19 Tim Janikremove left-over usages of an anonymous GBoxed typedef.
2001-04-01 Tim Janikapplied patch from owen to implement GParamSpecUnichar.
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-09 Tor LillqvistUse G_BEGIN_DECLS and G_END_DECLS.
2001-03-08 Tim Janikdestruction cleanup. there's one ->finalize_hook member...
2001-03-07 Tim Janikcatch when adding an interface to an ancestor of a...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-03-06 Jonathan Blandfordadd a new param spec to handle interfaces.
2001-02-17 Havoc Penningtoninclude string.h
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2001-02-16 Tim Janikincorporated huge docu patch from Eric Lemings <eric...
2001-02-04 Tim Janiks/glib_trap_/g_trap_/. add comments on g_trap_instance_...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2001-01-09 Tim Janikadded some function documentations.
2000-12-15 Tim Janikadd an instance member value_type so the default value...
2000-12-13 Tim Janikurg managed to forget this last time ;(
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-11-11 Owen TaylorNew basic implementation of GTypePlugin interface as...
2000-11-05 Tim Janikfixed a bag full of subtle bugs of immensive screw...
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-07-25 Tim Janikmake g_type_fundamental_last() a function, avoiding...
2000-07-11 Tim Janikremoved g_type_is_dynamic() and added g_type_get_plugin().
2000-07-10 Tor LillqvistInclude ../config.h for HAVE_UNISTD_H. Use it to guard...
2000-06-24 Tim Janikdefine gstring in terms of gchar*. this typedef reflect...
2000-05-13 Tor Lillqvistmakefile.mingw.in tests/makefile.mingw.in Rename makefi...
2000-05-12 Tim Janikadd reserved fundamental ids for gtk types (for transit...