summaryrefslogtreecommitdiff
path: root/vapigen
Commit message (Expand)AuthorAgeFilesLines
...
* build: Avoid using ".." for referencing paths and reorganize valac-callsRico Tzschichholz2014-08-241-10/+26
* Fix gir and gidl bindings due to (unowned type)[] arraysLuca Bruno2014-05-171-0/+12
* gidlparser: Do not set nullable to void typeLuca Bruno2014-03-201-4/+4
* gtk+-3.0: make IconInfo a compact class instead of a GObjectEvan Nemerson2013-03-271-2/+16
* vapigen.m4: emit error if no GOBJECT_INTROSPECTION_* macro is calledEvan Nemerson2013-02-081-3/+8
* Fix build for WindowsArnel A. Borja2012-11-032-2/+2
* vapigen: support GIRDIRS variable in Makefile.vapigenEvan Nemerson2012-10-091-0/+1
* gtk+-3.0: mark ResizeMode.IMMEDIATE as deprecatedEvan Nemerson2012-09-041-1/+10
* vapigen.m4: use $vapigen_pkg_name as the name of the vapigen packageAlexandre Rostovtsev2012-08-201-4/+4
* vapigen: support deprecated namespace annotations in metadata filesEvan Nemerson2012-06-221-0/+8
* vapigen.m4: add an argument for the default valueEvan Nemerson2012-06-201-7/+15
* Use SourceLocation in SourceReferenceJürg Billeter2012-06-022-2/+2
* Use correct variable name to add vapigen directoriesChristian Persch2012-04-301-1/+1
* vapigen: Use install-data-hook for .pc file symbolic linkColin Walters2012-01-231-0/+2
* Add some missing files to EXTRA_DISTRico Tzschichholz2012-01-221-1/+8
* Makefile.vapigen: use *_FILES instead of *_GIREvan Nemerson2012-01-211-3/+3
* Add autotools vapigen integration for upstream bindingsEvan Nemerson2012-01-204-0/+182
* gidl parse default_value for enumsMarc-André Lureau2012-01-051-0/+2
* gtk+-3.0: Improve Dialog.get_content_area bindingJürg Billeter2011-12-161-0/+2
* gio-2.0: Fix g_dbus_send_message_with_reply and GUnixFDList bindingsJürg Billeter2011-11-231-0/+13
* gidlparser: Support abstract metadata for propertiesLuca Bruno2011-11-211-0/+4
* Explicitly set type_id for boxed types converted to compact classesLuca Bruno2011-09-301-0/+3
* Use Path.build_path instead of using raw string.printfLuca Bruno2011-09-051-1/+1
* Use '/' as directory separator instead of using build_filenameLuca Bruno2011-09-021-1/+1
* gidlparser: Guess NoAccessorMethod for interface propertiesLuca Bruno2011-08-061-0/+20
* gidlparser: Use lower_case_cprefix when available also for classesLuca Bruno2011-08-031-3/+2
* gidlparser: Do not use C specific methods of code nodesLuca Bruno2011-08-011-211/+348
* On-demand Delegate.has_targetLuca Bruno2011-08-011-0/+1
* Fix usage of possibly unassigned out parametersLuca Bruno2011-07-151-7/+4
* gidlparser: Support setting simple_generics to methodsLuca Bruno2011-06-281-0/+4
* gidlparser: Add no_delegate_target metadata for fieldsLuca Bruno2011-06-261-0/+9
* gidlparser: Support nullable metadata for propertiesLuca Bruno2011-06-111-0/+4
* Move custom_return_type_cname CCode attribute down to MethodLuca Bruno2011-06-041-1/+1
* gdk-3.0: Fix gdk_window_destroy bindingJürg Billeter2011-05-161-0/+4
* gidlparser: Support hiding interfaces with metadataDaniel Hams2011-04-091-0/+4
* gidlparser: Support error types for delegatesMichal Hruby2011-04-051-1/+25
* gidlparser: Add support for array return values in delegatesMichal Hruby2011-04-041-0/+9
* vapigen: Fix marking gir metadata as source.Luca Bruno2011-04-041-5/+11
* Add --metadatadir option to specify path for GIR metadataLuca Bruno2011-04-041-0/+4
* gidl parser: add interface type_cname attributeRyan Lortie2011-03-301-0/+2
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+57
* gidlparser: Fix null-terminated array parameters in delegatesMichal Hruby2011-02-241-0/+7
* gtk+-2.0, gtk+-3.0: Fix GtkActionEntry bindingJürg Billeter2011-02-221-0/+6
* glib-2.0: Add parse and try_parse methods to boolean and numeric typesJürg Billeter2011-01-291-11/+6
* gio-2.0: Fix GDBusProxy::g-properties-changed bindingJürg Billeter2011-01-251-0/+11
* vapigen: Fix handling of arrays and nullability when parsing typesEvan Nemerson2011-01-191-16/+8
* vapigen: Fix metadata pattern handlingJürg Billeter2011-01-161-2/+2
* glib-2.0: Add string.index_of_charJürg Billeter2011-01-151-5/+5
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-152-20/+20
* vapigen: Support hidden attribute for interface implementationsJürg Billeter2011-01-151-0/+18