|
|
1
|
Reorder a g_object_get to not break pidgin.
|
grim
|
June 14th, 2021, 9:50 p.m.
|
|
|
|
1
|
Add support for the author-name-color property to PidginMessage and wire it up in PurpleMessage as well
|
grim
|
June 10th, 2021, 9:52 p.m.
|
|
|
|
1
|
Add GPluginPluginInfo:provides and GPluginPluginInfo:priority properties
|
grim
|
May 31st, 2021, 4:27 a.m.
|
|
|
|
1
|
Separate PurpleDebugUi out to its own file
|
grim
|
May 30th, 2021, 4:07 a.m.
|
|
|
|
1
|
Replace the subproject build with a debian build and add fedora and clang builds
|
grim
|
June 12th, 2021, 7:31 p.m.
|
|
|
|
1
|
Dynamically generate the glade catalog to include the version and match our other projects
|
grim
|
June 13th, 2021, 3:10 a.m.
|
|
|
|
1
|
Create a manager for conversations.
|
grim
|
May 27th, 2021, 9 p.m.
|
|
|
|
1
|
Make the unity plugin compile again and add stuff to ci ubuntu builds
|
grim
|
June 11th, 2021, 11:11 p.m.
|
|
|
|
1
|
Use standard tooltips in XMPP Service Discovery plugin.
|
QuLogic
|
June 10th, 2021, 4:33 p.m.
|
|
|
|
1
|
Use GPLUGIN_NATIVE_PLUGIN_DECLARE for all libpurple plugins and remove PURPLE_PLUGIN_INIT
|
grim
|
June 10th, 2021, 7:23 p.m.
|
|
|
|
1
|
Drop icons from Room List popup menu.
|
QuLogic
|
June 10th, 2021, 8:54 p.m.
|
|
|
|
1
|
Inline pidgin_menu_item_new in XMPP Service Discovery plugin.
|
QuLogic
|
June 10th, 2021, 9:09 p.m.
|
|
|
|
1
|
Use standard GTK tooltips for room list.
|
QuLogic
|
June 10th, 2021, 4:31 p.m.
|
|
|
|
2
|
Remove Online Help accelerator.
|
QuLogic
|
June 10th, 2021, 7:15 p.m.
|
|
|
|
1
|
Remove purple_plugins_get_handle and the associated signals
|
grim
|
June 10th, 2021, 5:44 p.m.
|
|
|
|
2
|
Remove unused pidgin_tooltip_setup_for_widget.
|
QuLogic
|
June 10th, 2021, 4:29 p.m.
|
|
|
|
1
|
Remove PidginBuddyList->timeout.
|
QuLogic
|
June 7th, 2021, 11:14 p.m.
|
|
|
|
1
|
Rename PidginBuddyList->tip_rect to drag_rect.
|
QuLogic
|
June 7th, 2021, 11:07 p.m.
|
|
|
|
1
|
Fix a -Wlogical-not-parentheses warning in zephyr
|
grim
|
June 7th, 2021, 10:48 p.m.
|
|
|
|
2
|
Check pkg-config for ncurses before manually looking for it.
|
grim
|
June 7th, 2021, 9:22 p.m.
|
|
|
|
2
|
Replace newlines in topics with spaces.
|
grim
|
June 7th, 2021, 9:45 p.m.
|
|
|
|
1
|
Update the C plugin tutorial to use the gplugin macros
|
grim
|
May 30th, 2021, 2:26 a.m.
|
|
|
|
1
|
Fix some issues scanbuild found in the xmpp protocol plugin
|
grim
|
June 1st, 2021, 10:27 p.m.
|
|
|
|
2
|
Zero out some memory that scanbuild thought might be used
|
grim
|
June 2nd, 2021, 6:41 p.m.
|
|
|
|
1
|
Prepare for the next round of development
|
grim
|
June 3rd, 2021, 10:27 p.m.
|
|
|
|
2
|
Prepare for the 2.14.5 release
|
grim
|
June 3rd, 2021, 8:13 p.m.
|
|
|
|
2
|
Fix some null pointer deferences and dead stores that scanbuild found in Pidgin
|
grim
|
June 2nd, 2021, 8:21 p.m.
|
|
|
|
3
|
Fix some errors that scanbuild found
|
grim
|
June 2nd, 2021, 7:19 p.m.
|
|
|
|
2
|
Fix some issues in the tcl loader that scanbuild found
|
grim
|
June 2nd, 2021, 6:52 p.m.
|
|
|
|
1
|
Update pidgin-installer.nsi to work with the official nsis release
|
grim
|
June 3rd, 2021, 4:22 a.m.
|
|
|
|
1
|
Update our mozilla.pem file and document how to do so.
|
grim
|
June 3rd, 2021, 4:29 p.m.
|
|
|
|
1
|
Use g_[s]list_delete_link more.
|
QuLogic
|
June 2nd, 2021, 3:32 a.m.
|
|
|
|
1
|
Fix some issues scanbuild found in zephyr
|
grim
|
June 1st, 2021, 8:04 p.m.
|
|
|
|
1
|
Fix some issues scanbuild found in the Novell protocol plugin
|
grim
|
June 1st, 2021, 10:26 p.m.
|
|
|
|
2
|
Fix some issues scanbuild found in the silc protocol plugin
|
grim
|
June 1st, 2021, 10:32 p.m.
|
|
|
|
2
|
Fix some issues scanbuild found in the irc protocol plugin
|
grim
|
June 1st, 2021, 10:34 p.m.
|
|
|
|
1
|
Fix some issues scanbuild found in the gadugadu protocol plugin
|
grim
|
June 1st, 2021, 10:35 p.m.
|
|
|
|
1
|
Fix a potential memory leak scanbuild identified
|
grim
|
June 1st, 2021, 8:51 p.m.
|
|
|
|
1
|
Fix some double frees that scanbuild found
|
grim
|
June 1st, 2021, 8:41 p.m.
|
|
|
|
2
|
In 2021 we should NOT be enabling UPnP and IP auto discovery by default
|
grim
|
June 1st, 2021, 8:01 p.m.
|
|
|
|
1
|
Fix some issues scanbuild found in proxy.c
|
grim
|
June 1st, 2021, 7:27 p.m.
|
|
|
|
1
|
Fix some issues scanbuild found in the simple protocol plugin
|
grim
|
June 1st, 2021, 7:21 p.m.
|
|
|
|
1
|
Fix some issues scanbuild found in novell
|
grim
|
June 1st, 2021, 7:20 p.m.
|
|
|
|
1
|
Fix a use after free that scanbuild found
|
grim
|
June 1st, 2021, 7:12 p.m.
|
|
|
|
1
|
Fix a use after free that scanbuild detected
|
grim
|
June 1st, 2021, 7:07 p.m.
|
|
|
|
1
|
Fix some issues scanbuild found in prefs.c
|
grim
|
June 1st, 2021, 6:58 p.m.
|
|
|
|
1
|
Fix some issues scanbuild found in the log reader plugin
|
grim
|
June 1st, 2021, 6:56 p.m.
|
|
|
|
1
|
Fix a use after free scanbuild found in buddyicon.c
|
grim
|
June 1st, 2021, 6:55 p.m.
|
|
|
|
1
|
Fix some issues scanbuild found in gtkthemes.c
|
grim
|
June 1st, 2021, 6:53 p.m.
|
|
|
|
1
|
Fix some issues scanbuild found in our dns handling code
|
grim
|
June 1st, 2021, 5:03 p.m.
|
|