| 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
|
| Mon, 18 Jan 2021 00:05:05 -0600 |
Gary Kramlich |
Greatly simplify the nick color generation and properly detect dark themes.
|
file |
diff |
annotate
|
| Mon, 11 Jan 2021 01:51:14 -0600 |
Gary Kramlich |
Split PurpleProtocolChat to its own file and clean up the API.
|
file |
diff |
annotate
|
| Mon, 11 Jan 2021 00:20:09 -0600 |
Gary Kramlich |
Rename the pidgin_style_* api to pidgin_style_context_*
|
file |
diff |
annotate
|
| Mon, 11 Jan 2021 00:05:29 -0600 |
Gary Kramlich |
Replace stock items for dialog buttons with labels
|
file |
diff |
annotate
|
| Fri, 08 Jan 2021 06:05:16 -0600 |
Gary Kramlich |
A handful of random cleanups in PidginConversation and PidginConvWindow
|
file |
diff |
annotate
|
| Fri, 08 Jan 2021 06:04:59 -0600 |
Gary Kramlich |
Remove some old GtkStyle stuff that was setup for tab labels that was replaced some time ago with css
|
file |
diff |
annotate
|
| Sat, 02 Jan 2021 22:05:09 -0600 |
Gary Kramlich |
Remove the buddy pounces api
|
file |
diff |
annotate
|
| Tue, 22 Dec 2020 00:19:36 -0600 |
Elliott Sales de Andrade |
Fix Windows builds and tests
|
file |
diff |
annotate
|
| Thu, 17 Dec 2020 23:31:11 -0600 |
Gary Kramlich |
Deprecate purple_util_write_data_to_file_absolute and use g_file_set_contents in place of it
|
file |
diff |
annotate
|
| Thu, 17 Dec 2020 20:15:43 -0600 |
Gary Kramlich |
Fix a few random issues that scanbuild found.
|
file |
diff |
annotate
|
| Tue, 01 Dec 2020 00:14:18 -0600 |
Gary Kramlich |
gtk 3.22 depends on pango 1.37.3 so we can remove any PANGO_CHECK_VERSIONS for before that version
|
file |
diff |
annotate
|
| Tue, 01 Dec 2020 00:13:47 -0600 |
Gary Kramlich |
Remove the conversation tab context menu and force tabs to be on the left
|
file |
diff |
annotate
|
| Tue, 24 Nov 2020 03:33:04 -0600 |
Gary Kramlich |
The vbox is already packed into PidginConversationWindow from glade, don't add it again.
|
file |
diff |
annotate
|
| Sat, 14 Nov 2020 03:39:06 -0600 |
Gary Kramlich |
Create PidginPresenceIcon that displays the correct icon for its bound PurplePresence
|
file |
diff |
annotate
|
| Tue, 10 Nov 2020 01:11:31 -0600 |
Gary Kramlich |
Rename gtkstyle.[ch] to pidginstyle.[ch] and fix up the dark mode check.
|
file |
diff |
annotate
|
| Sun, 01 Nov 2020 04:48:35 -0600 |
Gary Kramlich |
Create a new PidginConversationWindow widget
|
file |
diff |
annotate
|
| Thu, 29 Oct 2020 23:26:02 -0500 |
Elliott Sales de Andrade |
Remove unused conversation-timestamp signal.
|
file |
diff |
annotate
|
| Mon, 12 Oct 2020 21:03:57 -0500 |
Gary Kramlich |
Moved all of the inline css in pidgin to resource files
|
file |
diff |
annotate
|
| 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
|