summaryrefslogtreecommitdiff
path: root/libpurple/image.h
Commit message (Expand)AuthorAgeFilesLines
* Fix error parameter annotationsElliott Sales de Andrade2022-11-041-1/+1
* Remove a bunch of documents that aren't read/displayed by gi-docgen.Gary Kramlich2022-09-121-10/+0
* Remove unnecessary gtk-doc comments and move them where possible from libpurp...Gary Kramlich2021-12-121-16/+12
* Implement mitigation for GHSL-2021-045Gary Kramlich2021-02-071-2/+2
* Add documentation for all PURPLE_TYPE_ functions as well as PURPLE_TUNE_ cons...Gary Kramlich2020-08-251-0/+5
* Make it so only libpurple can directly include libpurple header files.Gary Kramlich2020-06-211-0/+4
* mark PurpleImageClass as privateGary Kramlich2019-09-271-0/+1
* Use G_DECLARE* for PurpleImage and drop private macro.Elliott Sales de Andrade2019-03-291-21/+3
* A ton more of introspection cleanupsGary Kramlich2017-10-171-3/+3
* rename purple_image_get_size to purple_image_get_data_size and deal with the ...Gary Kramlich2016-10-111-2/+2
* Rename purple_image_new_from_data_take to purple_image_new_take_dataGary Kramlich2016-10-041-2/+2
* Add some transfer annotationsGary Kramlich2016-10-041-2/+2
* Add some unit testsGary Kramlich2016-10-021-1/+0
* A bunch more hack and slash with a bit more design on the flyGary Kramlich2016-09-171-3/+14
* a bunch of random stuffGary Kramlich2016-09-171-40/+0
* first pass at cleaning up PurpleImageGary Kramlich2016-09-121-76/+50
* scrncap: add resulting image to the webviewTomasz Wasilczyk2014-04-291-1/+1
* PurpleImage: purple_image_get_data should return const bufferTomasz Wasilczyk2014-04-141-3/+2
* PurpleImage: fill commentsTomasz Wasilczyk2014-04-141-3/+172
* imgstore: unref oscarTomasz Wasilczyk2014-04-111-0/+3
* imgstore: remove refs from gg prplTomasz Wasilczyk2014-04-111-0/+3
* PurpleImage: convert buddyicon.cTomasz Wasilczyk2014-04-101-1/+7
* Imgstore: implement with PurpleImage and purple_image_storeTomasz Wasilczyk2014-04-101-1/+1
* PurpleImage: add be_eager param to purple_image_new_from_fileTomasz Wasilczyk2014-04-091-1/+1
* PurpleImage: extension and mime type retrievalTomasz Wasilczyk2014-04-091-0/+15
* PurpleImage: initial implementationTomasz Wasilczyk2014-04-091-0/+110