Mon, 05 Nov 2018 17:02:11 -0600 Mike Ruprecht pidgin: Fix -Wfloat-equal warning file | diff | annotate
Mon, 05 Nov 2018 17:01:57 -0600 Mike Ruprecht pidgin: Fix GdkColor vs GdkRGBA -Wincompatible-pointer-types warnings file | diff | annotate
Mon, 05 Nov 2018 17:00:16 -0600 Mike Ruprecht pidgin: Fix various -Wincompatible-pointer-types warnings file | diff | annotate
Tue, 25 Sep 2018 15:06:32 -0500 Mike Ruprecht gtkconv: Drop code related to since removed pending image functionality 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
Tue, 22 May 2018 16:40:02 -0500 Mike Ruprecht Remove win32-dirs option file | diff | annotate
Tue, 08 May 2018 21:59:25 -0500 Mike Ruprecht Move e2ee icons to status directory of the icon theme specification file | diff | annotate
Thu, 22 Mar 2018 22:30:34 +0000 David Woodhouse Pidgin: Kill "transient_buddy" hack trac17295 file | diff | annotate
Thu, 22 Mar 2018 22:30:28 +0000 David Woodhouse Pidgin: use alias from existing PurpleConvChatBuddy, don't make one up trac17295 file | diff | annotate
Thu, 22 Mar 2018 22:30:12 +0000 David Woodhouse Add PURPLE_BLIST_NODE_FLAG_INVISIBLE to avoid showing nodes in UI trac17295 file | diff | annotate
Thu, 29 Mar 2018 23:20:36 -0500 Gary Kramlich Mergin 2.13.0 into default file | diff | annotate
Thu, 08 Mar 2018 00:04:52 -0600 Gary Kramlich Fix a typo refs #4061 release-2.x.y file | diff | annotate
Thu, 08 Mar 2018 00:03:29 -0600 paradox Don't allow adding a buddy to prpls that don't have an add_buddy callback. Fixes #4061 release-2.x.y file | diff | annotate
Thu, 18 Jan 2018 23:46:05 -0600 Gary Kramlich First pass at moving attention to it's own files file | diff | annotate
Thu, 23 Nov 2017 22:30:26 -0600 Gary Kramlich merging with default to fix conflicts file | diff | annotate
Thu, 31 Aug 2017 22:40:50 -0500 Gary Kramlich Initial attempt at removing the magic around PurpleProtocolXferInterface file | diff | annotate
Fri, 03 Nov 2017 01:22:04 -0500 Gary Kramlich Merged release-2.x.y into default file | diff | annotate
Sun, 10 Sep 2017 15:10:34 -0400 Elliott Sales de Andrade Use GDK button constants instead of magic numbers. file | diff | annotate
Sat, 09 Sep 2017 05:12:28 -0400 Elliott Sales de Andrade Add pidgin_menu_popup_at_treeview_selection. file | diff | annotate
Fri, 08 Sep 2017 20:22:37 -0400 Elliott Sales de Andrade Use gtk_menu_popup_at_pointer instead of gtk_menu_popup. file | diff | annotate
Fri, 08 Sep 2017 19:43:07 -0400 Elliott Sales de Andrade Use gdk_event_triggers_context_menu. file | diff | annotate
Sun, 03 Sep 2017 01:28:21 -0500 Gary Kramlich Namespace the contrast stuff and move it to it's own file/namespace release-2.x.y file | diff | annotate
Thu, 24 Aug 2017 21:18:49 -0500 Alyssa Rosenzweig Color updates for dark themes in the conversation tabs and the buddy list. release-2.x.y file | diff | annotate
Thu, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Thu, 25 May 2017 20:30:56 -0500 Gary Kramlich Merge default back in file | diff | annotate
Tue, 11 Oct 2016 23:32:23 -0500 Gary Kramlich rename purple_image_get_size to purple_image_get_data_size and deal with the fallout file | diff | annotate
Sun, 18 Sep 2016 20:16:43 -0500 Gary Kramlich Update pidgin for the PurpleImage and PurpleSmiley changes file | diff | annotate
Mon, 12 Sep 2016 23:56:39 -0500 Gary Kramlich first pass at cleaning up PurpleImage file | diff | annotate
Fri, 24 Mar 2017 13:01:08 +0300 qarkai Use g_strcmp0() for code simplification string-comparison-r2 file | diff | annotate
Fri, 24 Mar 2017 12:29:27 +0300 qarkai Remove redundant NULL checks string-comparison-r2 file | diff | annotate
Fri, 24 Mar 2017 02:23:46 +0300 qarkai Replace strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Thu, 23 Mar 2017 21:01:15 +0300 qarkai Replace !strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Sat, 10 Dec 2016 16:59:21 -0600 Gary Kramlich Fix coverity 1255963 file | diff | annotate
Sat, 10 Dec 2016 16:38:49 -0600 Gary Kramlich Fix coverity 1372517 file | diff | annotate
Tue, 06 Sep 2016 03:34:40 -0400 Elliott Sales de Andrade Replace style-set handlers with style-updated. file | diff | annotate
Mon, 05 Sep 2016 03:27:13 -0400 Elliott Sales de Andrade Fix GdkRGBA initializer types. file | diff | annotate
Mon, 05 Sep 2016 03:15:44 -0400 Elliott Sales de Andrade Remove some dead code. 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 18:48:09 -0400 Elliott Sales de Andrade Remove deprecated gtk_widget_reparent. file | diff | annotate
Sat, 03 Sep 2016 18:26:49 -0400 Elliott Sales de Andrade Replace deprecated gtk_misc_set_padding. file | diff | annotate
Sat, 03 Sep 2016 18:15:14 -0400 Elliott Sales de Andrade Replace gtk_widget_set_state with gtk_widget_set_state_flags. file | diff | annotate
Sat, 03 Sep 2016 17:41:56 -0400 Elliott Sales de Andrade Use gdk_cursor_new_for_display over gdk_cursor_new. file | diff | annotate
Sat, 03 Sep 2016 05:07:04 -0400 Elliott Sales de Andrade Fix several minor warnings. file | diff | annotate
Sun, 04 Sep 2016 04:45:09 -0400 Elliott Sales de Andrade Use GdkRGBA instead of GdkColor. 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
Fri, 02 Sep 2016 23:03:21 -0400 Elliott Sales de Andrade Remove backwards-compatibility with GTK+2. file | diff | annotate
Fri, 19 Aug 2016 23:03:37 -0500 Gary Kramlich Monster merge everything file | diff | annotate
Fri, 01 Jul 2016 00:19:12 -0700 Jorge Villaseñor Simplify our menuitem creation util function file | diff | annotate
Thu, 12 May 2016 14:26:05 +0200 Jakub Adam gtkconv: don't smileify system messages file | diff | annotate
Mon, 11 Apr 2016 04:22:21 -0300 dx gtkconv: Fix alignment of incoming RTL messages in protocols without rich text release-2.x.y file | diff | annotate
Fri, 12 Feb 2016 17:07:55 +0530 Jerin Philip Applying suggested changes file | diff | annotate
Thu, 11 Feb 2016 23:54:27 +0530 Jerin Philip Luminanosity Contrast Check file | diff | annotate
Sun, 20 Dec 2015 20:46:34 -0800 Jorge Villaseñor Remove support for GTK+2 file | diff | annotate
Sat, 15 Aug 2015 19:09:49 -0400 Michael McConville Only update the chat input box size and print debug info when the size actually changes. Otherwise, the debug log gets spammed with an entry on every keystroke. Discussed with grim. file | diff | annotate
Thu, 25 Jun 2015 22:03:17 -0700 Jorge Villaseñor Set the size of the gtkconv entry file | diff | annotate
Thu, 18 Jun 2015 09:54:08 -0400 Daniel Atallah Merge with release-2.x.y (with some manual merge fixes, most notably in pidgin/plugins/notify.c) file | diff | annotate
Tue, 02 Jun 2015 18:37:34 -0500 Richard Laager Add commas to the list of debug options file | diff | annotate
Tue, 02 Jun 2015 18:37:07 -0500 Richard Laager Add commas to the list of debug options release-2.x.y file | diff | annotate
Wed, 26 Nov 2014 16:01:25 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
(0) -1000 -300 -100 -60 tip

mercurial