summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Added feature of clearing the registry in case something goes wrong.Rachit Gupta1-0/+10
2014-08-14Moved the personas installed through extensions handling to 'own'.Rachit Gupta1-2/+2
2014-08-14The Personas can be install through oxt extensions.Rachit Gupta1-1/+1
2014-08-14Added functionality to apply default themes.Rachit Gupta1-7/+1
2014-08-14Resolves: fdo#82550 MacOSX GetTextBreak always return -1Caolán McNamara1-6/+6
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-14java: remove commented out codeNoel Grandin1-2/+0
2014-08-13m_aDevice may be nullCaolán McNamara1-10/+11
2014-08-13valgrind + bff: don't add 0xffff oldcodeCaolán McNamara2-4/+7
2014-08-13warning C4245: 'return' : conversion from 'int' to 'sal_uInt16'...Thomas Arnhold1-1/+1
2014-08-13update_pchThomas Arnhold1-1/+3
2014-08-13java: remove unused fieldsNoel Grandin1-4/+2
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin1-4/+4
2014-08-12fdo#39477: Mac Keyboard shortcut Option key ko in Customize dialogJulien Nabet1-1/+1
2014-08-12callcatcher: another round of ResId removalsCaolán McNamara2-48/+0
2014-08-12java: remove useless javadoc tagsNoel Grandin1-1/+0
2014-08-12add some error reporting to OSX OpenGL context codeMarkus Mohrhard1-2/+4
2014-08-11Resolves fdo#79278: not too dark, not too bright background colorAdolfo Jayme Barrientos1-1/+1
2014-08-11callcatcher: update unused codeCaolán McNamara5-56/+2
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