summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge of '682e3ca82041867fb06cbedae8f88d08e0fed374'charkins.dockletgeomCasey Harkins2007-10-284-269/+3
|\
| * disapproval of revision 'f69b1356bb5514053201a1c11ce435bd7b0d83a7'Casey Harkins2007-10-284-269/+3
* | merge of 'd5476c3d62e8401deb9f05463379a6546fb1b8f6'Casey Harkins2007-10-281-2/+4
|\ \
| * | 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
* Add plugin actions to the docklet context menu. These are the same actionsCasey Harkins2007-10-121-0/+84
* 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
* deryni noticed that my previous fix didn't address what was really wrong with...Daniel Atallah2007-10-101-32/+72
* merge of 'ed97ffbed7af421a72dcf9b0835ebc93ccaa84ba'Daniel Atallah2007-10-1026-20/+239
|\
| * merge of '8518093f71b6df07ef019facbe33d6cce4b31ca3'Sadrul Habib Chowdhury2007-10-1010-21/+30
| |\
| * | 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 eno...Daniel Atallah2007-10-102-8/+20
| |/ |/|
* | Note that the signature for purple_util_write_data_to_file_absolute has chang...Daniel Atallah2007-10-101-0/+7
* | merge of '161ecea60f5041fd96f19cea8f2ad3f98588ed44'Daniel Atallah2007-10-109-21/+23
|\ \ | |/ |/|
| * I'm not sure if this is possible unless the combo box doesn't have any entrie...Daniel Atallah2007-10-101-2/+3
| * This change is really logically no change, but it is clearer as to what is go...Daniel Atallah2007-10-101-2/+2
| * 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 d...Daniel Atallah2007-10-101-1/+3
* | merge of 'd8cf516305883d5bb8fe4330555055426a89683f'Sadrul Habib Chowdhury2007-10-102-9/+9
|\ \ | |/ |/|
| * 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, bu...Daniel Atallah2007-10-091-2/+2
* | 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 API....Daniel Atallah2007-10-091-3/+21
* | purple_util_write_data_to_file_absolute() should take a signed argument for t...Daniel Atallah2007-10-092-4/+3
* | 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 tw...Daniel Atallah2007-10-093-4/+20
* | merge of '1ca7b01feb703b2bdb85f5aeb54b4b4649bff629'Luke Schierer2007-10-092-5/+2
|\ \
| * | 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