summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2014-08-08add possibility to generate FBO with textureMarkus Mohrhard1-8/+26
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard1-0/+10
2014-08-08make sure that we always delete the shader and not only the programMarkus Mohrhard1-3/+3
2014-08-07coverity#1202907 Uninitialized scalar variableCaolán McNamara2-1/+39
2014-08-05fdo#81516: vcl: limit number of CFFs read from fontMichael Stahl1-5/+13
2014-08-05fdo#81516 Support fonts like Source Han Sans with > 16 FDArray elementsAudrey Tang1-1/+1
2014-08-02vcl: evidently a little more type safety is required hereMichael Stahl1-4/+5
2014-07-30Avoid needless truncation to intStephan Bergmann1-2/+2
2014-07-29function abs given an argument of type long but has parameter of type intStephan Bergmann1-2/+6
2014-07-29Blind fix attempt for compiling against the 10.6 SDKTor Lillqvist1-0/+6
2014-07-27fdo#75757: remove inheritance to std::vectorTakeshi Abe3-83/+50
2014-07-26coverity#707564 Uninitialized scalar variableCaolán McNamara1-0/+8
2014-07-25Revert "fdo#80911 toggle original page orientation on paper fallback"Caolán McNamara1-12/+6
2014-07-23make libgltf compile on OSXMarkus Mohrhard1-0/+1
2014-07-22Related: fdo#81457 skip setting an empty allocationCaolán McNamara1-4/+7
2014-07-22callcatcher: update unused codeCaolán McNamara2-21/+0
2014-07-21vcl: fix MetaTextArrayAction copying only half of mpDXArrayMichael Stahl1-1/+1
2014-07-21Our log area checking Clang plugin requires it to be a string literalTor Lillqvist1-12/+10
2014-07-21split helper and fix buildCaolán McNamara1-0/+1
2014-07-21coverity#706084 Unintended sign extensionCaolán McNamara1-1/+1
2014-07-21Extract getGLVersion() method to OpenGLHelperZolnai Tamás1-0/+15
2014-07-21fdo#81532 Handle symlinks to icon themes correctlyTobias Lippert1-25/+43
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud5-35/+39
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud19-116/+130
2014-07-20vcl: add floating equivalent for MapResNorbert Thiebaud2-1/+55
2014-07-20Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud3-42/+108
2014-07-20bnc#881024 Don't world transform font size in WMF/EMF importTomaž Vajngerl2-5/+14
2014-07-18convert HITTEST #define to enumNoel Grandin2-9/+9
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+0
2014-07-16first part of OpenGL context work for OSXMarkus Mohrhard1-8/+57
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud1-13/+13
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara5-10/+13
2014-07-15fix higher debug levelsCaolán McNamara1-1/+1
2014-07-14avoid memory leakDavid Tardon1-0/+3
2014-07-14Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImageCaolán McNamara1-0/+2
2014-07-14fix higher debug level buildCaolán McNamara1-11/+0
2014-07-13make threaded rendering work correctly, fdo#81110Markus Mohrhard1-0/+11
2014-07-11new loplugin: externalandnotdefinedNoel Grandin9-19/+76
2014-07-10fdo#80498: vcl: Revert "fdo#74124: Scale the pictures before calling ...Michael Stahl1-23/+1
2014-07-10vcl/source/window/wrkwin.cxx: drop unused svsys.h headerDouglas Mencken1-1/+0
2014-07-10vcl/source/outdev/outdev.cxx: drop unused svsys.h headerDouglas Mencken1-1/+0
2014-07-10setting WB_SCROLL on a toolbar only works from ctorCaolán McNamara1-0/+15
2014-07-10coverity#1225002 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-07-10Clean up AlphaMask::CopyPixel "override" hackStephan Bergmann3-109/+109
2014-07-09Avoid undefined premature downcast to potentially wrong typeStephan Bergmann1-3/+2
2014-07-08Related: fdo#80633 dialog size cache has to be invalidated tooCaolán McNamara1-0/+3
2014-07-08Fix some round() confusionTor Lillqvist1-7/+9
2014-07-04vcl: printf -> SAL_INFO in Font::SetFillColorMiklos Vajna1-2/+1
2014-07-04Resolves: fdo#80911 toggle original page orientation on paper fallbackCaolán McNamara1-6/+12
2014-07-04coverity#736163 Dereference Null returnNorbert Thiebaud1-1/+7