2008-11-14 |
Richard Laager |
Fix CID #388
|
2008-11-14 |
Richard Laager |
Fix CID #389
|
2008-11-14 |
Richard Laager |
Fix CID #390
|
2008-11-14 |
Richard Laager |
Fix CID #391, #392
|
2008-11-14 |
Richard Laager |
Fix CID #370
|
2008-11-14 |
Richard Laager |
pkt can't ever be NULL here. It is only ever allocated once with g_newa(),
|
2008-11-14 |
Richard Laager |
Fix CID #401
|
2008-11-14 |
Richard Laager |
Fix CID #384
|
2008-11-14 |
Mark Doliner |
Minor documentation
|
2008-11-14 |
Mark Doliner |
It's an error if purple_xfer_new fails, so use a g_return_val_if_fail
|
2008-11-14 |
Elliott Sales de Andrade |
merge of '1fde8168a6eb08e558dabefc069a0eba15a5a6ee'
|
2008-11-14 |
Ethan Blanton |
Add M-erase as a default finch entry binding (delete-prev-word)
|
2008-11-13 |
Mark Doliner |
Attempt to avoid a crash in MSN. See the comment in the code.
|
2008-11-13 |
Mark Doliner |
merge of 'b1b60077658bb1e01f71e81175786a8e7c3c4916'
|
2008-11-13 |
Mark Doliner |
cmdproc->data should never be null. Log a warning message if it
|
2008-11-13 |
Richard Laager |
A patch from Jaywalker to better handle conversations by user ID vs.
|
2008-11-13 |
Richard Laager |
merge of '0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8'
|
2008-11-13 |
Mark Doliner |
merge of '54ee2acb5f6ef92c29503315eb7c24bae221cd7b'
|
2008-11-13 |
Mark Doliner |
Make another function static
|
2008-11-13 |
Mark Doliner |
This doesn't matter, but I think the metaphor tends to be that you push
|
2008-11-13 |
Mark Doliner |
Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I
|
2008-11-13 |
John Bailey |
This was originally a patch from Brian Geppert that corrected the 'silently
|
2008-11-13 |
Mark Doliner |
Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
|
2008-11-13 |
Mark Doliner |
For some reason the slpmsg and slplink functions don't have underscores
|
2008-11-13 |
Mark Doliner |
There's no need for this variable anymore
|
2008-11-13 |
Mark Doliner |
Make a few more functions static and remove a few declarations for
|
2008-11-13 |
Mark Doliner |
msn_slplink_remove_slpcall() shouldn't be responsible for setting
|
2008-11-13 |
Mark Doliner |
Make msn_slp_call_timeout static
|
2008-11-13 |
Mark Doliner |
Move msn_slplink_send_msgpart() that it doesn't need a forward declaration
|
2008-11-13 |
Mark Doliner |
Didn't mean to check this assert in. I mean, it's probably bad if it
|
2008-11-13 |
Mark Doliner |
slplink->swboard will only be null if slplink->session is null. This
|
2008-11-13 |
Mark Doliner |
Get rid of slplink->local_user because it's a copy of
|
2008-11-12 |
Mark Doliner |
Use libtool to build static archives when --with-static-prpls is passed
|
2008-11-12 |
Mark Doliner |
It should be more efficient to just use g_mallc() and then manually
|
2008-11-12 |
Mark Doliner |
Move a few lines to eliminate the need for the "wasted" variable here.
|
2008-11-12 |
Mark Doliner |
The "processing" flag basically says "this connection is busy, don't
|
2008-11-12 |
Mark Doliner |
Get rid of an unnecessary if statement, and don't try to unref a
|
2008-11-12 |
Sadrul Habib Chowdhury |
Use a more appropriate signal for the markerline plugin. Fixes #7518.
|
2008-11-12 |
John Bailey |
Patch from 'siddish' to fix Yahoo! file transfers with older (i.e. non-p15)
|
2008-11-12 |
John Bailey |
merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'
|
2008-11-13 |
Richard Laager |
A patch from Math2Gold to fix the dbus-analyze-functions script to properly
|
2008-11-12 |
Richard Laager |
When you choose Save As from the Conversation menu in Pidgin, the saved file
|
2008-11-13 |
Elliott Sales de Andrade |
Make the Send button insensitive when there is no text in the input buffer.
|
2008-11-13 |
Elliott Sales de Andrade |
Don't add the Send button to a gtkconv->lower_hbox when the data specifying it
|
2008-11-11 |
Ethan Blanton |
Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.
|
2008-11-10 |
Mark Doliner |
This file was removed
|
2008-11-09 |
Ethan Blanton |
Update the TCL-HOWTO to some more modern nomenclature
|
2008-11-08 |
Alex Willmer |
Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and
|
2008-11-08 |
Richard Laager |
Hylke added this file, presumably part of his duplicate icon structure
|
2008-11-07 |
Daniel Atallah |
Fix a potential leak, thanks to "KuSh". Fixes #7463.
|
2008-11-07 |
Daniel Atallah |
Fix a potential leak, thanks to "KuSh". Fixes #7464.
|
2008-11-07 |
Daniel Atallah |
Fix a potential leak, thanks to "KuSh". Fixes #7465.
|
2008-11-06 |
Marcus Lundblad |
Make jabber_resource_have_capability polute the log a little less...
|
2008-11-05 |
Marcus Lundblad |
Remove that hack involving GtkIMHtmlSmileys
|
2008-11-03 |
Marcus Lundblad |
Don't try to remove GtkIMHtmlSmileys from smiley trees if the GtkIMHtml
|
2008-11-02 |
Richard Laager |
Remove the QQ CURRENT_REVISION stuff in the Makefile. This, even with their
|
2008-11-02 |
Richard Laager |
kluge pointed out that the segfault message still recommends people IM
|
2008-11-02 |
Richard Laager |
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
|
2008-11-02 |
Richard Laager |
Fix POTFILES.in on trunk.
|
2008-11-02 |
Richard Laager |
applied changes from 84461a44ffa2c1e7ab026455c5463a9763f64a9d
|