summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Add more CG_TRACEs for completenessTor Lillqvist1-2/+7
2014-04-04make query fax number dialog a little less lameCaolán McNamara2-2/+2
2014-04-03Typo: corect->correctJulien Nabet1-1/+1
2014-04-03Remove unused getTextStephan Bergmann1-13/+0
2014-04-03Remove unnecessary SubsetterContext base classStephan Bergmann1-16/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin3-5/+5
2014-04-03vcl: apply font height if defined as "size" attribute in .uiTomaž Vajngerl1-0/+7
2014-04-03Make it easier to catch code that assumes SalBitmaps are created pre-clearedTor Lillqvist1-0/+8
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin3-31/+29
2014-04-02Related: fdo#75307 use the unique auto help id to identify tabpagesCaolán McNamara1-0/+8
2014-04-02coverity#708642 Uninitialized pointer fieldCaolán McNamara1-1/+4
2014-04-02coverity#708600 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-04-02coverity#708589 Uninitialized pointer fieldCaolán McNamara1-1/+3
2014-04-02coverity#708314 Uninitialized pointer fieldCaolán McNamara1-18/+24
2014-04-02Resolves: #i124580# corrected some conversions of scale values...Armin Le Grand1-3/+12
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist443-7140/+0
2014-04-02fdo#63786 rhbz#1081968: fix PDF export of cropped SVGMichael Stahl2-10/+13
2014-04-02vcl/README: some notes on debugging PDF exportMichael Stahl1-0/+36
2014-04-02init a few more stream-read svm elementsCaolán McNamara1-35/+42
2014-04-02GraphicFilter::LoadGraphic: SAL_WARN -> SAL_INFOMiklos Vajna1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual," Mac OS X reduxStephan Bergmann3-3/+3
2014-04-01Fix error: out-of-line definition of does not match declarationTor Lillqvist1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann21-33/+33
2014-04-01valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2014-04-01Add some more CG_TRACEsTor Lillqvist1-0/+4
2014-04-02fdo#74702 update bad advise in comment in DrawTransparentNatively()Chris Sherlock1-4/+5
2014-04-01fdo#74702 Refactor code to use ClipToPaintRegion()Chris Sherlock2-21/+3
2014-04-01coverity#708657 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-01Avoid one iOS ifdefTor Lillqvist1-5/+0
2014-04-01coverity#738924 Uninitialized pointer fieldCaolán McNamara1-2/+4
2014-04-01use pEdit argumentCaolán McNamara1-2/+2
2014-04-01vcl: FixedHyper - take into account text alignmentTomaž Vajngerl1-3/+26
2014-04-01Add two more CG_TRACEsTor Lillqvist1-0/+2
2014-04-01Stopgap fix to avoid using a null CGContextTor Lillqvist1-0/+6
2014-04-01Resolves: #i124555# restore stream position after Seek to end of streamOliver-Rainer Wittmann1-6/+7
2014-04-01SimplifyTor Lillqvist1-8/+0
2014-04-01Remove unnecessary(?) warnings_not_errors for vcl KDE codeStephan Bergmann2-4/+0
2014-04-01Improved coding style as shown in examples fdo#75240Milan Zelenka1-64/+71
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock4-2/+19
2014-03-31Need to define mnContextStackDepth always it seemsTor Lillqvist2-6/+2
2014-03-31More CoreGraphics tracingTor Lillqvist2-1/+15
2014-03-31error: unused variable 'aReturnString'Matúš Kukan1-1/+1
2014-03-31More CoreGraphics tracingTor Lillqvist3-4/+31
2014-03-31WaE: unused parameter 'pEdit'Tor Lillqvist1-1/+1
2014-03-31Add SAL_INFOs for very detailed CoreGraphics tracingTor Lillqvist8-18/+187
2014-03-31Resolves: fdo#63228 Printers list does not increase height with Print DialogCaolán McNamara1-91/+98
2014-03-31Just spell out the NULL instead of having a const variable for itTor Lillqvist1-4/+3
2014-03-31Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara7-20/+95
2014-03-31fdo#74702 OutputDevice::ImplInitFontList() fails if no fonts on deviceChris Sherlock1-17/+23
2014-03-31add mnemonic widgetsCaolán McNamara1-39/+45