summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.38.10.38.1Rico Tzschichholz2017-09-115-4/+17
|
* gtk+-4.0: Update to 3.91.2+b0e8d848Rico Tzschichholz2017-09-111-1/+1
|
* method: Use prototype-string for return-type mismatchRico Tzschichholz2017-09-091-1/+1
| | | | | Include owndership transfer classifier to fix deficiency of faa7dc16046a4a002ad23c90cf4ca1f9007adaa2
* vala: Update list of used attributesRico Tzschichholz2017-09-091-6/+12
|
* build: Fix vapidir args for libgvcRico Tzschichholz2017-09-082-2/+2
|
* codegen: Try to use a more unique internal define for propertiesRico Tzschichholz2017-09-082-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=787436
* glib-2.0: Bind g_convert_with_fallback() and g_convert_with_iconv()Rico Tzschichholz2017-09-071-0/+2
|
* libvaladoc: Avoid some lambdas by re-using methodsRico Tzschichholz2017-09-072-16/+20
|
* doc: Add support to build docs for vala itselfRico Tzschichholz2017-09-071-0/+80
|
* doclet/html: Allow creation of links without performing browsable-checkRico Tzschichholz2017-09-071-1/+6
| | | | Evaluate "--no-browsable-check" argument for html-doclet
* gtk+-4.0: Update to 3.91.2+80e32390Rico Tzschichholz2017-09-071-1/+5
|
* docs: Clarify SGR as Select Graphic RenditionAlistair Thomas2017-09-062-26/+26
|
* docs: Fix syntax of several documentation blocksRico Tzschichholz2017-09-066-12/+2
|
* valadoc: Don't use 'stderr' as variable nameJasper Lievisse Adriaanse2017-09-051-5/+5
| | | | | | It might clash with the definition in stdio.h, e.g. on OpenBSD. https://bugzilla.gnome.org/show_bug.cgi?id=787305
* glib-2.0: Fix MainContext.check()Rico Tzschichholz2017-09-041-2/+1
|
* glib-2.0: OptionEntry[] params are null-terminatedRico Tzschichholz2017-09-041-2/+2
|
* Release 0.38.00.38.0Rico Tzschichholz2017-09-045-4/+19
|
* gio-2.0: Application.set_default() is not an instance methodRico Tzschichholz2017-09-032-1/+3
|
* pangocairo: CairoFontMap.set_default() is not an instance methodRico Tzschichholz2017-09-032-1/+2
|
* gtk+-3.0: Update to 3.22.19+70b61973Rico Tzschichholz2017-09-032-1/+5
|
* gtk+-4.0: Update to 3.91.2+b5afe757Rico Tzschichholz2017-09-031-6/+8
|
* libxml-2.0: Bind xmlLastElementChild and xmlPreviousElementSiblingDaniel Espinosa2017-09-031-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=787201
* Improve error while method is incompatible with delegateRico Tzschichholz2017-09-027-93/+87
| | | | | Add virtual DataType.to_prototype_string() and use a common implementation in CallableType for its descendents.
* vala: Add CallableType as base for DelegateType, MethodType, SignalTypeRico Tzschichholz2017-09-025-3/+33
|
* codegen: Add support for "type-func" in ui-filesRico Tzschichholz2017-09-021-5/+54
| | | | | | | If "type-func" attribute is given then prefer it over "class" if matching it to a known object is possible. https://bugzilla.gnome.org/show_bug.cgi?id=787033
* codegen: Initialize temp-variable for fixed-size arrays to zero firstRico Tzschichholz2017-09-023-0/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=787152
* Release 0.37.910.37.91Rico Tzschichholz2017-08-285-4/+25
|
* gtk+-3.0: Update to 3.22.19Rico Tzschichholz2017-08-272-3/+6
|
* vapi: Update GIR-based bindingsRico Tzschichholz2017-08-274-2/+3
|
* codegen: Use given dup_function for structsRico Tzschichholz2017-08-272-5/+18
|
* codegen: Adjust format-index for printf/scanf-methods which throw errorsRico Tzschichholz2017-08-273-1/+45
| | | | | | | | | If there is no explicit FormatArg annotation while this method throws an error, it is required to mark the parameter located right before ellipsis as format-arg to account for the parameter shifting caused by the inserted GError parameter. https://bugzilla.gnome.org/show_bug.cgi?id=781061
* codegen: Actually write declaration for GNodeTraverseFunc wrapperRico Tzschichholz2017-08-261-1/+1
| | | | | | | This fixes a very old typo which causes the wrong declaration to be written and results in a double definition. https://bugzilla.gnome.org/show_bug.cgi?id=786845
* libvaladoc: Fix some -Wincompatible-pointer-types warningsRico Tzschichholz2017-08-261-3/+3
|
* girparser: Better support of "cprefix" argument in metadataRico Tzschichholz2017-08-261-1/+6
|
* girparser: Support "cname" argument in metadataRico Tzschichholz2017-08-261-2/+8
|
* tests: Add regression testRico Tzschichholz2017-08-262-0/+43
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=761736
* codegen: Don't transfer ownership of local-variable if target-type is unknownRico Tzschichholz2017-08-244-1/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=736774
* vapi: Add javascriptcoregtk-4.0 and avoid skips in webkit2gtk*-4.0Rico Tzschichholz2017-08-2410-11/+328
|
* tests: Fix dbus/filedescriptor-errors.testRico Tzschichholz2017-08-231-2/+2
| | | | | | | | Avoid the creation of a conflicting "pipe" symbol which is defined by unistd.h while using posix. This has been hidden by the current test framework, testrunner.sh, because that script adds a namespace around each test.
* tests: Fix test delegates/bug659778.valaAlistair Thomas2017-08-231-6/+6
| | | | | | | | | | | | | | | | | GObject type names must be atleast three characters long (https://developer.gnome.org/gobject/stable/gtype-conventions.html). The test for delegates/bug659778.vala uses an enum name of TE, which is too short and when compiled produces the runtime errors: GLib-GObject-WARNING **: type name 'TE' is too short GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed and the test program does not terminate. This has been hidden by the current test framework, testrunner.sh, because that script adds a namespace around each test. https://bugzilla.gnome.org/show_bug.cgi?id=786652
* Add .editorconfig fileAlistair Thomas2017-08-231-0/+16
| | | | | | | | | EditorConfig (http://editorconfig.org/) has become the de facto standard for defining the use of white space in project files. Code editors then choose the right settings automatically when a file is edited. https://bugzilla.gnome.org/show_bug.cgi?id=786620
* testrunner: Add missing quotesRico Tzschichholz2017-08-211-1/+1
|
* Release 0.37.900.37.90Rico Tzschichholz2017-08-215-4/+17
|
* vapi: Update GIR-based bindingsRico Tzschichholz2017-08-213-27/+39
|
* valadoc/tests: Add ./vala/.libs rather than ./gee/.libs to LD_LIBRARY_PATHRico Tzschichholz2017-08-201-2/+2
|
* build: Add missing include of Makefile.commonRico Tzschichholz2017-08-201-0/+2
|
* doclets: Explicitly link against libvala-*.laRico Tzschichholz2017-08-203-3/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786534
* vapigen: Mark given source-files as such and force girparser to handle themRico Tzschichholz2017-08-193-2/+12
| | | | | | E.g. gtk+-4.0 is *one* library with multiple namespaces and gir files. So we need to handle this case and allow all explicitly given GIR files to be parsed.
* valadoc/tests: Add the source vapi directory to driver-testRico Tzschichholz2017-08-191-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786505
* codegen: Include glib-object.h for Structs with type_idRico Tzschichholz2017-08-163-0/+8
|