summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merge of '682e3ca82041867fb06cbedae8f88d08e0fed374'charkins.dockletgeomCasey Harkins2007-10-284-269/+3
|\ | | | | | | and 'bca687215ee821716b99784e10fa252ec3abd76a'
| * disapproval of revision 'f69b1356bb5514053201a1c11ce435bd7b0d83a7'Casey Harkins2007-10-284-269/+3
| |
* | merge of 'd5476c3d62e8401deb9f05463379a6546fb1b8f6'Casey Harkins2007-10-281-2/+4
|\ \ | | | | | | | | | and '19466559b62c951a554d05a7a719956a96f51b5c'
| * | disapproval of revision '85fa773ffa364b07fa35a9accfc8f5f9e8527cc8'Casey Harkins2007-10-281-2/+4
| | |
* | | disapproval of revision '81a598e1ff9d1a61b83f436cee4ae6d32770dd67'Casey Harkins2007-10-281-4/+2
| | |
* | | Overcoming my irrational fear of newlines.Casey Harkins2007-10-121-2/+4
|/ /
* | This is probably a little more readable.Casey Harkins2007-10-121-4/+2
|/
* Add new API to the docklet for retrieving the geometry (x,y,w,h) and theCasey Harkins2007-10-124-3/+269
| | | | | | | GdkScreen (if available). The win32 implementation of this is really ugly and could use some testing. Refs #521 and #1632.
* Add plugin actions to the docklet context menu. These are the same actionsCasey Harkins2007-10-121-0/+84
| | | | | added to the Tools menu on the buddy list. This is the easiest path to adding menu items to the docklet from plugins and fixes #1268.
* New bonjour SDK has a different file layout.Kevin Stange2007-10-111-1/+1
|
* Try to fix msgfmt detection *again*. If this doesn't work, we'llEthan Blanton2007-10-111-1/+9
| | | | | probably have to start writing our own macros for this junk, which I greatly desire to NOT do.
* deryni noticed that my previous fix didn't address what was really wrong ↵Daniel Atallah2007-10-101-32/+72
| | | | with this function. The request callback was removing stuff from the request internals without cleaning up. This is also cleaner and (hopefully) less error prone. I'm not at all happy with how other parts of this work, but I don't have a good way of testing, so I'm not going to make drastic changes.
* merge of 'ed97ffbed7af421a72dcf9b0835ebc93ccaa84ba'Daniel Atallah2007-10-1026-20/+239
|\ | | | | | | and '2a480facdf8b075a6983ca93ae1275d3d1e0e966'
| * merge of '8518093f71b6df07ef019facbe33d6cce4b31ca3'Sadrul Habib Chowdhury2007-10-1010-21/+30
| |\ | | | | | | | | | and '925d3d68b3afb17a5d3896d1e2e46fb0a444e1b8'
| * | Doxygen @since tags for libpurple and pidgin.Sadrul Habib Chowdhury2007-10-1015-19/+76
| | |
| * | Add @since doxygen tags for finch/libgnt.Sadrul Habib Chowdhury2007-10-1011-1/+163
| | |
* | | Prevent leakage of the prpl icon pixbuf because of an extra ref (it's bad ↵Daniel Atallah2007-10-102-8/+20
| |/ |/| | | | | enough that they aren't shared).
* | Note that the signature for purple_util_write_data_to_file_absolute has ↵Daniel Atallah2007-10-101-0/+7
| | | | | | | | changed slightly.
* | merge of '161ecea60f5041fd96f19cea8f2ad3f98588ed44'Daniel Atallah2007-10-109-21/+23
|\ \ | |/ |/| | | and '35ddb62c6451da865eed5078b7d22569e5754afa'
| * I'm not sure if this is possible unless the combo box doesn't have any ↵Daniel Atallah2007-10-101-2/+3
| | | | | | | | entries. Fixes CID 305
| * This change is really logically no change, but it is clearer as to what is ↵Daniel Atallah2007-10-101-2/+2
| | | | | | | | going on and will prevent CID 5 and 313.
| * Prevent null ptr deref (CID 336).Daniel Atallah2007-10-101-2/+2
| |
| * Clarify code to remove unnecessary check (CID 309).Daniel Atallah2007-10-101-1/+1
| |
| * Prevent null ptr deref (CID 346).Daniel Atallah2007-10-101-1/+1
| |
| * This should be less confusing and fix CID 293.Daniel Atallah2007-10-101-1/+2
| |
| * Fix CID 340; potential NULL deref.Daniel Atallah2007-10-101-2/+4
| |
| * Fix CID 342 (which wasn't wrong, but was inefficient and confusing.)Daniel Atallah2007-10-102-9/+5
| |
| * Move NULL check earlier to prevent confusion when it is checked after being ↵Daniel Atallah2007-10-101-1/+3
| | | | | | | | derefed. Fixes CID 350
* | merge of 'd8cf516305883d5bb8fe4330555055426a89683f'Sadrul Habib Chowdhury2007-10-102-9/+9
|\ \ | |/ |/| | | and 'fc26c8634f73eeb47aefda665d409cf04b990a30'
| * Fix CID 353Sadrul Habib Chowdhury2007-10-101-7/+8
| |
| * Resolve CID 364: 'Pointer returned from "g_hash_table_lookup" is never used'Sadrul Habib Chowdhury2007-10-101-2/+1
| |
* | CID 358 (Unused Var)Daniel Atallah2007-10-091-3/+0
| |
* | Prevent null pointer deref to fix CID 338Daniel Atallah2007-10-091-2/+3
| |
* | Remove unused variables to fix CID 359 and 360.Daniel Atallah2007-10-091-4/+0
| |
* | Prevent null pointer deref to fix CID 349. I don't think this is possible, ↵Daniel Atallah2007-10-091-2/+2
| | | | | | | | but I suppose it may happen with a different UI.
* | Prevent null pointer deref to fix CID 322.Daniel Atallah2007-10-091-1/+1
| |
* | Protect from a buffer overrun if we get bogus data back from the request ↵Daniel Atallah2007-10-091-3/+21
| | | | | | | | API. Fixes CID 331. There is also a fix to check that the connection returned by the request dialog is still valid before using it.
* | purple_util_write_data_to_file_absolute() should take a signed argument for ↵Daniel Atallah2007-10-092-4/+3
| | | | | | | | the size as -1 is used to indicate that the string is nul-delimited. This resolves CID 330.
* | Fix CID 337, null pointer deref. Also plug a leak.Daniel Atallah2007-10-091-44/+49
| |
* | Make sure that the xmlns isn't null before dereferencing it to fix CID 320.Daniel Atallah2007-10-091-1/+1
| |
* | Fully comment out some disabled code to prevent CID 310.Daniel Atallah2007-10-091-1/+3
| |
* | Fully comment out some disabled code to prevent CID 180.Daniel Atallah2007-10-091-3/+3
| |
* | Fix CID 312 (Dead code).Daniel Atallah2007-10-091-6/+2
| |
* | Fix CID 311 (Unnecessary null check)Daniel Atallah2007-10-091-1/+1
| |
* | Fix CID 317 and 335 as well as an additional leak.Daniel Atallah2007-10-091-7/+7
| |
* | Fix CID 318Daniel Atallah2007-10-091-6/+6
| |
* | I think this is the correct fix for CID 319 and 321. I added a note about ↵Daniel Atallah2007-10-093-4/+20
| | | | | | | | two other cases where it appears that the xmlns isn't being compared correctly, but I'm afraid that fixing them will cause behavior change.
* | merge of '1ca7b01feb703b2bdb85f5aeb54b4b4649bff629'Luke Schierer2007-10-092-5/+2
|\ \ | | | | | | | | | and '8ff300653777cf9250f4c094f8e6a8ec1c52fc73'
| * | Get rid of another unused variable. Coverity CID 365.Mark Doliner2007-10-091-3/+2
| | |
| * | Get rid of an unused variable. Coverity found this. RememberMark Doliner2007-10-091-2/+0
| | | | | | | | | | | | | | | | | | Coverity? It's back! Richard and Gary and I met up with David Maxwell at the Google Mentor Summit and fixed things up. Well, mostly David and Richard.