summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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-041-6/+13
* GLib: Remove circular dependency between GLib and ByteArrayPhilip Chimento2023-03-041-8/+5
* Gio: Use proper default priority on async generatorsMarco Trevisan (Treviño)2023-02-281-3/+4
* Gio: Add support for initializing a DBus Proxy via a promiseMarco Trevisan (Treviño)2023-02-201-1/+17
* Introduce runAsync() to run main loops without blocking module resolutionEvan Welsh2023-02-202-0/+15
* signals: Simulate GObject's connect_after behavior on signalsMarco Trevisan (Treviño)2023-02-192-3/+33
* debugger: Use spread syntax to override style propertyPhilip Chimento2023-02-191-3/+1
* console: Use private fields and methodsPhilip Chimento2023-02-191-119/+43
* debugger: Support Symbol valuesPhilip Chimento2023-01-011-1/+5
* print: Format Symbol property keysPhilip Chimento2023-01-011-1/+10
* print: Pretty-print formatting for SymbolsPhilip Chimento2023-01-011-0/+22
* print: Refactor check for nonstandard toString in pretty-printPhilip Chimento2023-01-011-11/+15
* signals: Fix bugs when multiple handlers are connected and disconnect is calledEvan Welsh2022-11-301-3/+8
* cairo-surface: Add finish() and flush()tuberry2022-11-211-1/+50
* cairo-context: Use GjsAutoCppPointer of doubles instead of vectorMarco Trevisan (Treviño)2022-11-191-5/+7
* signals: Cleanup the signal connections when all the ids are removedMarco Trevisan (Treviño)2022-11-161-1/+4
* signals: Keep name in signal connections object for faster disconnectionMarco Trevisan (Treviño)2022-11-161-2/+4
* signals: Keep a set of signal IDs by name to speedup signal emissionMarco Trevisan (Treviño)2022-11-161-8/+16
* signals: Use a Dict to associate connection IDs to objectsMarco Trevisan (Treviño)2022-11-161-14/+14
* maint: Update includes to match new version of IWYUPhilip Chimento2022-11-151-1/+0
* Minor fixes of cairo enum definitionsVítor Vasconcellos2022-11-081-2/+3
* signals: Modernize codeMarco Trevisan (Treviño)2022-11-021-64/+38
* console: Pass CODE information to structured warning logsMarco Trevisan (Treviño)2022-11-021-1/+2
* console: Also use formatters for console.traceMarco Trevisan (Treviño)2022-11-021-10/+17
* console: Include CODE file, function and line in structured loggingMarco Trevisan (Treviño)2022-11-021-0/+18
* console: Write the whole stack trace when using console.trace()Marco Trevisan (Treviño)2022-11-021-4/+9
* console: Ensure that PrintOptions fields are included in the structured logMarco Trevisan (Treviño)2022-11-021-0/+1
* console: Use more const variables when possibleMarco Trevisan (Treviño)2022-11-021-5/+5
* console: Add missing description to warn()Marco Trevisan (Treviño)2022-11-021-0/+2
* Make GInputStream iterable and async iterableSonny Piers2022-11-021-0/+34
* Update ESLint toolingSonny Piers2022-11-021-11/+11
* Gio: allow D-Bus implementations to return pre-packed variantsAndy Holmes2022-11-021-1/+3
* GObject: Handle versions of GLib without GBindingGroupPhilip Chimento2022-11-011-3/+5
* docs: Fix Enumerator typoPhilip Chimento2022-10-291-1/+1
* console: Fix setjmp warningsPhilip Chimento2022-10-291-3/+3
* Merge branch 'promisify-gdbus-async-init' into 'master'Philip Chimento2022-10-291-13/+3
|\
| * Gio: Simplify init_async usage by always using a promiseMarco Trevisan (Treviño)2022-08-101-13/+2
| * Gio: Promisify GDBusProxy.init_async by defaultMarco Trevisan (Treviño)2022-08-101-0/+1
* | GObject: Ensure that static methods are accessible from a subtypeMarco Trevisan (Treviño)2022-10-291-0/+2
* | GLib: override GThread functionsAndy Holmes2022-08-281-0/+23
|/
* Gio: Add overrides for File.set_attribute and FileInfo.set_attributePhilip Chimento2022-08-081-0/+61
* js: Update IWYU comments for jsapi.hPhilip Chimento2022-08-073-3/+3
* js: Remove Gjs::maybe_get_private()Philip Chimento2022-08-072-4/+4
* js: Replace JSFreeOp with JS::GCContextEvan Welsh2022-08-076-21/+19
* js: Various functions moved out of jsapi.hPhilip Chimento2022-08-075-3/+9
* Merge branch 'FileEnumator-iterator' into 'master'Philip Chimento2022-08-071-0/+60
|\
| * Make GFileEnumerator iterable and async iterableSonny Piers2022-08-071-0/+60
* | js: Replace class private pointers with reserved slotsPhilip Chimento2022-08-065-22/+32
* | cairo-context: Move $dispose() implementation inside CairoContext classPhilip Chimento2022-08-061-7/+2