Age | Commit message (Expand) | Author | Files | Lines |
2011-04-08 | Update man pageHEADmaster | David Zeuthen | 5 | -355/+347 |
2011-04-08 | Make the generated GDBusProxyTypeFunc O(1) | David Zeuthen | 1 | -7/+13 |
2011-04-08 | Lookups are no longer O(n), they're O(1) as of 2.29.x | David Zeuthen | 1 | -2/+0 |
2011-04-08 | Remove TODO items about g_signal_lookup | David Zeuthen | 1 | -2/+0 |
2011-04-08 | Nuke type-safe callbacks for now | David Zeuthen | 2 | -45/+13 |
2011-04-07 | Use path_namespace, not path_prefix | David Zeuthen | 1 | -3/+3 |
2011-04-04 | Expand to Method(), "Property" and "Signal" just like gtk-doc does | David Zeuthen | 1 | -2/+2 |
2011-04-04 | Expand links in the proper order | David Zeuthen | 1 | -2/+8 |
2011-04-04 | Unbreak index | David Zeuthen | 1 | -3/+3 |
2011-04-04 | Don't include interface name in method, signal and property links | David Zeuthen | 1 | -3/+3 |
2011-04-04 | Expand inline references to D-Bus interfaces, methods, signals and properties | David Zeuthen | 3 | -16/+52 |
2011-04-04 | Fix broken link | David Zeuthen | 1 | -2/+2 |
2011-04-04 | Generate one XML file per refentry | David Zeuthen | 4 | -12/+19 |
2011-04-04 | Reword some of the headings and IndexTerm | David Zeuthen | 1 | -9/+9 |
2011-04-03 | Generalize strip prefix and use it in the doc index | David Zeuthen | 7 | -33/+32 |
2011-04-03 | Generate indexterm for interfaces, methods, signals and properties | David Zeuthen | 2 | -0/+7 |
2011-03-31 | Nuke debug and rename some parameters | David Zeuthen | 1 | -70/+18 |
2011-03-31 | Generate <chapter> instead of <reference> | David Zeuthen | 2 | -13/+25 |
2011-03-31 | Add a --generate-docbook option | David Zeuthen | 9 | -173/+687 |
2011-03-28 | Optimize linear search away | David Zeuthen | 1 | -2/+2 |
2011-03-28 | Print a warning if Property.Set() fails | David Zeuthen | 1 | -3/+21 |
2011-03-21 | Also emit ::authorize-method signals on the enclosing object | David Zeuthen | 10 | -28/+234 |
2011-03-18 | Add a way to authorize and run method implementations in a thread | David Zeuthen | 10 | -140/+848 |
2011-03-18 | Add type-safe callback macros | David Zeuthen | 2 | -12/+46 |
2011-03-17 | Actually implement interface functions in GDBusObjectManagerServer | David Zeuthen | 2 | -12/+23 |
2011-03-17 | Make GDBusObjectManager an interface and add Client, Server implementations | David Zeuthen | 17 | -1618/+1763 |
2011-03-16 | Avoid double typedefs | David Zeuthen | 1 | -3/+0 |
2011-03-16 | Add forgotten files | David Zeuthen | 2 | -0/+292 |
2011-03-16 | Fix up docs | David Zeuthen | 6 | -18/+21 |
2011-03-16 | Nuke unused code | David Zeuthen | 5 | -444/+0 |
2011-03-16 | Rework object model significantly | David Zeuthen | 23 | -1236/+1215 |
2011-03-08 | Switch to using the org.freedesktop.DBus.ObjectManager interface | David Zeuthen | 3 | -86/+63 |
2011-03-08 | Use path_prefix match rule for efficiency | David Zeuthen | 1 | -25/+96 |
2011-03-04 | Use GDBusProxyManagerFlags for proxy manager, not GDBusProxyFlags | David Zeuthen | 1 | -52/+52 |
2011-02-28 | Switch from arrays to dicts | David Zeuthen | 3 | -23/+22 |
2011-02-24 | Fix build | David Zeuthen | 1 | -6/+0 |
2011-02-15 | Fix off-by-one bug affecting interfaces with only a single property | David Zeuthen | 1 | -4/+4 |
2011-02-15 | Fix bug in array string comparison when passing two NULL values | David Zeuthen | 1 | -1/+4 |
2011-02-15 | Make comparisons of array of strings actually work | David Zeuthen | 1 | -2/+2 |
2011-02-15 | Set the right free_func for bytestrings | David Zeuthen | 1 | -0/+1 |
2011-02-15 | Don't call g_variant_unref() with a NULL GVariant | David Zeuthen | 1 | -1/+5 |
2011-02-14 | Handle introspection XML with unnamed arguments | David Zeuthen | 2 | -7/+20 |
2011-02-14 | Fix corner-cases bugs for namespace handling | David Zeuthen | 1 | -15/+19 |
2011-02-14 | Make annotations passed on command-line take precedence | David Zeuthen | 1 | -1/+1 |
2011-02-14 | Clean up options | David Zeuthen | 3 | -292/+20 |
2011-02-14 | Nuke unused options passed to gdbus-codegen | David Zeuthen | 1 | -2/+0 |
2011-02-14 | Add tests for org.gtk.GDBus.Name annotation | David Zeuthen | 1 | -0/+14 |
2011-02-14 | Support org.gtk.GDBus.Name annotation | David Zeuthen | 3 | -5/+23 |
2011-02-14 | Rewrite D-Bus XML parser in python instead of using the one in libgio | David Zeuthen | 4 | -84/+301 |
2011-02-12 | Move python around some | David Zeuthen | 5 | -307/+299 |