summaryrefslogtreecommitdiff
path: root/pidgin/libpidgin.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leaked errorsElliott Sales de Andrade2023-03-231-0/+1
* Bump C standard to C99 for Pidgin files and fix warningsElliott Sales de Andrade2022-11-281-1/+2
* Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfoGary Kramlich2022-10-311-194/+0
* Add a get_settings_backend vfunc to CoreUiOpsGary Kramlich2022-10-101-0/+17
* Move PurpleCoreUiOps to struct intializers.Gary Kramlich2022-09-201-5/+4
* Migrate libpidgin.c to gtk4Gary Kramlich2022-05-061-4/+9
* Replace the request_add Account UiOp with a new AddContact notificationGary Kramlich2022-08-231-1/+0
* Remove the manager, editor, and substatus editor from gtksavedstatusesGary Kramlich2022-05-301-3/+0
* Update purple_core_init to take a PurpleUiInfo instanceGary Kramlich2022-05-201-7/+0
* Remove the Pidgin icon themes which are covered by XDG icon themes now and re...Gary Kramlich2021-10-281-3/+0
* Replace PurpleIdleUiOps with the PurpleIdleUi InterfaceGary Kramlich2021-10-221-1/+1
* Move debug command-line option to the UIsElliott Sales de Andrade2021-10-191-4/+0
* Remove entire PurpleDebugUiInterface and implementationsElliott Sales de Andrade2021-10-191-12/+0
* Initialize Pidgin GLib logging handler earlierElliott Sales de Andrade2021-10-181-0/+3
* Close the Debug Window on shutdownElliott Sales de Andrade2021-10-181-0/+4
* Make user interfaces setup the default history adapter.Gary Kramlich2021-10-181-0/+41
* Remove the existing logging code from Pidgin now that the History API has landedGary Kramlich2021-10-181-2/+0
* Add icon-name, icon-search-path, and icon-resource-path to PurpleProtocolGary Kramlich2021-09-021-0/+44
* Remove all of the current smiley support as it currently isn't used and needs...Gary Kramlich2021-08-241-3/+0
* Start embedding our icon theme by starting with the status icons used in Pidg...Gary Kramlich2021-08-161-2/+4
* Move Pidgin preferences code into a subdirectory.Elliott Sales de Andrade2021-05-181-1/+1
* Separate the conversation commands out to their own fileGary Kramlich2021-05-061-0/+3
* Remove the buddy pounces apiGary Kramlich2021-01-021-2/+0
* Create PidginPresenceIcon that displays the correct icon for its bound Purple...Gary Kramlich2020-11-141-1/+2
* Create a new ContactList that will eventually fully replace PidginBuddyListGary Kramlich2020-11-141-0/+1
* Create a proper GtkApplication subclass for Pidgin and use it.Gary Kramlich2020-10-121-295/+3
* Fix some broken urls and get rid of the old developer segfault messageGary Kramlich2020-09-141-41/+28
* remove the old sound apiGary Kramlich2020-08-131-2/+0
* phase2 of pidgin.h: move existing file to pidgincore.hGary Kramlich2020-07-231-1/+1
* Fix some issues on macos that resulted from the internal.h cleanupGary Kramlich2020-06-141-0/+2
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-2/+8
* Update all of the pidgin code to include purple.hGary Kramlich2020-05-011-17/+1
* Fix some issues found in reviewGary Kramlich2020-04-091-1/+1
* purple_core_get_ui_info now transfers the PurpleUiInfo to the caller, so we n...Gary Kramlich2020-04-091-12/+4
* Replace the ui info GHashTable with a gobject.Gary Kramlich2020-03-201-38/+5
* delete gtkplugin.[ch] and deal with the repercussionsGary Kramlich2019-11-141-2/+2
* Remove the dockletGary Kramlich2019-11-151-3/+0
* Remove glibcompat.h from all the files that don't actually need it.Gary Kramlich2019-11-151-1/+1
* Some of the macros were code for less than glib 2.48.0 and were supposed to b...Gary Kramlich2019-11-151-14/+0
* Bump the glib minimum version to 2.48 and remove checks for itGary Kramlich2019-11-141-8/+0
* Remove redundant comparisons in conditionsqarkai2019-11-041-1/+1
* Use g_(v)snprintf so we need less wrappers.Elliott Sales de Andrade2019-10-301-8/+12
* Move Pidgin/Finch plugins 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-1/+1
* Don't pass literals to g_set_error / g_error_new.Elliott Sales de Andrade2019-10-021-2/+2
* Update application name.Elliott Sales de Andrade2019-09-261-1/+1
* Finally removing webkit!!Gary Kramlich2019-07-191-2/+0
* Convert UI ops to PurpleBuddyListClass methods.Elliott Sales de Andrade2019-07-031-1/+1
* Rename gtklog -> pidginlog.Elliott Sales de Andrade2019-05-201-1/+1
* On second thought, let's just remove it...Gary Kramlich2019-04-301-8/+0