summaryrefslogtreecommitdiff
path: root/pidgin/gtksmiley.c
Commit message (Expand)AuthorAgeFilesLines
* Kill off many dead assignments and any useless remaining variables.Elliott Sales de Andrade2010-08-231-3/+0
* Add support for dropping an image on the Custom Smiley window to add thatElliott Sales de Andrade2010-02-071-0/+100
* Don't try to save the edit dialog pointer to a NULL PurpleSmiley (aka, whenElliott Sales de Andrade2010-02-071-2/+4
* Using gpointer * is redundant.Elliott Sales de Andrade2010-02-071-1/+1
* Only scale down larger smileys (more than 22 px width or height) in theMarcus Lundblad2009-09-071-3/+10
* Make the custom smiley edit windows single-instance. That is, if you clickElliott Sales de Andrade2009-07-041-1/+7
* Fix the Add button sensitivity for the add smiley window when using theElliott Sales de Andrade2009-07-031-1/+8
* Set the correct default response in the smiley edit window so it gets theElliott Sales de Andrade2009-07-031-1/+1
* Automatically enable and disable the Add/Save button in the PidginSmileyElliott Sales de Andrade2009-07-031-23/+44
* Allow adding received animated custom smileys to locale custom smileyAndrea Piccinelli2009-06-051-3/+19
* Oops, I must have been tired. I only replaced the first occurrence of theseElliott Sales de Andrade2009-04-181-2/+2
* Use g_object_ref/unref instead of the deprecated versions.Elliott Sales de Andrade2009-04-181-2/+2
* Add a commentMark Doliner2009-01-251-0/+6
* Use the shortcut in the error message to give people more contextMark Doliner2009-01-251-2/+5
* Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add buttonMark Doliner2009-01-251-1/+1
* Try to improve the wording in our custom smiley managerMark Doliner2009-01-251-8/+7
* Make dialogs that double as add and save dialogs indicate the current actionEtan Reisner2009-01-081-6/+6
* When adding custom smiley without a previous filename (which is the case whenMarcus Lundblad2008-12-021-2/+16
* Updated to use latest spec. in XEP-0231Marcus Lundblad2008-09-051-2/+2
* Do not allow setting empty shortcut for a custom smiley.Sadrul Habib Chowdhury2008-08-261-1/+8
* Fix compiling with gtk < 2.6Stu Tomlinson2008-08-161-1/+1
* at least don't crash when we can't read whatever we are readingKa-Hing Cheung2008-08-021-1/+2
* Update the smiley in the smiley dialog if the imagefile is changed.Sadrul Habib Chowdhury2008-05-281-0/+16
* Always store custom smileys with hashed filenames. Closes #5913.Marcus Lundblad2008-05-251-2/+2
* Modified patch from malu to "Add context menu alternative to add receivedSadrul Habib Chowdhury2008-05-211-6/+44
* Modified patch from malu to add an 'Edit' button in the smiley managerSadrul Habib Chowdhury2008-05-121-5/+32
* Some little usability changes in the custom smiley dialog.Sadrul Habib Chowdhury2008-05-111-2/+4
* Make PurpleSmiley a GObject.Sadrul Habib Chowdhury2008-05-101-24/+46
* Unref some gdkpixbufs to plug some memory leaks. References #1187.Sadrul Habib Chowdhury2008-05-071-0/+1
* Fix a small leak. And sort the smileys alphabetically, as suggested bySadrul Habib Chowdhury2008-04-281-1/+2
* Patch from Masca to use the buddy-icon selector to select a customSadrul Habib Chowdhury2008-04-281-55/+113
* Introduce API for GtkIMHtmlSmiley. Use this to prevent leaking remote custom ...Sadrul Habib Chowdhury2008-03-181-15/+5
* Attempt at a better error message.Sadrul Habib Chowdhury2008-02-251-1/+3
* Fix a leak, and correct the docs.Sadrul Habib Chowdhury2008-02-251-5/+7
* Hide PurpleSmiley internals.Sadrul Habib Chowdhury2008-02-251-4/+4
* Make sure deleting one smiley doesn't accidentally delete a few others.Sadrul Habib Chowdhury2008-02-191-2/+2
* Apply the custom smiley patches from #1187, from Jorge Villase?o (Masca) andSadrul Habib Chowdhury2008-02-191-0/+562