summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Related: #i125349# moved clip enhancements to base clipping functionalityArmin Le Grand1-54/+11
2014-07-24Resolves: fdo#81598 #i125300# enhanced handling of multiple ClipRegions...Armin Le Grand1-11/+54
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud3-7/+6
2014-07-11fdo#81148: Fix transparency gradients.Matúš Kukan1-1/+1
2014-06-30Changed BColor to Color in TextFooPrimitive2D classesmatteocam3-4/+4
2014-06-30Fill Color in VclProcessor2D is set out of decorated text if-blockmatteocam1-11/+8
2014-06-30Added Text Fill Color in TextDecoratedPrimitive2Dmatteocam3-1/+5
2014-06-30Added Text Fill Color in TextSimplePortionPrimitive2Dmatteocam2-8/+8
2014-06-30Minor changesmatteocam1-1/+1
2014-06-30Experiment with underlining in VclProcessor's text renderingmatteocam1-2/+6
2014-06-30VclProcessor's text rendering looks at fill colormatteocam1-0/+10
2014-06-26OSL_ENSURE->assertCaolán McNamara1-3/+3
2014-06-13loplugin:staticcallStephan Bergmann2-3/+3
2014-05-29Comment seems incorrectTor Lillqvist1-0/+1
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-16clean up, remove eof commentsThomas Arnhold2-14/+0
2014-05-14various loplugin:passsequencebyrefNoel Grandin3-34/+34
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni7-12/+12
2014-04-29Resolves: fdo#62038 EPS not rendered in drawinglayer code pathsCaolán McNamara1-2/+4
2014-04-26fdo#74336 draw hairline if line width is smallTomaž Vajngerl1-0/+10
2014-04-25add way for shape dumper to dump single shapeMarkus Mohrhard1-1/+24
2014-04-25Revert "give empty constructed default font a default height"Caolán McNamara1-2/+2
2014-04-24Resolves: #i124686# reuse already set font for interpreting...Armin Le Grand1-1/+6
2014-04-23Fix typo: s/potentioal/potentialTor Lillqvist1-1/+1
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold6-17/+17
2014-04-17remove executable bitAndras Timar1-0/+0
2014-04-14update_pchThomas Arnhold1-1/+4
2014-04-14typo: noone -> no oneThomas Arnhold1-1/+1
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-11Revert ""Fix" for some SmartArt rendering artefacts on iOS"Tor Lillqvist1-17/+0
2014-04-11"Fix" for some SmartArt rendering artefacts on iOSTor Lillqvist1-0/+17
2014-04-11Add a couple of SAL_INFOs using drawinglayer::primitive2d::idToString()Tor Lillqvist1-0/+4
2014-04-11Introduce drawinglayer::primitive2d::idToString() debugging functionTor Lillqvist1-0/+80
2014-04-10It's "its", not "it's"Tor Lillqvist5-6/+6
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann6-54/+59
2014-04-08Use same code for iOS and OS X here, too, not that it seems to help anyTor Lillqvist1-1/+1
2014-04-07drawinglayer: sal_Bool->boolNoel Grandin4-99/+99
2014-04-07This IOS ifdef has no visible effect either as far as I can seeTor Lillqvist1-4/+0
2014-04-07HahTor Lillqvist1-2/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-04-01Clear the VirtualDevice we create for an impBufferDevice on iOSTor Lillqvist1-0/+8
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist1-2/+2
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand10-162/+537
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-10/+10
2014-03-20remove whitespaceMarkus Mohrhard7-51/+0
2014-03-19Use sane indentation in new files.Jan Holesovsky1-19/+13
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-0/+2
2014-03-18fdo#75260: Center both primary and secondary lines wrt thier respective axes.Kohei Yoshida1-2/+2
2014-03-18fdo#75260: Don't forget to offset the inner with the width of the outer.Kohei Yoshida1-30/+26