summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2013-05-31Rework the build system for a new tests approachRyan Lortie2-62/+38
2013-05-29GObject: prevent installing properties after initRyan Lortie3-2/+18
2013-05-29Remove G_TEST_DATA= from installed .test filesRyan Lortie1-1/+1
2013-05-29Trivial doc typo fixMatthias Clasen1-5/+5
2013-05-29Trivial documentation typosMatthias Clasen1-2/+2
2013-05-29Improve signal test coverageMatthias Clasen1-1/+205
2013-05-29Improve test coverage in gobject/Matthias Clasen4-1/+300
2013-05-24build: Fix usage of %.test againColin Walters1-1/+1
2013-05-24tests: Drop unnecessary % from .test pattern match ruleColin Walters1-1/+1
2013-05-23gsignal: remove some pointless lockingRyan Lortie1-3/+1
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship9-169/+169
2013-05-19Make gobject tests installableMatthias Clasen1-0/+16
2013-05-13tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship1-6/+48
2013-05-09Clarify GValueArray docsMatthias Clasen1-2/+4
2013-05-02binding: Add an explicit unbind()Emmanuele Bassi3-29/+94
2013-05-02gobject: rename an unused parameter to make AIX happyDan Winship1-2/+2
2013-04-26g_object_new: check for NULL from _constructor()Ryan Lortie1-0/+12
2013-04-23GObject: substantially rework g_object_new()Ryan Lortie1-187/+340
2013-04-23GParamSpec: add g_param_spec_get_default_value()Ryan Lortie3-1/+80
2013-04-23GType: add accessor for instance private offsetRyan Lortie2-0/+50
2013-04-23gtype: tweak valgrind hintsRyan Lortie1-5/+12
2013-04-22Revert "GObject: prevent installing properties after init"Ryan Lortie3-18/+2
2013-04-22GObject: prevent installing properties after initRyan Lortie3-2/+18
2013-04-22gtype: put private data before the instanceRyan Lortie1-149/+72
2013-04-04gtype: interface-after-init exception for gtk#Ryan Lortie1-2/+4
2013-04-04gtype: interface-after-init exception for glibmmRyan Lortie1-1/+4
2013-04-04gobject: fix G_DEFINE_TYPE_EXTENDED docs so code snippet actually compilesAndres G. Aragoneses1-1/+1
2013-03-15Doc: clarify set_property() vfuncSébastien Wilmet1-3/+4
2013-03-15Doc: clarify a bit g_signal_connect_object()Sébastien Wilmet1-1/+1
2013-02-27build: Add --disable-compile-warningsColin Walters2-0/+4
2013-02-22gsignal: improve warning outputRyan Lortie1-8/+18
2013-02-21signals: Ensure we ref handler in emission fast pathAlexander Larsson1-1/+11
2013-02-21signals: No need to use atomics for Handler refcountAlexander Larsson1-6/+4
2013-02-07disable support for unloading of dynamic typesRyan Lortie1-0/+8
2013-02-02Silence automakeMatthias Clasen1-3/+4
2013-01-20Install an invalidation notifier for GClosure in g_source_set_closure()Giovanni Campagna1-0/+9
2013-01-18gobject/: Remove abicheck.sh from DIST_EXTRARyan Lortie1-2/+1
2013-01-17Remove ABI checking scriptsRyan Lortie3-447/+1
2013-01-17Remove regexp-based export controlRyan Lortie1-4/+1
2013-01-16gsignal: fix closure invalidation codeRyan Lortie1-5/+6
2013-01-15Revert "Improvde #include order consistency"Chun-wei Fan1-4/+4
2013-01-14visibility: Use a separate CFLAGS variableRyan Lortie1-1/+1
2013-01-14Make the build more quietMatthias Clasen1-1/+1
2013-01-14GParamSpec: Make constructors introspectableMartin Pitt1-44/+44
2013-01-13win32: build: stop using .def filesRyan Lortie1-18/+3
2013-01-13gmarshal.h: replace "extern" with GLIB_AVAILABLE_IN_ALLRyan Lortie1-286/+330
2013-01-13Add a new _GLIB_EXTERN macro for "extern"Ryan Lortie1-1/+1
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie15-0/+339
2013-01-04gtype: disallow adding interfaces after the factRyan Lortie2-8/+18
2013-01-04Revert "gtype: disallow adding interfaces after the fact"Rico Tzschichholz2-18/+8