summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generalise array input argumentsgeneralised-array-argsChris Lord2010-02-165-192/+237
* Delete some trailing whitespaceGJS_0_5Colin Walters2010-02-082-6/+6
* Add a test for DBus.getCurrentMessageContext()Colin Walters2010-02-081-0/+16
* [dbus] Add getCurrentMessageContext, remove old _dbus_senderColin Walters2010-02-085-38/+94
* Merge remote branch 'origin'Johan Dahlin2010-02-084-125/+93
|\
| * gjs_define_object_class(): generate correct object hierarchyMaxim Ermilov2010-01-273-125/+88
| * Log the gjs-console command-line on startupJoe Shaw2010-01-191-0/+5
* | [dbus] Include service name in error messagesJohan Dahlin2010-02-081-8/+10
|/
* [dbus] Fix a typo in _getInterfaceXML()Johan Dahlin2010-01-071-1/+1
* move gjs_error_reporter into a C++ file jsapi-private.cppHavoc Pennington2010-01-044-52/+129
* don't use PTRDIFF macro from private spidermonkey headerHavoc Pennington2010-01-041-2/+1
* check for C++ compiler in configure and define CXXFLAGS warningsHavoc Pennington2010-01-041-0/+3
* move GJS_CFLAGS to CPPFLAGS in Makefile.am to use with C++ alsoHavoc Pennington2010-01-041-2/+2
* Remove trailing whitespace in the style guideJohan Dahlin2009-12-101-11/+11
* Remove whitespaceJohan Dahlin2009-12-101-1/+1
* Bug 584558 – Need print() functionJohan Dahlin2009-12-101-0/+102
* Enable threading by defaultJohan Dahlin2009-12-092-1/+3
* Allow any basic type to be used as the key in a dbus dictDan Winship2009-12-081-4/+21
* Enable JIT if we can, by defaultJames Willcox2009-12-081-3/+11
* Make things build with glib 2.16James Willcox2009-12-085-1/+44
* Allow null/undefined to be passed in to callbacksJohan Dahlin2009-12-032-0/+8
* Rename the ffi closure function namesJohan Dahlin2009-12-021-13/+19
* Fix a bunch of compiler warningsJohan Dahlin2009-12-021-28/+26
* Add a few comments explaining the tricky partsJohan Dahlin2009-12-021-1/+17
* Just add a comment instead of a warningJohan Dahlin2009-12-021-1/+1
* Support for callback functionsMaxim Ermilov2009-12-022-8/+462
* Remove more debugging log() statementsDan Winship2009-10-282-4/+0
* Generate full stack trace in gjs_move_exception.C. Scott Ananian2009-09-291-0/+42
* Add Lang.seal() to make an object read-only.C. Scott Ananian2009-09-294-1/+116
* kill "Loading tweener" log messagesDan Winship2009-09-222-7/+0
* when dbus_connection_send_with_reply() fails, print connection and pending ca...Havoc Pennington2009-09-031-2/+4
* Post-release version bump to 0.5Owen W. Taylor2009-08-251-1/+1
* Fix gjs_crash_after_timeout() problemsGJS_0_4Owen W. Taylor2009-08-251-4/+58
* Fix the determination of top_builddirOwen W. Taylor2009-08-241-1/+2
* autoconf-2.64 compat: Don't use $(builddir) or $(abs_top_builddir)Owen W. Taylor2009-08-245-21/+68
* Bug 560048 - Use JS_SetPropertyAttributes to seal importsOwen W. Taylor2009-08-241-13/+28
* switch DEBUG_DBUS_MARSHAL log messages to be compiled out by defaultHavoc Pennington2009-08-202-19/+24
* scripts: don't hardcode path to pythonPawel Worach2009-08-171-1/+1
* Port modules/mainloop to gjs_parse_argsColin Walters2009-08-151-88/+38
* gjs_parse_args: Support optional argumentsColin Walters2009-08-151-20/+59
* gettext: Fix usage of domainNameColin Walters2009-08-141-3/+3
* gjs_parse_args: Make args 1-basedColin Walters2009-08-141-1/+1
* gjs_parse_args: Support 'o' format specifierColin Walters2009-08-141-0/+10
* Better toString() for introspection objectsColin Walters2009-08-141-0/+39
* Add a gettext moduleColin Walters2009-08-115-1/+405
* Add gjs_parse_argsColin Walters2009-08-114-47/+277
* Don't use undefined variable in dbus exceptionLucas Rocha2009-08-011-2/+2
* Use gssize in gjs_string_from_utf8/gjs_string_from_filenameLucas Rocha2009-08-012-4/+4
* Add symbolic link from gjs to gjs-console in $(bindir)Colin Walters2009-08-011-0/+2
* Use g_boxed methods for GValue copying/freeingDan Winship2009-08-011-9/+6