summaryrefslogtreecommitdiff
path: root/libpurple/savedstatuses.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_handle_id everywhereElliott Sales de Andrade2023-03-211-4/+2
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-4/+2
* Update libpurple for the deprecations in the account apiGary Kramlich2022-12-141-3/+9
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-1/+1
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-4/+4
* Use PurpleAccountManager added/removed signalsElliott Sales de Andrade2022-10-091-6/+11
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-2/+0
* Update libpurple for the purple_account_manager_get_(in)active deprecationsGary Kramlich2022-07-211-2/+2
* Overhaul the status boxGary Kramlich2022-04-041-1/+0
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-1/+1
* Create the PurpleAccountManager APIGary Kramlich2021-12-031-33/+43
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-0/+1
* Fix several typos in libpurpleElliott Sales de Andrade2021-10-101-1/+1
* Fix time_t string formatting.Elliott Sales de Andrade2020-12-201-4/+6
* Pull the purple_markup_* api out of util.[ch] to purplemarkup.[ch]. No code ...Gary Kramlich2020-10-161-1/+1
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+3
* Fix const-cast warning.Elliott Sales de Andrade2019-11-051-2/+2
* Fix some use-after-free.Elliott Sales de Andrade2019-11-051-1/+2
* Replace g_[s]list_remove with g_[s]list_delete_link.Elliott Sales de Andrade2019-10-251-1/+1
* Set GList to NULL after freeqarkai2019-10-191-0/+1
* Use g_list_free_full instead of manual iterationsqarkai2019-10-181-12/+2
* Use GList functions instead of manual iterationsqarkai2019-10-131-8/+1
* Move more libpurple files to ~/.config.Elliott Sales de Andrade2019-02-151-2/+2
* libpurple: Remove pointer registration for DBus APIMike Ruprecht2018-10-021-7/+0
* Remove purple_timeout_* function usageMike Ruprecht2017-06-151-2/+2
* Fix #16762 where transient startup statuses could be deleted on exitJakub Adam2015-12-291-2/+4
* Merge gtkdoc-conversionAnkit Vani2014-02-061-2/+2
|\
| * Merge gtkdoc-conversionAnkit Vani2014-02-061-2/+2
| |\
| | * Merge gtkdoc-conversionAnkit Vani2014-02-041-2/+2
| | |\
| | | * Revert all the migration stuffAnkit Vani2014-01-211-23/+5
| | | * Migrate old protocol IDs to new if *.xml version < 1.1Ankit Vani2014-01-201-4/+14
| | | * Update versions of XML files to "1.1", and warn if reading from a newer versionAnkit Vani2014-01-201-1/+9
| | | * Merged soc.2013.gobjectification branchAnkit Vani2013-09-071-58/+58
| | | |\
| | | * | Renamed some prpl stuff to protocol stuff.Ankit Vani2013-09-011-2/+2
* | | | | Merged default branchAnkit Vani2014-02-061-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gtk-doc prep: *_get_type() functions are hidden as standard GType-returning f...Ankit Vani2014-02-061-6/+6
| | |_|/ | |/| |
* | | | Fix some gtk-doc warnings till xmlnode.hAnkit Vani2014-02-061-11/+13
| |/ / |/| |
* | | Remove @file from .c filesAnkit Vani2014-02-041-5/+0
|/ /
* | Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* APIAnkit Vani2013-09-071-58/+58
|/
* Refactored plugin, savedstatuses and server to use GType and GValue instead o...Ankit Vani2013-07-191-14/+8
* Resolved conflicting function namesAnkit Vani2013-07-161-1/+1
* Updated GBoxed functions. Boxing is intended to be temporary for buddy list, ...Ankit Vani2013-07-161-1/+5
* Added boxed types for PurpleStatus and PurpleSavedStatusAnkit Vani2013-07-161-0/+23
* Convert libpurple and protocol prpl's to use the purple_account_* accessor fu...Andrew Victor2011-10-011-1/+1
* Remove the _purple_oscar_convert(). It existed to migrate data fromMark Doliner2011-03-171-1/+0
* Remove a bunch of old references to prpl-oscarMark Doliner2010-03-291-2/+2
* Clean up various file-scoped globals at uninit.Paul Aurich2009-08-131-1/+4
* A patch from Scott Wolchok to replace snprintf() with g_snprintf() andRichard Laager2009-05-161-3/+3
* Adjust some idle handling code to fix "wedging" idle reporting into neverPaul Aurich2009-04-281-4/+4
* propagate from branch 'im.pidgin.pidgin.next.minor' (head d24c4a9d28f21eaa47b...Elliott Sales de Andrade2009-03-021-11/+11
|\