summaryrefslogtreecommitdiff
path: root/pidgin/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Replace some utility functions with actual widgetsGary Kramlich2020-09-153-3/+3
* Remove the Gtk Ticker plugin as it doesn't scale to today's IM networksGary Kramlich2020-08-225-1011/+0
* remove the old sound apiGary Kramlich2020-08-131-3/+0
* pidgin.h phase3: create pidgin.h and force its usageGary Kramlich2020-08-0621-99/+34
* Fix gestures pluginElliott S2020-07-246-203/+163
* phase2 of pidgin.h: move existing file to pidgincore.hGary Kramlich2020-07-238-13/+9
* Remove the raw plugin as it isn't in mesonGary Kramlich2020-07-211-181/+0
* Remove the cap plugin as it's really just stalkerwareGary Kramlich2020-07-177-1190/+0
* Remove PIDGIN_HIG_* constantsGary Kramlich2020-07-164-7/+7
* Remove the conversation placement preferences and code.Gary Kramlich2020-05-222-166/+0
* Merged in default (pull request #690)Gary Kramlich2020-06-0810-17/+22
|\
| * Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-0110-17/+22
* | Use g_timeout_add_seconds some more.Elliott Sales de Andrade2020-05-171-1/+1
|/
* Merged in default (pull request #688)Gary Kramlich2020-05-1032-110/+32
|\
| * Update all of the pidgin code to include purple.hGary Kramlich2020-05-0132-110/+32
* | Fix the immediate issues with gevolution but disable it by default as it need...Gary Kramlich2020-05-022-2/+2
|/
* Remove the widget-test plugin as it's not necessary any moreGary Kramlich2020-02-142-100/+0
* Initial start of PidginProtocolStoreGary Kramlich2019-10-092-0/+101
* Add metadata to Glade ui files.Elliott Sales de Andrade2019-12-192-2/+48
* delete gtkplugin.[ch] and deal with the repercussionsGary Kramlich2019-11-149-9/+9
* Clean up a few more references to gtk3compat.h and a glibcompat.hGary Kramlich2019-11-151-2/+0
* Bump the gtk minimum to 3.22 and remove gtk3compat.hGary Kramlich2019-11-1517-19/+0
* Remove glibcompat.h from all the files that don't actually need it.Gary Kramlich2019-11-152-2/+0
* Merge upstream, resolve conflictsqarkai2019-11-041-1/+0
|\
| * Remove redundant returnsqarkai2019-11-041-1/+0
* | Add bracesqarkai2019-11-041-1/+2
* | Add NULL checksqarkai2019-11-041-0/+2
* | Add new and free functions for structs to reduce duplicationqarkai2019-11-031-20/+10
|/
* Replace g_[s]list_remove with g_[s]list_delete_link.Elliott Sales de Andrade2019-10-251-2/+1
* Merged in qulogic/pidgin (pull request #607)Gary Kramlich2019-10-182-2/+0
|\
| * Remove old #include of http header and its init.Elliott Sales de Andrade2019-10-172-2/+0
* | Use gpointer to correspond to GDestroyNotifyArkadiy Illarionov2019-10-161-3/+2
* | Use GSList functions instead of manual iterationsqarkai2019-10-161-4/+3
|/
* Use GList functions instead of manual iterationsqarkai2019-10-132-19/+6
* Fix an incorrect call to soup_message_set_request.Elliott Sales de Andrade2019-10-121-1/+1
* Merged in default (pull request #594)Gary Kramlich2019-10-111-4/+4
|\
| * Fix winprefs plugin for PurpleBuddyList changes.Elliott Sales de Andrade2019-10-071-4/+4
* | Convert Pidgin plugins to libsoup.Elliott Sales de Andrade2019-10-103-52/+65
* | Merged in default (pull request #590)Gary Kramlich2019-10-092-3/+3
|\ \
| * | Move cap plugin database to XDG data directory.Elliott Sales de Andrade2019-10-081-1/+1
| * | Move some Pidgin things to XDG directories.Elliott Sales de Andrade2019-09-281-2/+2
| |/
* | Merged in default (pull request #588)Gary Kramlich2019-10-093-19/+18
|\ \
| * | Convert optional dependencies into Meson features.Elliott Sales de Andrade2019-10-083-19/+18
| |/
* | Use new GdkSeat API instead of deprecated GdkDevice.Elliott Sales de Andrade2019-10-081-10/+10
|/
* Replace malloc(sizeof(...)) with g_new0(..., 1).Elliott Sales de Andrade2019-10-022-4/+4
* Don't pass literals to g_set_error / g_error_new.Elliott Sales de Andrade2019-10-022-2/+4
* Fix several memory leaks.Elliott Sales de Andrade2019-10-021-19/+18
* Fix inconsistent malloc/free calls.Elliott Sales de Andrade2019-10-021-2/+2
* Merged in default (pull request #580)Gary Kramlich2019-10-015-23/+9
|\
| * Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-015-23/+9