summaryrefslogtreecommitdiff
path: root/libpurple/smiley.c
Commit message (Expand)AuthorAgeFilesLines
* PurpleImage: drop get_image class callback and path propertyTomasz Wasilczyk2014-04-131-62/+18
* Drop purple_smiley_get_path in favor of purple_image_get_path (or don't use i...Tomasz Wasilczyk2014-04-131-1/+1
* Drop remote smileys in favor of remote imagesTomasz Wasilczyk2014-04-131-40/+17
* Imgstore vs PurpleImage: rip and fixTomasz Wasilczyk2014-04-101-6/+5
* Smiley: add missing parent finalize callsTomasz Wasilczyk2014-04-101-0/+5
* Comments: PurpleSmileyTomasz Wasilczyk2014-04-051-3/+10
* Smiley: tiny cleanupTomasz Wasilczyk2014-04-051-3/+0
* Remote smileys: correctly handle failed smileysTomasz Wasilczyk2014-04-041-1/+1
* Smileys: implement get_image interfaceTomasz Wasilczyk2014-04-041-0/+47
* Smileys: implement and use new parser, only themes for nowTomasz Wasilczyk2014-04-011-0/+13
* Smiley: make generic implementation a bit more completeTomasz Wasilczyk2014-03-291-10/+19
* Initial generic PurpleSmiley implementationTomasz Wasilczyk2014-03-291-802/+78
* Convert some other doxygen-type commentsAnkit Vani2014-02-061-6/+6
* Remove @file from .c filesAnkit Vani2014-02-041-5/+0
* libpurple: use g_object_class_install_properties instead of repeated g_object...Ankit Vani2013-11-241-4/+2
* libpurple: started changing g_object_notify to g_object_notify_by_pspecAnkit Vani2013-11-201-7/+11
* Added a few missing G_PARAM_STATIC_STRINGS and g_object_notifyAnkit Vani2013-11-171-2/+2
* Unmark property names and blurbs from translatable to non-translatableAnkit Vani2013-11-161-4/+4
* Removed unnecessary g_object_notify call from smileyAnkit Vani2013-10-111-2/+0
* Cleaned up properties and added g_object_notify calls for everything elseAnkit Vani2013-10-111-10/+7
* Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* APIAnkit Vani2013-09-071-32/+32
* Exposed the instance and class structures of PurpleSmiley so that it can be s...Ankit Vani2013-06-121-50/+89
* Merge with release-2.x.y (lots of conflicts, but all trivially resolved)Daniel Atallah2013-02-261-2/+3
|\
| * Remove purple_util_get_image_checksum and useMark Doliner2013-02-181-1/+2
| * Remove an unused variable warning.Jorge Villase?or2013-01-291-2/+1
| * Rename two functions.Mark Doliner2013-01-221-1/+1
* | Fix a bunch of unused variablesDaniel Atallah2013-02-221-18/+14
|/
* Minor comment cleanup stuff.Elliott Sales de Andrade2009-08-221-10/+10
* Remove trailing whitespaceMark Doliner2009-01-261-1/+1
* Remove the commas at the end of enumerator lists. This resolves warningsFlorian Qu?ze2008-12-111-1/+1
* Plug a small leak.Daniel Atallah2008-05-281-3/+2
* Always store custom smileys with hashed filenames. Closes #5913.Marcus Lundblad2008-05-251-24/+12
* Expose the smiley API to dbus.Sadrul Habib Chowdhury2008-05-131-1/+6
* Separate the custom smileys from the regular smileys, and add a 'Manage'Sadrul Habib Chowdhury2008-05-111-1/+11
* Make PurpleSmiley a GObject.Sadrul Habib Chowdhury2008-05-101-76/+191
* Remove undocumented and [apparently] unnecessary parameter fromSadrul Habib Chowdhury2008-04-281-1/+4
* Modified patch ('big_smiley_change.patch') from Mauro and Jorge (Masca) toSadrul Habib Chowdhury2008-02-251-110/+23
* Fix a leak, and correct the docs.Sadrul Habib Chowdhury2008-02-251-5/+2
* Hide PurpleSmiley internals.Sadrul Habib Chowdhury2008-02-251-0/+10
* Make some functions static, plug a leak.Sadrul Habib Chowdhury2008-02-191-5/+9
* Apply the custom smiley patches from #1187, from Jorge Villase?o (Masca) andSadrul Habib Chowdhury2008-02-191-0/+858