5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 8 minutes ago. based on code collected about 4 hours ago.
May 24, 2023 — May 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow to pass DBus.CALL_FLAG_START to autostart the service. More... about 15 years ago
Fix ref count of (transfer full) GObject arguments. More... about 15 years ago
dbus: Do not establish a connection when setting up connection functions. More... about 15 years ago
Add a .gitignore More... about 15 years ago
log errors to stderr always, even if GJS_DEBUG_OUTPUT is set log them to stderr also More... about 15 years ago
log only error messages if GJS_DEBUG_OUTPUT is unset. More... about 15 years ago
Fix arg.c to use 'interface' instead of 'symbol' More... about 15 years ago
Improve error handling in arg.c More... about 15 years ago
Propagate exceptions from load context More... about 15 years ago
Increase the "script stack quota" More... about 15 years ago
Support GHashTable in parameters. More... about 15 years ago
Test cases for GList and GSList types. More... about 15 years ago
Allow running test cases stand-alone. More... about 15 years ago
Add UTF-8 tests from Everything typelib. More... about 15 years ago
Change the way we trigger a warning in testDebugger More... about 15 years ago
Bug 580948 - Add DBus support More... about 15 years ago
Validate UTF-8 strings in gjs_string_to_utf8() More... about 15 years ago
Call JS_SetLocaleCallbacks() More... about 15 years ago
Add support for converting GHashTable return values/out parameters. More... about 15 years ago
Only call g_registered_type_info_get_g_type on GIRegisteredTypeInfo. More... about 15 years ago
Avoid type-punning errors under optimization. More... about 15 years ago
Allow passing a JS string as a C array of int8/uint8/int16/uint16. More... about 15 years ago
Improve support for machine-dependent integer types and arrays of integers. More... about 15 years ago
Fix error message if property not found in DBus.conformExport. More... about 15 years ago
gjs-console: pass through unknown options to the script More... about 15 years ago
gi: fix compilation with verbose debugging enabled More... about 15 years ago
Fix rounding errors in easing functions. More... about 15 years ago
GI: use g_signal_parse_name instead of g_signal_lookup More... about 15 years ago
Normalize flag checks to booleans More... about 15 years ago
GI: use flags instead of a boolean for the no-copy argument More... about 15 years ago