summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* workaround for kCTForegroundColorFromContextAttributeName unavailabilityDouglas Mencken2014-06-141-1/+4
* Don't use the CoreUI private framework when sandboxed (i.e., for App Store)Tor Lillqvist2014-06-131-0/+14
* loplugin:staticcallStephan Bergmann2014-06-132-2/+2
* loplugin:staticcallStephan Bergmann2014-06-1330-226/+226
* fix build error "error: NSPrintJobSavingURL was not declared in this scope"Douglas Mencken2014-06-131-0/+4
* 'NSNoUnderlineStyle' & ‘NSSingleUnderlineStyle’: Deprecated in OS X 10.9rbuj2014-06-121-0/+12
* Avoid undefined left shift of negative valueStephan Bergmann2014-06-121-1/+1
* Convert RID_SANE_DIALOG to .uiPalenik Mihály2014-06-111-2/+6
* callcatcher: update unused codeCaolán McNamara2014-06-111-8/+0
* MetafileXmlDump: No need to specify the stream, simplify the API.Jan Holesovsky2014-06-101-24/+6
* Filter out OS not needing -ldlBaptiste Daroussin2014-06-101-0/+2
* coverity#1222225 Division or modulo by zeroCaolán McNamara2014-06-101-3/+9
* coverity#1222226 Division or modulo by zeroCaolán McNamara2014-06-101-3/+7
* coverity#1222227 Division or modulo by zeroCaolán McNamara2014-06-101-3/+9
* coverity#1222228 Division or modulo by zeroCaolán McNamara2014-06-101-3/+7
* coverity#1222229 Division or modulo by zeroCaolán McNamara2014-06-101-3/+10
* coverity#1222230 Division or modulo by zeroCaolán McNamara2014-06-101-3/+8
* coverity#1222231 Division or modulo by zeroCaolán McNamara2014-06-101-3/+10
* coverity#1222232 Division or modulo by zeroCaolán McNamara2014-06-101-3/+8
* coverity#1222233 Division or modulo by zeroCaolán McNamara2014-06-101-3/+10
* coverity#1222234 Division or modulo by zeroCaolán McNamara2014-06-101-4/+8
* Modified the depth bit to 24weigao2014-06-101-1/+1
* titchy tweakCaolán McNamara2014-06-101-1/+1
* coverity#1222236 Resource leakCaolán McNamara2014-06-101-1/+1
* libabw,libfreehand,libvisio: avoid some quoting issuesMichael Stahl2014-06-091-1/+1
* gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl2014-06-095-9/+10
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-0924-203/+12
* fix WerrorMarkus Mohrhard2014-06-071-1/+0
* remove debug outputMarkus Mohrhard2014-06-071-1/+0
* fixincludeguards: fix include guardsThomas Arnhold2014-06-065-7/+24
* Resolves: #i125000# check last status of newly created...Oliver-Rainer Wittmann2014-06-061-15/+23
* coverity#708896 Unused pointer valueCaolán McNamara2014-06-061-8/+8
* coverity#708898 Unused pointer valueCaolán McNamara2014-06-061-5/+5
* coverity#708901 Unused pointer valueCaolán McNamara2014-06-061-1/+1
* coverity#1213364 Untrusted pointer writeCaolán McNamara2014-06-061-2/+9
* use sfntLen in DumpSfnts to do some sanity checkingCaolán McNamara2014-06-061-4/+12
* improve this sanity checkCaolán McNamara2014-06-061-7/+10
* pass sfntLen to DumpSfnts etc so sfntP reads can be checkedCaolán McNamara2014-06-061-7/+16
* If no bounds can be determined, assume some reasonable defaultsStephan Bergmann2014-06-051-3/+35
* WMF record size < 3 is clearly brokenStephan Bergmann2014-06-053-6/+12
* fdo#78906 : File crashes while opening.Umesh Kadam2014-06-051-1/+8
* lp#1296715: refresh invalidated menusBjoern Michaelsen2014-06-052-0/+60
* various: remove SAL_THROW macroNoel Grandin2014-06-052-4/+4
* Resolves: fdo#78477 ensure offset + sizeof(value) is in boundsCaolán McNamara2014-06-041-1/+12
* sort in order of increasing offsetCaolán McNamara2014-06-041-2/+2
* ptr is just added to offset, so move addition into 2nd argCaolán McNamara2014-06-041-6/+6
* Include <stdio.h> for the sprintf in meta_action_name()Tor Lillqvist2014-06-041-0/+1
* coverity#1093230 Dereference before null checkCaolán McNamara2014-06-041-1/+1
* Avoid uninitialized memory read/compare on short reads.Michael Meeks2014-06-041-1/+1
* DeInitVCL at end of testsStephan Bergmann2014-06-046-2/+28