index
:
~jonny/glib
master
v6only
le glib
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gobject
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-21
[gi] Add signal annotations
Pavel Holejsovsky
2
-22
/
+23
2011-08-19
Add missing GClosure annotations
Pavel Holejsovsky
2
-11
/
+15
2011-08-19
Add missing (allow-none) annotations to g_value_set_string functions
Pavel Holejsovsky
1
-4
/
+4
2011-08-17
Add (allow-none) annotation for GValue setters.
Pavel Holejsovsky
5
-13
/
+13
2011-08-13
Add G_VALUE_INIT
Marc-André Lureau
2
-3
/
+19
2011-08-13
Trivial typo fix
Matthias Clasen
1
-1
/
+1
2011-08-11
[gobject] Fix G_DEFINE_BOXED_TYPE compilation with C++
Behdad Esfahbod
1
-1
/
+1
2011-08-08
Document libffi as new dependency
Matthias Clasen
1
-1
/
+1
2011-07-22
gitignore tweaks
Ryan Lortie
1
-0
/
+1
2011-07-21
GParam: try to avoid further invalid uses
Ryan Lortie
2
-18
/
+23
2011-07-19
Use a generic marshaller if one is not specified
Johan Dahlin
1
-8
/
+23
2011-07-15
GParamSpec: intern property names
Ryan Lortie
2
-7
/
+13
2011-07-12
GVariant: add g_variant_take_ref()
Ryan Lortie
1
-7
/
+7
2011-07-10
Don't test negative values in ulong conversions
Matthias Clasen
1
-3
/
+3
2011-07-10
Don't needlessly use "echo -e"
Martin Storsjo
1
-1
/
+1
2011-06-24
Typo fix.
Krzesimir Nowak
1
-1
/
+1
2011-06-24
Add boxed GType for GMatchInfo
Christian Persch
3
-0
/
+13
2011-06-23
Add tests for GValueArray
Matthias Clasen
1
-0
/
+65
2011-06-23
Improve test coverage for GValue transformations
Matthias Clasen
2
-2
/
+153
2011-06-20
Make gmarshal.c actually compile standalone
Matthias Clasen
1
-47
/
+550
2011-06-20
Stop using glib-genmarshal at build time
Colin Walters
6
-61
/
+533
2011-06-20
gclosure: Add G_TYPE_ENUM and G_TYPE_PARAM for g_cclosure_marshal_generic()
Colin Walters
1
-0
/
+8
2011-06-14
Remove a redundant assertion
Matthias Clasen
1
-5
/
+4
2011-06-14
gclosure: Add missing include
Colin Walters
1
-0
/
+1
2011-06-14
gclosure: add missing fundamental types to generic marshaler
Xan Lopez
1
-0
/
+8
2011-06-13
Drop a few more G_CONST_RETURN
Ryan Lortie
1
-1
/
+1
2011-06-12
update .gitignores
Dan Winship
1
-0
/
+1
2011-06-09
Remove all uses of G_CONST_RETURN
Ryan Lortie
9
-19
/
+19
2011-06-09
gobject: remove -DG_DISABLE_CONST_RETURNS
Ryan Lortie
6
-9
/
+9
2011-06-08
Fix a typo in GBinding
Colomban Wendling
1
-1
/
+1
2011-06-07
glib-types.h: Include glib.h, since we use G_BEGIN_DECLS
Colin Walters
1
-0
/
+2
2011-06-07
Generate $module-public-headers.txt file, feed it to gtk-doc
Colin Walters
1
-0
/
+8
2011-06-07
Update the year in the *.rc.in files
Chun-wei Fan
1
-1
/
+1
2011-06-07
Clean up gobject/gvaluetransform.c a bit
Chun-wei Fan
1
-8
/
+0
2011-06-05
Fix a typo
Matthias Clasen
1
-13
/
+13
2011-06-04
Use g_param_spec_ref_sink instead of separate ref, sink
Matthias Clasen
1
-2
/
+1
2011-06-04
GParamSpec: avoid unnecessary double initialization of qdata
Matthias Clasen
1
-16
/
+9
2011-06-04
No necessary to init qdata atomically
Matthias Clasen
1
-1
/
+1
2011-06-03
Make g_object_get_data use the new faster g_datalist_get_data
Alexander Larsson
1
-5
/
+1
2011-06-03
gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...
Colin Walters
12
-31
/
+34
2011-05-31
Add a boxed type for GVariantBuilder, mark GVariantIter as (skip)
Colin Walters
3
-0
/
+13
2011-05-28
glib: Rewrite gatomic.[ch]
Ryan Lortie
1
-2
/
+2
2011-05-28
Quiet down the build a bit
Matthias Clasen
1
-5
/
+5
2011-05-23
Simply symbols files
Matthias Clasen
2
-124
/
+25
2011-05-19
GObject: move GLib type definitions to a separate header
Giovanni Campagna
4
-163
/
+205
2011-05-18
gtype: Remove unused variable
Colin Walters
1
-1
/
+0
2011-05-17
gobject: Speed up g_type_from_name()
Benjamin Otte
1
-13
/
+5
2011-05-02
gobject: Warn if someone uses the wrong property in g_object_get/set
Benjamin Otte
1
-0
/
+14
2011-05-02
Fix compiler warnings
Dan Winship
5
-31
/
+35
2011-05-02
Update .gitignores
Dan Winship
1
-0
/
+1
[next]