index
:
delta/gjs.git
107-connect-pretty-print
297-prevent-accumulating-toggles
3v1n0/block-access-only-if-finalized
alatiera/native-aarch64
baserock/morph
burninate-macros
ci-use-mozjs-latest
doc-typo-fix
esm-local-imports
esm/dynamic-imports
esm/format-and-reorganize-docs
esm/static-imports
ewlsh/allocate-nullptrs
ewlsh/bind-property-fields
ewlsh/callback-out-args
ewlsh/chain-static
ewlsh/define-children
ewlsh/enable-pending-tests
ewlsh/eslint-v8
ewlsh/fix-blow-up
ewlsh/fix-callback-exit
ewlsh/fix-ci
ewlsh/fix-closures
ewlsh/fix-dynamic-imports-in-console
ewlsh/fix-eslint
ewlsh/fix-function-pointers
ewlsh/fix-fundamental-assert
ewlsh/fix-fundamental-parameters
ewlsh/fix-init-errors
ewlsh/fix-int64-conversion
ewlsh/fix-iwyu
ewlsh/fix-null-pointers
ewlsh/fix-realm-in-async
ewlsh/fix-reentrancy-issues-private-lib
ewlsh/fix-vfunc-clobberin
ewlsh/fix-zero-terminated-string-arrays
ewlsh/fundamental-tests
ewlsh/gobject-new
ewlsh/gtk4-a11y
ewlsh/gvalues
ewlsh/handle-native-enums
ewlsh/implicit-mainloop
ewlsh/interface-resolution
ewlsh/jasmine-360
ewlsh/jasmine291
ewlsh/mainloop-module
ewlsh/nova-repl
ewlsh/optional-arguments
ewlsh/refactor-argv
ewlsh/register-type
ewlsh/remote-debugging
ewlsh/replace-internal-imports
ewlsh/return-null-for-pointers
ewlsh/template-overrides
ewlsh/text-encoding
ewlsh/top-level-await-mainloop
ewlsh/whatwg-timers
ewlsh/workers-api
gbsneto/cherry-pick-3-28
gbsneto/external-capture-writer
gbsneto/we-re-all-in-this-together
generalised-array-args
gjs-1-30
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-2
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-6
gnome-3-8
gnome-3-8-js17
gnome-40
gnome-41
gnome-42
gnome-43
gnome-44
halfline/debug-metrics
includes
master
master.msvc
mcatanzaro/#357
mem-track
mozjs31
mozjs91
msvc.fixes
msvc.partial.fix
native-registry
rburton/gjs-testdir
revert-6ce45bb3
sonny-master-patch-71423
wip/0-7-14-xulrunner-5
wip/abderrahim/32-bit-fix
wip/binary-data
wip/carlosg/arrays-in-signals
wip/carlosg/setter-methods-on-construct-only
wip/coverage
wip/coverage-2
wip/enum-gtype
wip/fix-imports
wip/gcampax/700643-allow-creating-custom-tree-models
wip/gdbus-2
wip/gjson
wip/gobj-kitchen-sink
wip/imports-cleanup
wip/imports-rewrite
wip/inheritance-warning
wip/installed-tests
wip/jasper/688731-strings-with-length-argument-should-be-merged-into-one-argument
wip/jasper/enum-gtype
wip/jasper/imports-cleanup
wip/jdahlin/generalised-array-args
wip/js17
wip/js24
wip/jsversion
wip/jsversion-rebase2
wip/mozjs-188
wip/package
wip/ptomato/730101
wip/ptomato/778862
wip/ptomato/autotools
wip/ptomato/develop
wip/ptomato/eval-thread-set
wip/ptomato/internals
wip/ptomato/jasper-imports
wip/ptomato/mayresolve
wip/ptomato/mozjs31
wip/ptomato/mozjs31prep
wip/ptomato/mozjs38
wip/ptomato/mozjs45
wip/ptomato/mozjs45prep
wip/ptomato/mozjs52
wip/ptomato/tests
wip/ptomato/various
wip/ptomato/warnings
wip/ptomato/windows
wip/require
wip/smcv/installed-tests
wip/smcv/lp64be
wip/smcv/test-more-flags
wip/strict
wip/verdre/cache-gtype
wip/verdre/get-string-inside-resolve_impl
wip/xclaesse/57-should-use-g-i-annotations-for-signal
wip/xclaesse/729082-crash-when-callbacks-vfuncs-have-out-arguments
wip/xulrunner-1.9.3-rebase2
wip/xulrunner-1.9.3-rebase4
wip/xulrunner-1.9.3-rebase5
wip/xulrunner-1.9.3-rebase6
wip/xulrunner-1.9.3-rebase7
wip/xulrunner-2
wip/xulrunner-2-rebase2
wip/xulrunner-2-rebase3
wip/xulrunner-2-rebase4
wip/xulrunner-2-rebase5
wip/zeuthen/650133-support-skip-annotation-for-parameters-return-val
xulrunner-1.9.3-rebase3
gitlab.gnome.org: GNOME/gjs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gi
Commit message (
Expand
)
Author
Age
Files
Lines
*
object: Add support for interfaces
Giovanni Campagna
2012-02-03
2
-1
/
+80
*
object: Introduce support for signals
Giovanni Campagna
2012-02-03
1
-0
/
+92
*
Move GParamSpec registration together with the other infos
Giovanni Campagna
2012-02-03
2
-19
/
+15
*
object: Support glib properties
Jasper St. Pierre
2012-02-03
1
-34
/
+227
*
object: Allow GObject subclasses to override parent vfuncs
Jasper St. Pierre
2012-02-03
1
-0
/
+144
*
object: Throw an error if priv is NULL, giving a common reason
Jasper St. Pierre
2012-02-03
1
-6
/
+29
*
object: Implement gobject inheritance
Jasper St. Pierre
2012-02-03
1
-12
/
+120
*
Expose parent vfuncs on the parent prototype, prefixed with "vfunc_"
Jasper St. Pierre
2012-02-03
7
-37
/
+219
*
object: Unindent a large section of code in the resolve hook
Jasper St. Pierre
2012-02-03
1
-67
/
+68
*
object: Remove useless "instance" section in resolve hook
Jasper St. Pierre
2012-02-03
1
-27
/
+0
*
function: Allow out parameters in callbacks and vfuncs
Jasper St. Pierre
2012-02-03
1
-14
/
+105
*
function: Make GjsCallbackTrampoline public
Jasper St. Pierre
2012-02-03
2
-14
/
+22
*
Don't copy boxed or struct types when passing them to a vfunc or callback
Jasper St. Pierre
2012-02-03
7
-19
/
+43
*
GParamSpec: Use gjs_parse_args for parsing arguments
Giovanni Campagna
2012-02-02
1
-52
/
+47
*
param: Don't crash when getting a prop on a non-introspectable property
Jasper St. Pierre
2012-01-30
1
-3
/
+13
*
arg: Fix releasing a GType
Jasper St. Pierre
2012-01-26
1
-0
/
+1
*
Represent GTypes as a new boxed wrapper type
Jasper St. Pierre
2012-01-25
7
-65
/
+316
*
object.c: correct memory management for singletons
Owen W. Taylor
2012-01-12
1
-2
/
+6
*
object.c: Fix leak of parameters when handling a singleton
Owen W. Taylor
2012-01-12
1
-2
/
+1
*
object: Don't crash when given a GObject singleton
Jasper St. Pierre
2012-01-12
1
-0
/
+16
*
Add support for flat GValue arrays
Jasper St. Pierre
2012-01-06
1
-1
/
+127
*
function: Fix ffi return value handling on 32 bit
Colin Walters
2012-01-04
1
-16
/
+52
*
drop JS_LOCALETOUNICODE_NEEDS_CONST_CHAR check and silence warnings
Marc-Antoine Perennou
2012-01-04
4
-8
/
+0
*
interface: Fix build
Jasper St. Pierre
2012-01-03
1
-2
/
+1
*
Add native JSClass for interfaces
Jasper St. Pierre
2012-01-03
3
-0
/
+319
*
function: Correctly convert from ffi return values to GIArgument on big-endian
Colin Walters
2011-12-21
1
-6
/
+123
*
arg: Wrap GParamSpec values when sending them to JS
Jasper St. Pierre
2011-12-15
1
-0
/
+6
*
param: Allow creating new ParamSpecs
Jasper St. Pierre
2011-12-15
3
-2
/
+248
*
Add a common way to grab a GType for an object
Jasper St. Pierre
2011-12-15
3
-0
/
+40
*
param: Implement property lookup for ParamSpecs
Jasper St. Pierre
2011-12-07
1
-15
/
+68
*
param: Rip out JSResolve op
Jasper St. Pierre
2011-12-07
1
-57
/
+2
*
param: It's GObject.ParamSpec, not GLib.ParamSpec
Jasper St. Pierre
2011-12-07
2
-21
/
+21
*
function: Port to the GJS_NATIVE_CONSTRUCTOR stuff
Jasper St. Pierre
2011-11-28
1
-46
/
+12
*
Remove JSFUN_FAST_NATIVE
Jasper St. Pierre
2011-11-28
1
-5
/
+5
*
Strip compat.h #define hell
Jasper St. Pierre
2011-11-28
3
-10
/
+0
*
object: Remove non-working debug message
Jasper St. Pierre
2011-11-28
1
-4
/
+0
*
Remove the unthreadsafe_template_for_constructor
Jasper St. Pierre
2011-11-28
4
-286
/
+221
*
Remove usage of JSCLASS_CONSTRUCT_PROTOTYPE
Jasper St. Pierre
2011-11-17
8
-416
/
+267
*
value.c: Don't use deprecated gvalue calls
Jasper St. Pierre
2011-10-19
1
-2
/
+2
*
repo: Fix memory leak
Jasper St. Pierre
2011-10-05
1
-12
/
+12
*
object: Run JS_updateMallocCounter() when creating GObjects
Colin Walters
2011-09-16
1
-0
/
+4
*
function.c: Use a better toString
GJS_1_29_17
Jasper St. Pierre
2011-08-25
1
-2
/
+3
*
Don't release too much when releasing arrays
Giovanni Campagna
2011-08-18
1
-19
/
+84
*
Add support for GPtrArrays
Giovanni Campagna
2011-08-18
1
-120
/
+79
*
Do not reference deprecated GI_INFO_TYPE_ERROR_DOMAIN
Frédéric Péters
2011-08-13
2
-3
/
+0
*
arg.c: Integer array conversion: Avoid use of zero-sized C arrays in unions
Colin Walters
2011-07-18
1
-4
/
+4
*
Fix converting to GByteArrays from strings or arrays
Giovanni Campagna
2011-07-09
1
-0
/
+2
*
Fix (allow-none) for arrays
Giovanni Campagna
2011-07-09
1
-1
/
+2
*
GIRepositoryNamespace: define properties early to avoid reentrancy
Giovanni Campagna
2011-06-23
1
-6
/
+8
*
Merge gi.so into gjs.so
Colin Walters
2011-06-21
1
-15
/
+3
[next]