summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a package/application convenience layerwip/packageGiovanni Campagna2014-07-173-0/+249
* build: Bump g-i requirement to 1.41.4Rico Tzschichholz2014-07-071-1/+1
* function: respect ownership transfer of instance parametersGiovanni Campagna2014-07-031-0/+23
* system: fix return value of gc() and breakpoint()Giovanni Campagna2014-06-251-0/+2
* object: check the interface info before freeing itGiovanni Campagna2014-06-251-4/+6
* doap: fix my email addressGiovanni Campagna2014-06-251-1/+1
* Post-release version bump to 1.41.4Giovanni Campagna2014-06-251-1/+1
* Release 1.41.3GJS_1_41_3Giovanni Campagna2014-06-252-2/+20
* cairo: enable multithreading for cairo-xlibGiovanni Campagna2014-06-253-2/+16
* mainloop: restore priority arguments to *_add() callsGiovanni Campagna2014-06-151-9/+15
* Fix building Regress-1.0.gir with cairo disabledOwen W. Taylor2014-05-021-0/+3
* test: Various fixes for passing too many argsJasper St. Pierre2014-04-122-3/+3
* Ratelimit RSS-triggered GCsGiovanni Campagna2014-04-111-0/+9
* gi: arg: use instance's gtype rather than the introspection dataLionel Landwerlin2014-04-112-0/+15
* installed-tests: fix deactivated GIMarshalling test suiteLionel Landwerlin2014-04-111-2/+1
* fundamental: deduplicate codeGiovanni Campagna2014-04-111-36/+1
* param: implement static methodsGiovanni Campagna2014-04-113-6/+16
* param: use accessors to read name, nick, blurb and default valueGiovanni Campagna2014-04-114-105/+57
* all: fix method resolution on prototypesGiovanni Campagna2014-04-116-88/+102
* GParamSpec: fix typoGiovanni Campagna2014-04-111-1/+1
* GParamSpec: implement methodsGiovanni Campagna2014-04-113-10/+108
* GParamSpec: remove custom constructorGiovanni Campagna2014-04-112-256/+17
* ParamSpec: fix argument marshallingGiovanni Campagna2014-04-111-12/+15
* Semi-colon and comma cleanupsMattias Bengtsson2014-04-118-36/+36
* test: avoid immediate GC on the Test objectCosimo Cecchi2014-04-101-1/+3
* all: schedule a full GC check after executing JS codeCosimo Cecchi2014-04-104-0/+13
* context: add a private method to schedule a GC if neededCosimo Cecchi2014-04-104-1/+49
* jsapi-util: split a gjs_gc_if_needed() functionCosimo Cecchi2014-04-102-8/+15
* Fix the buildCosimo Cecchi2014-04-101-1/+1
* Use background finalizing for thread-safe stuffGiovanni Campagna2014-04-1022-36/+42
* util: remove unused and semi-bogus APIGiovanni Campagna2014-04-102-35/+0
* object toggle notify: do more work without deferring to an idleGiovanni Campagna2014-04-101-16/+89
* object: remove bogus comment and code about GC in a secondary threadGiovanni Campagna2014-04-101-21/+5
* Add a new wrapper type for cairo regionsJasper St. Pierre2014-04-106-0/+369
* Makefile-modules: Fix indentationJasper St. Pierre2014-04-101-4/+4
* Check and prevent reentrancy to the JSAPI during finalizationGiovanni Campagna2014-04-104-1/+123
* Gtk: fix enabling and disabling the C override helperGiovanni Campagna2014-04-102-12/+7
* GObject overrides: Fix some typosMattias Bengtsson2014-04-071-3/+3
* Release 1.40.0GJS_1_40_0Giovanni Campagna2014-03-252-2/+7
* Release 1.39.91GJS_1_39_91Giovanni Campagna2014-03-042-1/+11
* Fix distcheckGiovanni Campagna2014-03-044-0/+9
* jsunit: prepend the srcdir when looking for uninstalled filesGiovanni Campagna2014-03-042-2/+2
* build: don't generate modules.gresource.xmlGiovanni Campagna2014-03-046-13/+17
* Add myself to DOAP fileGiovanni Campagna2014-03-041-0/+7
* GObject: fix coercion for GObject.Char and GObject.UCharGiovanni Campagna2014-03-021-2/+2
* GObject: add pseudo-classes for fundamental typesGiovanni Campagna2014-03-022-25/+52
* build: Use LDADD for libraries, not LDFLAGSTing-Wei Lan2014-02-261-1/+5
* enumeration: add support for static methodsGiovanni Campagna2014-02-264-0/+43
* arg: fix cast checking for objects and fundamentalsGiovanni Campagna2014-02-261-14/+31
* fundamental: assert that priv is not NULL if we are on the right JSClassGiovanni Campagna2014-02-261-10/+1