| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Getting some interests in the game. | Ted Gould | 2009-04-01 | 6 | -3/+112 |
* | Switch to searching on the connection, which is really what we care about and... | Ted Gould | 2009-04-01 | 1 | -3/+5 |
* | First pass at the pretty meag-change to make it so that we can detect people ... | Ted Gould | 2009-04-01 | 2 | -46/+88 |
* | Bad truth in the hide function. | Ted Gould | 2009-03-27 | 1 | -1/+1 |
* | Making it so that the GIR stuff autodetects and only builds if available. | Ted Gould | 2009-03-17 | 1 | -0/+3 |
* | Fixes for distcheck0.1.2 | Ted Gould | 2009-03-12 | 1 | -0/+2 |
* | Fix doubling of prototypes, patch from Eitan | Ted Gould | 2009-03-09 | 1 | -3/+0 |
* | Linking in the build interfaces, needed a temporary function to get linking r... | Ted Gould | 2009-02-25 | 2 | -0/+10 |
* | Forgot to put these in built sources | Ted Gould | 2009-02-25 | 1 | -0/+2 |
* | true is TRUE | Ted Gould | 2009-02-25 | 1 | -2/+2 |
* | Adding build instructions for the listener interface | Ted Gould | 2009-02-25 | 1 | -0/+14 |
* | Merging in changes to put back in the GObject introspection and to have bette... | Ted Gould | 2009-02-25 | 1 | -24/+28 |
|\ |
|
| * | Adding back in the GIR files and some distclean improvements to get back to N... | Ted Gould | 2009-02-25 | 1 | -0/+4 |
| * | releasing version 0.1.1-0ubuntu3~ppa1 | Ted Gould | 2009-02-25 | 1 | -24/+24 |
* | | Adding in the listeners interface | Ted Gould | 2009-02-25 | 1 | -0/+1 |
* | | An interface to get the list of servers from another listener | Ted Gould | 2009-02-22 | 1 | -0/+41 |
* | | Adding information on how the server was added, but not really using | Ted Gould | 2009-02-22 | 1 | -4/+12 |
|/ |
|
* | Oops, should get the screw up right... | Ted Gould | 2009-02-16 | 1 | -1/+1 |
* | Adding a couple of files to the distribution to pass distcheck | Ted Gould | 2009-02-16 | 1 | -1/+3 |
* | Adding a new signal in that handles the ID of zero, or null, comming | Ted Gould | 2009-02-15 | 2 | -5/+38 |
* | Adding a check for NULL string in the icon parsing code. This will | Ted Gould | 2009-02-15 | 1 | -0/+5 |
* | Ah, declared a variable in an if so that it didn't get out of scope. Like it... | Ted Gould | 2009-02-13 | 1 | -2/+3 |
* | Changing from using a memory stream to using a buffer, the memory stream one ... | Ted Gould | 2009-02-12 | 1 | -8/+18 |
* | Adding in the function to take a pixbuf, turn it into a png, base64 encode it... | Ted Gould | 2009-02-12 | 1 | -0/+16 |
* | Changing the icon data to be base64 encoded, should have done that originally... | Ted Gould | 2009-02-12 | 1 | -1/+6 |
* | Fixing some prototypes to fix warnings and errors we haven't yet encountered.... | Ted Gould | 2009-02-12 | 1 | -2/+4 |
* | Adding in some debug messages and making the signal use the original key to b... | Ted Gould | 2009-02-12 | 2 | -1/+4 |
* | Seeing what happens if I turn on "sign always" in Bazaar. | Ted Gould | 2009-02-12 | 1 | -0/+1 |
* | Adding in the code for handling icons and time | Ted Gould | 2009-02-12 | 1 | -0/+30 |
* | Rebuilding the way that priorities get done so that we can handle a time and ... | Ted Gould | 2009-02-12 | 2 | -4/+58 |
* | Adding in a time property function | Ted Gould | 2009-02-12 | 2 | -0/+12 |
* | Cleaning up some debug messages that aren't as useful anymore | Ted Gould | 2009-02-11 | 2 | -4/+4 |
* | Fixing the deallocation to check the right parameters. | Ted Gould | 2009-02-11 | 1 | -2/+2 |
* | Turning off some debugging, reformatting, and putting the connection into the... | Ted Gould | 2009-02-11 | 1 | -23/+13 |
* | Basically things are working as the proxyts are now findable. | Ted Gould | 2009-02-11 | 1 | -6/+6 |
* | Fixing the call, checking both lists of proxies, and adding some debug info. | Ted Gould | 2009-02-11 | 1 | -2/+12 |
* | Removing an annoying warning | Ted Gould | 2009-02-11 | 1 | -2/+0 |
* | Adding a check for type in the middle of the state machine for building a ser... | Ted Gould | 2009-02-11 | 1 | -5/+25 |
* | Adding in a ref-default function so that we can keep one listener | Ted Gould | 2009-02-11 | 2 | -0/+19 |
* | Getting all the legal stuff in. | Ted Gould | 2009-02-11 | 10 | -1/+282 |
|\ |
|
| * | Adding a license to the top of all these files. LGPL 2/3 | Ted Gould | 2009-02-11 | 10 | -1/+282 |
* | | Adding to the convience functions for setting the desktop file | Ted Gould | 2009-02-10 | 1 | -2/+9 |
* | | Building a way to get properties. Seems like this should be in the DBus | Ted Gould | 2009-02-10 | 2 | -8/+101 |
* | | Avoiding a conflict with GObject's get_type function. | Ted Gould | 2009-02-10 | 2 | -20/+20 |
* | | Adding in real functions to match the prototypes. | Ted Gould | 2009-02-10 | 1 | -0/+16 |
* | | Adding in functions to match the prototypes. | Ted Gould | 2009-02-10 | 1 | -0/+21 |
* | | Adding in a set_type function and fixing the prototype for set_desktop | Ted Gould | 2009-02-10 | 1 | -1/+3 |
* | | Adding an API for getting the type and desktop files | Ted Gould | 2009-02-10 | 1 | -0/+10 |
|/ |
|
* | Only emitting a changed signal on properties changed when the indicator is vi... | Ted Gould | 2009-02-09 | 1 | -1/+3 |
* | Some formatting, reusing the private variable, making it so that hide sends t... | Ted Gould | 2009-02-09 | 1 | -11/+9 |