summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use GObject.Closure to marshal signal IDsewlsh/fix-closuresEvan Welsh2023-03-126-17/+105
* gi: Support GObject.Closure boxed typeEvan Welsh2023-03-1212-33/+269
* release: Prepare for 1.75.901.75.90Philip Chimento2023-03-051-0/+15
* build: Pre-release version bumpPhilip Chimento2023-03-051-1/+1
* Merge branch 'february-maintenance' into 'master'Philip Chimento2023-03-0529-80/+188
|\
| * context: Fix job queue ending prematurely when dispatcher resetPhilip Chimento2023-03-043-15/+6
| * mainloop: Instrument main loop and promise job dispatcher with debug logsPhilip Chimento2023-03-046-10/+36
| * context: Instrument module evaluation promises with debug logsPhilip Chimento2023-03-041-0/+18
| * minijasmine: Remove irrelevant commentPhilip Chimento2023-03-041-1/+0
| * minijasmine: Remove unused stack filter linePhilip Chimento2023-03-041-1/+0
| * context: Use module name in promise reaction function debug tagPhilip Chimento2023-03-041-2/+2
| * context: Use correct debug tag with promise reaction functionPhilip Chimento2023-03-041-2/+2
| * repo: Define namespace property on imports.gi after looking up _init()Philip Chimento2023-03-041-4/+4
| * repo: Check that GI module override function is callablePhilip Chimento2023-03-0410-2/+75
| * esm: Improve startup time by delaying imports of native and GI modulesPhilip Chimento2023-03-043-23/+17
| * gi: Roll back change to imports.gi.versions object if gi.require() failsPhilip Chimento2023-03-042-6/+19
| * GLib: Remove circular dependency between GLib and ByteArrayPhilip Chimento2023-03-041-8/+5
| * cleanup: Replace static_cast<GjsContext*> with runtime castPhilip Chimento2023-03-044-7/+5
|/
* Merge branch 'trampoline-supports-instance-strings' into 'master'Philip Chimento2023-03-045-27/+51
|\
| * function: Do not leak strings returned by transfer-none trampolinesMarco Trevisan (Treviño)2023-03-045-27/+51
|/
* Merge branch 'object-value-string-test-enable' into 'master'Philip Chimento2023-03-041-2/+0
|\
| * testGObjectValue: Enable creating object with a string propertyMarco Trevisan (Treviño)2023-02-241-2/+0
* | Merge branch 'signed-char-fix' into 'master'Philip Chimento2023-03-041-3/+3
|\ \
| * | gi/value: Cleanup schar setting codeMarco Trevisan (Treviño)2023-02-231-2/+2
| * | value: Use a signed char to old g_value_get_schar resultMarco Trevisan (Treviño)2023-02-231-1/+1
| |/
* | Merge branch 'fix-gio-priorities' into 'master'Philip Chimento2023-03-011-3/+4
|\ \
| * | Gio: Use proper default priority on async generatorsMarco Trevisan (Treviño)2023-02-281-3/+4
| |/
* | Merge branch 'more-gjs-apps' into 'master'Philip Chimento2023-02-271-18/+28
|\ \ | |/ |/|
| * doc: Re-organize appsSonny Piers2023-02-251-17/+23
| * doc: Remove Marker appSonny Piers2023-02-251-1/+0
| * doc: Remove Gnomit appSonny Piers2023-02-251-1/+0
| * doc: add more apps written in GJSSonny Piers2023-02-251-0/+6
|/
* Merge branch 'news-typo-fix' into 'master'Marco Trevisan2023-02-231-1/+1
|\
| * NEWS: fix a typo causing codespell to failMarco Trevisan (Treviño)2023-02-231-1/+1
|/
* release: Prepare for 1.75.21.75.2Philip Chimento2023-02-201-0/+80
* release: Include NEWS from stable branchPhilip Chimento2023-02-201-0/+12
* build: Pre-release version bumpPhilip Chimento2023-02-201-1/+1
* Merge branch 'proxy-init-promise' into 'master'Philip Chimento2023-02-212-1/+39
|\
| * Gio: Add support for initializing a DBus Proxy via a promiseMarco Trevisan (Treviño)2023-02-202-1/+39
|/
* Merge branch 'ewlsh/main-loop-hooks' into 'master'Philip Chimento2023-02-2113-72/+266
|\
| * jasmine: Port jasmine executor to async mainloopEvan Welsh2023-02-207-53/+131
| * Introduce runAsync() to run main loops without blocking module resolutionEvan Welsh2023-02-206-19/+135
|/
* Merge branch 'legacy-signals-connect-after' into 'master'Philip Chimento2023-02-203-117/+183
|\
| * signals: Simulate GObject's connect_after behavior on signalsMarco Trevisan (Treviño)2023-02-193-117/+183
|/
* Merge branch 'december-maintenance' into 'master'Philip Chimento2023-02-209-163/+109
|\
| * CI: Put testGtk4.js in 'dbus' suitePhilip Chimento2023-02-191-25/+34
| * function: Do not allow returning a transfer-none string from JS callbackPhilip Chimento2023-02-192-3/+17
| * arg-cache: Format hex flags value in error messagePhilip Chimento2023-02-191-1/+3
| * build: Use bool_yn for better summary formattingPhilip Chimento2023-02-191-2/+2
| * build: Remove redundant checks for absolute pathsPhilip Chimento2023-02-191-4/+3