| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-02-26 | part fix to bug #694458 - first step to getting make check working - passes m...HEADmaster | Alan Knowles | 5 | -0/+16 |
| 2013-02-14 | implement hashtables conversion between js and gi values | Alban Crequy | 1 | -0/+145 |
| 2013-02-07 | add seed_importer_add_search_path() | Guillaume Desmottes | 2 | -1/+23 |
| 2013-02-07 | Add a GLib namespace extension providing comodities for conversion from/to GV... | Alexandre Mazari | 3 | -1/+349 |
| 2013-02-07 | seed_init_with_context: reuse existing context group | Alban Crequy | 1 | -1/+1 |
| 2013-02-07 | SeedEngine: add missing pthread_key_create | Alban Crequy | 1 | -3/+2 |
| 2013-02-06 | fix binding GStrv to javascript value | Alban Crequy | 1 | -1/+1 |
| 2012-08-10 | add backtrace stack to the exception string | Alan Knowles | 2 | -2/+26 |
| 2012-08-10 | check if object is abstract before construction - thanks to Ryan Lortie | Alan Knowles | 1 | -1/+13 |
| 2012-07-13 | Added support for uint8 array as return type | Eric Le Bihan | 2 | -7/+18 |
| 2012-05-17 | major memory reductions by garbage collecting at end of closure (example was ... | Alan Knowles | 1 | -0/+3 |
| 2012-05-17 | remove unused variables / compiler warnings | Alan Knowles | 1 | -5/+0 |
| 2012-05-17 | creating a JSRef to find the length value appears to cause segfaults - replac... | Alan Knowles | 1 | -6/+21 |
| 2012-05-16 | fix ref code for iface_info broken by refactoring | Alan Knowles | 1 | -4/+3 |
| 2012-05-16 | initialize and free jchar in binary string, Im still not sure this is the cor... | Alan Knowles | 1 | -2/+3 |
| 2012-05-16 | refactor main call code, remove quite a few redundant ifdefs, keep track of ... | Alan Knowles | 1 | -146/+156 |
| 2012-05-13 | free binary strings always, this is a bit risky, as it assumes that when we s... | Alan Knowles | 1 | -2/+6 |
| 2012-05-13 | finally get the code right to handle array length offset information | Alan Knowles | 3 | -19/+40 |
| 2012-05-12 | rename with_length to _full, since relay of calling for enums sent the wrong ... | Alan Knowles | 3 | -14/+22 |
| 2012-05-12 | enum types are not all long any more, we need to check the type and recurse t... | Alan Knowles | 1 | -8/+31 |
| 2012-05-11 | tidy up of binary string support, should now solve quite a few of the short s... | Alan Knowles | 1 | -43/+55 |
| 2012-05-10 | Very hacky support for <array length="x" zero-teminated="0" c:type="gchar**">... | Alan Knowles | 3 | -5/+83 |
| 2012-01-28 | xorg module - libxss check has bad error message | Alan Knowles | 1 | -2/+2 |
| 2011-11-30 | xorg module - close display after using it | Alan Knowles | 1 | -1/+3 |
| 2011-11-30 | Add an xorg extension (experimental) - at present only has one function to ge... | Alan Knowles | 4 | -1/+140 |
| 2011-11-29 | fix #653077 - fix for webkit 1.0 configure (Dominique Leuenberger) | Alan Knowles | 1 | -5/+1 |
| 2011-11-09 | Fix #637248 - Add support for implicitly converting GObject to GValue | Sunil Mohan Adapa | 2 | -2/+12 |
| 2011-11-09 | fix #663609 - documentation on seed_value_* now matches actual return values | Alan Knowles | 1 | -73/+37 |
| 2011-11-03 | fix #663289 - gtype signal parsing not resetting param count | Alan Knowles | 3 | -1/+32 |
| 2011-10-03 | fix most of #660644 - except function-info.js (my gdb is broken) | Alan Knowles | 10 | -107/+36 |
| 2011-10-03 | allow [ GObject.GTYPE_INT, 10 ] syntax to work again for not-null elements | Alan Knowles | 1 | -8/+17 |
| 2011-09-23 | fix #659548 - stop CFLAGS getting unconditionally overwritten | Alan Knowles | 1 | -2/+2 |
| 2011-09-23 | fix #659910 - fix linkage against libgio - broken by webkit going... | Funda Wang | 2 | -0/+4 |
| 2011-09-22 | Postrelease version bump. | Tim Horton | 1 | -1/+1 |
| 2011-09-22 | Bump version to 3.2.0SEED_3_2_0 | Tim Horton | 1 | -1/+1 |
| 2011-09-22 | Let gtkdoc do its thing | Tim Horton | 2 | -2/+2 |
| 2011-09-22 | Remove missing file from tests/javascript/gtypes/Makefile.am | Tim Horton | 1 | -1/+0 |
| 2011-09-09 | Make maintiner mode enabled by default | Javier Jardón | 1 | -1/+1 |
| 2011-09-01 | Fix #657833 - Import GLib namespace when searchPath is initialized. GLib migh... | Alexandre Mazari | 2 | -38/+37 |
| 2011-08-31 | Revert "Introduce facilities for client DBus using GDbus: methods generation,... | Alan Knowles | 1 | -178/+3 |
| 2011-08-31 | Fix #6574441 - incorrect comparision in gtype testcase | Sunil Mohan Adapa | 1 | -1/+1 |
| 2011-08-31 | https://bugzilla.gnome.org/show_bug.cgi?id=657647 | Alexandre Mazari | 2 | -1/+40 |
| 2011-08-31 | Introduce facilities for client DBus using GDbus: methods generation, signals... | Alexandre Mazari | 1 | -3/+178 |
| 2011-08-31 | Fixes : bug#657228 - Make callbacks work with WebkFrame's Js Context (Revised) | Siraj Razick | 2 | -2/+5 |
| 2011-08-31 | Revert "Fixes : bug#657228 - Make callbacks work with WebkFrame's Js Context" | Alan Knowles | 2 | -5/+2 |
| 2011-08-26 | Fixes : bug#657228 - Make callbacks work with WebkFrame's Js Context | Siraj Razick | 2 | -2/+5 |
| 2011-08-24 | partial fix for #615199 - gets rid of segfault, and at least it calls back so... | Alan Knowles | 1 | -12/+10 |
| 2011-08-19 | fix #656517 - Do not add search path entry for non-existing directory. | Alexandre Mazari | 1 | -1/+2 |
| 2011-08-16 | Switch to LGPL2+ (See bug #643938 for details of approval by all major contri... | Alexandre Mazari | 57 | -216/+533 |
| 2011-08-15 | More fixes for bgo#653077: Also correctly identify javascriptcoregtk-1.0 | Dominique Leuenberger | 1 | -3/+4 |