summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.34.0gnome-3-6Colin Walters2012-09-241-2/+2
* stack: Fix gjs_dumpstackJasper St. Pierre2012-09-191-1/+4
* configure: Post-release version bumpColin Walters2012-09-181-1/+1
* Release 1.33.14GJS_1_33_14Colin Walters2012-09-181-1/+1
* build: Explicitly require libffiAlexandre Rostovtsev2012-09-181-1/+1
* Gio: fix a typo in an error pathGiovanni Campagna2012-09-061-1/+1
* Release 1.33.10GJS_1_33_10Colin Walters2012-09-041-1/+1
* Object: don't access priv->info if it's NULLGiovanni Campagna2012-08-271-4/+5
* Throw an exception when registering a GType that already existsGiovanni Campagna2012-08-241-0/+5
* arg: Fix error messageJasper St. Pierre2012-08-201-1/+1
* function: Use new convenience functions for is_method/can_throw_gerrorJasper St. Pierre2012-08-202-29/+4
* Release 1.33.9GJS_1_33_9Colin Walters2012-08-201-1/+1
* Squash a few compiler warningsColin Walters2012-08-203-1/+7
* Rework typechecking and private data accessGiovanni Campagna2012-08-0818-223/+592
* function: Correct argument counting for array argumentsJasper St. Pierre2012-08-071-2/+3
* GLib: Don't pass extra arguments to constructorsJasper St. Pierre2012-08-071-4/+4
* Boxed: cache the GType in the internal structureGiovanni Campagna2012-08-071-31/+20
* GIRepositoryFunction: don't install a resolve hookGiovanni Campagna2012-08-071-43/+2
* Fix object countersGiovanni Campagna2012-08-077-1/+11
* Use a GTypeModule for registering custom typesGiovanni Campagna2012-08-074-8/+139
* Fix memory leaksGiovanni Campagna2012-08-072-2/+31
* build: Add --disable-testsColin Walters2012-07-202-0/+9
* Remove another gobject_required_versionColin Walters2012-07-201-1/+1
* Don't use gobject_required_versionColin Walters2012-07-201-1/+1
* Release 1.33.4GJS_1_33_4Colin Walters2012-07-161-1/+1
* Various bugs and issues caught by the Clang static analyzerJasper St. Pierre2012-07-134-4/+13
* Do not call priv_from_js from the GObject tracerGiovanni Campagna2012-07-051-1/+5
* fix mem leak in gjs_value_from_g_argument()Pavel Vasin2012-06-291-1/+4
* fix mem leak in gjs_value_to_g_argument()Pavel Vasin2012-06-291-1/+4
* build: Link everything to gioColin Walters2012-06-271-4/+3
* Release 1.33.3GJS_1_33_3Colin Walters2012-06-261-1/+1
* Trace signal closures from the object instead of the context keep-aliveGiovanni Campagna2012-06-206-22/+132
* Gio: modernize DBus bindingsGiovanni Campagna2012-06-201-153/+153
* Gio: split GDBus implementation into helpersGiovanni Campagna2012-06-201-51/+63
* Complete implementation of GError marshallingGiovanni Campagna2012-06-161-0/+29
* GError: add stack, fileName and lineNumberGiovanni Campagna2012-06-078-57/+130
* Introduce special marshalling for GErrorsGiovanni Campagna2012-06-0716-88/+823
* Release 1.33.2GJS_1_33_2Colin Walters2012-06-051-3/+3
* Fix various memory leaksJasper St. Pierre2012-05-256-3/+10
* value: Handle foreign types correctly when converting from a GValueJasper St. Pierre2012-05-252-0/+23
* value: Fix memory leak when constructing a GValue from a BoxedJasper St. Pierre2012-05-251-0/+2
* foreign: Remove type_info from foreign APIsJasper St. Pierre2012-05-254-32/+22
* function: Support Function.prototype.lengthJasper St. Pierre2012-05-251-0/+35
* function: Add argument names to our function's toStringJasper St. Pierre2012-05-251-7/+39
* system: Add a debugger function to retrieve the refcount of a GObjectJasper St. Pierre2012-05-251-0/+30
* modules: Import a new "format" moduleJasper St. Pierre2012-05-244-2/+192
* Rename GjsDBus to GjsPrivateGiovanni Campagna2012-05-232-9/+9
* Object: don't register modules in a constructorGiovanni Campagna2012-05-233-5/+7
* Handle arrays of filenamesGiovanni Campagna2012-05-061-0/+1
* system: add getpid(), getuid(), getgid()Giovanni Campagna2012-04-291-0/+64