summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add malu in COPYRIGHT. This is a "D'oh!" moment.custom_smileySadrul Habib Chowdhury2008-05-131-0/+1
* Expose smiley API to perl plugins.Sadrul Habib Chowdhury2008-05-137-1/+92
* Expose the smiley API to dbus.Sadrul Habib Chowdhury2008-05-133-2/+8
* Update the dbus-analyze script to deal with multiline functionSadrul Habib Chowdhury2008-05-131-1/+2
* Modified patch from malu to add an 'Edit' button in the smiley managerSadrul Habib Chowdhury2008-05-121-5/+32
* Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.Sadrul Habib Chowdhury2008-05-112-5/+30
* Patch from Masca to restrict the size of incoming custom smileys to aSadrul Habib Chowdhury2008-05-111-0/+19
* Some little usability changes in the custom smiley dialog.Sadrul Habib Chowdhury2008-05-111-2/+4
* Separate the custom smileys from the regular smileys, and add a 'Manage'Sadrul Habib Chowdhury2008-05-112-51/+85
* Show some possibly helpful text in the tooltip for disabled smileys.Sadrul Habib Chowdhury2008-05-101-0/+3
* Patch from malu (mlundblad) to disable a regular smiley in the smileySadrul Habib Chowdhury2008-05-101-12/+36
* Make PurpleSmiley a GObject.Sadrul Habib Chowdhury2008-05-103-138/+259
* Changelog the API additions, and add a missing define. Thanks to malu forSadrul Habib Chowdhury2008-05-072-0/+11
* A leak fix from malu. Thanks!Sadrul Habib Chowdhury2008-05-071-2/+1
* Show the custom smileys only on accounts that support it. ReferencesSadrul Habib Chowdhury2008-05-076-9/+25
* Unref some gdkpixbufs to plug some memory leaks. References #1187.Sadrul Habib Chowdhury2008-05-072-3/+5
* propagate from branch 'im.pidgin.pidgin' (head 3b6d6050c775f91587b88c9533eb97...Sadrul Habib Chowdhury2008-05-0794-625/+1181
|\
| * merge of 'aaab954eed6b17893fbe9f4551be1e57d487dc57'Sadrul Habib Chowdhury2008-05-0715-82/+86
| |\
| | * merge of 'beca6066b85b9686921f83ac93a7b11ca2e4ddc4'Richard Laager2008-05-0712-78/+65
| | |\
| | | * merge of '0d9272ff5e50ca92bd146e3590b660d1fd76be01'Mark Doliner2008-05-0612-78/+65
| | | |\
| | | | * Minor changes... mostly whitespace related.Mark Doliner2008-05-0512-78/+65
| | * | | Fix a compiler warning due to a missing #ifdef USE_PYTHONRichard Laager2008-05-061-0/+2
| | * | | Fix a compiler warning. Sadrul or someone should double-check this.Richard Laager2008-05-061-2/+4
| | |/ /
| | * | More plumbing work.Daniel Atallah2008-05-051-2/+15
| * | | Plug a small memory leak in the smiley dialog, and use g_new0/g_freeSadrul Habib Chowdhury2008-05-071-4/+3
| * | | g_strdup'ed strings aren't const char*. This fixes a couple of compileSadrul Habib Chowdhury2008-05-072-4/+4
| |/ /
| * | The required fields are not really required if the action is cancelled.Sadrul Habib Chowdhury2008-05-051-3/+8
| * | Patch from sadrul to fix IRC servers which neglect to send RPL_LISTSTARTEthan Blanton2008-05-052-0/+7
| |/
| * Fix a small memleak when adding a Jabber buddyMark Doliner2008-05-051-0/+1
| * Make error output during autogen actually readable...Gary Kramlich2008-05-051-4/+10
| * Show the url, instead of silently ignoring a url-open request.Sadrul Habib Chowdhury2008-05-051-3/+9
| * Do not let the height of the entry get larger than half the conversationSadrul Habib Chowdhury2008-05-051-1/+1
| * Add a comment. Could someone familiar with the Jabber protocol or ourMark Doliner2008-05-041-0/+8
| * Add a 'View log' option in the buddylist menu.Sadrul Habib Chowdhury2008-05-041-0/+67
| * When searching for a conversation, search only in the list of theSadrul Habib Chowdhury2008-05-041-3/+16
| * Check to see if we are already in a room before attempting to join. IfSadrul Habib Chowdhury2008-05-041-5/+31
| * merge of '0242b0a1e444ba616771d01feca14ec2647c60d0'Sadrul Habib Chowdhury2008-05-0424-133/+153
| |\
| | * Change the label on the entry area height prefJohn Bailey2008-05-041-1/+1
| | * Fix IRC handling of PART without a part message on Undernet IRCds.Ethan Blanton2008-05-042-4/+10
| | * Fix the breakage with account aliases that I introduced when I moved theJohn Bailey2008-05-041-4/+4
| | * Fix a number of leaks. As far as I can tell, MSNP14 now logs in withoutDaniel Atallah2008-05-0312-68/+52
| | * Leak fixes. Avoid creating an unnecessary parallel data structure to YahooFri...Daniel Atallah2008-05-035-51/+46
| | * Clean up loggers when quitting (or unloading the logreader plugin).Daniel Atallah2008-05-032-0/+32
| | * Fix incorrect freeing in my previous commit.Daniel Atallah2008-05-031-1/+1
| | * This is the way we plug the leaks, plug the leaks, plug the leaks...Daniel Atallah2008-05-033-5/+8
| * | Setup tab-completion for groups in the 'Add Chat' dialog.Sadrul Habib Chowdhury2008-05-031-0/+1
| |/
| * ChangeLog the minimum size prefWill Thompson2008-05-031-0/+1
| * Add a "minimum lines" pref for the im entry box thing; up to 8 lines.Will Thompson2008-05-032-2/+32
| * Plug a small leak.Daniel Atallah2008-05-031-0/+1
| * Cleanup allocations/frees to match and plug some leaks.Daniel Atallah2008-05-037-53/+59