summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-12Avoid undefined left shift of negative valueStephan Bergmann
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály
2014-06-11callcatcher: update unused codeCaolán McNamara
2014-06-10coverity#1222225 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222226 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222227 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222228 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222229 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222230 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222231 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222232 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222233 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222234 Division or modulo by zeroCaolán McNamara
2014-06-10Modified the depth bit to 24weigao
2014-06-10titchy tweakCaolán McNamara
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-07fix WerrorMarkus Mohrhard
2014-06-07remove debug outputMarkus Mohrhard
2014-06-06coverity#1213364 Untrusted pointer writeCaolán McNamara
2014-06-06use sfntLen in DumpSfnts to do some sanity checkingCaolán McNamara
2014-06-06improve this sanity checkCaolán McNamara
2014-06-06pass sfntLen to DumpSfnts etc so sfntP reads can be checkedCaolán McNamara
2014-06-05If no bounds can be determined, assume some reasonable defaultsStephan Bergmann
2014-06-05WMF record size < 3 is clearly brokenStephan Bergmann
2014-06-05lp#1296715: refresh invalidated menusBjoern Michaelsen
2014-06-04Resolves: fdo#78477 ensure offset + sizeof(value) is in boundsCaolán McNamara
2014-06-04sort in order of increasing offsetCaolán McNamara
2014-06-04ptr is just added to offset, so move addition into 2nd argCaolán McNamara
2014-06-04Include <stdio.h> for the sprintf in meta_action_name()Tor Lillqvist
2014-06-04coverity#1093230 Dereference before null checkCaolán McNamara
2014-06-04Avoid uninitialized memory read/compare on short reads.Michael Meeks
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-06-04Add (debugging) function to get the symbolic name of a MetaActionTor Lillqvist
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl
2014-06-02callcatcher: update unusedcodeCaolán McNamara
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-06-01fix crash if there is no OpenGLRenderer setMarkus Mohrhard
2014-06-01fdo79368 Don't process overflow menu items twice.Andrzej Hunt
2014-05-31vcl: make Window::Show() if statement a little easier to readChris Sherlock
2014-05-30tweak massively complicated html export wizard a bitCaolán McNamara
2014-05-30Avoid undefined left shift of negative integerStephan Bergmann
2014-05-29Allow STYLE_OPTION_MONO to be unset from toolkit-created windowLionel Elie Mamane
2014-05-29Resolves: #i124922# allow late setting of the font color...Herbert Dürr
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-28Lsan: fix memory leakMarkus Mohrhard
2014-05-28fix build errorMarkus Mohrhard
2014-05-28try to fix mouse interaction on windowsMarkus Mohrhard