[Libreoffice-commits] core.git: Branch 'feature/calc-cell-borders' - drawinglayer/source

2014-01-20 Thread Kohei Yoshida
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 81 +--- 1 file changed, 66 insertions(+), 15 deletions(-) New commits: commit 6c4fc2b657a4c3e677c58604c6420ebeb73cdb9e Author: Kohei Yoshida Date: Mon Jan 20 18:37:08 2014 -0500 fdo#73487: Center thick border lines a

[Libreoffice-commits] core.git: Branch 'feature/calc-cell-borders' - drawinglayer/source

2014-01-20 Thread Kohei Yoshida
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 22 ++-- 1 file changed, 20 insertions(+), 2 deletions(-) New commits: commit 80187cb4faeb7426dcb565abe43f5616b4e9d8a8 Author: Kohei Yoshida Date: Mon Jan 20 12:30:11 2014 -0500 Handle double lines for screen renderin

[Libreoffice-commits] core.git: Branch 'feature/calc-cell-borders' - drawinglayer/source

2014-01-20 Thread Kohei Yoshida
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) New commits: commit 3b15f5324bc3dc6eeadee545d8a5884f670d811b Author: Kohei Yoshida Date: Mon Jan 20 12:03:39 2014 -0500 Ensure that the pixel line is at least 1

[Libreoffice-commits] core.git: Branch 'feature/calc-cell-borders' - drawinglayer/source

2014-01-20 Thread Kohei Yoshida
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 14 ++ 1 file changed, 14 insertions(+) New commits: commit c69e618225652a109a101ff213d9b8a21eff97a6 Author: Kohei Yoshida Date: Mon Jan 20 11:48:36 2014 -0500 Do the same when the pixel thickness is zero. Ch

[Libreoffice-commits] core.git: Branch 'feature/calc-cell-borders' - drawinglayer/source

2014-01-20 Thread Kohei Yoshida
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 63 ++-- 1 file changed, 40 insertions(+), 23 deletions(-) New commits: commit 5446c05ffbf8a0e94955fc3cfa8653a8d0f254f8 Author: Kohei Yoshida Date: Mon Jan 20 11:41:41 2014 -0500 Substitute dashed line with a solid li

[Libreoffice-commits] core.git: Branch 'feature/calc-cell-borders' - drawinglayer/source include/svtools svtools/source

2014-01-18 Thread Kohei Yoshida
Rebased ref, commits from common ancestor: commit 0c89bc6aec5204cb7a7ce2d725ff60e6dea0c9e2 Author: Kohei Yoshida Date: Sat Jan 18 23:02:05 2014 -0500 Better pixelization of dashed lines for screen rendering. Now the dashed lines are evenly placed on screen. For now, horizontal lin

[Libreoffice-commits] core.git: Branch 'feature/calc-cell-borders' - drawinglayer/source include/svtools svtools/source

2014-01-18 Thread Kohei Yoshida
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 177 include/svtools/borderhelper.hxx|2 svtools/source/control/ctrlbox.cxx | 10 3 files changed, 152 insertions(+), 37 deletions(-) New commits: commit 89b33572ef5121

[Libreoffice-commits] core.git: Branch 'feature/calc-cell-borders' - drawinglayer/source

2014-01-15 Thread Kohei Yoshida
drawinglayer/source/primitive2d/borderlineprimitive2d.cxx | 170 +- 1 file changed, 63 insertions(+), 107 deletions(-) New commits: commit 05667a72e748e82a06be7c931c261a1a5f11fbb5 Author: Kohei Yoshida Date: Wed Jan 15 10:19:16 2014 -0500 Draw double lined table border somewh

[Libreoffice-commits] core.git: Branch 'feature/calc-cell-borders' - drawinglayer/source

2014-01-14 Thread Kohei Yoshida
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 13 + 1 file changed, 13 insertions(+) New commits: commit 8d1e8eac41d9bb6cfb5ff68c8fffc684724776f7 Author: Kohei Yoshida Date: Tue Jan 14 19:07:02 2014 -0500 Always disable anti-aliasing when drawing table borders.