summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.6.11GOBJECT_INTROSPECTION_0_6_11Johan Dahlin2010-05-191-1/+1
* [build] Require gtk-doc at distcheck timeJohan Dahlin2010-05-191-0/+1
* Add uid_t, gid_t, dev_t to integral type conversionsColin Walters2010-05-191-3/+19
* [GIBaseInfo] Document all functionsJohan Dahlin2010-05-181-6/+106
* [docs] Reorganize structs into chaptersJohan Dahlin2010-05-182-123/+237
* [girepository] Document most of the structsJohan Dahlin2010-05-186-25/+337
* [doc] Add missing symbolsJohan Dahlin2010-05-181-4/+20
* [doc Makefile] Remove html/ xml/ and tmpl/Johan Dahlin2010-05-181-1/+5
* [doc] Update to work with latest gtk-doc releaseJohan Dahlin2010-05-181-20/+9
* [doc] Remove private API from docsJohan Dahlin2010-05-182-68/+11
* [girepository] Update gtk-doc syntaxJohan Dahlin2010-05-183-8/+10
* Update .gitignoreJohan Dahlin2010-05-181-0/+8
* [common.mk] Remove broken pythonpathJohan Dahlin2010-05-181-1/+1
* Add a basic gir for xrandrJohan Bilien2010-05-182-1/+16
* [Makefile.introspection] Do not use _GIRDIRJohan Dahlin2010-05-171-3/+3
* [everything] Remove test_callback_infiniteOwen W. Taylor2010-05-073-39/+0
* [everything] Fix length annotationsOwen W. Taylor2010-05-072-4/+4
* Fix parameter ordering in error messageOwen W. Taylor2010-05-071-1/+1
* Validate parameter referencesOwen W. Taylor2010-05-071-3/+20
* Validate scope annotation valuesOwen W. Taylor2010-05-072-0/+14
* Use -1 not None for closure/destroy indicesOwen W. Taylor2010-05-071-2/+2
* Add GIMarshallingTests-1.0-expected.gir so we track changes in the scannerTomeu Vizoso2010-05-062-0/+3134
* Add test vfunc for testing out args in callbacksTomeu Vizoso2010-05-052-0/+28
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-0417-24/+420
* Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso2010-05-0313-382/+16
* Add some tests to Everything for testing callbacks as constructor argsTomeu Vizoso2010-05-033-0/+101
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-04-3013-16/+382
* [annotationparser] Disable warningJohan Dahlin2010-04-281-2/+3
* Warn about annotations for unknown argsTomeu Vizoso2010-04-281-0/+14
* Keep valgrind happy in a testTomeu Vizoso2010-04-271-1/+1
* Add test for virtual method with a default implementationTomeu Vizoso2010-04-272-0/+31
* [glib] make g_file_set_contents() take uint8*, not utf8Dan Winship2010-04-261-0/+5
* Negative test case for bad (out) case, not setting the *out_val in a (transfe...Zach Goldberg2010-04-262-0/+16
* * docs/g-ir-scanner.1: Man page for g-ir-scanner(1) had long options with thr...Saleem Ansari2010-04-261-27/+27
* Add tests for unionsTomeu Vizoso2010-04-232-0/+112
* Add tests for non-gtype EnumTomeu Vizoso2010-04-222-9/+61
* Update gir/Everything-1.0-expected.girTomeu Vizoso2010-04-221-0/+14
* Add tests for GAsyncReadyCallbackTomeu Vizoso2010-04-223-3/+13
* Add new tests for multiple callback calls during function invokation for scop...Zach Goldberg2010-04-203-0/+33
* [everything] Depend on cairo properlyJohan Dahlin2010-04-202-4/+10
* Add missing build dependency for GIMarshallingTests on GObject-2.0.girColin Walters2010-04-181-5/+6
* Add --disable-tests configure flagColin Walters2010-04-182-0/+12
* Update Everything-1.0-expected.gir for recent changesGOBJECT_INTROSPECTION_0_6_10Colin Walters2010-04-181-6/+22
* Add tests for vfuncs in classesTomeu Vizoso2010-04-182-0/+30
* Add tests for vfuncs in interfacesTomeu Vizoso2010-04-172-0/+30
* Add a bunch of new tests for nullable args in Everything moduleZach Goldberg2010-04-173-0/+209
* Update tests for new fields in Everything moduleZach Goldberg2010-04-171-0/+18
* Use a pointer to a known type as a member of GIMarshallingTestsNotSimpleStructTomeu Vizoso2010-04-161-1/+1
* Add a simple callback type which has no arguments or return valuesZach Goldberg2010-04-162-1/+17
* Add foreign struct funcs to EverythingTomeu Vizoso2010-04-154-2/+143