summaryrefslogtreecommitdiff
path: root/gobject/gvaluetransform.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-10-29gobject/gvaluetransform.c: Cleanup #ifndef _MSC_VERChun-wei Fan1-3/+0
2012-06-27valuetransform: Fix definition of ulong_boolPhilipp Kern1-1/+1
2012-02-22gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 valueRui Matos1-1/+1
2011-06-07Clean up gobject/gvaluetransform.c a bitChun-wei Fan1-8/+0
2011-06-03gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters1-1/+2
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie1-1/+0
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-1/+0
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-4/+8
2005-08-09Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to makeMatthias Clasen1-53/+53
2005-03-14Make work again.Matthias Clasen1-1/+1
2005-01-12Cosmetic fixes (#163792, BenoƮt Carpentier):Matthias Clasen1-2/+0
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+2
2003-03-30Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen1-1/+1
2002-12-12use G_G[U]INT64_FORMAT unconditionally, since we'll always have it now.Manish Singh1-9/+0
2002-07-26Fix problems with excess ';' by addition of strategic 'extern voidOwen Taylor1-4/+5
2002-03-05don't try to register undeclared value transform functions ifSven Neumann1-0/+4
2002-02-13cosmetic cleanups, fixed [u]int64->string conversions.Tim Janik1-333/+333
2002-02-10msvc 5.0 can't cast from uint64 to double. Disable respectiveHans Breuer1-0/+11
2002-02-09Register transformations for gint64, guint64. (#70780, patch from AndyOwen Taylor1-1/+94
2001-03-08Include <string.h> for memcpy.Owen Taylor1-4/+6
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-0/+339