summaryrefslogtreecommitdiff
path: root/pidgin/plugins
Commit message (Expand)AuthorAgeFilesLines
* Inline pidgin_make_scrollableElliott Sales de Andrade2022-08-221-4/+9
* Port XMPP Service Discovery plugin to GTK4Elliott Sales de Andrade2022-08-153-171/+105
* Fix iconaway plugin on GTK4Elliott Sales de Andrade2022-08-021-5/+5
* Update XMPP console to GTK4Elliott Sales de Andrade2022-05-272-311/+185
* Replace gtk_entry_[gs]et_text with gtk_editable_[gs]et_textGary Kramlich2022-03-033-25/+25
* Modernize XMPP discovery pluginElliott Sales de Andrade2022-08-154-251/+310
* Convert the XMPP discovery plugin to the new GAction/GMenu plugin actionsGary Kramlich2022-07-311-15/+20
* Convert the XMPP Console plugin to the new GAction/GMenu based actionsGary Kramlich2022-07-311-14/+19
* Update pidgin for the purple_account_manager_get_(in)active deprecationsGary Kramlich2022-07-211-1/+1
* Switch XMPP console to GtkMenuButtonElliott Sales de Andrade2022-05-252-35/+27
* Use PidginAccountChooser in XMPP consoleElliott Sales de Andrade2022-05-252-116/+25
* Remove prpl-gtalk from XMPP consoleElliott Sales de Andrade2022-05-251-35/+11
* Convert XMPP Console into a real templated typeElliott Sales de Andrade2022-05-253-147/+216
* Remove unused global in XMPP consoleElliott Sales de Andrade2022-05-251-9/+4
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-2510-31/+31
* Remove all drag and drop support.Gary Kramlich2022-03-172-56/+0
* Remove the relnot pluginGary Kramlich2022-01-272-184/+0
* Replace the removed soup_form_request_new APIElliott Sales de Andrade2021-12-141-6/+7
* Use accessor for SoupMessage->status_codeElliott Sales de Andrade2021-12-141-1/+2
* port Pidgin to the new PurpleAccountManager apiGary Kramlich2021-12-141-12/+26
* Random Windows tweaksGary Kramlich2021-12-111-0/+1
* Move conversation management from gtkconv.c to PidginConversationWindow.Gary Kramlich2021-12-064-68/+49
* Remove usage of pidgin_conv_is_hidden from transparency pluginSorvival2021-11-251-4/+5
* Enable structured logging in PidginElliott Sales de Andrade2021-10-184-0/+10
* Fix typos in PidginElliott Sales de Andrade2021-10-103-3/+3
* Add the unload parameter to a few plugins that I missed on the gplugin 0.35.0...Gary Kramlich2021-10-074-4/+4
* Update to gplugin 0.35.0Gary Kramlich2021-10-046-6/+6
* Add a Meson devenv configuration.Elliott Sales de Andrade2021-10-014-0/+4
* Fix the resource path so we can use the automatic stuff that GtkApplication s...Gary Kramlich2021-08-164-4/+4
* Remove the option to disable compiling plugins.Gary Kramlich2021-08-044-67/+62
* Update the unity plugin for the PurpleConversationManager APIGary Kramlich2021-07-301-23/+55
* Update the transparency plugin so it'll load again.Gary Kramlich2021-07-232-173/+152
* Move minidialog stuff from utils to its source fileElliott Sales de Andrade2021-07-221-10/+9
* Port Pidgin to the new PurpleConversationManager APIGary Kramlich2021-06-141-8/+25
* Make the unity plugin compile again and add stuff to ci ubuntu buildsGary Kramlich2021-06-121-4/+9
* Use standard tooltips in XMPP Service Discovery plugin.Elliott Sales de Andrade2021-06-121-32/+33
* Inline pidgin_menu_item_new in XMPP Service Discovery plugin.Elliott Sales de Andrade2021-06-101-5/+8
* Convert the Pidgin plugins to use GPLUGIN_NATIVE_PLUGIN_DECLAREGary Kramlich2021-05-299-48/+46
* Port the pidgin plugins from purple_protocols_ to purple_protocol_manager_Gary Kramlich2021-02-282-3/+10
* Use specific purple_debug_* functionsArkadiy Illarionov2021-02-121-1/+1
* Move the PurpleProtocolServer interface to its own file.Gary Kramlich2021-01-141-2/+4
* Replace g_strdup_printf("%s", string) with g_strdup(string)Arkadiy Illarionov2021-01-131-1/+1
* Fix an issue where an abi-version was being set twiceGary Kramlich2021-01-051-2/+2
* Fix Windows builds and testsElliott Sales de Andrade2020-12-223-1/+6
* Cleanup old and abandoned pluginsGary Kramlich2020-11-0411-3090/+7
* Remove the winprefs plugin as it only interacts with the buddy list window wh...Gary Kramlich2020-11-015-1124/+0
* Replace pidgin_set_urgent with gtk_window_set_urgency_hintGary Kramlich2020-10-131-1/+1
* Remove the GEvolution pluginGary Kramlich2020-10-129-2579/+0
* Switch join_paths and + to /.Elliott Sales de Andrade2020-09-161-1/+1
* Separate the AccountChooser from its model and move options to filtersGary Kramlich2020-09-153-17/+29