summaryrefslogtreecommitdiff
path: root/libpurple/eventloop.c
Commit message (Expand)AuthorAgeFilesLines
* Fix libpurple compile on WindowsElliott Sales de Andrade2022-11-031-0/+3
* Replace purple_input_remove by g_source_removeElliott Sales de Andrade2022-09-291-6/+0
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+3
* Remove unnecessary struct tags.Elliott Sales de Andrade2019-04-011-1/+1
* eventloop: Remove purple_timeout_* functionsMike Ruprecht2017-06-151-18/+0
* eventloop: Remove PurpleEventLoopUiOps struct and functionsMike Ruprecht2017-06-151-46/+0
* eventloop: Remove unused purple_input_get_error() functionMike Ruprecht2017-06-151-20/+0
* eventloop: Replace eventloop input functions with Pidgin versionsMike Ruprecht2017-06-151-5/+55
* eventloop: Replace eventloop timeout functions with GLib equivalentsMike Ruprecht2017-06-151-12/+3
* Use g_free as UiOps structures GBoxed free functionAnkit Vani2014-02-231-9/+1
* Box the *UiOps structuresAnkit Vani2014-02-151-0/+38
* Remove @file from .c filesAnkit Vani2014-02-041-5/+0
* New custom resolver, that uses libpurple for DNS queries. Get rid of old win3...Tomasz Wasilczyk2012-06-071-0/+10
* Include 'internal.h' before all other headers to make some non-gcc compilers ...Paul Aurich2009-11-271-1/+1
* remove gpl boilerplate from doxygen docsSean Egan2007-09-161-2/+3
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Wire everything up and document it.Richard Laager2007-05-201-2/+2
* merge of '1442df274a24edc9a31194327bd00dfbcf478720'Richard Laager2007-05-191-0/+11
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-17/+17
* Evan, was this line necessary? It causes the following warningMark Doliner2007-02-241-1/+0
* Added a new GaimEventLoopUiOps item, input_get_error(). This function allows...Evan Schoenberg2007-02-231-0/+22
* Change out source_remove and input_remove eventloop functions to returnMark Doliner2007-02-201-2/+2
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+73