summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Fix tiny typo.Murray Cumming2015-10-281-1/+1
* .gitignore updatesDan Winship2015-10-231-0/+1
* Use -Wl,-znodelete for all our librariesMatthias Clasen2015-10-201-1/+0
* gobject: use a DllMain to initialize gobject on windowsIgnacio Casal Quinteiro2015-10-111-25/+61
* gparamspecs: Mark g_param_spec_string()’s default value as (nullable)Philip Withnall2015-10-081-1/+1
* Call glib_init from the gobject constructorMatthias Clasen2015-10-071-0/+6
* glib-genmarshal: Fix memory leak with --prefixPhilip Withnall2015-10-031-2/+2
* Allow passing unset GValues to g_value_unset()Dan Winship2015-10-024-8/+42
* Revert "gvalue: Add g_value_clear method"Dan Winship2015-10-022-22/+0
* Revert "gvalue: Use g_value_clear as clear function"Dan Winship2015-10-021-1/+1
* Revert "gvalue: Improve _unset() documentation"Dan Winship2015-10-021-3/+1
* Revert "Apply the previous change to gmarshal.c"Emmanuele Bassi2015-10-011-44/+44
* Revert "glib-genmarshal: Treat all parameters the same"Emmanuele Bassi2015-10-011-2/+2
* gvalue: Improve _unset() documentationNicolas Dufresne2015-09-291-1/+3
* gvalue: Use g_value_clear as clear functionNicolas Dufresne2015-09-291-1/+1
* gvalue: Add g_value_clear methodNicolas Dufresne2015-09-292-0/+22
* Apply the previous change to gmarshal.cMatthias Clasen2015-09-291-44/+44
* glib-genmarshal: Treat all parameters the sameMatthias Clasen2015-09-291-2/+2
* Move GStrv typedef to glib.h instead of gobject.hXavier Claessens2015-09-222-8/+0
* doc: clarify that _get_instance_private() is NULL-safeXavier Claessens2015-09-221-0/+8
* tests: Do last commit's fix for enums, tooBenjamin Otte2015-09-161-8/+17
* tests: Make testcase not pass 0 as a flags valueBenjamin Otte2015-09-161-7/+22
* ffi: Marshal flags like enumsRay Strode2015-09-161-1/+7
* Disable deprecation warnings for the stable release againMatthias Clasen2015-09-141-1/+1
* signal: return TRUE from g_signal_has_handler_pending for custom class closureAlexander Larsson2015-09-141-11/+22
* GParamSpec: do not use static GParamSpecTypeInfoNicola Fontana2015-09-131-21/+21
* Fix a typoMichael Catanzaro2015-09-101-1/+1
* gparam: Fix Since tag of g_param_spec_get_name_quarkRico Tzschichholz2015-09-081-1/+1
* Speed up property change notification a bitMatthias Clasen2015-09-071-2/+1
* Add a method to get the pspec name quarkMatthias Clasen2015-09-072-3/+34
* Clean up locking in g_object_notify_queue_addMatthias Clasen2015-09-071-1/+1
* Make g_set_object more symmetricMatthias Clasen2015-09-071-4/+8
* Simplify g_param_spec_get_redirect_target a bit moreMatthias Clasen2015-09-071-1/+3
* Simplify g_param_spec_get_redirect_targetMatthias Clasen2015-09-071-7/+1
* Cleanup and Enhance the MSVC Project GenerationChun-wei Fan2015-09-031-31/+13
* Drop binary checks when cross-compilingEmmanuele Bassi2015-09-011-6/+8
* gsignal: Don't crash when operating on signals on the wrong objectIain Lane2015-09-011-6/+15
* Test that disconnecting from the wrong thing warns and doesn't crashIain Lane2015-09-011-0/+53
* gsignal: Document memory management best practices for signal handlersPhilip Withnall2015-08-192-0/+29
* gobject: Add cross-links from GObject reference docs to tutorialsgobject-docsPhilip Withnall2015-08-191-0/+6
* gobject: Cross-link from GType reference docs to GType conventions pagePhilip Withnall2015-08-191-4/+4
* gtypemodule: use G_GNUC_UNUSED in G_DEFINE_DYNAMIC_TYPE_EXTENDEDChristian Hergert2015-06-271-0/+1
* genmarshal: silence register storage class warningsMichael Catanzaro2015-06-131-3/+3
* Prevent race condition in g_io_condition_get_typeStefan Ekenberg2015-06-041-3/+5
* binding: Simplify the default transform funcGarrett Regier2015-06-031-5/+3
* binding: Remove conditional from the default transform functionGarrett Regier2015-06-031-32/+17
* binding: Remove GObject data usageGarrett Regier2015-06-031-44/+2
* Add a global signal handler tableMatthias Clasen2015-05-271-10/+40
* Add a performance test for signal connectionMatthias Clasen2015-05-272-0/+300
* docs: Add an example of G_DEFINE_BOXED_TYPEEmmanuele Bassi2015-05-251-1/+11