summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * tests: Fix test descriptionPhilip Chimento2023-02-191-1/+1
| * debugger: Use spread syntax to override style propertyPhilip Chimento2023-02-191-3/+1
| * console: Use private fields and methodsPhilip Chimento2023-02-191-119/+43
| * build: Use dependency get_variable() methodPhilip Chimento2023-02-192-2/+2
| * build: Add check argument to Meson run_commandPhilip Chimento2023-02-191-1/+1
| * test: Relax assertion in cr.textExtents() againPhilip Chimento2023-02-191-2/+2
|/
* Merge branch 'symbols-in-debugger' into 'master'Philip Chimento2023-02-208-18/+105
|\
| * debugger: Support Symbol valuesPhilip Chimento2023-01-016-6/+16
| * print: Format Symbol property keysPhilip Chimento2023-01-012-1/+25
| * print: Pretty-print formatting for SymbolsPhilip Chimento2023-01-012-0/+49
| * print: Refactor check for nonstandard toString in pretty-printPhilip Chimento2023-01-011-11/+15
|/
* Merge branch 'ewlsh/fix-signals-bugs' into 'master'Evan Welsh2022-11-302-3/+32
|\
| * signals: Fix bugs when multiple handlers are connected and disconnect is calledEvan Welsh2022-11-302-3/+32
|/
* Merge branch 'valentindavid/fix-array-bound' into 'master'Philip Chimento2022-11-251-1/+2
|\
| * log: Fix an off-by-one buffer overflowValentin David2022-11-251-1/+2
|/
* Merge branch 'finalise-cairo-surface' into 'master'Philip Chimento2022-11-212-1/+64
|\
| * cairo-surface: Add finish() and flush()tuberry2022-11-212-1/+64
|/
* union: define or create class using a static methodsMarco Trevisan (Treviño)2022-11-205-23/+18
* Merge branch 'caller-allocated-c-arrays' into 'master'Philip Chimento2022-11-214-18/+73
|\
| * arg-cache: Add support passing caller-allocated C-arraysMarco Trevisan (Treviño)2022-11-202-14/+62
| * arg: Split array generator function and size computation oneMarco Trevisan (Treviño)2022-11-202-4/+11
|/
* arg-cache: Mark a few Argument methods as constexprMarco Trevisan (Treviño)2022-11-191-5/+3
* jsapi-util: Mark assignment/move operators as constexprMarco Trevisan (Treviño)2022-11-191-2/+2
* module: Use GjsAutoChar to hold the module nameMarco Trevisan (Treviño)2022-11-191-17/+14
* coverage: Use GjsAutoUnref to hold GFile instancesMarco Trevisan (Treviño)2022-11-191-16/+9
* foreign: Use char smart pointers and std::string when possibleMarco Trevisan (Treviño)2022-11-191-20/+13
* enumeration: Use GjsAutoChar to store temporary value nameMarco Trevisan (Treviño)2022-11-191-8/+7
* stack: Hold context reference in a smart pointerMarco Trevisan (Treviño)2022-11-191-2/+1
* function: Use std::string to set the function nameMarco Trevisan (Treviño)2022-11-191-10/+4
* objectbox: Use GjsAutoPointer for impl tooMarco Trevisan (Treviño)2022-11-192-5/+5
* objectbox: Define Ptr as a GjsAutoPointerMarco Trevisan (Treviño)2022-11-192-5/+11