summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
| * maint: Fix IWYU includes in files that previously failedPhilip Chimento2022-07-243-0/+3
* | integrated the pretty printer to debugger.jsNasah2022-07-231-13/+3
* | Not PR focus: pretty printing empty objects as {}Nasah2022-07-231-1/+2
* | pretty print string value with double quotesNasah2022-07-231-2/+4
* | automatically adding () to the expression to be printedNasah2022-07-231-0/+2
|/
* Gio._promisify: Avoid using a regex to guess the finish functionMarco Trevisan (Treviño)2022-07-211-2/+8
* Gio: Compare the number of arguments passed with the original functionMarco Trevisan (Treviño)2022-07-211-1/+1
* Gio: Avoid computing the callStack at call timeMarco Trevisan (Treviño)2022-07-211-1/+3
* Gio: avoid redefining the original function name multiple timesMarco Trevisan (Treviño)2022-07-211-4/+5
* Add Gio.ActionMap.add_action_entries overrideSonny Piers2022-07-041-0/+24
* Merge branch 'props-fail-on-enum' into 'master'Philip Chimento2022-07-031-7/+15
|\
| * Make DBus session and system props non-enumerableSonny Piers2022-05-291-7/+15
* | added get_pretty_print_function to print.cppNasah2022-06-251-0/+19
* | Add check for GObject introspected objects to pretty-printNasah Kuma2022-06-131-7/+14
|/
* Add support for async calls in DBusProxyWrapperSergio Costas2022-03-281-1/+15
* Merge branch 'handle-reference-cycles-in-pretty-print-function' into 'master'Philip Chimento2022-03-241-7/+17
|\
| * Closes: #469 ;added check for circular referencing when printing out objectsNasah Kuma2022-03-231-7/+17
* | Merge branch 'verbose-object-print-output' into 'master'Philip Chimento2022-03-063-3/+137
|\ \ | |/
| * Verbose object print outputNasah Kuma2022-02-251-0/+53
| * print: Connect up prettyPrint() to Console.interact() and log()Philip Chimento2022-02-253-3/+84
* | package: Reverse order of running-from-source checksPhilip Chimento2022-03-021-14/+14
|/
* native: Convert to singleton classNasah Kuma2022-02-241-7/+6
* GObject: Support checking if a primitive is instance of an InterfaceMarco Trevisan (Treviño)2022-02-211-1/+2
* Merge branch '460-gtkcustomsorter' into 'master'Philip Chimento2022-02-131-0/+7
|\
| * Gtk: Add overrides for Gtk.CustomSorter methodsPhilip Chimento2022-02-121-0/+7
* | cairo: Add binding for cairo_text_extents()Philip Chimento2022-02-131-1/+34
|/
* overrides: Support class fields and references in GObject.registerClassEvan Welsh2022-02-073-46/+170
* Merge branch 'ewlsh/top-level-await' into 'master'Philip Chimento2022-02-072-236/+223
|\
| * modules: Enable top-level await for modulesEvan Welsh2022-02-062-236/+223
* | GLib: Add MAXINT64_BIGINT, MININT64_BIGINT, MAXUINT64_BIGINT constantsPhilip Chimento2022-02-031-0/+6
|/
* Merge branch 'ewlsh/fix-error-prototype' into 'master'Philip Chimento2022-02-011-1/+1
|\
| * modules: Ensure ImportError is an instance of globalThis.ErrorEvan Welsh2022-01-311-1/+1
* | modules: Remove double '//' from internal module URIsEvan Welsh2022-01-301-7/+10
|/
* Add TypeError to Error debugger printerEvan Welsh2022-01-161-1/+1
* Remove JSContext parameter from JS::PrintErrorEvan Welsh2022-01-161-3/+3
* Remove JSPROP_GETTER and JSPROP_SETTER usageEvan Welsh2022-01-161-1/+1
* JS_GetClass is now JS::GetClassEvan Welsh2022-01-162-6/+4
* Some Object-related functions have moved to js/Object.hEvan Welsh2022-01-164-7/+11
* js: Update includes for headers split out of JSAPIEvan Welsh2022-01-162-1/+3
* debugger: Handle EOF at debugger prompt correctlyPhilip Chimento2022-01-161-3/+5
* Add override for GObject.Object.new_with_properties()Philip Chimento2022-01-141-0/+10
* Add override for GObject.newEvan Welsh2022-01-141-0/+8
* Implement WHATWG Timers APIEvan Welsh2022-01-142-0/+168
* maint: Fix IWYU includesPhilip Chimento2021-11-271-1/+0
* Gio: Make _promisify to guess the finish function by defaultMarco Trevisan (Treviño)2021-11-271-1/+2
* overrides: Override replace_contents_async in Gio.FileEvan Welsh2021-10-151-0/+4
* Ensure instance constructor values are chained from Gtk.Widgetewlsh/fix-blow-upEvan Welsh2021-09-041-11/+15
* maint: Avoid bogus cppcheck warning about one-definition rulePhilip Chimento2021-08-251-7/+5
* Update ESLint to v8ewlsh/eslint-v8Evan Welsh2021-08-183-3/+3
* modules: Implement console.clear()Evan Welsh2021-08-161-0/+2