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
Wed, 28 Nov 2018 04:58:03 +0000 Gary Kramlich Merged in default (pull request #438) file | diff | annotate
Fri, 09 Nov 2018 20:39:37 -0600 Mike Ruprecht pidgin: Use gtk_window_present() to present buddy list file | diff | annotate
Tue, 27 Nov 2018 16:30:51 -0600 Mike Ruprecht pidgin: Fix GApplication activation file | diff | annotate
Fri, 02 Nov 2018 19:17:24 -0500 Mike Ruprecht libpidgin: Handle command line URIs using GApplication file | diff | annotate
Tue, 02 Oct 2018 18:38:22 -0500 Mike Ruprecht libpidgin: Use G_APPLICATION_CAN_OVERRIDE_APP_ID to allow multiple instances file | diff | annotate
Tue, 02 Oct 2018 18:36:39 -0500 Mike Ruprecht libpidgin: Use GApplication command line argument parsing and uniqueness file | diff | annotate
Tue, 02 Oct 2018 17:39:18 -0500 Mike Ruprecht libpidgin: Drop --multiple option for *nix file | diff | annotate
Fri, 28 Sep 2018 16:30:16 -0500 Mike Ruprecht libpidgin: Set default window icon from icon theme file | diff | annotate
Mon, 11 Jun 2018 04:20:35 -0400 Elliott Sales de Andrade Rename gtkdebug -> pidgindebug. file | diff | annotate
Tue, 08 May 2018 19:00:23 -0500 Mike Ruprecht libpidgin: Add pidgin icon path to GtkIconTheme file | diff | annotate
Tue, 08 May 2018 05:31:09 -0400 Elliott Sales de Andrade Fix build with plugins disabled. file | diff | annotate
Fri, 04 May 2018 15:48:18 -0500 Mike Ruprecht libpidgin: Make PURPLE_PLUGINS_SKIP also skip Pidgin plugin paths file | diff | annotate
Thu, 05 Oct 2017 22:40:30 -0500 Gary Kramlich Move the force online option into the libpurple option group file | diff | annotate
Thu, 05 Oct 2017 22:23:56 -0500 Gary Kramlich The start of the libpurple option group file | diff | annotate
Thu, 05 Oct 2017 21:51:59 -0500 Gary Kramlich Move the gplugin option group next to the gtk option group file | diff | annotate
Thu, 05 Oct 2017 21:49:49 -0500 Gary Kramlich Add the gplugin GOptionGroup to the GOptionContext of both Pidgin and Finch file | diff | annotate
Fri, 25 Aug 2017 03:25:31 +0000 Gary Kramlich Merged in qulogic/pidgin (pull request #245) file | diff | annotate
Thu, 13 Jul 2017 03:22:56 -0400 Elliott Sales de Andrade Convert PidginDebugUi to a GObject. file | diff | annotate
Sun, 30 Jul 2017 21:49:06 +0000 Gary Kramlich Merged in CMaiku/pidgin (pull request #246) file | diff | annotate
Tue, 18 Jul 2017 16:38:47 -0500 Mike Ruprecht libpidgin: Fix Windows crash by initializing error to NULL file | diff | annotate
Tue, 18 Jul 2017 12:42:30 -0500 Mike Ruprecht libpidgin: Open display when parsing arguments to simplify code file | diff | annotate
Tue, 18 Jul 2017 15:03:14 -0500 Mike Ruprecht libpidgin: Port to use GOptionContext for parsing command line args file | diff | annotate
Sun, 16 Jul 2017 19:27:52 -0500 Mike Ruprecht libpidgin: Remove --session argument as it's no longer used file | diff | annotate
Thu, 29 Jun 2017 15:33:29 -0500 Mike Ruprecht gtkidle: Port XScreensaver to DBus ScreenSaver interfaces file | diff | annotate
Fri, 30 Jun 2017 03:55:21 +0000 Gary Kramlich Merged in CMaiku/pidgin (pull request #226) file | diff | annotate
Thu, 29 Jun 2017 15:04:39 -0500 Mike Ruprecht Remove gtksession now that we're using GtkApplication's register-session file | diff | annotate
Sun, 25 Jun 2017 15:29:29 -0500 Mike Ruprecht libpidgin: Use GtkApplication session manager file | diff | annotate
Fri, 30 Jun 2017 02:03:09 +0000 Gary Kramlich Merged in CMaiku/pidgin (pull request #216) file | diff | annotate
Thu, 15 Jun 2017 11:54:43 -0500 Mike Ruprecht Remove gtkeventloop.[ch] in preparation for dropping event loop UiOps file | diff | annotate
Sun, 25 Jun 2017 15:06:02 -0500 Mike Ruprecht libpidgin: Port to use GtkApplication file | diff | annotate
Fri, 10 Mar 2017 20:36:55 -0600 Gary Kramlich Merge 2.12.0 into default file | diff | annotate | base
Thu, 22 Sep 2016 14:00:27 -0500 Mike Ruprecht libpidgin: Fix Win32 build due to lacking signalpair() and some enums file | diff | annotate
Sun, 28 Aug 2016 23:05:17 -0400 Elliott Sales de Andrade Remove more configure checks for C89 functions. file | diff | annotate
(0) -60 tip

mercurial