summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* modules: Use ESM as the primary module systemewlsh/replace-internal-importsEvan Welsh2022-05-0841-516/+747
* Merge branch 'locale-dockerfile-improvements' into 'master'Philip Chimento2022-04-302-2/+10
|\
| * Dockerfile: Install Turkish locale in CI for UTF-8 locale tooMarco Trevisan (Treviño)2022-04-292-2/+10
|/
* Merge branch 'xry111/fix-closure-release' into 'master'Philip Chimento2022-04-292-1/+9
|\
| * gi: fix the usage of closure in CallbackIn::releaseXi Ruoyao2022-03-292-1/+9
* | Merge branch 'locale-agnostic-camel-properties' into 'master'Philip Chimento2022-04-295-21/+114
|\ \ | |/ |/|
| * Dockerfile: Install Turkish locale in CIMarco Trevisan (Treviño)2022-04-282-0/+8
| * Dockerfile: Keep deps multi-line, to make it easier to maintainMarco Trevisan (Treviño)2022-04-282-18/+85
| * testGObjectClass: Ensure that camel-case properties are valid in all localesMarco Trevisan (Treviño)2022-04-281-0/+20
| * jsapi-util-strings: Ignore locale to compute the upper case of a charMarco Trevisan (Treviño)2022-04-282-3/+1
|/
* Merge branch 'add_async_dbus_methods' into 'master'Philip Chimento2022-03-292-1/+28
|\
| * Add support for async calls in DBusProxyWrapperSergio Costas2022-03-282-1/+28
|/
* Merge branch 'handle-reference-cycles-in-pretty-print-function' into 'master'Philip Chimento2022-03-242-7/+52
|\
| * added various test cases for this enhancementNasah Kuma2022-03-231-0/+35
| * Closes: #469 ;added check for circular referencing when printing out objectsNasah Kuma2022-03-231-7/+17
* | release: Copy NEWS from stable branchesPhilip Chimento2022-03-191-0/+25
* | Merge branch '473-fix-types' into 'master'Philip Chimento2022-03-192-4/+4
|\ \
| * | profiler: Align types in function definition with header fileEvan Miller2022-03-181-2/+2
| * | value: Fix compilation error on DarwinEvan Miller2022-03-181-2/+2
|/ /
* | Merge branch 'ewlsh/use-new-gi-callable-api' into 'master'Philip Chimento2022-03-104-20/+35
|\ \
| * | gi: Use new GObject Introspection callable APIEvan Welsh2022-03-064-20/+35
* | | Fix codespellPhilip Chimento2022-03-051-1/+1
* | | Merge branch 'verbose-object-print-output' into 'master'Philip Chimento2022-03-068-167/+215
|\ \ \ | | |/ | |/|
| * | added tests for this functionalityNasah Kuma2022-03-011-0/+76
| * | Verbose object print outputNasah Kuma2022-02-251-0/+53
| * | print: Connect up prettyPrint() to Console.interact() and log()Philip Chimento2022-02-257-167/+86
* | | build: Post-branch version bumpPhilip Chimento2022-03-051-1/+1
* | | build: Post-release version bumpPhilip Chimento2022-03-051-1/+1
* | | release: Prepare for 1.71.901.71.90Philip Chimento2022-03-051-0/+19
* | | Merge branch 'ewlsh/march-maintenance' into 'master'Philip Chimento2022-03-064-48/+50
|\ \ \
| * | | eslint: Update eslint and eslint-plugin-jsdocEvan Welsh2022-03-052-42/+42
| * | | context: Log JavaScript errors in bootstrap code prior to exitingEvan Welsh2022-03-051-3/+6
| * | | module: Replace leftover call to FinishDynamicModuleImport_NoTLAEvan Welsh2022-03-051-3/+2
| | |/ | |/|
* | | Merge branch 'february-maintenance' into 'master'Philip Chimento2022-03-067-66/+42
|\ \ \
| * | | arg: Pass in GITypeTag to gjs_array_to_intarray()Philip Chimento2022-03-031-11/+5
| * | | arg: Refactor create_hash_table_for_key_type() to take GITypeTagPhilip Chimento2022-03-031-5/+3
| * | | arg: Refactor value_to_ghashtable_key() to take GITypeTagPhilip Chimento2022-03-031-9/+3
| * | | arg: Fix returning false without throwing exceptionPhilip Chimento2022-03-032-1/+13
| * | | js: Don't throw extra exception if JS_HasPropertyById() failsPhilip Chimento2022-03-032-11/+13
| * | | examples: Delete Clutter examplePhilip Chimento2022-03-031-25/+0
| * | | CI: Don't run cpplint on C filesPhilip Chimento2022-03-031-2/+2
| * | | jsapi-util: Fix non-flat string messagePhilip Chimento2022-03-031-1/+2
| * | | tests: Use Jasmine's toBeNaN() matcherPhilip Chimento2022-03-031-1/+1
| |/ /
* | | Merge branch 'fix-package-run-from-source' into 'master'Philip Chimento2022-03-061-14/+14
|\ \ \ | |/ / |/| |
| * | package: Reverse order of running-from-source checksPhilip Chimento2022-03-021-14/+14
|/ /
* | Merge branch 'ewlsh/fix-interface-overrides' into 'master'Philip Chimento2022-02-262-5/+56
|\ \ | |/ |/|
| * gi: Store interface function overrides on the calling this objectEvan Welsh2022-02-262-5/+56
|/
* Merge branch 'nasah/convert-to-singleton-class' into 'master'Philip Chimento2022-02-247-55/+60
|\
| * native: Convert to singleton classNasah Kuma2022-02-247-55/+60
|/
* Merge branch 'unhandled-promises-wait' into 'master'Philip Chimento2022-02-235-12/+123
|\