Sat, 23 Nov 2024 19:42:35 -0600 Elliott Sales de Andrade Remove dead Windows code file | diff | annotate
Thu, 02 Nov 2023 23:50:27 -0500 Gary Kramlich Update a bunch of gettext stuff file | diff | annotate
Wed, 25 Oct 2023 20:26:35 -0500 Elliott Sales de Andrade Fix possible clash of config headers file | diff | annotate
Thu, 17 Aug 2023 22:40:33 -0500 Gary Kramlich Some additional cleanups for libpidgin.c file | diff | annotate
Thu, 17 Aug 2023 21:41:12 -0500 Gary Kramlich Remove the posix signals from Pidgin file | diff | annotate
Wed, 21 Jun 2023 05:30:15 -0500 Gary Kramlich Set _POSIX_C_SOURCE as we need it for sigemptyset when using muslc file | diff | annotate
Thu, 23 Mar 2023 22:03:45 -0500 Elliott Sales de Andrade Fix leaked errors file | diff | annotate
Mon, 28 Nov 2022 23:20:24 -0600 Elliott Sales de Andrade Bump C standard to C99 for Pidgin files and fix warnings file | diff | annotate
Mon, 31 Oct 2022 04:02:09 -0500 Gary Kramlich Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfo file | diff | annotate
Mon, 10 Oct 2022 02:30:03 -0500 Gary Kramlich Add a get_settings_backend vfunc to CoreUiOps file | diff | annotate
Tue, 20 Sep 2022 03:25:22 -0500 Gary Kramlich Move PurpleCoreUiOps to struct intializers. file | diff | annotate
Fri, 06 May 2022 00:40:26 -0500 Gary Kramlich Migrate libpidgin.c to gtk4 gtk4 file | diff | annotate
Tue, 23 Aug 2022 01:09:33 -0500 Gary Kramlich Replace the request_add Account UiOp with a new AddContact notification file | diff | annotate
Mon, 30 May 2022 21:04:47 -0500 Gary Kramlich Remove the manager, editor, and substatus editor from gtksavedstatuses file | diff | annotate
Fri, 20 May 2022 02:55:51 -0500 Gary Kramlich Update purple_core_init to take a PurpleUiInfo instance file | diff | annotate
Thu, 28 Oct 2021 23:43:20 -0500 Gary Kramlich Remove the Pidgin icon themes which are covered by XDG icon themes now and remove the stock api as that's all that was using it yet. file | diff | annotate
Fri, 22 Oct 2021 03:33:32 -0500 Gary Kramlich Replace PurpleIdleUiOps with the PurpleIdleUi Interface file | diff | annotate
Tue, 19 Oct 2021 03:00:48 -0500 Elliott Sales de Andrade Move debug command-line option to the UIs file | diff | annotate
Tue, 19 Oct 2021 00:41:44 -0500 Elliott Sales de Andrade Remove entire PurpleDebugUiInterface and implementations file | diff | annotate
Mon, 18 Oct 2021 22:41:34 -0500 Elliott Sales de Andrade Initialize Pidgin GLib logging handler earlier file | diff | annotate
Mon, 18 Oct 2021 02:44:32 -0500 Elliott Sales de Andrade Close the Debug Window on shutdown file | diff | annotate
Mon, 18 Oct 2021 02:01:37 -0500 Gary Kramlich Make user interfaces setup the default history adapter. file | diff | annotate
Mon, 18 Oct 2021 01:40:57 -0500 Gary Kramlich Remove the existing logging code from Pidgin now that the History API has landed file | diff | annotate
Thu, 02 Sep 2021 21:05:26 -0500 Gary Kramlich Add icon-name, icon-search-path, and icon-resource-path to PurpleProtocol file | diff | annotate
Tue, 24 Aug 2021 04:52:14 -0500 Gary Kramlich Remove all of the current smiley support as it currently isn't used and needs to be completely overhauled for the new emoji api when we write it. file | diff | annotate
Mon, 16 Aug 2021 03:02:37 -0500 Gary Kramlich Start embedding our icon theme by starting with the status icons used in PidginPresenceIcon file | diff | annotate
Tue, 18 May 2021 02:08:18 -0500 Elliott Sales de Andrade Move Pidgin preferences code into a subdirectory. file | diff | annotate
Thu, 06 May 2021 21:32:40 -0500 Gary Kramlich Separate the conversation commands out to their own file file | diff | annotate
Sat, 02 Jan 2021 22:05:09 -0600 Gary Kramlich Remove the buddy pounces api file | diff | annotate
Sat, 14 Nov 2020 03:39:06 -0600 Gary Kramlich Create PidginPresenceIcon that displays the correct icon for its bound PurplePresence file | diff | annotate
Sat, 14 Nov 2020 03:15:43 -0600 Gary Kramlich Create a new ContactList that will eventually fully replace PidginBuddyList file | diff | annotate
Mon, 12 Oct 2020 22:10:27 -0500 Gary Kramlich Create a proper GtkApplication subclass for Pidgin and use it. file | diff | annotate
Mon, 14 Sep 2020 20:53:39 -0500 Gary Kramlich Fix some broken urls and get rid of the old developer segfault message file | diff | annotate
Thu, 13 Aug 2020 22:03:41 -0500 Gary Kramlich remove the old sound api file | diff | annotate
Thu, 23 Jul 2020 20:13:47 -0500 Gary Kramlich phase2 of pidgin.h: move existing file to pidgincore.h file | diff | annotate
Sun, 14 Jun 2020 02:56:02 -0500 Gary Kramlich Fix some issues on macos that resulted from the internal.h cleanup file | diff | annotate
Fri, 01 May 2020 12:13:35 -0500 Gary Kramlich Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h file | diff | annotate
Fri, 01 May 2020 05:15:51 -0500 Gary Kramlich Update all of the pidgin code to include purple.h file | diff | annotate
Thu, 09 Apr 2020 21:36:47 -0500 Gary Kramlich Fix some issues found in review file | diff | annotate
Thu, 09 Apr 2020 21:29:01 -0500 Gary Kramlich purple_core_get_ui_info now transfers the PurpleUiInfo to the caller, so we need to make sure to not cache it. file | diff | annotate
Fri, 20 Mar 2020 08:57:57 -0500 Gary Kramlich Replace the ui info GHashTable with a gobject. file | diff | annotate
Thu, 14 Nov 2019 21:53:50 -0600 Gary Kramlich delete gtkplugin.[ch] and deal with the repercussions file | diff | annotate
Fri, 15 Nov 2019 21:47:04 -0600 Gary Kramlich Remove the docklet file | diff | annotate
Fri, 15 Nov 2019 01:07:08 -0600 Gary Kramlich Remove glibcompat.h from all the files that don't actually need it. file | diff | annotate
Fri, 15 Nov 2019 00:16:39 -0600 Gary Kramlich Some of the macros were code for less than glib 2.48.0 and were supposed to be removed too. file | diff | annotate
Thu, 14 Nov 2019 23:17:57 -0600 Gary Kramlich Bump the glib minimum version to 2.48 and remove checks for it file | diff | annotate
Mon, 04 Nov 2019 13:48:18 +0300 qarkai Remove redundant comparisons in conditions file | diff | annotate
Wed, 30 Oct 2019 23:25:39 -0400 Elliott Sales de Andrade Use g_(v)snprintf so we need less wrappers. file | diff | annotate
Tue, 08 Oct 2019 21:22:50 -0400 Elliott Sales de Andrade Move Pidgin/Finch plugins to XDG data directory. file | diff | annotate
Sat, 28 Sep 2019 04:34:57 -0400 Elliott Sales de Andrade Move some Pidgin things to XDG directories. file | diff | annotate
Wed, 02 Oct 2019 19:56:45 -0400 Elliott Sales de Andrade Don't pass literals to g_set_error / g_error_new. file | diff | annotate
Thu, 26 Sep 2019 23:52:40 -0400 Elliott Sales de Andrade Update application name. file | diff | annotate
Fri, 19 Jul 2019 03:04:16 -0500 Gary Kramlich Finally removing webkit!! file | diff | annotate
Wed, 03 Jul 2019 20:09:04 -0400 Elliott Sales de Andrade Convert UI ops to PurpleBuddyListClass methods. file | diff | annotate
Mon, 20 May 2019 02:52:00 -0400 Elliott Sales de Andrade Rename gtklog -> pidginlog. file | diff | annotate
Tue, 30 Apr 2019 20:43:18 -0500 Gary Kramlich On second thought, let's just remove it... file | diff | annotate
Tue, 30 Apr 2019 20:11:05 -0500 Gary Kramlich g_application_set_option_context_summary was adding in glib 2.56, we require 2.44. This is a gross condition, open to suggestions file | diff | annotate
Tue, 15 Jan 2019 16:28:32 -0600 Mike Ruprecht Remove guards around GPlugin functions and libpurple plugin API file | diff | annotate
Sat, 08 Dec 2018 21:59:14 -0600 Mike Ruprecht Include 'locale.h' directly in files which use setlocale() file | diff | annotate
Fri, 30 Nov 2018 17:30:55 -0600 Mike Ruprecht pidgin: Fix compiling with -Dconsole-logging=true file | diff | annotate
(0) -100 -60 tip

mercurial