summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
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
2014-05-28Oops, this reference can't be const.Matúš Kukan
2014-05-28coverity#705055 Unchecked dynamic_castCaolán McNamara
2014-05-27Resolves: fdo#78040 nAryLen is traditionally 32bit not 16bitCaolán McNamara
2014-05-27Related bnc#822625: Cache FontEntry with the original FontSelectPattern.Matúš Kukan
2014-05-27use namespace css instead of com::sunThomas Arnhold
2014-05-27Resolves: fdo#77206 CRASH printing with all applications on windowsCaolán McNamara
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-27vcl: move clipping functions from window.cxx into clipping.cxxChris Sherlock
2014-05-27vcl: move functionality from window2.cxxChris Sherlock
2014-05-27vcl: rearrange function in window.cxxChris Sherlock
2014-05-27vcl: "non-pro version" actually means debug buildsChris Sherlock
2014-05-27vcl: cleanup window.cxx namespace aliasesChris Sherlock
2014-05-27vcl: move GetSystemData() & GetSystemDataAny() back to window.cxxChris Sherlock
2014-05-27vcl: move Window::ImplSetFrameParent() from window.cxx to stacking.cxxChris Sherlock
2014-05-26callcatcher: update unused codeCaolán McNamara
2014-05-26react only to left mouse clickMarkus Mohrhard
2014-05-25fdo#39468: translate comment in Window::ImplInit()Chris Sherlock
2014-05-24some work on mouse scrolling and improved mouse draggingMarkus Mohrhard
2014-05-24cppcheck: unreadVariableThomas Arnhold
2014-05-24cppcheck: variableScopeThomas Arnhold