summaryrefslogtreecommitdiff
path: root/gobject/gvaluetransform.c
Commit message (Expand)AuthorAgeFilesLines
* valuetransform: Fix definition of ulong_boolPhilipp Kern2012-06-271-1/+1
* gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 valueRui Matos2012-02-221-1/+1
* Clean up gobject/gvaluetransform.c a bitChun-wei Fan2011-06-071-8/+0
* gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters2011-06-031-1/+2
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-1/+0
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-1/+0
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-4/+8
* Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to makeMatthias Clasen2005-08-091-53/+53
* Make work again.Matthias Clasen2005-03-141-1/+1
* Cosmetic fixes (#163792, BenoƮt Carpentier):Matthias Clasen2005-01-121-2/+0
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+2
* Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen2003-03-301-1/+1
* use G_G[U]INT64_FORMAT unconditionally, since we'll always have it now.Manish Singh2002-12-121-9/+0
* Fix problems with excess ';' by addition of strategic 'extern voidOwen Taylor2002-07-261-4/+5
* don't try to register undeclared value transform functions ifSven Neumann2002-03-051-0/+4
* cosmetic cleanups, fixed [u]int64->string conversions.Tim Janik2002-02-131-333/+333
* msvc 5.0 can't cast from uint64 to double. Disable respectiveHans Breuer2002-02-101-0/+11
* Register transformations for gint64, guint64. (#70780, patch from AndyOwen Taylor2002-02-091-1/+94
* Include <string.h> for memcpy.Owen Taylor2001-03-081-4/+6
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-0/+339