| Thu, 27 Jun 2024 00:46:27 -0500 |
Gary Kramlich |
Update pidgin to use get id and username directly on PurpleAccount
|
file |
diff |
annotate
|
| Tue, 23 Jan 2024 00:10:07 -0600 |
Gary Kramlich |
Make sure all of the final types in pidgin plugins are defined as such
|
file |
diff |
annotate
|
| Wed, 25 Oct 2023 20:26:35 -0500 |
Elliott Sales de Andrade |
Fix possible clash of config headers
|
file |
diff |
annotate
|
| Tue, 11 Apr 2023 00:17:15 -0500 |
Gary Kramlich |
Use gtk_widget_set_visible for everything
|
file |
diff |
annotate
|
| Fri, 24 Feb 2023 00:57:06 -0600 |
Elliott Sales de Andrade |
Fix new warning in XMPP disco plugin
|
file |
diff |
annotate
|
| Fri, 24 Feb 2023 00:45:22 -0600 |
Elliott Sales de Andrade |
Convert XMPP Service Discovery to GtkColumnView
|
file |
diff |
annotate
|
| Tue, 21 Feb 2023 22:06:47 -0600 |
Gary Kramlich |
Mark unused parameters as such for all of the pidgin plugins
|
file |
diff |
annotate
|
| Tue, 24 Jan 2023 15:40:35 -0600 |
Elliott Sales de Andrade |
Convert XmppDiscoService into a GObject
|
file |
diff |
annotate
|
| Mon, 23 Jan 2023 20:51:42 -0600 |
Elliott Sales de Andrade |
Use icon-name to set up XMPP Discovery icons instead
|
file |
diff |
annotate
|
| Mon, 12 Dec 2022 00:57:49 -0600 |
Gary Kramlich |
Update Pidgin to stop using deprecated account methods
|
file |
diff |
annotate
|
| Fri, 28 Oct 2022 23:37:16 -0500 |
Elliott Sales de Andrade |
Avoid GtkComboBox-isms with PidginAccountChooser
|
file |
diff |
annotate
|
| Mon, 15 Aug 2022 23:43:18 -0500 |
Elliott Sales de Andrade |
Port XMPP Service Discovery plugin to GTK4
gtk4
|
file |
diff |
annotate
|
| Mon, 15 Aug 2022 22:19:19 -0500 |
Elliott Sales de Andrade |
Modernize XMPP discovery plugin
|
file |
diff |
annotate
|
| Fri, 25 Mar 2022 02:51:58 -0500 |
Elliott Sales de Andrade |
Replace PURPLE_CALLBACK by G_CALLBACK
|
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
|
| Sat, 12 Jun 2021 02:19:17 -0500 |
Elliott Sales de Andrade |
Use standard tooltips in XMPP Service Discovery plugin.
|
file |
diff |
annotate
|
| Thu, 10 Jun 2021 21:23:12 -0500 |
Elliott Sales de Andrade |
Inline pidgin_menu_item_new in XMPP Service Discovery plugin.
|
file |
diff |
annotate
|
| Wed, 13 Jan 2021 04:35:22 -0600 |
Arkadiy Illarionov |
Replace g_strdup_printf("%s", string) with g_strdup(string)
|
file |
diff |
annotate
|
| Tue, 15 Sep 2020 21:54:10 -0500 |
Gary Kramlich |
Separate the AccountChooser from its model and move options to filters
|
file |
diff |
annotate
|
| Thu, 06 Aug 2020 22:22:03 -0500 |
Gary Kramlich |
pidgin.h phase3: create pidgin.h and force its usage
|
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
|
| 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
|
| Fri, 23 Aug 2019 02:20:09 -0400 |
Elliott Sales de Andrade |
Convert Service Discovery plugin to Glade.
|
file |
diff |
annotate
|
| Tue, 13 Aug 2019 02:23:23 -0400 |
Elliott Sales de Andrade |
Move account chooser filter in a separate setter.
|
file |
diff |
annotate
|
| Mon, 12 Aug 2019 23:25:49 -0400 |
Elliott Sales de Andrade |
Remove callback from account chooser constructor.
|
file |
diff |
annotate
|
| Fri, 09 Aug 2019 01:51:47 -0400 |
Elliott Sales de Andrade |
Rename pidgin_account_option_menu_* to pidgin_account_chooser_*.
|
file |
diff |
annotate
|
| Fri, 09 Aug 2019 00:41:13 -0400 |
Elliott Sales de Andrade |
Split pidgin_account_option_menu into its own files.
|
file |
diff |
annotate
|
| Tue, 08 May 2018 22:30:20 -0500 |
Mike Ruprecht |
Move protocol icons to the apps icon theme specification directory
|
file |
diff |
annotate
|
| Tue, 08 May 2018 19:27:52 -0500 |
Mike Ruprecht |
Move status icons to the status icon theme specification directory
|
file |
diff |
annotate
|
| Wed, 02 May 2018 16:54:05 -0500 |
Mike Ruprecht |
gtkdisco: Port off of GtkStock
|
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
|
| Fri, 14 Jul 2017 16:44:53 -0500 |
Mike Ruprecht |
Stop using deprecated gtk_tree_view_set_rules_hint()
|
file |
diff |
annotate
|
| Fri, 01 Jul 2016 00:19:12 -0700 |
Jorge VillaseƱor |
Simplify our menuitem creation util function
|
file |
diff |
annotate
|
| Sun, 20 Dec 2015 20:46:34 -0800 |
Jorge VillaseƱor |
Remove support for GTK+2
|
file |
diff |
annotate
|
| Fri, 27 Jun 2014 01:07:11 +0530 |
Ankit Vani |
Merged default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 16 Apr 2014 12:04:51 +0530 |
Ankit Vani |
Merge 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
|
| Sat, 21 Sep 2013 17:01:08 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 17 Sep 2013 12:21:15 +0530 |
Ankit Vani |
Started refactoring pidgin plugins to use the new plugin API
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 24 Jun 2014 21:02:59 -0700 |
Mark Doliner |
Standardize the formatting we use to document hints for translators.
|
file |
diff |
annotate
|
| Tue, 15 Apr 2014 16:51:42 +0200 |
Tomasz Wasilczyk |
cross-win32: make dirs more flexible, add them to the config.h
|
file |
diff |
annotate
|
| Tue, 11 Feb 2014 02:19:31 +0100 |
Tomasz Wasilczyk |
Fix gtk_[hv]box_new gtk3 deprecation warnings
|
file |
diff |
annotate
|
| Sat, 21 Sep 2013 11:54:03 +0200 |
Tomasz Wasilczyk |
Notify API: extend purple_notify_message with PurpleRequestCommonParameters
|
file |
diff |
annotate
|
| Tue, 10 Sep 2013 13:06:10 +0200 |
Tomasz Wasilczyk |
Request API refactoring: introduce PurpleRequestCommonParameters and switch purple_request_input to it
|
file |
diff |
annotate
|
| Wed, 15 Aug 2012 04:28:21 -0400 |
Elliott Sales de Andrade |
Use GtkStyleContext instead of GtkStyle on GTK+3.
|
file |
diff |
annotate
|
| Mon, 23 Jul 2012 22:52:00 -0400 |
Elliott Sales de Andrade |
Add checks for old GTK+2 stuff.
cpw.qulogic.gtk3-required
|
file |
diff |
annotate
|
| Mon, 23 Jul 2012 00:19:16 -0400 |
Elliott Sales de Andrade |
Fix tooltip paint function parameters in gtkdisco plugin.
cpw.qulogic.gtk3-required
|
file |
diff |
annotate
|
| Sun, 26 Feb 2012 05:54:07 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 6063be322695dcef2aa8f7d4eff42e6c2d5e3a2b)
cpw.qulogic.gtk3-required
|
file |
diff |
annotate
|
| Fri, 23 Dec 2011 08:21:58 +0000 |
Elliott Sales de Andrade |
A boring and large patch so I can merge heads.
cpw.qulogic.gtk3
|
file |
diff |
annotate
|
| Mon, 14 Mar 2011 06:09:47 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head a0a4b018f9eb066561cd9c844381ff765dfbc26b)
cpw.qulogic.gtk3
|
file |
diff |
annotate
|
| Fri, 03 Dec 2010 23:03:58 +0000 |
Marcus Lundblad |
updates to work with the latest GTK+
cpw.qulogic.gtk3
|
file |
diff |
annotate
|
| Thu, 25 Nov 2010 22:30:18 +0000 |
Marcus Lundblad |
compiles using GTK+ 3 from git, beware it does not yet run, in fact it crashes...
cpw.qulogic.gtk3
|
file |
diff |
annotate
|
| Wed, 15 Feb 2012 22:26:40 +0000 |
Paul Aurich |
gtkdisco: Prevent a NULL dereference crash
release-2.x.y
|
file |
diff |
annotate
|
| Sat, 08 Jan 2011 03:45:42 +0000 |
Gabriel Schulhof |
Add pidgin_make_scrollable and use it. Cleans up a bunch of duplicate code. Net code loss of 180 lines. Fixes #13073.
next.minor
|
file |
diff |
annotate
|
| Tue, 13 Apr 2010 23:22:31 +0000 |
Elliott Sales de Andrade |
Prepare Pidgin plugins for GTK+3.0. They're almost GSeal-compliant, except
|
file |
diff |
annotate
|
| Tue, 01 Dec 2009 21:56:55 +0000 |
Paul Aurich |
oops.
|
file |
diff |
annotate
|
| Tue, 01 Dec 2009 16:49:15 +0000 |
Paul Aurich |
strchr() is valid on a UTF8 string when searching for an ASCII character
|
file |
diff |
annotate
|