summaryrefslogtreecommitdiff
path: root/pidgin/pidginpluginsmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leaks in dynamic menusElliott Sales de Andrade2023-02-281-0/+1
* Bump C standard to C99 for Pidgin files and fix warningsElliott Sales de Andrade2022-11-281-1/+1
* Fix actions in PidginPluginsMenuGary Kramlich2022-11-101-5/+15
* Fix a leak in PidginPluginsMenuGary Kramlich2022-07-191-0/+1
* Convert plugin actions to GMenu and GActionGary Kramlich2022-05-271-177/+149
* Fix the resource path so we can use the automatic stuff that GtkApplication s...Gary Kramlich2021-08-161-1/+1
* Update everything for GPlugin 0.33.0Gary Kramlich2021-08-031-1/+1
* Fix warnings about changing types on assignment.Elliott Sales de Andrade2021-07-021-1/+1
* Use GPluginManager directly in PidginPluginsMenuGary Kramlich2021-05-291-22/+17
* Add back support for menu separators in the menus for plugin actionsGary Kramlich2021-05-251-1/+16
* Create a new ContactList that will eventually fully replace PidginBuddyListGary Kramlich2020-11-141-27/+0
* Some stuff got missed when making internal.h libpurple only.Gary Kramlich2020-06-081-2/+0
* Fix a few more things found in reviewGary Kramlich2020-05-071-7/+11
* use g_list_index instead of manually searching a list and a bunch of whitespa...Gary Kramlich2020-04-071-6/+6
* Add the new PidginPluginsMenu which manages itself when plugins and loaded/un...Gary Kramlich2020-03-311-0/+303