summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-06-10coverity#1222225 Division or modulo by zeroCaolán McNamara1-3/+9
2014-06-10coverity#1222226 Division or modulo by zeroCaolán McNamara1-3/+7
2014-06-10coverity#1222227 Division or modulo by zeroCaolán McNamara1-3/+9
2014-06-10coverity#1222228 Division or modulo by zeroCaolán McNamara1-3/+7
2014-06-10coverity#1222229 Division or modulo by zeroCaolán McNamara1-3/+10
2014-06-10coverity#1222230 Division or modulo by zeroCaolán McNamara1-3/+8
2014-06-10coverity#1222231 Division or modulo by zeroCaolán McNamara1-3/+10
2014-06-10coverity#1222232 Division or modulo by zeroCaolán McNamara1-3/+8
2014-06-10coverity#1222233 Division or modulo by zeroCaolán McNamara1-3/+10
2014-06-10coverity#1222234 Division or modulo by zeroCaolán McNamara1-4/+8
2014-06-10Modified the depth bit to 24weigao1-1/+1
2014-06-10titchy tweakCaolán McNamara1-1/+1
2014-06-10coverity#1222236 Resource leakCaolán McNamara1-1/+1
2014-06-09libabw,libfreehand,libvisio: avoid some quoting issuesMichael Stahl1-1/+1
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl5-9/+10
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin24-203/+12
2014-06-07fix WerrorMarkus Mohrhard1-1/+0
2014-06-07remove debug outputMarkus Mohrhard1-1/+0
2014-06-06fixincludeguards: fix include guardsThomas Arnhold5-7/+24
2014-06-06Resolves: #i125000# check last status of newly created...Oliver-Rainer Wittmann1-15/+23
2014-06-06coverity#708896 Unused pointer valueCaolán McNamara1-8/+8
2014-06-06coverity#708898 Unused pointer valueCaolán McNamara1-5/+5
2014-06-06coverity#708901 Unused pointer valueCaolán McNamara1-1/+1
2014-06-06coverity#1213364 Untrusted pointer writeCaolán McNamara1-2/+9
2014-06-06use sfntLen in DumpSfnts to do some sanity checkingCaolán McNamara1-4/+12
2014-06-06improve this sanity checkCaolán McNamara1-7/+10
2014-06-06pass sfntLen to DumpSfnts etc so sfntP reads can be checkedCaolán McNamara1-7/+16
2014-06-05If no bounds can be determined, assume some reasonable defaultsStephan Bergmann1-3/+35
2014-06-05WMF record size < 3 is clearly brokenStephan Bergmann3-6/+12
2014-06-05fdo#78906 : File crashes while opening.Umesh Kadam1-1/+8
2014-06-05lp#1296715: refresh invalidated menusBjoern Michaelsen2-0/+60
2014-06-05various: remove SAL_THROW macroNoel Grandin2-4/+4
2014-06-04Resolves: fdo#78477 ensure offset + sizeof(value) is in boundsCaolán McNamara1-1/+12
2014-06-04sort in order of increasing offsetCaolán McNamara1-2/+2
2014-06-04ptr is just added to offset, so move addition into 2nd argCaolán McNamara1-6/+6
2014-06-04Include <stdio.h> for the sprintf in meta_action_name()Tor Lillqvist1-0/+1
2014-06-04coverity#1093230 Dereference before null checkCaolán McNamara1-1/+1
2014-06-04Avoid uninitialized memory read/compare on short reads.Michael Meeks1-1/+1
2014-06-04DeInitVCL at end of testsStephan Bergmann6-2/+28
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard3-8/+12
2014-06-04Avoid accessing freed memory and freeing already freed resourcesTor Lillqvist2-0/+9
2014-06-04Add (debugging) function to get the symbolic name of a MetaActionTor Lillqvist1-1/+80
2014-06-03WaE: 'convertBaseToScreen:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-0/+4
2014-06-03WaE: 'scrollerWidth' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-1/+4
2014-06-03WaE: 'NSPrintSavePath' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-1/+1
2014-06-03WaE: comparison of two values with different enumeration typesTor Lillqvist1-1/+2
2014-06-03WaE: 'setFlipped' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-2/+1
2014-06-03WaE: case value not in enumerated type 'NSEventSubtype'Tor Lillqvist1-1/+2
2014-06-03Initial attempt at implementing NSTextInputClient instead of NSTextInputTor Lillqvist2-11/+20
2014-06-03WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-7/+3