|
|
1
|
Remove the internal keyring.
|
grim
|
December 10th, 2021, 1:51 a.m.
|
|
|
|
1
|
Move the wincred credential provider plugin to its own directory
|
grim
|
December 10th, 2021, 12:11 a.m.
|
|
|
|
1
|
Remove the "welcome to pidgin" stuff from the buddy list.
|
grim
|
December 9th, 2021, 9:28 p.m.
|
|
|
|
1
|
Don't use ~/.face.icon as a default profile picture.
|
grim
|
December 9th, 2021, 11:12 p.m.
|
|
|
|
1
|
Clean up some stuff in PidginProtocolChooser.
|
grim
|
December 9th, 2021, 9:14 p.m.
|
|
|
|
1
|
Remove the Conversation -> Chat Notifications preference from the ui as it was removed long ago
|
grim
|
December 9th, 2021, 9:57 p.m.
|
|
|
|
1
|
Run clang-format
|
grim
|
December 7th, 2021, 3:56 a.m.
|
|
|
|
1
|
Move the generated version stuff out to its own headerfile
|
grim
|
December 7th, 2021, 3:07 a.m.
|
|
|
|
1
|
Move conversation window key handling into its file
|
QuLogic
|
December 7th, 2021, 12:42 a.m.
|
|
|
|
1
|
Fix an order of operation with shutting down the account manager
|
grim
|
December 7th, 2021, 12:59 a.m.
|
|
|
|
1
|
Move conversation management from gtkconv.c to PidginConversationWindow.
|
grim
|
October 28th, 2021, 6:05 a.m.
|
|
|
|
1
|
Make the perl5 loader's name match the format of the lua and python loaders
|
grim
|
December 6th, 2021, 10:48 p.m.
|
|
|
|
1
|
Fix doc cross-references in GTK4 viewer
|
QuLogic
|
December 6th, 2021, 10:48 p.m.
|
|
|
|
1
|
Implement a plugin viewer in GTK4
|
QuLogic
|
November 11th, 2021, 10:03 p.m.
|
|
|
|
1
|
As the buddy list window will eventually be leaving, we can stop remembering its size
|
grim
|
December 6th, 2021, 8:28 p.m.
|
|
|
|
1
|
Fix some broken doc comments for the account manager api
|
grim
|
December 5th, 2021, 5:06 a.m.
|
|
|
|
1
|
Fix an issue where pidgin would crash if you disconnected an account with transient buddies before the new signon timeout fired.
|
grim
|
December 2nd, 2021, 10:41 p.m.
|
|
|
|
1
|
Create the PurpleAccountManager API
|
grim
|
November 12th, 2021, 3:07 a.m.
|
|
|
|
1
|
Make pidgin_text_combo_box_entry_new use GtkEventControllerKey
|
grim
|
December 3rd, 2021, 12:19 a.m.
|
|
|
|
1
|
Connect the close signal of the about dialog in the template instead of C code
|
grim
|
December 2nd, 2021, 9:45 p.m.
|
|
|
|
2
|
Remove usage of pidgin_conv_is_hidden from transparency plugin
|
sorvival
|
November 22nd, 2021, 8:27 p.m.
|
|
|
|
1
|
Bump minimum requirements to match GTK4
|
QuLogic
|
November 21st, 2021, 5:32 p.m.
|
|
|
|
1
|
Remove the attention api. It's always been an annoyance and most protocols don't implement it anymore
|
grim
|
November 2nd, 2021, 12:27 a.m.
|
|
|
|
1
|
Split PurpleCoreUiOps out to its own file.
|
grim
|
November 10th, 2021, 2:01 a.m.
|
|
|
|
1
|
Add a new CredentialProvider for macOS Keychain Access
|
grim
|
November 5th, 2021, 2:25 a.m.
|
|
|
|
1
|
Rename the secretservice plugin to libsecret and move it into the plugins directory
|
grim
|
November 5th, 2021, 4:11 a.m.
|
|
|
|
1
|
Move the kwallet plugin to the plugins directory and make it autoload
|
grim
|
November 5th, 2021, 3:50 a.m.
|
|
|
|
1
|
Remove the libpurple support for themes now that all of the ui support has been removed
|
grim
|
November 1st, 2021, 10:47 p.m.
|
|
|
|
1
|
Upgrade to gplugin 0.37.0
|
grim
|
November 11th, 2021, 10:49 p.m.
|
|
|
|
1
|
Prepare for the next round of development
|
grim
|
November 11th, 2021, 10:08 p.m.
|
|
|
|
1
|
Prepare for the 0.37.0 release
|
grim
|
November 11th, 2021, 9:04 p.m.
|
|
|
|
1
|
Make sure the path for a buddy icon isn't an empty string before we attempt to load it as a pixbuf
|
grim
|
November 11th, 2021, 8:34 p.m.
|
|
|
|
1
|
Fix a typo in the purpleidleui.h header guard comment
|
grim
|
November 11th, 2021, 9:18 p.m.
|
|
|
|
1
|
gi-docgen now errors if your annotations are wrong, so this fixes ours
|
grim
|
November 11th, 2021, 8:52 p.m.
|
|
|
|
1
|
Clean up some issues during shutdown that were outputting warnings
|
grim
|
November 9th, 2021, 11:16 p.m.
|
|
|
|
1
|
Ran codespell on the libpurple docs that were converted to gi-docgen
|
grim
|
November 8th, 2021, 10:39 p.m.
|
|
|
|
1
|
Convert the libpurple docs to gi-docgen
|
grim
|
October 29th, 2021, 4:33 a.m.
|
|
|
|
2
|
Clear conversation typing source ID in callback
|
sadiq
|
November 3rd, 2021, 11:49 a.m.
|
|
|
|
1
|
protocol.c was renamed to purpleprotocol.c awhile ago but the docs were not updated for it
|
grim
|
November 2nd, 2021, 12:38 a.m.
|
|
|
|
1
|
Remove PurpleProtocolFactory->roomlist_new as no one is using it
|
grim
|
November 1st, 2021, 10:40 p.m.
|
|
|
|
1
|
Check that we have a PurpleIdleUi if we weren't passed null
|
grim
|
November 2nd, 2021, 12:12 a.m.
|
|
|
|
1
|
Fix some bugs with proxies for xmpp
|
grim
|
November 1st, 2021, 11:32 p.m.
|
|
|
|
1
|
Make sure our GError variables are initialized to NULL
|
grim
|
November 1st, 2021, 11:40 p.m.
|
|
|
|
1
|
Remove private data from PurpleConnection and fix up PURPLE_CONNECTION_ERROR
|
grim
|
October 28th, 2021, 11:25 p.m.
|
|
|
|
1
|
Rename protocol.[ch] to purpleprotocol.[ch]
|
grim
|
October 28th, 2021, 11:43 p.m.
|
|
|
|
1
|
Remove the Pidgin icon themes which are covered by XDG icon themes now and remove the stock api as that's all that was using it yet.
|
grim
|
October 21st, 2021, 3:53 a.m.
|
|
|
|
1
|
Remove the prototype for pidgin_dialogs_log which was missed when the logging api was removed
|
grim
|
October 28th, 2021, 8:48 p.m.
|
|
|
|
1
|
Separate the preproc mess of gtkidle out from a single function to multiple functions
|
grim
|
October 28th, 2021, 9:25 p.m.
|
|
|
|
1
|
remove purple_network_get_handle as it is no longer used
|
grim
|
October 28th, 2021, 10:10 p.m.
|
|
|
|
1
|
remove the glib version macros from internal.h to meson and make sure everything is consistent
|
grim
|
October 28th, 2021, 9:32 p.m.
|
|