summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-08-08vcl: don't throw misleading exceptions on every failed accessMichael Stahl1-1/+4
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-07fdo#75757: remove inheritance to std::vectorTakeshi Abe1-4/+8
2014-08-07Update my address.Jan Holesovsky1-1/+1
2014-08-07including gtk/gtkunixprint.h appears unnecessaryStephan Bergmann1-1/+0
2014-08-06Kill XSUN Xinerama supportRiccardo Magliocchetti2-39/+1
2014-08-05fdo#81516: vcl: limit number of CFFs read from fontMichael Stahl1-5/+13
2014-08-05java: remove commented out codeNoel Grandin2-79/+0
2014-08-05java: remove unused fieldsNoel Grandin1-1/+0
2014-08-05fdo#81516 Support fonts like Source Han Sans with > 16 FDArray elementsAudrey Tang1-1/+1
2014-08-04loplugin:externandnotdefinedStephan Bergmann2-6/+49
2014-08-04loplugin:externandnotdefinedStephan Bergmann1-2/+0
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-21Resolves: coverity#706171 Untrusted value as argumentCaolán McNamara1-4/+9
2014-07-21fdo#81532 Handle symlinks to icon themes correctlyTobias Lippert1-25/+43
2014-07-20vcl mac SDK issue with API manipulating RectNorbert Thiebaud1-1/+1
2014-07-20vcl quartz: restore old outline front drawingNorbert Thiebaud1-1/+2
2014-07-20vcl quartz: Add support back for DXArray tweakingNorbert Thiebaud3-127/+250
2014-07-20vcl quartz use the font size to approximate the position of the bulletNorbert Thiebaud1-1/+4
2014-07-20vcl quartz: draw 'bullet' manually for better controlNorbert Thiebaud2-43/+37
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud9-56/+60
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud26-163/+168
2014-07-20vcl: add floating equivalent for MapResNorbert Thiebaud2-1/+55
2014-07-20Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud8-64/+142
2014-07-20bnc#881024 test font size at world transformTomaž Vajngerl2-0/+33
2014-07-20bnc#881024 Don't world transform font size in WMF/EMF importTomaž Vajngerl2-5/+14
2014-07-19migt->mightCaolán McNamara1-1/+1
2014-07-18vcl: kde4: [loplugin:saloverride]Michael Stahl2-2/+2
2014-07-18convert HITTEST #define to enumNoel Grandin2-9/+9
2014-07-17Fix FTBFS with TDE support enabledTimothy Pearson2-2/+3
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2-2/+1
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 Thiebaud3-27/+69