summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin3-26/+26
2014-03-17Skeleton of drawinglayer object called OpenGLObjectZolnai Tamás5-2/+58
2014-03-10remove whitespaceMarkus Mohrhard1-2/+0
2014-03-05Simplify DrawWaveKeith Curtis1-13/+1
2014-03-05remove unused code in drawinglayerNoel Grandin1-5/+0
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida2-55/+69
2014-02-27Remove visual noise from drawinglayerAlexander Wilms119-296/+296
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-12/+12
2014-02-23Remove unneccessary commentsAlexander Wilms2-26/+26
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-14fix crash on iostsahi glik1-0/+4
2014-01-30"stati" considered both pretentious and incorrect LatinMichael Stahl1-2/+2
2014-01-28sd/qa: Remove InteropGrabBag property from XML dumpsJacobo Aragunde Pérez1-12/+12
2014-01-23Resolves: #i123950# unified and redefined CropPrimitive2D::get2DDecompositionArmin Le Grand1-103/+69
2014-01-22fdo#73886: Let's keep the "left" border outer and "right" inner.Kohei Yoshida1-4/+0
2014-01-22fdo#73886: Check the right width in case the left width is zero.Kohei Yoshida1-0/+5
2014-01-21bool improvementsStephan Bergmann2-4/+4
2014-01-20fdo#73487: Center thick border lines around cell grid.Kohei Yoshida1-15/+66
2014-01-20Handle double lines for screen rendering.Kohei Yoshida1-2/+20
2014-01-20Ensure that the pixel line is at least 1 pixel wide.Kohei Yoshida1-2/+12
2014-01-20Do the same when the pixel thickness is zero.Kohei Yoshida1-0/+14
2014-01-20Substitute dashed line with a solid line at lower zoom levels.Kohei Yoshida1-23/+40
2014-01-20Better on-screen drawing of vertical dashed lines.Kohei Yoshida1-42/+100
2014-01-20Same solid line treatment for vertical lines during on-screen drawing.Kohei Yoshida1-11/+42
2014-01-20Better pixelization of dashed lines for screen rendering.Kohei Yoshida1-37/+140
2014-01-20Draw horizontal solid border lines directly in the pixel processor.Kohei Yoshida2-1/+67
2014-01-18-Werror,-Wunused-variableStephan Bergmann1-1/+0
2014-01-17Double line looks a bit too apart.Kohei Yoshida1-1/+1
2014-01-17Distance value has been already scaled; no need to apply scaling twice.Kohei Yoshida1-2/+3
2014-01-17Apply dashing without consulting current map unit.Kohei Yoshida1-2/+3
2014-01-17Use this pattern scale to scale things for better line pattern generation.Kohei Yoshida1-4/+3
2014-01-17Pass scaling to borderline primitive objects.Kohei Yoshida2-5/+9
2014-01-17Draw double lined table border somewhat more pleasantly.Kohei Yoshida1-107/+63
2014-01-17Always disable anti-aliasing when drawing table borders.Kohei Yoshida1-0/+13
2014-01-17Use hairlines judiciously to draw very thin patterned strokes correctly.Kohei Yoshida1-3/+23
2014-01-17Fixed comment.Kohei Yoshida1-1/+1
2014-01-17fdo#72530: drawinglayer: fix PDF export of lossless pictureMichael Stahl1-1/+2
2014-01-16fix rendering issues in iOS with aquatsahi glik1-7/+7