summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-08-19only subtract height of hscroll if visibleCaolán McNamara1-2/+5
2014-08-19facepalm: nAvailHeight is not derived from allocation WidthCaolán McNamara1-1/+1
2014-08-19use SolarMutex instead of a custom GdkThreadLockDavid Tardon3-16/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-5/+5
2014-08-19fix intermittent crash in make checkNoel Grandin1-0/+9
2014-08-18Bin "temporary" code that doesn't compile any longerTor Lillqvist1-8/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-18missing InfoBoxCaolán McNamara1-3/+2
2014-08-18ErrorBox->MessageDialogCaolán McNamara5-22/+14
2014-08-17coverity#735993 Explicit null dereferencedCaolán McNamara1-2/+12
2014-08-17check that AddToTable can be done validlyCaolán McNamara2-6/+16
2014-08-17blank out the remainder of the bufferCaolán McNamara1-1/+3
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-16RSC_TRISTATEBOX is no longer usedCaolán McNamara1-7/+4
2014-08-16RSC_MULTILINEEDIT no longer usedCaolán McNamara1-3/+1
2014-08-16fdo#82580: Win32 GetObject() simplificationTor Lillqvist1-16/+3
2014-08-16callcatcher: update unused codeCaolán McNamara2-52/+0
2014-08-15drop TabControl resource loaderCaolán McNamara1-31/+0
2014-08-15seems like the better approach for getting it workingMarkus Mohrhard1-5/+1
2014-08-15improve debug message for shader compilatione errorsMarkus Mohrhard1-2/+2
2014-08-14Revert "Resolves: fdo#82550 MacOSX GetTextBreak always return -1"Norbert Thiebaud1-6/+6
2014-08-14fdo#82550 LogicWidthToDeviceCoordinate missed handling of mbMap == falseNorbert Thiebaud1-4/+5
2014-08-14GetTextBreak takes a DeviceCoordinate as widthNorbert Thiebaud7-21/+26
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