summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* system: Use RAII in System.dumpHeap and logging for file pointerPhilip Chimento2021-05-161-14/+7
* gjs: Ensure that we always use unique names for static values and typesMarco Trevisan (Treviño)2021-05-135-27/+20
* gjs: Define once GCPolicy instead of repeating it all over the placesMarco Trevisan (Treviño)2021-05-0613-76/+1
* Add overrides for Gio.ListStore.insert_sorted and Gio.ListStore.sortveena2021-05-061-0/+6
* context: Collect nursery before heap dumpPhilip Chimento2021-05-051-2/+6
* system: Add missing functions to System modulePhilip Chimento2021-04-111-0/+4
* cairo: Add missing semi-colons from dummy class declarationsMatt Turner2021-04-021-3/+3
* overrides/Gio: Fix _LocalFilePrototypeFlorian Müllner2021-03-241-1/+1
* GObject: Don't autogenerate accessors for CONSTRUCT_ONLY propertiesPhilip Chimento2021-03-211-0/+2
* console.cpp: Make code build on WindowsChun-wei Fan2021-03-111-0/+5
* [modules]/cairo-*.cpp: Forward declare specializationsChun-wei Fan2021-03-1111-0/+62
* GObject: Guard against classes with GType name 'Gjs_'Philip Chimento2021-03-041-1/+4
* console: Exit if Ctrl+C pressed twicePhilip Chimento2021-02-281-2/+24
* console: Catch Ctrl+C in interactive promptPhilip Chimento2021-02-271-3/+56
* Add list command to debuggerNasah Kuma2021-02-181-4/+13
* Refactor ARGV handling and add system.programArgs.ewlsh/refactor-argvEvan Welsh2021-02-113-1/+44
* system: Alphabetize list of module properties and add missingPhilip Chimento2021-02-111-8/+10
* Add list command to debuggerNasah-Kuma2021-02-111-0/+38
* Implement system.programPath APIEvan Welsh2021-02-101-3/+16
* Add dynamic import support to scriptsEvan Welsh2021-02-081-1/+2
* Implement dynamic importsEvan Welsh2021-02-082-0/+81
* debugger: Handle special return values from Environment.getVariable()Philip Chimento2021-02-081-0/+12
* format: Add some linter rules and warnings about imports.formatPhilip Chimento2021-02-081-0/+1
* objectbox: Support native JSObject GType for signal parameters and propertiesMarco Trevisan (Treviño)2021-02-071-0/+8
* esm: Add additional builtin ES modulesEvan Welsh2021-02-063-0/+66
* esm: Enable static module imports.Evan Welsh2021-02-065-0/+458
* GLib: Use native byte array function for override.Evan Welsh2021-02-041-1/+1
* cairo: Remove JSClass macros from CairoRegionPhilip Chimento2021-01-303-85/+61
* cairo: Remove JSClass macros from CairoSurface and subclassesPhilip Chimento2021-01-309-411/+336
* cairo: Remove JSClass macros from CairoPathPhilip Chimento2021-01-304-85/+70
* cairo: Remove JSClass macros from CairoPattern and subclassesPhilip Chimento2021-01-309-373/+325
* cairo: Remove JSClass macros from Cairo contextPhilip Chimento2021-01-303-86/+76
* console: fix multiline template literalsAles Huzik2021-01-311-0/+1
* Display current line of source code when displaying current frame in debuggerNasah Kuma2021-01-271-15/+18
* Add backtrace full command to debuggerNasah Kuma2021-01-091-8/+32
* js: Use strings and stringstreams instead of GStringPhilip Chimento2021-01-022-33/+24
* debugger: Make '$$' mean the last valuePhilip Chimento2020-11-301-1/+5
* CI: Make necessary changes to includes for IWYU 0.15Philip Chimento2020-11-302-4/+2
* CI: Fix bug in IWYU mapping filePhilip Chimento2020-11-303-0/+3
* Correct contributor copyright email.Evan Welsh2020-11-304-4/+4
* maint: Add copyright notices based on major file contributorsPhilip Chimento2020-11-309-0/+12
* *: Fix spelling mistakes found by codespellBjörn Daase2020-11-293-7/+7
* lint: Switch to eslint-plugin-jsdoc and remove lint-condo.Evan Welsh2020-11-209-10/+43
* overrides/Gtk: Set BuilderScope in class initFlorian Müllner2020-11-181-10/+6
* added rule to handle blank lines at the start of blocksNasah-Kuma2020-10-273-4/+0
* Merge branch 'more-cpp-objects' into 'master'Philip Chimento2020-10-275-94/+99
|\
| * Use standard allocator for JS private dataMarco Trevisan (Treviño)2020-10-205-94/+99
* | arg: Use argument flags for the gjs conversion functionsMarco Trevisan (Treviño)2020-10-223-6/+6
|/
* Fixed error in _init() that prevented GType objects from being created.Nina Pypchenko2020-10-151-1/+1
* maint: Add dual MIT/LGPL license to all GJS files that didn't have onePhilip Chimento2020-10-048-0/+11