summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* GDBus: fix NotImplementedError messageGiovanni Campagna2012-04-291-1/+1
* Fold libgjs-gdbus.so into libgjs.soColin Walters2012-04-253-27/+23
* gi: Improve error message when we get a non-function for a callbackColin Walters2012-04-251-2/+4
* Release 1.32.0GJS_1_32_0Colin Walters2012-03-271-2/+2
* build: Require the latest g-iColin Walters2012-03-211-1/+1
* Release 1.31.22GJS_1_31_22Colin Walters2012-03-211-1/+1
* arg: Remove JS_VERSION checkJasper St. Pierre2012-03-161-5/+0
* Add missing phony target declarations.Rick Poyner2012-03-151-0/+3
* Show a debug message when DBus introspection failsJames Willcox2012-03-151-0/+1
* Reference GjsCallbackTrampoline during callbacks to JSOwen W. Taylor2012-03-131-0/+2
* Don't pass the object as the first argument to a vfuncGiovanni Campagna2012-03-122-3/+8
* object: Fix build with systemtapVincent Untz2012-03-051-1/+1
* function: Use new gi_type_info_extract_ffi_return_value() APIColin Walters2012-03-051-77/+2
* function: Reuse GIArgument for "handy union we can pass to ffi"Colin Walters2012-03-051-29/+23
* Release 1.31.20GJS_1_31_20Colin Walters2012-03-051-1/+1
* Fix comparisons with JSVAL_VOID and JSVAL_NULLPierre Lejeune2012-03-0116-49/+48
* Fix examplesStefano Facchini2012-03-014-6/+6
* Improve GType detection for unconstrained GValuesGiovanni Campagna2012-02-134-12/+58
* boxed, param, union: add $gtype to constructorsGiovanni Campagna2012-02-133-19/+42
* function: Properly mark the throws attributeJasper St. Pierre2012-02-101-1/+8
* function: Fix a few memory leaksJasper St. Pierre2012-02-101-0/+5
* object: Make sure that we properly add a ref to custom objectsJasper St. Pierre2012-02-101-1/+1
* union: Clean up old, broken log statementJasper St. Pierre2012-02-081-4/+0
* Revert "Skip only user_data in callbacks"Giovanni Campagna2012-02-061-9/+4
* Be robust when faced with NULL arraysGiovanni Campagna2012-02-062-2/+14
* Skip only user_data in callbacksGiovanni Campagna2012-02-061-4/+9
* Support callbacks that accept array argumentsGiovanni Campagna2012-02-063-18/+124
* GType: ensure that function and properties definitions are closedGiovanni Campagna2012-02-061-2/+4
* object: Make custom types have a custom JSClassGiovanni Campagna2012-02-033-69/+153
* object: Fix handling classes without repository informationGiovanni Campagna2012-02-034-72/+148
* object: Add support for interfacesGiovanni Campagna2012-02-034-2/+113
* object: Introduce support for signalsGiovanni Campagna2012-02-033-2/+366
* Move GParamSpec registration together with the other infosGiovanni Campagna2012-02-032-19/+15
* object: Support glib propertiesJasper St. Pierre2012-02-032-34/+234
* object: Allow GObject subclasses to override parent vfuncsJasper St. Pierre2012-02-033-0/+185
* object: Throw an error if priv is NULL, giving a common reasonJasper St. Pierre2012-02-031-6/+29
* object: Implement gobject inheritanceJasper St. Pierre2012-02-033-12/+164
* Expose parent vfuncs on the parent prototype, prefixed with "vfunc_"Jasper St. Pierre2012-02-037-37/+219
* object: Unindent a large section of code in the resolve hookJasper St. Pierre2012-02-031-67/+68
* object: Remove useless "instance" section in resolve hookJasper St. Pierre2012-02-031-27/+0
* function: Allow out parameters in callbacks and vfuncsJasper St. Pierre2012-02-032-14/+148
* function: Make GjsCallbackTrampoline publicJasper St. Pierre2012-02-032-14/+22
* Don't copy boxed or struct types when passing them to a vfunc or callbackJasper St. Pierre2012-02-037-19/+43
* lang: Introduce meta classesGiovanni Campagna2012-02-033-20/+229
* Fix system moduleJasper St. Pierre2012-02-031-3/+6
* Add "system" moduleJasper St. Pierre2012-02-033-1/+151
* Update .gitignoreJasper St. Pierre2012-02-031-0/+3
* GParamSpec: Use gjs_parse_args for parsing argumentsGiovanni Campagna2012-02-022-53/+50
* util: Add a new format specifier to gjs_parse_args specifying a booleanJasper St. Pierre2012-02-021-0/+8
* util: Add a new format specifier to gjs_parse_args specifying a 64-bit integerJasper St. Pierre2012-02-021-0/+9