aboutsummaryrefslogtreecommitdiff
path: root/libindicate/server.c
Commit message (Expand)AuthorAgeFilesLines
* Adding in call to the parent class' finalize function as well, this should fr...Ted Gould2009-04-131-0/+2
* Fixing some pedantic little bugs to try and figure out what's causing 359018Ted Gould2009-04-111-3/+6
* Patch from Eitan Isaacson to correct prototype. Had to be adjusted slightly ...Ted Gould2009-04-071-4/+4
* Patch from Eitan Isaacson to remove a ref/unref infinite loop that effectivel...Ted Gould2009-04-071-3/+7
* Making it so that we don't register the object twice. This is reallyTed Gould2009-04-071-3/+9
* Hiding some debugging messages.Ted Gould2009-04-071-6/+6
* * Some debug messagesTed Gould2009-04-061-10/+16
* Hiding all of the functions that part of the DBus interface in thatTed Gould2009-04-031-21/+21
* Putting in some protection from crazy valuesTed Gould2009-04-021-0/+8
* Hiding debugTed Gould2009-04-021-7/+7
* Adding a bunch of debugging messages and fixing the lifecycle for the folk po...Ted Gould2009-04-021-8/+24
* Filling in the dbus owner changing code. Now we should catch those.Ted Gould2009-04-021-0/+38
* Connecting in the DBus messaging that we need.Ted Gould2009-04-021-4/+40
* Fleshing out the interest setting and removing functions.Ted Gould2009-04-021-5/+56
* Adding in folks support.Ted Gould2009-04-021-0/+62
* Adding the interest removed and interest added signals in.Ted Gould2009-04-021-0/+16
* Woot! Now we have some real functions to call!Ted Gould2009-04-021-0/+29
* I can't believe I messed up this one. Luckily it doesn't seem to haveTed Gould2009-04-021-11/+11
* Switching around the show_interest and remove_interest functions so thatTed Gould2009-04-021-25/+69
* Adding new functions show_interest and remove_interest into the API. Now to ...Ted Gould2009-04-011-0/+70
* Getting some interests in the game.Ted Gould2009-04-011-0/+1
* Bad truth in the hide function.Ted Gould2009-03-271-1/+1
* Adding a new signal in that handles the ID of zero, or null, commingTed Gould2009-02-151-5/+26
* Adding in some debug messages and making the signal use the original key to b...Ted Gould2009-02-121-0/+1
* Cleaning up some debug messages that aren't as useful anymoreTed Gould2009-02-111-2/+2
* Getting all the legal stuff in.Ted Gould2009-02-111-1/+29
|\
| * Adding a license to the top of all these files. LGPL 2/3Ted Gould2009-02-111-1/+29
* | Adding to the convience functions for setting the desktop fileTed Gould2009-02-101-2/+9
* | Adding in functions to match the prototypes.Ted Gould2009-02-101-0/+21
|/
* Some formatting, reusing the private variable, making it so that hide sends t...Ted Gould2009-02-091-11/+9
* Server hide function from NielTed Gould2009-02-091-0/+22
|\
| * Add the indicate_server_hide functionNeil Jagdish Patel2009-02-091-0/+22
* | Changing the signals for show/hide to send the type correctly.Ted Gould2009-02-071-2/+2
|/
* Adding properties for doing type and desktopTed Gould2009-02-051-0/+84
* Changing the DBUS API slightly. Now there is no 'get_desktop' function as de...Ted Gould2009-02-051-35/+21
* Allow sub-classes of server to emit signals using three new public functionsNeil Jagdish Patel2009-02-031-0/+27
* Have the server pass along the property modified signalTed Gould2009-01-291-0/+8
* Making all of the server values move into a private section like all the othe...Ted Gould2009-01-291-29/+71
* Cleaning up prototypes and type warnings.Ted Gould2009-01-141-12/+12
* Who the hell would design an API that passes in arrays of strings differentlyTed Gould2009-01-141-0/+28
* Chaning the property list parameters to be pointer arrays.Ted Gould2009-01-141-6/+6
* Making the indicator lookup it's own function and trying it out in another fu...Ted Gould2009-01-131-19/+33
* Adding in a display function and a list by type.Ted Gould2009-01-131-1/+48
* Man, a lot of work for messing up one explaination point.Ted Gould2009-01-131-1/+3
* Making it so that the indicators all have unique IDsTed Gould2009-01-131-0/+22
* Ah, we weren't checking if we were visible. Now things are better.Ted Gould2009-01-131-0/+7
* Fleshing out more functions, we can now return a list of ids. Need to test w...Ted Gould2009-01-121-4/+69
* Whoo Hoo, we can countTed Gould2009-01-121-0/+5
* Fleshing out the whole show and hide thing. We should also be signalling whe...Ted Gould2009-01-121-0/+36
* Clean up the signal handlers and fixing the call in the test function. Now w...Ted Gould2009-01-121-0/+3