summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-0722-249/+5
* Add some more checks to the binding testsMatthias Clasen2010-07-051-1/+18
* Remove a redundant branchMatthias Clasen2010-07-051-8/+2
* [gbinding] Move argument reference out of first columnColin Walters2010-06-251-2/+2
* Introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTICChristian Dywan2010-06-232-3/+24
* binding: Add SYNC_CREATE to the flagsEmmanuele Bassi2010-06-233-1/+50
* neutralise pltcheck.shRyan Lortie2010-06-231-0/+2
* Document g_cclosure_marshal_VOID__VARIANTMatthias Clasen2010-06-231-1/+17
* Use -Bsymbolic-functions, drop g*alias PLT hackeryRyan Lortie2010-06-212-3/+5
* Tiny docs fixChristian Persch2010-06-191-4/+4
* Add g_value_take_variantChristian Persch2010-06-195-1/+50
* Fix VARIANT out argsChristian Persch2010-06-181-1/+1
* Distcheck fixChristian Persch2010-06-171-0/+1
* fix a typoMatthias Clasen2010-06-171-1/+1
* Add fundamental type and pspec for GVariantChristian Persch2010-06-1710-20/+375
* Typo fixChristian Persch2010-06-161-1/+1
* binding: Use a hash tableEmmanuele Bassi2010-06-161-7/+24
* tests: Add a chain bindingEmmanuele Bassi2010-06-161-0/+35
* Sprinkle some $(AM_V_GEN) around to make the build more silent.Christian Persch2010-06-151-8/+8
* gobject: Add GBindingEmmanuele Bassi2010-06-157-3/+1404
* Introduce g_object_notify_by_pspec()Damien Lespiau2010-06-153-7/+78
* Add dtrace and systemtap support for gobjectAlexander Larsson2010-05-277-10/+315
* Clean up man page handlingMatthias Clasen2010-05-213-383/+0
* Don't include __bss_start, _edata and _end symbols in the abichecksSebastian Dröge2010-05-111-1/+1
* Bug 617947 - glib-mkenums: add @valuenum@ supportRyan Lortie2010-05-061-6/+30
* glib-mkenums: Fix support for comment templatesRyan Lortie2010-05-061-2/+4
* Add a boxed type for GErrorMatthias Clasen2010-04-223-0/+23
* Fix g_type_class_add_private() documentationJavier Jardón2010-03-291-4/+44
* Some more doc cleanupsMatthias Clasen2010-03-261-32/+5
* make check / makedistcheck fixesRyan Lortie2010-03-211-0/+2
* Avoid much of duplication in lists of source filesTor Lillqvist2010-03-211-1/+10
* Bug 612502 - Add support for class private dataSebastian Dröge2010-03-172-2/+137
* gsignal: improve g_signal_new docs.Stefan Kost2010-03-061-1/+6
* gobject: Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is validEdward Hervey2010-02-231-13/+13
* Make g_type_interface_prerequisites() only return one instantiable typeBenjamin Otte2010-02-171-3/+5
* Move offsets array from interface data member to TypeNodeBenjamin Otte2010-02-111-6/+6
* Move prerequisites out of _prot structBenjamin Otte2010-02-111-4/+4
* merge GVariantRyan Lortie2010-02-103-0/+47
* Update copyright yearsTor Lillqvist2010-02-041-1/+1
* Don't use a compiler keyword as a variable namePhilip Withnall2010-02-021-5/+5
* Fix shadowing of G_VALUE_COLLECT variables in G_VALUE_COLLECT_INITPhilip Withnall2010-01-311-5/+5
* improve gitignoreRyan Lortie2010-01-281-0/+1
* Move the boxed private type data to TypeNodeBenjamin Otte2010-01-254-68/+95
* Put calls to registered copy/free functions into separate functionsBenjamin Otte2010-01-251-66/+31
* [tests] Remove C++ style commentsAlberto Garcia2010-01-201-4/+4
* Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()Benjamin Otte2010-01-183-5/+4
* Fix docs in previous commitAlexander Larsson2010-01-131-2/+2
* gobject: Use new G_VALUE_COLLECT_INIT variantEdward Hervey2010-01-131-6/+4
* gsignal: Use new G_VALUE_COLLECT_INIT variantEdward Hervey2010-01-131-12/+8
* gvaluecollector: Add variant of G_VALUE_COLLECT for most used cases.Edward Hervey2010-01-131-8/+36