| Mon, 02 Nov 2020 00:48:14 -0600 |
Elliott Sales de Andrade |
Fix a small typo.
|
changeset |
files
|
| Sun, 01 Nov 2020 04:48:35 -0600 |
Gary Kramlich |
Create a new PidginConversationWindow widget
|
changeset |
files
|
| Sun, 01 Nov 2020 04:47:52 -0600 |
Gary Kramlich |
Clean up g_log handling
|
changeset |
files
|
| Sun, 01 Nov 2020 03:33:09 -0600 |
Gary Kramlich |
Rename presence.[ch] to purplepresence.[ch], fix some docs, and other tweaks.
|
changeset |
files
|
| Sun, 01 Nov 2020 02:42:18 -0600 |
Gary Kramlich |
Remove the winprefs plugin as it only interacts with the buddy list window which we will soon be removing
|
changeset |
files
|
| Fri, 30 Oct 2020 16:34:33 -0500 |
Gary Kramlich |
Some random documentation fixes
|
changeset |
files
|
| Fri, 30 Oct 2020 16:34:27 -0500 |
Gary Kramlich |
Fix a bug where we tell the preferences to disconnect the wrong signals
|
changeset |
files
|
| Fri, 30 Oct 2020 01:41:21 -0500 |
Elliott Sales de Andrade |
Fix circular buffer on 32-bit machines.
|
changeset |
files
|
| Thu, 29 Oct 2020 23:28:12 -0500 |
Gary Kramlich |
remove some old icq server migration code
|
changeset |
files
|
| Thu, 29 Oct 2020 23:26:02 -0500 |
Elliott Sales de Andrade |
Remove unused conversation-timestamp signal.
|
changeset |
files
|
| Thu, 29 Oct 2020 23:23:18 -0500 |
Elliott Sales de Andrade |
Don't require C++ compiler if kwallet is not required.
|
changeset |
files
|
| Thu, 29 Oct 2020 22:31:50 -0500 |
Gary Kramlich |
Fix the log viewer
|
changeset |
files
|
| Thu, 29 Oct 2020 21:44:26 -0500 |
Gary Kramlich |
Remove the SIMPLE protocol plugin
|
changeset |
files
|
| Mon, 26 Oct 2020 20:18:35 -0500 |
Gary Kramlich |
Fix a typo in Debug/filter.css that was throwing a GWarning
|
changeset |
files
|
| Fri, 16 Oct 2020 02:27:21 -0500 |
Gary Kramlich |
Pull the purple_markup_* api out of util.[ch] to purplemarkup.[ch]. No code was changed just moved it from one file to the other.
|
changeset |
files
|
| Thu, 15 Oct 2020 20:25:08 -0500 |
Gary Kramlich |
Create an AppImage for Pidgin3
|
changeset |
files
|
| Thu, 15 Oct 2020 20:16:13 -0500 |
Gary Kramlich |
Make it possible so that libpurple plugins can use functions defined in libpurple/glibcompat.h
|
changeset |
files
|
| Wed, 14 Oct 2020 23:05:50 -0500 |
Gary Kramlich |
Fix a few issues with the CredentialProvider code that snuck past review
|
changeset |
files
|
| Wed, 14 Oct 2020 21:50:38 -0500 |
Steve Wills |
Fix build with clang 11.0.0
|
changeset |
files
|
| Wed, 14 Oct 2020 20:44:46 -0500 |
Steve Wills |
Fix build with clang 11.0.0
|
changeset |
files
|
| Wed, 14 Oct 2020 19:46:11 -0500 |
Gary Kramlich |
Some initial fixes for the windows build
|
changeset |
files
|
| Wed, 14 Oct 2020 00:40:50 -0500 |
Gary Kramlich |
remove wpurple_strerror
|
changeset |
files
|
| Tue, 13 Oct 2020 21:26:55 -0500 |
Gary Kramlich |
Disable notification-sound on windows
|
changeset |
files
|
| Tue, 13 Oct 2020 00:42:59 -0500 |
Gary Kramlich |
Replace pidgin_set_urgent with gtk_window_set_urgency_hint
|
changeset |
files
|
| Mon, 12 Oct 2020 23:44:21 -0500 |
Gary Kramlich |
Remove the GEvolution plugin
|
changeset |
files
|
| Mon, 12 Oct 2020 22:10:27 -0500 |
Gary Kramlich |
Create a proper GtkApplication subclass for Pidgin and use it.
|
changeset |
files
|
| Mon, 12 Oct 2020 21:03:57 -0500 |
Gary Kramlich |
Moved all of the inline css in pidgin to resource files
|
changeset |
files
|
| Mon, 12 Oct 2020 20:57:09 -0500 |
Gary Kramlich |
Start replacing time utility functions with GDateTime
|
changeset |
files
|
| Mon, 12 Oct 2020 20:54:13 -0500 |
Gary Kramlich |
Fix an issue where we would get a warning about gplugin.pc not found while generating gir files
|
changeset |
files
|
| Sat, 10 Oct 2020 02:05:12 -0500 |
Gary Kramlich |
Use the irc nick as the ident when the user has not specified on. Fixes PIDGIN-17435
|
changeset |
files
|
| Thu, 08 Oct 2020 23:37:43 -0500 |
Gary Kramlich |
Add PurpleCredentialProvider as the first piece to replace the existing keyring api.
|
changeset |
files
|
| Thu, 08 Oct 2020 23:31:08 -0500 |
Elliott Sales de Andrade |
vv: Switch to GTK sinks by default.
|
changeset |
files
|
| Thu, 08 Oct 2020 03:25:28 -0500 |
Gary Kramlich |
Change the introspection option to a boolean so that the subprojects can properly yield to it.
|
changeset |
files
|
| Wed, 07 Oct 2020 02:07:56 -0500 |
Elliott Sales de Andrade |
Remove purple_callback_set_zero.
|
changeset |
files
|
| Wed, 07 Oct 2020 01:14:43 -0500 |
Elliott Sales de Andrade |
Remove PurplePluginInfo->ui_data.
|
changeset |
files
|
| Wed, 07 Oct 2020 01:10:20 -0500 |
Elliott Sales de Andrade |
Fix a couple GI/doc warnings
|
changeset |
files
|
| 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
|
changeset |
files
|
| Sat, 03 Oct 2020 05:58:21 -0500 |
Gary Kramlich |
PurpleMessage cleanups from hell
|
changeset |
files
|
| Sun, 27 Sep 2020 21:13:04 -0500 |
Gary Kramlich |
Fix the prototypes for purple_attachment_[gs]et_size to match the actual implementation
|
changeset |
files
|
| Mon, 21 Sep 2020 21:18:27 -0500 |
Gary Kramlich |
Use an https link to gnu.org in the license file headers
|
changeset |
files
|
| Mon, 21 Sep 2020 20:23:22 -0500 |
Elliott Sales de Andrade |
Cleanup some GG utility functions
|
changeset |
files
|
| Mon, 21 Sep 2020 20:15:51 -0500 |
Gary Kramlich |
Move PurpleAccountPresence and PurpleBuddyPresence to their own files
|
changeset |
files
|
| Wed, 16 Sep 2020 02:04:11 -0500 |
Elliott Sales de Andrade |
Switch join_paths and + to /.
|
changeset |
files
|
| Wed, 16 Sep 2020 01:58:44 -0500 |
Gary Kramlich |
Remove a bunch of functions from gtkutils that weren't being used.
|
changeset |
files
|
| Tue, 15 Sep 2020 21:54:10 -0500 |
Gary Kramlich |
Separate the AccountChooser from its model and move options to filters
|
changeset |
files
|
| Tue, 15 Sep 2020 20:26:57 -0500 |
Gary Kramlich |
Replace some utility functions with actual widgets
|
changeset |
files
|
| Mon, 14 Sep 2020 21:35:28 -0500 |
Gary Kramlich |
Update for new gplugin_init signature
|
changeset |
files
|
| Mon, 14 Sep 2020 20:53:39 -0500 |
Gary Kramlich |
Fix some broken urls and get rid of the old developer segfault message
|
changeset |
files
|
| Mon, 14 Sep 2020 20:49:00 -0500 |
Gary Kramlich |
Cleanup pidginabout.[ch] and add the plugin searchs paths to it
|
changeset |
files
|
| Mon, 07 Sep 2020 05:57:50 -0500 |
Gary Kramlich |
Try to fix some gwarnings when pidgin_blist_update_sort_method gets called before the menu of the buddy list exists. This is pretty crappy, but this just helps me get through gdb faster right now.
|
changeset |
files
|
| Sat, 05 Sep 2020 22:20:14 -0500 |
Gary Kramlich |
Now that gplugin is no longer using hg flow we should be pointed at its default branch.
|
changeset |
files
|
| Sat, 05 Sep 2020 17:11:53 -0500 |
Gary Kramlich |
Add the 2.14.0 and 2.14.1 ChangeLog entries to the ChangeLog and remove the entries from the 3.0.0 entry.
|
changeset |
files
|
| Thu, 03 Sep 2020 20:16:32 -0500 |
Gary Kramlich |
Add support for message attachments
|
changeset |
files
|
| Thu, 27 Aug 2020 03:29:49 -0500 |
Gary Kramlich |
Move PurpleProtocolMediaInterface to its own file.
|
changeset |
files
|
| Tue, 25 Aug 2020 23:18:09 -0500 |
Gary Kramlich |
Add documentation for all PURPLE_TYPE_ functions as well as PURPLE_TUNE_ constants
|
changeset |
files
|
| Tue, 25 Aug 2020 21:53:23 -0500 |
Gary Kramlich |
Make gstreamer-1.0 a required dependency
|
changeset |
files
|
| Tue, 25 Aug 2020 21:44:38 -0500 |
Gary Kramlich |
Remove conversation window icon support
|
changeset |
files
|
| Sat, 22 Aug 2020 22:15:25 -0500 |
Gary Kramlich |
Make PurpleProtocolPrivacy a proper GInterface and move it to it's own file
|
changeset |
files
|
| Sat, 22 Aug 2020 13:03:30 -0500 |
Elliott Sales de Andrade |
Fix some ggp_xml stuff
|
changeset |
files
|
| Sat, 22 Aug 2020 04:03:26 -0500 |
Gary Kramlich |
Remove and replace a number of the purple utility functions
|
changeset |
files
|