Age | Commit message (Expand) | Author |
2014-04-09 | Clean up function declarations and some unused functions | Stephan Bergmann |
2014-04-08 | Use same code for iOS and OS X here, too, not that it seems to help any | Tor Lillqvist |
2014-04-07 | drawinglayer: sal_Bool->bool | Noel Grandin |
2014-04-07 | This IOS ifdef has no visible effect either as far as I can see | Tor Lillqvist |
2014-04-07 | Hah | Tor Lillqvist |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-04-01 | Clear the VirtualDevice we create for an impBufferDevice on iOS | Tor Lillqvist |
2014-03-28 | Bin rest of DBG_WARNING[123] | Tor Lillqvist |
2014-03-28 | Merge back branch alg_writerframes to trunk | Armin Le Grand |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-20 | remove whitespace | Markus Mohrhard |
2014-03-19 | Use sane indentation in new files. | Jan Holesovsky |
2014-03-19 | Add dash-dot and dash-dot-dot line styles. | Kohei Yoshida |
2014-03-18 | fdo#75260: Center both primary and secondary lines wrt thier respective axes. | Kohei Yoshida |
2014-03-18 | fdo#75260: Don't forget to offset the inner with the width of the outer. | Kohei Yoshida |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-03-17 | Skeleton of drawinglayer object called OpenGLObject | Zolnai Tamás |
2014-03-10 | remove whitespace | Markus Mohrhard |
2014-03-05 | Simplify DrawWave | Keith Curtis |
2014-03-05 | remove unused code in drawinglayer | Noel Grandin |
2014-03-04 | fdo#75260: Correctly draw double lines for both Writer and Calc. | Kohei Yoshida |
2014-02-27 | Remove visual noise from drawinglayer | Alexander Wilms |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-21 | vcl: sal_Bool -> bool | Stephan Bergmann |
2014-02-20 | Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx | Tobias Lippert |
2014-02-14 | fix crash on ios | tsahi glik |
2014-01-30 | "stati" considered both pretentious and incorrect Latin | Michael Stahl |
2014-01-28 | sd/qa: Remove InteropGrabBag property from XML dumps | Jacobo Aragunde Pérez |
2014-01-23 | Resolves: #i123950# unified and redefined CropPrimitive2D::get2DDecomposition | Armin Le Grand |
2014-01-22 | fdo#73886: Let's keep the "left" border outer and "right" inner. | Kohei Yoshida |
2014-01-22 | fdo#73886: Check the right width in case the left width is zero. | Kohei Yoshida |
2014-01-21 | bool improvements | Stephan Bergmann |
2014-01-20 | fdo#73487: Center thick border lines around cell grid. | Kohei Yoshida |
2014-01-20 | Handle double lines for screen rendering. | Kohei Yoshida |
2014-01-20 | Ensure that the pixel line is at least 1 pixel wide. | Kohei Yoshida |
2014-01-20 | Do the same when the pixel thickness is zero. | Kohei Yoshida |
2014-01-20 | Substitute dashed line with a solid line at lower zoom levels. | Kohei Yoshida |
2014-01-20 | Better on-screen drawing of vertical dashed lines. | Kohei Yoshida |
2014-01-20 | Same solid line treatment for vertical lines during on-screen drawing. | Kohei Yoshida |
2014-01-20 | Better pixelization of dashed lines for screen rendering. | Kohei Yoshida |
2014-01-20 | Draw horizontal solid border lines directly in the pixel processor. | Kohei Yoshida |
2014-01-18 | -Werror,-Wunused-variable | Stephan Bergmann |
2014-01-17 | Double line looks a bit too apart. | Kohei Yoshida |
2014-01-17 | Distance value has been already scaled; no need to apply scaling twice. | Kohei Yoshida |
2014-01-17 | Apply dashing without consulting current map unit. | Kohei Yoshida |
2014-01-17 | Use this pattern scale to scale things for better line pattern generation. | Kohei Yoshida |
2014-01-17 | Pass scaling to borderline primitive objects. | Kohei Yoshida |
2014-01-17 | Draw double lined table border somewhat more pleasantly. | Kohei Yoshida |