summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2002-05-20When printing errors, handle NULL returns from g_type_debug(). (#73559,Owen Taylor3-14/+33
2002-05-07ChangeLog fixOwen Taylor1-1/+2
2002-05-07Fix include order for config.h (#71704)Owen Taylor2-1/+6
2002-05-07added a new conditional CROSS_COMPILING which indicates ($build != $host).Michael Natterer2-2/+16
2002-05-06Remove PROPERTIES_CHANGED enumeration value that wasn't used any more.Owen Taylor3-5/+12
2002-03-26Add explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA toOwen Taylor2-8/+18
2002-03-25Fix various bugs and excessive stack usage that crept in the conversionOwen Taylor2-26/+20
2002-03-25Wrap setting freed instance memory to 0xaa in #ifdef G_ENABLE_DEBUGOwen Taylor2-1/+8
2002-03-21fix extraneous include.Tim Janik4-2/+4
2002-03-21fix extraneous include.Tim Janik2-1/+4
2002-03-19applied patch from Matthias Clasen <maclas@gmx.de> to check forTim Janik3-19/+67
2002-03-14Function to canonicalize parameter names. Faster than using g_strcanon().Alexander Larsson2-3/+25
2002-03-13glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede4-7/+14
2002-03-05don't try to register undeclared value transform functions ifSven Neumann2-0/+10
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor1-15/+15
2002-03-03makefile.msc.in Rename testgruntime to testgobject here, too.Tor Lillqvist3-4/+9
2002-03-03placed a comment about not changing CArray until we haveTim Janik4-13/+44
2002-02-26shut up cvsManish Singh1-1/+1
2002-02-26Remove references to gruntime. This includes renaming the test programMatthias Clasen4-28/+28
2002-02-26Rename testgruntime to testgobject.Owen Taylor3-347/+8
2002-02-25Make GInterfaceInfo paramter const to correspond to the conventions forOwen Taylor3-8/+15
2002-02-23Add some padding to the class.Owen Taylor3-1/+14
2002-02-21Add g_value_set_object_take_ownership andTor Lillqvist2-0/+7
2002-02-21Fix implicit conversions between void * and function pointer (MiroslawOwen Taylor2-2/+7
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik8-63/+157
2002-02-171.3.14GLIB_1_3_14Owen Taylor1-1/+2
2002-02-13fixed a check for node not being NULL.Tim Janik2-1/+5
2002-02-13remove extraneous redefinition of G_PARAM_SPEC_CLASS().Tim Janik2-1/+4
2002-02-13cosmetic cleanups, fixed [u]int64->string conversions.Tim Janik2-333/+346
2002-02-10msvc 5.0 can't cast from uint64 to double. Disable respectiveHans Breuer3-1/+25
2002-02-09Register transformations for gint64, guint64. (#70780, patch from AndyOwen Taylor1-1/+94
2002-01-24return gulong instead of guint.Tim Janik3-2/+7
2002-01-11fixed param_value_array_values_cmp(), param_value_array_validate() andTim Janik2-27/+42
2002-01-09cosmetic fix.Tim Janik2-1/+5
2002-01-05use -FImsvc_recommended_pragmas.hHans Breuer2-1/+5
2002-01-04turn this into a GType, so negating it works on 64bit platforms.Tim Janik2-1/+6
2001-12-22Add (undefined) HAVE_C99_VSNPRINTF.Tor Lillqvist2-0/+5
2001-12-18added some assertions to test g_signal_get_invocation_hint().Tim Janik4-37/+77
2001-12-17Set the reserved bit to (1 << 0) instead of (1 << 30).Anders Carlsson2-1/+6
2001-12-14add rules to build it.James Henstridge4-1/+384
2001-12-13implemented closure chaining.Tim Janik6-175/+382
2001-12-10perform an exact match on the two types instead of usingSven Neumann1-3/+6
2001-12-08Explicitly add a cast to the last argument so that the macro will workChristopher Blizzard2-1/+6
2001-12-06Add gsourceclosure.o.Tor Lillqvist2-0/+5
2001-11-26typedef GType to gulong instead of gsize, if possible.Tim Janik6-13/+27
2001-11-25removed enum GTypeFundamentals. use macros to provide the constantTim Janik2-40/+44
2001-11-24*/.cvsignore: Add various Win32 related file types.Tor Lillqvist1-0/+5
2001-11-23updated externalsHans Breuer2-1/+12
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor16-44/+54
2001-11-22use g_type_check_is_value_type() instead of g_type_value_table_peek().Tim Janik6-428/+377