Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
* Make it easy to run two instances. See READMEMarco Pesenti Gritti2006-05-231-1/+40
* Add two env vars to set nick name and user dirMarco Pesenti Gritti2006-05-232-3/+14
* Change tab label color when there areMarco Pesenti Gritti2006-05-223-9/+40
* Fix tab focus stuffMarco Pesenti Gritti2006-05-221-2/+3
* MergeMarco Pesenti Gritti2006-05-223-2/+18
* Listen on buddy for icon changesMarco Pesenti Gritti2006-05-226-22/+21
* Turn off debug printDan Williams2006-05-221-2/+0
* Turn off debug printDan Williams2006-05-221-1/+1
* Ensure that services this sugar instance registers are register with the owne...Dan Williams2006-05-223-2/+20
* Get rid of the new message icon entirelyMarco Pesenti Gritti2006-05-222-22/+20
* Add some comments; retry icon requests after a bitDan Williams2006-05-221-0/+5
* String-ify data before trying to pack it into the struct.Dan Williams2006-05-221-2/+2
* Fix bad usage of a dictDan Williams2006-05-221-1/+1
* Clear the setchpad after sendingMarco Pesenti Gritti2006-05-222-0/+5
* Ensure buddy icon is at least None; if the sugar directory doesn't exist, mak...Dan Williams2006-05-221-2/+10
* Remove thread init stuff again, dbus angryDan Williams2006-05-221-2/+0
* Another try at not making dbus angry with threads.Dan Williams2006-05-221-2/+4
* Ensure keys exist or don't exist before using them or adding them, respectivelyDan Williams2006-05-221-4/+6
* Get group from the right placeDan Williams2006-05-221-1/+1
* Make dbus happy by _not_ initializing gtk threading... (WTF?)Dan Williams2006-05-221-2/+1
* Stick main code into main()Dan Williams2006-05-221-10/+15
* Missing []Marco Pesenti Gritti2006-05-221-2/+2
* Check if the icon existsMarco Pesenti Gritti2006-05-221-7/+7
* MergeMarco Pesenti Gritti2006-05-224-39/+158
* Display icons in the chatMarco Pesenti Gritti2006-05-224-161/+60
* - Refactor service handling. Buddies can now have more than one service assoc...Dan Williams2006-05-224-39/+158
* Add an .hgignore file so that I stop to forgetMarco Pesenti Gritti2006-05-221-0/+7
* Forgot to add thisMarco Pesenti Gritti2006-05-221-0/+67
* MergeMarco Pesenti Gritti2006-05-227-25/+133
* Add an emoticons menuMarco Pesenti Gritti2006-05-227-133/+102
* mergeDan Williams2006-05-228-17/+60
* Do buddy iconsDan Williams2006-05-224-17/+104
* Make colors work in SketchDan Williams2006-05-2110-68/+46
* Parse text emoticonsMarco Pesenti Gritti2006-05-221-0/+3
* Add support for iconsMarco Pesenti Gritti2006-05-221-12/+36
* Start drawing from the actual start pointMarco Pesenti Gritti2006-05-213-4/+15
* Add a way to get user dirMarco Pesenti Gritti2006-05-213-1/+6
* First go at drawing UIMarco Pesenti Gritti2006-05-203-11/+73
* Show sketches inline in chatDan Williams2006-05-201-3/+19
* Extract and receive sketches as well as text messagesDan Williams2006-05-201-4/+45
* Forgot to add thisMarco Pesenti Gritti2006-05-191-0/+0
* MergeMarco Pesenti Gritti2006-05-193-11/+29
* Write a toolbox and partially integrate it with the chat.Marco Pesenti Gritti2006-05-194-41/+123
* Change chat's send_message() -> send_text_message() to prepare for sketch-in-...Dan Williams2006-05-192-9/+15
* Only parse <richtext> tagged XMLDan Williams2006-05-191-2/+14
* Consolidate recv_message() and send_message() codeDan Williams2006-05-191-35/+21
* Replace StreamReader and StreamWriter with a unified Stream class. Since theDan Williams2006-05-195-115/+124
* argument is a string, not a buddyDan Williams2006-05-191-1/+4
* MergeMarco Pesenti Gritti2006-05-193-16/+29
* Get something basic workingMarco Pesenti Gritti2006-05-196-30/+49