summaryrefslogtreecommitdiff
path: root/gobject/gvaluetransform.c
AgeCommit message (Expand)Author
2012-06-27valuetransform: Fix definition of ulong_boolPhilipp Kern
2012-02-22gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 valueRui Matos
2011-06-07Clean up gobject/gvaluetransform.c a bitChun-wei Fan
2011-06-03gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer
2005-08-09Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to makeMatthias Clasen
2005-03-14Make work again.Matthias Clasen
2005-01-12Cosmetic fixes (#163792, BenoƮt Carpentier):Matthias Clasen
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2003-03-30Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen
2002-12-12use G_G[U]INT64_FORMAT unconditionally, since we'll always have it now.Manish Singh
2002-07-26Fix problems with excess ';' by addition of strategic 'extern voidOwen Taylor
2002-03-05don't try to register undeclared value transform functions ifSven Neumann
2002-02-13cosmetic cleanups, fixed [u]int64->string conversions.Tim Janik
2002-02-10msvc 5.0 can't cast from uint64 to double. Disable respectiveHans Breuer
2002-02-09Register transformations for gint64, guint64. (#70780, patch from AndyOwen Taylor
2001-03-08Include <string.h> for memcpy.Owen Taylor
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik