index
:
~david/eggdbus
master
Unnamed repository; edit this file to name it for gitweb.
david
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-20
bring back test_array_of_arrays()
David Zeuthen
4
-205
/
+287
2008-12-20
bring back test_array_of_hash_table_of_structures()
David Zeuthen
3
-36
/
+80
2008-12-20
bring back test_hash_table_of_hash_tables_of_structures()
David Zeuthen
3
-42
/
+90
2008-12-20
bring back test_hash_table_of_structures()
David Zeuthen
2
-16
/
+54
2008-12-20
bring back test_hash_tables_of_arrays()
David Zeuthen
3
-249
/
+385
2008-12-20
bring back test_hash_tables()
David Zeuthen
5
-196
/
+396
2008-12-19
bring back test_array_of_structure_types()
David Zeuthen
2
-22
/
+55
2008-12-19
bring back test_structure_types()
David Zeuthen
2
-2
/
+24
2008-12-19
bring back test_array_of_primitive_types()
David Zeuthen
6
-214
/
+383
2008-12-19
first stab at refactoring EggDBus to use new collection classes
David Zeuthen
30
-1824
/
+660
2008-12-18
add docs for EggDBusHashMap
David Zeuthen
2
-454
/
+922
2008-12-18
add EggDBusHashMap class
David Zeuthen
8
-16
/
+1412
2008-12-17
fix up enum templates now that ArraySeq has no flags anymore
David Zeuthen
1
-1
/
+0
2008-12-17
minor changes to ArraySeq
David Zeuthen
3
-522
/
+519
2008-12-15
simplify C convenience functions
David Zeuthen
4
-998
/
+320
2008-12-15
take a #GEqualFunc and add index_of() and friends
David Zeuthen
4
-82
/
+358
2008-12-15
more minor fixups of EggDBusArraySeq
David Zeuthen
3
-195
/
+244
2008-12-15
rename some of the EggDBusArraySeq methods and repair the clear() method
David Zeuthen
4
-104
/
+113
2008-12-15
don't leak data in EggDBusArraySeq
David Zeuthen
1
-3
/
+10
2008-12-15
add a real Array type to end the current abuse of GArray and GList
David Zeuthen
12
-5
/
+2518
2008-12-12
add "Free with XYZ()" to the generated gtk-doc
David Zeuthen
1
-2
/
+48
2008-12-12
now that we have the doc framework sorted, document all D-Bus interfaces
David Zeuthen
7
-60
/
+260
2008-12-12
fix up generated gtk-doc; every element now accepts a .DocString annotation
David Zeuthen
12
-178
/
+681
2008-12-12
rename dbus2gobject to eggdbus-binding-tool and prune TODO list
David Zeuthen
8
-33
/
+24
2008-12-12
use g_object_new() in the TestSubject constructor
David Zeuthen
1
-1
/
+5
2008-12-12
add eggdbus-binding-tool(1) man page and a ton of docs for EggDBusStructure
David Zeuthen
11
-8
/
+265
2008-12-11
rework how structures are handled; yay, we no longer need register_types()
David Zeuthen
14
-274
/
+395
2008-12-11
add a way to unregister interfaces
David Zeuthen
16
-132
/
+916
2008-12-10
move the impl classes to libeggdbustests so gtk-doc works
David Zeuthen
1
-3
/
+3
2008-12-10
avoid printing out the same node name multiple times
David Zeuthen
1
-1
/
+14
2008-12-10
move interface implementations to separate files in the test suite
David Zeuthen
8
-1037
/
+1253
2008-12-10
stop prefixing signals and properties now that interfaces are on separate objs
David Zeuthen
4
-44
/
+34
2008-12-10
clarify docs
David Zeuthen
1
-4
/
+4
2008-12-10
no need to make InterfaceProxy implement the Properties interface
David Zeuthen
1
-11
/
+3
2008-12-10
use separate proxies for interfaces
David Zeuthen
25
-1538
/
+2299
2008-12-09
forgot to add src/tests/testtypes.h
David Zeuthen
1
-0
/
+27
2008-12-09
forgot to add eggdbus-1.pc.in
David Zeuthen
1
-0
/
+11
2008-12-09
make proxy instance and class structures public
David Zeuthen
2
-34
/
+78
2008-12-09
use proper C types instead of abominations like GStrv or EggDBusObjectPath
David Zeuthen
12
-133
/
+134
2008-12-09
add boxed types for ObjectPath and Signature
David Zeuthen
28
-470
/
+1235
2008-12-08
create own fundamental types for gint16/guint16
David Zeuthen
17
-32
/
+1640
2008-12-08
remove typedef EggDBusTypeMapperFunc; it's no longer used
David Zeuthen
1
-2
/
+0
2008-12-08
remove _async() and add _sync(); to discourage use of synchronous calls
David Zeuthen
9
-702
/
+697
2008-12-07
always include eggdbus/eggdbus.h in bindingstypes.h
David Zeuthen
1
-0
/
+1
2008-12-07
use org.gtk.EggDBus.Name instead of org.gtk.GObject.ClassName
David Zeuthen
2
-2
/
+2
2008-12-07
use double-quotes for including locally generated files, not angle brackets
David Zeuthen
1
-1
/
+1
2008-12-07
fix up include file mess
David Zeuthen
9
-60
/
+74
2008-12-07
make struct getters non-reffing
David Zeuthen
4
-63
/
+33
2008-12-06
remove potentially confusing assert
David Zeuthen
1
-1
/
+0
2008-12-05
check there's no deadlock when invoking methods from signal handlers
David Zeuthen
1
-1
/
+46
[prev]
[next]