Thu, 17 Mar 2022 21:41:10 -0500 Gary Kramlich Remove all drag and drop support. file | diff | annotate
Fri, 11 Mar 2022 01:43:20 -0600 Elliott Sales de Andrade Remove X specifics from Pidgin file | diff | annotate
Thu, 03 Feb 2022 22:14:31 -0600 Gary Kramlich Remove pidgin_get_dim_grey_string file | diff | annotate
Thu, 03 Feb 2022 22:13:28 -0600 Gary Kramlich Remove the windows specific font preference file | diff | annotate
Thu, 27 Jan 2022 20:36:08 -0600 ivanhoe fix memory leak in pidgin_conversations_set_tab_colors release-2.x.y file | diff | annotate
Thu, 13 Jan 2022 22:34:37 -0600 Gary Kramlich Remove the interface page from preferences as all of those preferences were made obsolete when we moved the conversation window to using a list file | diff | annotate
Sat, 08 Jan 2022 20:52:48 -0600 Gary Kramlich Remove a purple_str_to_time call that will eventually be replaced by the history api. file | diff | annotate
Mon, 20 Dec 2021 05:49:33 -0600 Gary Kramlich Remove PidginMenuTray as it won't work with the new menu system file | diff | annotate
Tue, 07 Dec 2021 02:31:01 -0600 Elliott Sales de Andrade Move conversation window key handling into its file file | diff | annotate
Mon, 06 Dec 2021 23:11:42 -0600 Gary Kramlich Move conversation management from gtkconv.c to PidginConversationWindow. file | diff | annotate
Sun, 21 Nov 2021 23:58:15 -0600 Gary Kramlich Remove the attention api. It's always been an annoyance and most protocols don't implement it anymore file | diff | annotate
Tue, 02 Nov 2021 00:41:03 -0500 Gary Kramlich Make sure our GError variables are initialized to NULL 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
Mon, 25 Oct 2021 03:10:05 -0500 Gary Kramlich Remove the gtk-dnd-hints stuff that should have been removed when we removed dnd from the conversation window. file | diff | annotate
Sat, 23 Oct 2021 01:06:57 -0500 Gary Kramlich Now that the History API is here, remove the purple logging api file | diff | annotate
Tue, 19 Oct 2021 02:57:01 -0500 Gary Kramlich Remove all of the dynamic menus from GtkConvWin 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
Tue, 12 Oct 2021 05:05:29 -0500 Elliott Sales de Andrade Remove registration of all stock icons file | diff | annotate
Tue, 12 Oct 2021 04:51:46 -0500 Elliott Sales de Andrade Remove icon lists for conversation windows file | diff | annotate
Tue, 12 Oct 2021 03:50:01 -0500 Elliott Sales de Andrade Use icon names for chat emblems file | diff | annotate
Mon, 11 Oct 2021 23:47:26 -0500 Gary Kramlich remove drag and drop from the notebook in gtkconv file | diff | annotate
Mon, 11 Oct 2021 21:17:53 -0500 Gary Kramlich Remove the hidden conversation window as that api is going to change in the future file | diff | annotate
Sun, 10 Oct 2021 05:01:55 -0500 Elliott Sales de Andrade Remove the + from GTK file | diff | annotate
Sun, 10 Oct 2021 05:01:54 -0500 Elliott Sales de Andrade Fix typos in Pidgin file | diff | annotate
Fri, 27 Aug 2021 02:34:03 -0500 Gary Kramlich Remove a number of functions from gtkconv.c and gtkconvwin.c that aren't used anymore 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:10:08 -0500 Gary Kramlich Fix the resource path so we can use the automatic stuff that GtkApplication supports file | diff | annotate
Thu, 12 Aug 2021 01:03:16 -0500 Gary Kramlich Remove the use of GtkStock from the gtkconv window menus file | diff | annotate
Tue, 03 Aug 2021 20:50:03 -0500 Gary Kramlich Update everything for GPlugin 0.33.0 file | diff | annotate
Mon, 02 Aug 2021 18:54:25 -0500 Gary Kramlich Remove the direct usage of GtkStock file | diff | annotate
Thu, 22 Jul 2021 22:37:16 -0500 Gary Kramlich Remove PidginWindow as it wasn't used and clean up some old PidginWindow -> PidginConvWindow that were previous missed. file | diff | annotate
Fri, 02 Jul 2021 21:33:49 -0500 Elliott Sales de Andrade Fix warnings about changing types on assignment. file | diff | annotate
Fri, 18 Jun 2021 00:28:00 -0500 Gary Kramlich Fix an infinite loop when an account goes offline and you have an im open. file | diff | annotate
Thu, 17 Jun 2021 20:12:48 -0500 Gary Kramlich Remove some remaining remnants of the old infopane widget file | diff | annotate
Tue, 15 Jun 2021 00:29:01 -0500 Gary Kramlich Remove some conversation menu items that will be reimagined in the new window file | diff | annotate
Tue, 15 Jun 2021 00:27:09 -0500 Elliott Sales de Andrade Remove all custom tooltip code. file | diff | annotate
Mon, 14 Jun 2021 23:59:42 -0500 Elliott Sales de Andrade Use standard GTK tooltips in the conversation. file | diff | annotate
Mon, 14 Jun 2021 23:00:10 -0500 Gary Kramlich Port Pidgin to the new PurpleConversationManager API file | diff | annotate
Mon, 14 Jun 2021 22:18:20 -0500 Gary Kramlich Add support for the author-name-color property to PidginMessage and wire it up in PurpleMessage as well file | diff | annotate
Mon, 14 Jun 2021 04:07:45 -0500 Gary Kramlich Create a manager for conversations. file | diff | annotate
Mon, 07 Jun 2021 22:26:23 -0500 Gary Kramlich Replace newlines in topics with spaces. release-2.x.y file | diff | annotate
Wed, 02 Jun 2021 04:17:25 -0500 Elliott Sales de Andrade Use g_[s]list_delete_link more. release-2.x.y file | diff | annotate
Tue, 01 Jun 2021 17:35:17 -0500 Gary Kramlich Fix some issues scanbuild found in gtkconv.c release-2.x.y file | diff | annotate
Sun, 30 May 2021 20:34:04 -0500 Gary Kramlich Update gtkconv to use GPluginManger directly file | diff | annotate
Tue, 25 May 2021 02:03:21 -0500 Gary Kramlich Fix some issues scanbuild found 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
Tue, 18 May 2021 02:04:53 -0500 Gary Kramlich Update purple_conversations_find_* to return PurpleConversations instead of subclasses 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
Wed, 21 Apr 2021 18:44:51 -0500 Gary Kramlich Remove all if 0'd code from gtkconv.c file | diff | annotate
Mon, 19 Apr 2021 20:34:32 -0500 Gary Kramlich Create a new standalone info pane widget file | diff | annotate
Fri, 16 Apr 2021 02:27:54 -0500 Gary Kramlich Fix some warnings in gtkconv.c involving PidginAvatar file | diff | annotate
Fri, 19 Mar 2021 02:47:11 -0500 Gary Kramlich Remove the old avatar from the infopane. file | diff | annotate
Fri, 05 Mar 2021 03:31:29 -0600 Gary Kramlich Create a PidginAvatar widget. file | diff | annotate
Tue, 02 Mar 2021 23:06:11 -0600 Gary Kramlich Port Pidgin from purple_protocols to PurpleProtocolManager file | diff | annotate
Fri, 12 Feb 2021 18:37:00 -0600 Arkadiy Illarionov Use specific purple_debug_* functions file | diff | annotate
Fri, 12 Feb 2021 04:07:08 -0600 Gary Kramlich Add a compatiblity layer for g_s?list_free_full and port everything to it. release-2.x.y file | diff | annotate
Thu, 11 Feb 2021 23:55:55 -0600 Gary Kramlich Fix an issue where color_is_visible was incorrectly comparing unsigned values that were potentially wrapping. release-2.x.y file | diff | annotate
Thu, 11 Feb 2021 23:54:58 -0600 Gary Kramlich g_memmove has been deprecated since glib 2.40 and recommends just using memmove release-2.x.y file | diff | annotate
Sun, 07 Feb 2021 01:33:01 -0600 Gary Kramlich Implement mitigation for GHSL-2021-045 release-2.x.y file | diff | annotate
Sat, 30 Jan 2021 01:31:44 -0600 Gary Kramlich Remove ui_data from PurpleConversation and move finch and pidgin to g_object_[gs]et_data. file | diff | annotate
(0) -1000 -300 -100 -60 tip

mercurial