Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in the TestInterface gtype nameHEADmasterTomeu Vizoso2009-05-061-1/+1
* Add an interface to EverythingTomeu Vizoso2009-05-052-0/+35
* Add element type annotations for GList argumentsMarina Zhurakhinskaya2009-05-011-1/+9
* Avoid writing out empty array if we have no _get_type functionsColin Walters2009-04-031-12/+12
* Fix 'Could not find GIR file ...' error to use right filename.Dan Winship2009-03-281-10/+8
* Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECTAndreas Rottmann2009-03-273-7/+0
* Annotate g_filename_completer_get_completionsJohan Dahlin2009-03-261-0/+6
* Remove spurious addition of 'GSList *handlers' in last commitAndreas Rottmann2009-03-241-1/+0
* Additions to the 'Everything' namespaceAndreas Rottmann2009-03-242-3/+53
* Bug 576323 - Fix inner constant parsing Signed-off-by: Didier 'Ptitjes <ptitj...Didier 'Ptitjes2009-03-241-1/+1
* Include g-ir-scanner.in in the distributionJohan Bilien2009-03-242-2/+4
* Add a test signal with an argument flagged as G_SIGNAL_TYPE_STATIC_SCOPEJohan Bilien2009-03-242-0/+15
* Add several GLib annotationsAndreas Rottmann2009-03-231-0/+45
* Bug 574284 - Add support for a 'closure' and 'destroy' annotationsAndreas Rottmann2009-03-236-1/+128
* Some small cosmetic tweaksAndreas Rottmann2009-03-193-3/+5
* Bug 556475 – support Shadows: annotationAndreas Rottmann2009-03-196-1/+124
* Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtypeColin Walters2009-03-1714-18/+108
* Bug 564016 - Add c:prefix to .girColin Walters2009-03-179-13/+31
* Bug 575613 - Enum stripping with common prefix, also use "_" consistentlyColin Walters2009-03-176-15/+94
* Substitute g-ir-scanner in Makefile, not in configure.acColin Walters2009-03-162-1/+4
* Bug 565147 - Add (type) annotation to override the C type definitionColin Walters2009-03-169-1/+88
* Bug 574501 - Install giscanner Python module to private directoryColin Walters2009-03-164-30/+53
* Bug 574139 – There is no way to identify 'user_data' arguments in the callb...Andreas Rottmann2009-03-095-6/+13
* Bug 557383 - Virtual method supportColin Walters2009-03-0519-84/+655
* Bug 573332 - Allow annotation of enums as bitfieldsAndreas Rottmann2009-03-046-14/+27
* Introduce documentation-block optionsAndreas Rottmann2009-03-041-7/+18
* Add XftGlyphSpec to xft-2.0.girColin Walters2009-03-031-0/+1
* Add XTrapezoid to xlib-2.0.girColin Walters2009-03-031-0/+1
* Bug 571548 - Generic attributesColin Walters2009-03-0318-95/+450
* Keep TestStructA as simple by moving GObject member to a new structureColin Walters2009-03-031-1/+7
* Remove hand-written .gir files, move PEP-8 inquisition into top Makefile.amColin Walters2009-03-0316-527/+6
* Add a parent parmeter to g_ir_node_build_typelibColin Walters2009-02-283-38/+41
* Add srcdir, so distcheck passesJohan Dahlin2009-02-271-2/+2
* Dist m4 filesJohan Dahlin2009-02-271-0/+1
* Add GObject-2.0.xpath to EXTRA_DISTJohan Dahlin2009-02-271-0/+1
* Disable more of the build if gtk-doc is disabledJohan Dahlin2009-02-272-2/+6
* Add --all option to g-ir-generateAndreas Rottmann2009-02-261-1/+18
* Additions to "Everything" test namespaceAndreas Rottmann2009-02-262-0/+116
* Revert "Bug 557383 - Virtual function support"Colin Walters2009-02-267-76/+35
* Bug 573306 – Relax callback grouping detection rulesAndreas Rottmann2009-02-261-4/+4
* Merge branch 'bug557383-vfuncs'Colin Walters2009-02-267-35/+76
|\
| * Bug 557383 - Virtual function supportColin Walters2009-02-267-35/+76
* | Don't assume _pkgconfig_packages is set.Johan Dahlin2009-02-261-0/+4
|/
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-2524-93/+160
* Bug 555964 - Parse floating-point #definesColin Walters2009-02-258-7/+50
* Merge commit 'origin'Johan Dahlin2009-02-2514-15/+84
|\
| * Handle multiple arguments for $CCColin Walters2009-02-251-1/+2
| * Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-2410-4/+45
| * Bug 572965 – Allow generic marshaller to be called without parametersJohan Bilien2009-02-242-8/+34
| * Bug 561604 - Don't fail on va_list*Colin Walters2009-02-242-1/+2