summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: Add a JS implementation of the imports systemwip/imports-rewriteJasper St. Pierre2015-06-1717-1598/+377
* context: Move gjs_get_search_path to hereJasper St. Pierre2015-06-173-55/+56
* native: Return NULL if the module isn't registeredJasper St. Pierre2015-06-171-7/+5
* Add a bootstrap system, allowing us to write JS code at early bootJasper St. Pierre2015-06-176-0/+120
* ns: Add gjs_import_gi_moduleJasper St. Pierre2015-06-173-29/+35
* fundamental: Clean up some includesJasper St. Pierre2015-06-171-10/+4
* foreign: Cleanup the style slightlyJasper St. Pierre2015-06-171-3/+3
* installed-tests: add test for exceptions inside gobject propertiesCosimo Cecchi2015-06-112-0/+102
* Report errors in javascript property getters/settersMatt Watson2015-06-111-5/+6
* tests: Run under XvfbIain Lane2015-06-101-1/+16
* coverage: Use prefixes, not pathsJasper St. Pierre2015-06-106-97/+42
* gi: function: Support callbacks with (transfer full) return typesDebarshi Ray2015-06-021-1/+3
* Port to CallReceiver/CallArgsTim Lunn2015-02-2426-234/+298
* coverage: Fix jshint errorsSam Spilsbury2015-01-181-5/+5
* coverage: Don't propagate exceptions raised in debugger contextSam Spilsbury2015-01-181-16/+45
* tests: Fix copy-paste typoSam Spilsbury2015-01-181-1/+1
* tests: Some minor style beautificationsSam Spilsbury2015-01-181-31/+31
* coverage: Handle numerous other expression types in coverage.jsSam Spilsbury2015-01-183-15/+397
* Write function line number before unique key in FN entries.Sam Spilsbury2015-01-163-5/+77
* coverage: Use g_output_stream_printf instead of manual stuffJasper St. Pierre2015-01-161-74/+16
* Update .gitignoreJasper St. Pierre2015-01-161-0/+1
* gi: Call init_object_private after creating JSObject for GObjectSam Spilsbury2015-01-161-1/+6
* coverage: Allocate nLines + 1.Sam Spilsbury2015-01-162-9/+36
* coverage: Throw an Error, not a string.Sam Spilsbury2015-01-161-3/+3
* Fix return values of some functions which should return a pointerTing-Wei Lan2014-12-283-3/+3
* Release 1.43.3GJS_1_43_3Giovanni Campagna2014-12-212-2/+13
* Revert "build: Use -R instead of -rpath"Giovanni Campagna2014-12-211-1/+1
* build: Use -R instead of -rpathPhilip Chimento2014-11-261-1/+1
* build: Don't error out on missing cairo-xlib.pcPhilip Chimento2014-11-261-1/+2
* build: Use m4 directory for macrosPhilip Chimento2014-11-253-1/+3
* system: Add wrapper for JS_ClearDateCachesMartin Andersson2014-11-241-0/+20
* Gtk: Add test case for template from resourceJonas Danielsson2014-11-174-7/+78
* Gtk: Scrub resource:// prefix for template pathJonas Danielsson2014-11-171-1/+1
* Gtk: automatically bind declared template childrenGiovanni Campagna2014-10-312-1/+35
* Gtk: fix typos in WidgetClassGiovanni Campagna2014-10-311-2/+2
* GjsDBusImplementation: unref the invocation passed to method_call()Owen W. Taylor2014-10-091-0/+1
* coverage: Get the list of covered files from coverage.jsJasper St. Pierre2014-09-304-15/+68
* overrides/Gtk: Only call init_template when we have a templateJasper St. Pierre2014-09-301-3/+5
* object: Fix use of TRUE_HANDLED accumulationJasper St. Pierre2014-09-291-4/+5
* Don't use JS_SetGlobalObject/GetGlobalObjectJasper St. Pierre2014-09-299-56/+47
* gjs-tests: Remove dumpstack testJasper St. Pierre2014-09-291-17/+0
* build: Fix distcheckBastien Nocera2014-09-293-16/+12
* Add missing \ in previous commitColin Walters2014-09-291-1/+1
* Gtk: add override to handle GtkWidget templatesGiovanni Campagna2014-09-293-1/+142
* object: add a custom hook to run at instance_initGiovanni Campagna2014-09-294-1/+37
* Stop exposing GType structures as suchGiovanni Campagna2014-09-295-5/+43
* Implement GTypeClass and GTypeInterface argumentsGiovanni Campagna2014-09-2910-7/+200
* 1.42.0GJS_1_42_0Bastien Nocera2014-09-292-2/+7
* importer: fix call to JS_ValueToIdOwen W. Taylor2014-09-181-1/+2
* Post-release version bump to 1.41.92Giovanni Campagna2014-09-011-1/+1