summaryrefslogtreecommitdiff
path: root/gobject/gparamspecs.c
AgeCommit message (Expand)Author
2024-06-28gparamspecs: Define G_FLOAT_EPSILON as a float constantPhilip Withnall
2024-06-28gparamspecs: Fix loss of precision when validating a double-typed pspecPhilip Withnall
2024-04-12gparamspecs: Fix NULL pointer dereferencePhilip Withnall
2023-10-25GType: introduce GTYPE_TO_POINTER/GPOINTER_TO_TYPEAlex Richardson
2023-10-16docs: Move the GParamSpec SECTIONMatthias Clasen
2022-09-25Empty values are not valid GParamSpecEmmanuele Bassi
2022-08-21gparamspec: mark nick/blurb as nullableAndy Holmes
2022-06-01Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall
2022-05-25gparamspecs: Tidy up a preconditionPhilip Withnall
2022-05-25gparamspecs: Remove redundant NULL checksPhilip Withnall
2022-05-23param: Add a value_is_valid vfuncMatthias Clasen
2022-05-20param: Drop a pointless functionMatthias Clasen
2021-07-12Clarify GValue documentationDarkTrick
2020-07-27glib: Avoid redefining GLIB_DISABLE_DEPRECATION_WARNINGSPhilip Withnall
2019-10-31Merge branch 'param-value-default' into 'master'Philip Withnall
2019-10-28gparamspecs: Fix type class leaks on error handling pathsPhilip Withnall
2019-10-26Do not validate a GValue initialized with the defaultEmmanuele Bassi
2019-03-08gobject: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall
2018-05-04gobject: Reimplement g_param_values_cmp() for GParamSpecVariantPhilip Withnall
2018-05-04Revert "Fix the cmp implementation for variant values"Philip Withnall
2018-05-02Fix the cmp implementation for variant valuesMatthias Clasen
2017-05-24gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2016-11-22introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert
2016-04-27gparamspecs: GTypes are stored in v_pointer, not v_longSebastian Dröge
2015-10-08gparamspecs: Mark g_param_spec_string()’s default value as (nullable)Philip Withnall
2015-09-13GParamSpec: do not use static GParamSpecTypeInfoNicola Fontana
2015-03-03gparamspecs: Recommend use of most specific GParamSpec typesPhilip Withnall
2014-01-31Updated FSF's addressDaniel Mustieles
2013-10-01Fix crashes in various GParamSpec creation functionsSimon Feltman
2013-01-14GParamSpec: Make constructors introspectableMartin Pitt
2012-01-24Deprecate GValueArrayEmmanuele Bassi
2011-09-05GObject docs: resolve broken linksRyan Lortie
2011-06-03gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters
2010-12-27Add GI annotations to GParamSpecPavel Holejsovsky
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie
2010-06-17Add fundamental type and pspec for GVariantChristian Persch
2008-07-02Fix up section commentsMatthias Clasen
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
2008-06-21Migrating docs.Stefan Kost
2008-02-06make GParamGType require the set type during construction instead of usingBenjamin Otte
2007-06-14work around SGI IDO cc, fixes #363986.Tim Janik
2007-04-25also clear the NOCOPY_CONTENTS flag when replacing NULL with the emptyMichael Natterer
2007-04-24don't free or modify static strings, dup them when needed and clear theMichael Natterer
2006-08-06Don't initialize struct members with function calls. (#349952)Matthias Clasen
2005-12-22implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik
2005-08-31More string interningMatthias Clasen
2005-03-14Make work again.Matthias Clasen
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2004-04-15Correct the initial minimal value to be -G_MAXFLOAT. The initial valuesMatthias Clasen