summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compiler: Implicitly enable hide-internal with abi-stabilitywip/abiRico Tzschichholz2018-07-121-0/+3
* codegen: Add public/private separator comments to type/instance structsRico Tzschichholz2018-07-121-0/+26
* ccode: Allow adding of comments to a CCodeStructRico Tzschichholz2018-07-121-5/+19
* tests: Add second pass with --abi-stabilityRico Tzschichholz2018-07-121-0/+2
* codegen: Add "padding" CCode attributes for classes/interfacesRico Tzschichholz2018-07-122-1/+13
* girparser: Handle unsupported aliases which could not be fully processedRico Tzschichholz2018-07-121-0/+4
* gtk+-4.0: Update to 3.94.0+7030e08fRico Tzschichholz2018-07-112-12/+4
* gdk-3.0,gtk+-3.0: Update to 3.23.0+df045423Rico Tzschichholz2018-07-112-0/+34
* gobject-2.0: Add missing symbolsRico Tzschichholz2018-07-091-0/+5
* test: Add missing '\'sRico Tzschichholz2018-07-091-2/+2
* codegen: Do not create a shadowing *_private_offset variable in GtkModuleRico Tzschichholz2018-07-091-10/+0
* vala: Report error for invalid base access in method/property of compact classRico Tzschichholz2018-07-084-0/+47
* codegen: Fix invocation of abstract/virtual methods with NoWrapper in compact...Rico Tzschichholz2018-07-082-3/+18
* girwriter: Add boolean GIR visible attribute to allow skipping symbolsRico Tzschichholz2018-07-052-8/+23
* codegen: Allow TypeModule subclasses as parameter-type in module-init-methodRico Tzschichholz2018-07-051-1/+1
* gobject-2.0: Add lower_case_csuffix attributes to Type* symbolsRico Tzschichholz2018-07-051-3/+4
* Regenerate GIDL-based bindingsRico Tzschichholz2018-07-055-53/+53
* gidl: Properly resolve "time_t"Rico Tzschichholz2018-07-051-1/+1
* codegen: Let methods return -1 on error by default if possibleRico Tzschichholz2018-07-058-22/+61
* codewriter: Output bodies of code-blocks if in VAPIGEN modeRico Tzschichholz2018-07-052-5/+7
* valadoc: Use HTML5 doctype in HTML docletAlistair Thomas2018-07-041-4/+12
* glib-2.0: Add Process.spawn_async_with_fds()Rico Tzschichholz2018-07-041-0/+2
* gio-unix-2.0: Add DesktopAppInfo.launch_uris_as_manager_with_fds()Rico Tzschichholz2018-07-043-0/+27
* vapi: Update GIR-based bindingsRico Tzschichholz2018-07-041-1/+20
* gstreamer: Update from 1.15+ git masterRico Tzschichholz2018-07-044-1/+30
* gtk+-4.0: Update to 3.94.0+14620423Rico Tzschichholz2018-07-041-62/+31
* vala: Allow read-only propertiesAlistair Thomas2018-07-043-9/+38
* vala: Break reference chain between DataType and Symbol if possibleDavid Hewitt2018-07-045-5/+5
* libvaladoc: Change link to Valadoc wiki page for HTML docletAlistair Thomas2018-07-041-1/+1
* doc: Fix links in the ManualAlistair Thomas2018-06-302-8/+8
* gtk+-4.0: Change type of Gdk.Key.* constants to uintwip/key-constantsRico Tzschichholz2018-06-212-2271/+2271
* gdk-3.0: Change type of Gdk.Key.* constants to uintRico Tzschichholz2018-06-212-2271/+2271
* clutter-1.0: Change type of Clutter.Key.* constants to uintRico Tzschichholz2018-06-212-2275/+2275
* girparser: Allow changing the type of constants using metadataRico Tzschichholz2018-06-211-1/+11
* vapi: Update GIR-based bindingsRico Tzschichholz2018-06-209-196/+102
* gtk+-4.0: Update to 3.93.0+29fee2e8Rico Tzschichholz2018-06-202-43/+46
* glib-2.0: Make Source.attach() use the default MainContext by defaultAlistair Thomas2018-06-181-1/+1
* glib-2.0: Source.dispatch() accepts a null SourceFuncAlistair Thomas2018-06-182-3/+3
* codegen: Fix warning for source_funcs parameter of g_source_new()Alistair Thomas2018-06-181-1/+1
* codegen: Avoid using deprecated "g_type_class_add_private"Rico Tzschichholz2018-06-182-5/+31
* codegen: Actually treat GLib.Source as compact classRico Tzschichholz2018-06-161-3/+2
* codegen: Custom abstract methods of GLib.Source are handled differentlyRico Tzschichholz2018-06-163-2/+23
* girwriter: construct-only properties don't have a setter methodRico Tzschichholz2018-06-141-1/+1
* girwriter: Output deprecated="1"Rico Tzschichholz2018-06-141-1/+1
* girwriter: Don't write any custom attributesRico Tzschichholz2018-06-141-47/+0
* tests: Add invalid array initializer tests to increase coverageRico Tzschichholz2018-06-143-0/+12
* tests: Add invalid assignment tests to increase coverageRico Tzschichholz2018-06-146-0/+62
* tests: Add more invalid class tests to increase coverageRico Tzschichholz2018-06-1311-1/+123
* vala: Drop unreachable codeRico Tzschichholz2018-06-131-6/+0
* tests: Add invalid "duped constructor/destructor" test to increase coverageRico Tzschichholz2018-06-137-0/+78