summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GDBus: Allow automatic exporting of implementations on constructionwip/gobj-kitchen-sinkJasper St. Pierre2012-02-031-0/+12
* GDBus: Allow prefixing property names with 'DBus' to help prevent collisionsJasper St. Pierre2012-02-031-1/+8
* GDBus: fix testsGiovanni Campagna2012-02-031-13/+13
* object: Make custom types have a custom JSClassGiovanni Campagna2012-02-034-72/+167
* object: Fix handling classes without repository informationGiovanni Campagna2012-02-034-72/+147
* object: Add support for interfacesGiovanni Campagna2012-02-034-2/+113
* object: Introduce support for signalsGiovanni Campagna2012-02-033-2/+366
* GDBus: introduce new convenience wrappersGiovanni Campagna2012-02-032-164/+288
* 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
* 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
* util: Add a flag to gjs_parse_args to allow JS to pass ignored argumentsJasper St. Pierre2012-02-021-1/+10
* param: Don't crash when getting a prop on a non-introspectable propertyJasper St. Pierre2012-01-301-3/+13
* arg: Fix releasing a GTypeJasper St. Pierre2012-01-261-0/+1
* Represent GTypes as a new boxed wrapper typeJasper St. Pierre2012-01-259-67/+349
* util: Correct the create_proto functions created by DEFINE_PROTOJasper St. Pierre2012-01-221-5/+5
* tests: Remove all useless logging from testsJasper St. Pierre2012-01-225-15/+1
* configure: Post-release version bumpColin Walters2012-01-191-1/+1
* Release 1.31.10GJS_1_31_10Colin Walters2012-01-191-1/+1
* object.c: correct memory management for singletonsOwen W. Taylor2012-01-121-2/+6
* object.c: Fix leak of parameters when handling a singletonOwen W. Taylor2012-01-121-2/+1
* object: Don't crash when given a GObject singletonJasper St. Pierre2012-01-121-0/+16
* Add support for flat GValue arraysJasper St. Pierre2012-01-062-12/+161
* function: Fix ffi return value handling on 32 bitColin Walters2012-01-041-16/+52
* drop JS_LOCALETOUNICODE_NEEDS_CONST_CHAR check and silence warningsMarc-Antoine Perennou2012-01-049-36/+1
* Fix build with automake 1.11.2Marc-Antoine Perennou2012-01-041-1/+6
* interface: Fix buildJasper St. Pierre2012-01-031-2/+1
* Add native JSClass for interfacesJasper St. Pierre2012-01-036-3/+327
* function: Correctly convert from ffi return values to GIArgument on big-endianColin Walters2011-12-211-6/+123
* Release 1.31.6Colin Walters2011-12-201-1/+1
* arg: Wrap GParamSpec values when sending them to JSJasper St. Pierre2011-12-151-0/+6
* test: Add new tests to test ParamSpecsJasper St. Pierre2011-12-151-0/+101
* Add a new "GObject" override module to aid us in creating ParamSpecsJasper St. Pierre2011-12-152-1/+122
* param: Allow creating new ParamSpecsJasper St. Pierre2011-12-153-2/+248
* Indent enum test properlyJasper St. Pierre2011-12-151-9/+12
* Add a common way to grab a GType for an objectJasper St. Pierre2011-12-153-0/+40