Tue, 06 Oct 2020 20:44:33 -0500 Gary Kramlich Remove the spell checking preference as it's a talkatu feature and most are unlikely to disable it file | diff | annotate
Sat, 03 Oct 2020 05:58:21 -0500 Gary Kramlich PurpleMessage cleanups from hell file | diff | annotate
Tue, 15 Sep 2020 20:26:57 -0500 Gary Kramlich Replace some utility functions with actual widgets file | diff | annotate
Tue, 25 Aug 2020 21:44:38 -0500 Gary Kramlich Remove conversation window icon support file | diff | annotate
Sat, 22 Aug 2020 04:02:53 -0500 Elliott Sales de Andrade Remove purple_chat_user_[sg]et_ui_data. file | diff | annotate
Thu, 20 Aug 2020 21:45:28 -0500 Gary Kramlich Updates for the TalkatuHistory changes file | diff | annotate
Sun, 16 Aug 2020 03:28:38 -0500 Gary Kramlich Fix some easy compiler warnings file | diff | annotate
Thu, 13 Aug 2020 22:03:41 -0500 Gary Kramlich remove the old sound api file | diff | annotate
Sat, 08 Aug 2020 23:42:30 -0500 Gary Kramlich Fix a bunch of random warnings file | diff | annotate
Sat, 08 Aug 2020 23:41:28 -0500 Gary Kramlich remove the unused gtkinternal.h 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
Thu, 16 Jul 2020 21:33:23 -0500 Gary Kramlich Remove PIDGIN_HIG_* constants file | diff | annotate
Sun, 05 Jul 2020 04:29:48 -0500 Gary Kramlich Update a a few things that were changed in talkatu file | diff | annotate
Fri, 22 May 2020 00:26:20 -0500 Gary Kramlich Remove the conversation placement preferences and code. 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
Wed, 20 May 2020 11:33:58 +0100 David Woodhouse Add chat_send_file() facility release-2.x.y file | diff | annotate
Fri, 01 May 2020 05:20:15 -0500 Gary Kramlich Missed a couple direct purple includes 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:21:40 -0500 Gary Kramlich Fix some issues that scanbuild had identified file | diff | annotate
Thu, 26 Mar 2020 21:17:25 -0500 Gary Kramlich Fix some compile errors file | diff | annotate
Thu, 26 Mar 2020 20:55:18 -0500 Gary Kramlich Clean up the monitor spanning code a bit file | diff | annotate
Fri, 20 Mar 2020 09:57:21 -0500 Gary Kramlich Replace deprecated gdk functions file | diff | annotate
Thu, 20 Feb 2020 23:56:05 -0600 Gary Kramlich The e2ee api appears to not be used anywhere. It could use a bunch of cleanup, but I'd rather do that when we're implementing e2ee in protocols as we'll have a better understanding of what it needs then. file | diff | annotate
Mon, 18 Nov 2019 21:02:18 -0600 Gary Kramlich rename gtkmenutray.[ch] to pidginmenutray.[ch] file | diff | annotate
Fri, 15 Nov 2019 01:27:30 -0600 Gary Kramlich Bump the gtk minimum to 3.22 and remove gtk3compat.h 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
Mon, 04 Nov 2019 11:09:31 +0000 Gary Kramlich Merged in default (pull request #625) file | diff | annotate
Mon, 04 Nov 2019 13:28:18 +0300 qarkai Remove redundant callback type casts file | diff | annotate
Mon, 04 Nov 2019 02:36:50 -0500 Elliott Sales de Andrade Replace purple_str_has_{prefix,suffix} by g_str_has_{prefix,suffix}. file | diff | annotate
Fri, 18 Oct 2019 23:30:32 +0300 qarkai Use g_list_free_full instead of manual iterations file | diff | annotate
Sun, 13 Oct 2019 03:52:05 -0500 Gary Kramlich Fix a preproc check that should have been checking for HAVE_X11 but was just checking if windows file | diff | annotate
Tue, 08 Oct 2019 20:05:06 -0400 Elliott Sales de Andrade Use new GdkSeat API instead of deprecated GdkDevice. file | diff | annotate
Fri, 04 Oct 2019 03:46:50 +0000 Gary Kramlich Merged in default (pull request #577) file | diff | annotate
Sun, 29 Sep 2019 02:30:18 -0400 Elliott Sales de Andrade Convert to GtkFileChooserNative. file | diff | annotate
Sun, 29 Sep 2019 00:58:53 -0400 Elliott Sales de Andrade Don't allow multiple file choosers for custom buddy icons. file | diff | annotate
Wed, 02 Oct 2019 19:04:34 -0400 Elliott Sales de Andrade Fix several memory leaks. file | diff | annotate
Wed, 02 Oct 2019 06:21:41 -0400 Elliott Sales de Andrade Remove redundant conditions. file | diff | annotate
Tue, 01 Oct 2019 01:38:06 -0400 Elliott Sales de Andrade Use g_list_free_full instead of g_list_foreach+g_list_free. file | diff | annotate
Fri, 27 Sep 2019 20:38:57 -0400 Elliott Sales de Andrade Fix some minor warnings. file | diff | annotate
Tue, 17 Sep 2019 02:30:17 +0000 Gary Kramlich Merged in default (pull request #560) file | diff | annotate
Mon, 16 Sep 2019 18:01:57 -0400 Elliott Sales de Andrade Add a missing typecast to TalkatuBuffer. file | diff | annotate
Tue, 17 Sep 2019 02:20:47 +0000 Gary Kramlich Merged in default (pull request #552) file | diff | annotate
Mon, 09 Sep 2019 20:54:32 -0400 Elliott Sales de Andrade Remove redundant purple_plugin_info_get_* wrappers. file | diff | annotate
Mon, 16 Sep 2019 21:08:27 -0400 Elliott Sales de Andrade Silence various discarded const warnings. file | diff | annotate
Fri, 13 Sep 2019 01:27:15 +0000 Gary Kramlich Merged in default (pull request #550) file | diff | annotate
Tue, 10 Sep 2019 01:25:27 -0500 Gary Kramlich We should be sending the events to the view as well file | diff | annotate
Fri, 06 Sep 2019 00:15:59 -0500 Gary Kramlich Fix a few g_warning messages that were legit errors file | diff | annotate
Fri, 06 Sep 2019 21:50:13 -0500 Gary Kramlich Make sure word wrap is on in the history file | diff | annotate
Fri, 06 Sep 2019 03:46:24 +0000 Gary Kramlich Merged in default (pull request #548) file | diff | annotate
Thu, 05 Sep 2019 22:55:35 -0400 Elliott Sales de Andrade Remove weird #define's from C sources. file | diff | annotate
Thu, 05 Sep 2019 21:03:59 -0500 Gary Kramlich Fix a few broken PURPLE_IS_CHAT checks and fix a incorrect typecast file | diff | annotate
Tue, 06 Aug 2019 19:15:13 -0400 Elliott Sales de Andrade Rename *_GET_*_IFACE to more standard *_GET_IFACE. file | diff | annotate
Mon, 22 Jul 2019 21:02:20 -0500 Gary Kramlich Some additional conversation theme cleanups file | diff | annotate
Fri, 19 Jul 2019 11:55:22 -0500 Gary Kramlich Remove everything about conversation themes file | diff | annotate
Fri, 19 Jul 2019 11:15:07 -0500 Gary Kramlich Some additional cleanups file | diff | annotate
Fri, 19 Jul 2019 03:04:16 -0500 Gary Kramlich Finally removing webkit!! file | diff | annotate
Fri, 19 Jul 2019 01:53:24 -0500 Gary Kramlich Replace gtkconv->webview with a TalkatuHistory file | diff | annotate
Wed, 17 Jul 2019 09:52:28 +0000 Gary Kramlich Merged in default (pull request #519) file | diff | annotate
Mon, 15 Jul 2019 23:36:08 -0500 Gary Kramlich Fix some issues found in review and default to an TalkatuHTMLBuffer file | diff | annotate
Thu, 11 Jul 2019 21:21:12 -0500 Gary Kramlich Add back the menu item callbacks as the callbacks were already fixed file | diff | annotate
(0) -1000 -300 -100 -60 tip

mercurial