Tue, 08 Mar 2022 01:17:33 -0600 Elliott Sales de Andrade Convert PidginNotify to GTK4 gtk4 file | diff | annotate
Tue, 22 Feb 2022 19:25:57 -0600 Gary Kramlich Remove the GtkShadowType parameter from pidgin_make_scrollable as that enum was removed. gtk4 file | diff | annotate
Tue, 02 Aug 2022 02:02:46 -0500 Elliott Sales de Andrade Add source files to GObject introspection file | diff | annotate
Fri, 31 Dec 2021 03:03:12 -0600 Gary Kramlich Remove email notification support from libpurple file | diff | annotate
Fri, 31 Dec 2021 00:44:03 -0600 Gary Kramlich Remove the email notification support from pidgin as no protocols really support it anymore. file | diff | annotate
Tue, 12 Oct 2021 05:05:29 -0500 Elliott Sales de Andrade Remove registration of all stock icons file | diff | annotate
Thu, 12 Aug 2021 01:02:01 -0500 Gary Kramlich Remove the usage of GtkStock from gtknotify.c file | diff | annotate
Thu, 03 Jun 2021 19:33:07 -0500 Gary Kramlich Fix some null pointer deferences and dead stores that scanbuild found in Pidgin release-2.x.y file | diff | annotate
Sat, 13 Feb 2021 01:14:10 -0600 Gary Kramlich Rework the way we open links with firefox release-2.x.y 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
Mon, 11 Jan 2021 00:05:29 -0600 Gary Kramlich Replace stock items for dialog buttons with labels file | diff | annotate
Sat, 02 Jan 2021 22:05:09 -0600 Gary Kramlich Remove the buddy pounces api file | diff | annotate
Tue, 13 Oct 2020 00:42:59 -0500 Gary Kramlich Replace pidgin_set_urgent with gtk_window_set_urgency_hint file | diff | annotate
Mon, 03 Aug 2020 20:20:02 -0500 Gary Kramlich Replace the manual browser opening code with gtk_show_uri_on_window 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
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
Fri, 15 Nov 2019 01:27:30 -0600 Gary Kramlich Bump the gtk minimum to 3.22 and remove gtk3compat.h file | diff | annotate
Sun, 10 Nov 2019 04:20:32 -0500 Elliott Sales de Andrade Remove GtkDialog handling in pidgin_widget_decorate_account. file | diff | annotate
Tue, 05 Nov 2019 21:07:41 -0500 Elliott Sales de Andrade Add some NULL checks to silence scan-build. file | diff | annotate
Mon, 04 Nov 2019 13:38:48 +0300 qarkai Remove redundant returns file | diff | annotate
Mon, 04 Nov 2019 13:28:18 +0300 qarkai Remove redundant callback type casts 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
Mon, 14 Oct 2019 10:18:00 +0300 qarkai Restore braces file | diff | annotate
Sun, 13 Oct 2019 15:45:39 +0300 qarkai Use GList functions instead of manual iterations file | diff | annotate
Wed, 02 Oct 2019 20:27:30 -0400 Elliott Sales de Andrade Replace malloc(sizeof(...)) with g_new0(..., 1). 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
Mon, 01 Apr 2019 22:19:54 -0400 Elliott Sales de Andrade Remove unnecessary struct tags. file | diff | annotate
Thu, 06 Sep 2018 22:15:06 -0500 Gary Kramlich Fix a comment file | diff | annotate
Thu, 06 Sep 2018 21:36:20 -0500 Gary Kramlich Remove webkit from gtknotify.c and replace it with talkatu. Having some issues with format rendering, but it's working otherwise file | diff | annotate
Fri, 08 Jun 2018 20:15:39 -0500 Mike Ruprecht Replace remaining usage of PIDGIN_STOCK_DIALOG_* with literal icon names file | diff | annotate
Fri, 08 Jun 2018 20:30:41 -0500 Mike Ruprecht Port pidgin_blist_set_headline() from GdkPixbuf to GtkIconTheme file | diff | annotate
Thu, 22 Mar 2018 22:38:33 +0000 David Woodhouse Improve default selection in pidgin_notify_searchresults_new_rows() trac17292 file | diff | annotate
Thu, 22 Mar 2018 22:38:30 +0000 David Woodhouse Fix memory leaks in pidgin_notify_searchresults_new_rows() trac17292 file | diff | annotate
Thu, 29 Mar 2018 23:20:36 -0500 Gary Kramlich Mergin 2.13.0 into default file | diff | annotate
Thu, 22 Dec 2011 05:47:25 +0000 Howard Chu Ensure labelled buttons are shown for search results in Pidgin. release-2.x.y file | diff | annotate
Fri, 03 Nov 2017 01:22:04 -0500 Gary Kramlich Merged release-2.x.y into default file | diff | annotate
Fri, 29 Sep 2017 18:48:51 +0200 Daniel Kamil Kozar Add unit tests for xdg-open URI escaping uri-escape-unit-test-2 file | diff | annotate
Thu, 28 Sep 2017 23:01:57 +0200 Daniel Kamil Kozar Remove the purple_debug_info call with the escaped URI trac-16391 file | diff | annotate
Mon, 25 Sep 2017 01:10:18 +0200 Daniel Kamil Kozar Don't escape brackets in URIs passed to pidgin_notify_uri trac-16391 file | diff | annotate
Fri, 14 Jul 2017 16:44:53 -0500 Mike Ruprecht Stop using deprecated gtk_tree_view_set_rules_hint() file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Thu, 23 Mar 2017 21:01:15 +0300 qarkai Replace !strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Mon, 05 Sep 2016 03:12:22 -0400 Elliott Sales de Andrade Simplify gtk_label_set_[xy]align calls. file | diff | annotate
Sat, 03 Sep 2016 05:36:08 -0400 Elliott Sales de Andrade Replace Gtk[HV]Box with GtkBox. file | diff | annotate
Sun, 04 Sep 2016 00:36:05 -0400 Elliott Sales de Andrade Replace the deprecated gtk_misc_set_alignment function. file | diff | annotate
Sun, 20 Dec 2015 20:46:34 -0800 Jorge VillaseƱor Remove support for GTK+2 file | diff | annotate
Wed, 09 Dec 2015 23:57:54 -0800 Jorge VillaseƱor Change enum name from PurpleNotifyMsgType to PurpleNotifyMessageType file | diff | annotate
Sat, 10 May 2014 03:56:36 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 07 Apr 2014 20:02:22 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 11 Feb 2014 23:47:33 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 10 Feb 2014 02:09:20 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Tue, 04 Feb 2014 16:31:36 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Wed, 29 Jan 2014 00:28:08 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 07 Dec 2013 02:03:01 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 06 Dec 2013 14:50:14 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 21 Sep 2013 21:37:20 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 21 Sep 2013 17:01:08 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
(0) -100 -60 tip

mercurial