core.git: vcl/source

2025-04-14 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapDarkenBlendFilter.cxx | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) New commits: commit 921e6117bc0309705a49067287056089fd400a4f Author: Chris Sherlock AuthorDate: Sat Sep 21 01:01:46 2024 +1000 Commit: Michael Weghorn

core.git: vcl/source

2025-04-13 Thread Chris Sherlock (via logerrit)
vcl/source/control/calendar.cxx | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) New commits: commit bb75bdc570e6764cd101c47318bc791c9313c0de Author: Chris Sherlock AuthorDate: Thu Oct 10 00:06:40 2024 +1100 Commit: Noel Grandin CommitDate: Mon Apr 14 08:31:37 2025

core.git: include/vcl svgio/source vcl/qa vcl/source

2025-03-02 Thread Chris Sherlock (via logerrit)
insertions(+), 30 deletions(-) New commits: commit a43320a3ad867d65a9d9c8b332abc4dad10b430e Author: Chris Sherlock AuthorDate: Sat Sep 21 00:58:52 2024 +1000 Commit: Tomaž Vajngerl CommitDate: Sun Mar 2 13:15:53 2025 +0100 vcl: make BitmapDarkenBlendFilter use BitmapFilter

core.git: vcl/source

2025-02-24 Thread Chris Sherlock (via logerrit)
vcl/source/control/calendar.cxx | 102 1 file changed, 53 insertions(+), 49 deletions(-) New commits: commit e014935a645c56182d15463c2692616c29308313 Author: Chris Sherlock AuthorDate: Wed Oct 9 23:56:56 2024 +1100 Commit: Michael Weghorn

Re: BitmapFilter fix

2025-02-22 Thread Chris Sherlock
A friendly ping to the mailing list. :-) Chris > On 13 Feb 2025, at 9:41 pm, Chris Sherlock wrote: > > Hi all, > > Would someone be able to have a look at the following patches? > > https://gerrit.libreoffice.org/c/core/+/180822/ > > https://gerrit.libreoff

Re: Minor whitespace changes relating to lines of code that are being changed

2025-02-13 Thread Chris Sherlock
On Fri, Feb 14, 2025 at 12:18 AM Stephan Bergmann < stephan.bergm...@allotropia.de> wrote: > On 13.02.25 11:36, Chris Sherlock wrote: > > I see commits all the time where someone changes a line of code and > changes the whitespacing in that same line of code. > > I occasi

Re: Minor whitespace changes relating to lines of code that are being changed

2025-02-13 Thread Chris Sherlock
> The devil is in the details. Michael is right that there are lines where only > spaces have been changed, but his first comment didn't show exactly the lines > he was suggesting for correction, maybe that is why he was unwittingly > opening old wounds. Chris' e-mail shows for me that the mot

Re: Minor whitespace changes relating to lines of code that are being changed

2025-02-13 Thread Chris Sherlock
> On 13 Feb 2025, at 9:56 pm, Michael Weghorn wrote: > > Hi Chris, > > On 2025-02-13 11:36, Chris Sherlock wrote: >> I see commits all the time where someone changes a line of code and changes >> the whitespacing in that same line of code.

BitmapFilter fix

2025-02-13 Thread Chris Sherlock
Hi all, Would someone be able to have a look at the following patches? https://gerrit.libreoffice.org/c/core/+/180822/ https://gerrit.libreoffice.org/c/core/+/173743 I created the BitmapFilter idea some time ago and these have been successfully adopted for a number of features in LibreOffice

Minor whitespace changes relating to lines of code that are being changed

2025-02-13 Thread Chris Sherlock
Hi all, I see commits all the time where someone changes a line of code and changes the whitespacing in that same line of code. So for example, in https://gerrit.libreoffice.org/c/core/+/178504 I have removed the using namespaces and added css:: as the prefix, but at the same time *only* on

core.git: vcl/source

2025-02-09 Thread Chris Sherlock (via logerrit)
vcl/source/control/calendar.cxx | 304 +++- 1 file changed, 148 insertions(+), 156 deletions(-) New commits: commit 988d09d170b94f4ed5aa9b0fa6aa199e3fb521a9 Author: Chris Sherlock AuthorDate: Wed Oct 9 23:13:20 2024 +1100 Commit: Noel Grandin

core.git: vcl/source

2025-02-01 Thread Chris Sherlock (via logerrit)
vcl/source/control/calendar.cxx | 219 +--- 1 file changed, 182 insertions(+), 37 deletions(-) New commits: commit 1b6fbba88bd342fe3179e58e5ee0172041beb100 Author: Chris Sherlock AuthorDate: Wed Oct 9 22:36:54 2024 +1100 Commit: Noel Grandin

core.git: vcl/source

2025-01-23 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapColorQuantizationFilter.cxx | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) New commits: commit 10d8402957fe7b8a148a2abd719b7f2cb15f05a7 Author: Chris Sherlock AuthorDate: Fri Sep 20 18:49:00 2024 +1000 Commit: Michael Weghorn

core.git: vcl/source

2025-01-20 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapColorizeFilter.cxx | 30 - 1 file changed, 17 insertions(+), 13 deletions(-) New commits: commit 340f0965e6ffef318304ba8a7a1a7f10bb2548fe Author: Chris Sherlock AuthorDate: Fri Sep 20 18:42:50 2024 +1000 Commit: Michael Weghorn

core.git: vcl/source

2025-01-17 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapBasicMorphologyFilter.cxx | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) New commits: commit a3ee63e617d166e5950e3d1355fe75e8fedcc48b Author: Chris Sherlock AuthorDate: Fri Sep 20 18:32:46 2024 +1000 Commit: Michael Weghorn

Re: BitmapScopedWriteAccess

2025-01-14 Thread Chris Sherlock
Sent from my iPhone > On 15 Jan 2025, at 12:49 am, Thorsten Behrens wrote: > > Hi Chris, > > Chris Sherlock wrote: >> Out of interest, what is “scoped” about BitmapScopedWriteAccess? >> > The original idea was providing RAII semantics to the bitmap

BitmapScopedWriteAccess

2025-01-14 Thread Chris Sherlock
Out of interest, what is “scoped” about BitmapScopedWriteAccess? What is the purpose of this? Chris

core.git: vcl/source

2024-11-15 Thread Chris Sherlock (via logerrit)
vcl/source/control/calendar.cxx | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit 6a3618e9d9d364b82713067f6b11821576aedf06 Author: Chris Sherlock AuthorDate: Wed Oct 9 22:27:52 2024 +1100 Commit: Noel Grandin CommitDate: Fri Nov 15 14:51:09

core.git: vcl/source

2024-11-15 Thread Chris Sherlock (via logerrit)
vcl/source/control/calendar.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 60889b7326d06c1fbfe146756d664b8f9ee7cc21 Author: Chris Sherlock AuthorDate: Wed Oct 9 22:25:25 2024 +1100 Commit: Noel Grandin CommitDate: Fri Nov 15 14:50:15 2024 +0100

core.git: vcl/source

2024-11-13 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapArithmeticBlendFilter.cxx | 26 +++--- 1 file changed, 14 insertions(+), 12 deletions(-) New commits: commit 221194dda8a6543f835c057bf609b0e3b3820432 Author: Chris Sherlock AuthorDate: Fri Sep 20 18:22:10 2024 +1000 Commit: Tomaž Vajngerl

core.git: canvas/inc canvas/source cui/inc cui/source drawinglayer/source include/vcl oox/source sd/source svgio/source svx/inc svx/source vcl/inc vcl/qa vcl/source vcl/unx vcl/workben

2024-10-21 Thread Chris Sherlock (via logerrit)
(-) New commits: commit bc2ff9daf5d20bc9b8f260ffc59e820a1aa08772 Author: Chris Sherlock AuthorDate: Sun Sep 15 00:02:10 2024 +1000 Commit: Tomaž Vajngerl CommitDate: Mon Oct 21 09:45:21 2024 +0200 vcl: move bitmap filter headers into vcl/bitmap global header directory Use

core.git: vcl/source

2024-10-07 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapScaleConvolutionFilter.cxx | 225 + 1 file changed, 100 insertions(+), 125 deletions(-) New commits: commit 43de008d7871848c10a9d618aec8f817bb40f082 Author: Chris Sherlock AuthorDate: Mon Sep 2 01:33:02 2024 +1000 Commit: Michael Weghorn

core.git: vcl/source

2024-09-29 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapReadAccess.cxx | 168 +++-- 1 file changed, 77 insertions(+), 91 deletions(-) New commits: commit e5aff0ed177e218bfec7c9f57f393379c051166a Author: Chris Sherlock AuthorDate: Mon Sep 2 01:15:35 2024 +1000 Commit: Michael Weghorn

core.git: vcl/source

2024-09-29 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapPopArtFilter.cxx | 123 ++- 1 file changed, 58 insertions(+), 65 deletions(-) New commits: commit 89f0b965b26eca7ca9be18122881b955072f3fa8 Author: Chris Sherlock AuthorDate: Sun Sep 1 05:45:20 2024 +1000 Commit: Michael Weghorn

core.git: vcl/source

2024-09-26 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapMosaicFilter.cxx | 236 +++ 1 file changed, 118 insertions(+), 118 deletions(-) New commits: commit 522d2aaf1ca830bcf3bca816b06cc8faa893cd0d Author: Chris Sherlock AuthorDate: Sun Sep 1 05:31:56 2024 +1000 Commit: Michael Weghorn

core.git: vcl/source

2024-09-26 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapFilterStackBlur.cxx | 50 +--- 1 file changed, 17 insertions(+), 33 deletions(-) New commits: commit 8e1f8e9b701839ff141bebb715de56772a85 Author: Chris Sherlock AuthorDate: Sun Sep 1 05:11:57 2024 +1000 Commit: Michael Weghorn

core.git: vcl/source

2024-09-26 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapEx.cxx | 322 +++-- 1 file changed, 153 insertions(+), 169 deletions(-) New commits: commit 3cf0b46327111830dc4e22a1f9f9af2c3e3b30ed Author: Chris Sherlock AuthorDate: Sun Sep 1 04:23:02 2024 +1000 Commit: Tomaž Vajngerl

core.git: Branch 'libreoffice-24-8' - vcl/inc vcl/source

2024-09-23 Thread Chris Sherlock (via logerrit)
vcl/inc/bitmap/BitmapFastScaleFilter.hxx|1 - vcl/source/bitmap/BitmapFastScaleFilter.cxx |2 +- 2 files changed, 1 insertion(+), 2 deletions(-) New commits: commit 10104d8477467bce8f05f45f16ddef763c523bc4 Author: Chris Sherlock AuthorDate: Sun Sep 22 17:26:58 2024 +1000 Commit

core.git: Branch 'libreoffice-24-2' - vcl/inc vcl/source

2024-09-23 Thread Chris Sherlock (via logerrit)
vcl/inc/bitmap/BitmapFastScaleFilter.hxx|1 - vcl/source/bitmap/BitmapFastScaleFilter.cxx |2 +- 2 files changed, 1 insertion(+), 2 deletions(-) New commits: commit d775a90fdbcf9e4c8084c39c66bd6fc6eda22e13 Author: Chris Sherlock AuthorDate: Sun Sep 22 17:26:58 2024 +1000 Commit

core.git: vcl/inc vcl/source

2024-09-23 Thread Chris Sherlock (via logerrit)
vcl/inc/bitmap/BitmapFastScaleFilter.hxx|1 - vcl/source/bitmap/BitmapFastScaleFilter.cxx |2 +- 2 files changed, 1 insertion(+), 2 deletions(-) New commits: commit c32e874a4f13acb87966731dbc5554fc95fa8e2b Author: Chris Sherlock AuthorDate: Sun Sep 22 17:26:58 2024 +1000 Commit

core.git: include/vcl svgio/source vcl/qa vcl/source

2024-09-20 Thread Chris Sherlock (via logerrit)
(+), 60 deletions(-) New commits: commit 5b54f68599d9a9b6f4d21fd8c0cdac746ea71ecb Author: Chris Sherlock AuthorDate: Sat Sep 14 02:22:28 2024 +1000 Commit: Tomaž Vajngerl CommitDate: Fri Sep 20 22:53:17 2024 +0200 vcl: migrate BitmapArithmeticBlendFilter to use BitmapFilter class

core.git: vcl/source

2024-09-13 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapEmbossGreyFilter.cxx | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) New commits: commit 0874f235e6779317ae215c438b6e642694b40af1 Author: Chris Sherlock AuthorDate: Sun Sep 1 03:53:23 2024 +1000 Commit: Tomaž Vajngerl CommitDate

core.git: vcl/source

2024-09-13 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapDisabledImageFilter.cxx |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) New commits: commit dc451a30d4a42dcf7bc7f3a9b42721aa9d0dbd43 Author: Chris Sherlock AuthorDate: Sun Sep 1 03:45:36 2024 +1000 Commit: Tomaž Vajngerl CommitDate: Fri Sep 13

core.git: vcl/source

2024-09-13 Thread Chris Sherlock (via logerrit)
vcl/source/bitmap/BitmapEx.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 8f6f57e126c8e44f23fde6d35f027214a3fd557b Author: Chris Sherlock AuthorDate: Sun Sep 1 03:59:16 2024 +1000 Commit: Tomaž Vajngerl CommitDate: Fri Sep 13 11:14:04 2024

core.git: 2 commits - include/vcl vcl/source

2024-09-10 Thread Chris Sherlock (via logerrit)
include/vcl/BitmapConvolutionMatrixFilter.hxx |5 - vcl/source/bitmap/BitmapConvolutionMatrixFilter.cxx | 68 ++-- 2 files changed, 37 insertions(+), 36 deletions(-) New commits: commit bacaa3e5243e4aabc7fad795af2b25d79611f18c Author: Chris Sherlock AuthorDate

core.git: vcl/source

2024-09-01 Thread Chris Sherlock (via logerrit)
vcl/source/animate/Animation.cxx | 275 ++- 1 file changed, 129 insertions(+), 146 deletions(-) New commits: commit 77aa9c210ad79af443191860ee1a7233d2d007cf Author: Chris Sherlock AuthorDate: Sat Aug 31 14:13:36 2024 +1000 Commit: Tomaž Vajngerl

core.git: vcl/inc vcl/qa vcl/source

2023-12-27 Thread Chris Sherlock (via logerrit)
vcl/inc/textlayout.hxx |4 ++-- vcl/qa/cppunit/textlayout.cxx |6 +++--- vcl/source/text/textlayout.cxx |8 3 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 7c1a359663355fac356e1eccf76f3f0247d4e3c6 Author: Chris Sherlock AuthorDate: Thu Oct

core.git: vcl/CppunitTest_vcl_textlayout.mk vcl/inc vcl/qa vcl/source

2023-12-27 Thread Chris Sherlock (via logerrit)
deletions(-) New commits: commit 938d3b35b83093de4e310d32de5137f6bdbcf22b Author: Chris Sherlock AuthorDate: Sun Oct 1 18:08:49 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Thu Dec 28 02:33:50 2023 +0100 vcl: test BreakLinesWithIterator with hyphens Change-Id

core.git: vcl/CppunitTest_vcl_textlayout.mk vcl/inc vcl/Module_vcl.mk vcl/qa

2023-12-27 Thread Chris Sherlock (via logerrit)
++ 5 files changed, 140 insertions(+), 2 deletions(-) New commits: commit 9157281deb81522bb02af73a08c4d7beed7aab75 Author: Chris Sherlock AuthorDate: Wed Oct 25 01:02:41 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Thu Dec 28 02:12:38 2023 +0100 vcl: add test for an invalid index in

core.git: vcl/source

2023-12-12 Thread Chris Sherlock (via logerrit)
vcl/source/text/textlayout.cxx |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit 755ce3ae9f6c672cc3ac1596fce182cd2c6993db Author: Chris Sherlock AuthorDate: Thu Oct 26 02:07:02 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Tue Dec 12 10:48:39 2023 +0100

core.git: vcl/inc vcl/source

2023-12-12 Thread Chris Sherlock (via logerrit)
vcl/inc/textlayout.hxx |2 +- vcl/source/text/textlayout.cxx | 20 2 files changed, 13 insertions(+), 9 deletions(-) New commits: commit 144ac97827ddf770c5185549d6dba47f698b9807 Author: Chris Sherlock AuthorDate: Thu Oct 26 01:58:05 2023 +1100 Commit

core.git: vcl/source

2023-12-12 Thread Chris Sherlock (via logerrit)
vcl/source/text/textlayout.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 0db0662376dd9e89e1ad1e0a5764c69f94f9a059 Author: Chris Sherlock AuthorDate: Wed Oct 25 06:15:37 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Tue Dec 12 10:45:05 2023

core.git: vcl/source

2023-12-12 Thread Chris Sherlock (via logerrit)
vcl/source/text/textlayout.cxx | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) New commits: commit 37bd1098fa0b2c5094aee0a48feff260b59681f3 Author: Chris Sherlock AuthorDate: Wed Oct 25 05:18:43 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Tue Dec 12 10

core.git: vcl/source

2023-12-12 Thread Chris Sherlock (via logerrit)
vcl/source/text/textlayout.cxx | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) New commits: commit 5aad3b5d8c4da23e90869b70907c3e5c5883ceea Author: Chris Sherlock AuthorDate: Wed Oct 25 05:12:06 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Tue Dec 12 10:43:39

core.git: vcl/source

2023-12-08 Thread Chris Sherlock (via logerrit)
vcl/source/outdev/bitmap.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 29df1afa1f439bf44a6be1b04ec0190e8f40abe2 Author: Chris Sherlock AuthorDate: Sun Sep 24 00:29:02 2023 +1000 Commit: Tomaž Vajngerl CommitDate: Fri Dec 8 11:49:31 2023 +0100

[Libreoffice-commits] core.git: vcl/qa

2023-12-05 Thread Chris Sherlock (via logerrit)
vcl/qa/cppunit/complextext.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 9b5964cf5931d7c09e4fd624d68595891c2afb58 Author: Chris Sherlock AuthorDate: Tue Nov 14 02:13:17 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Tue Dec 5 14:23:50 2023 +0100 vcl: add unit

[Libreoffice-commits] core.git: include/vcl vcl/qa vcl/source

2023-12-04 Thread Chris Sherlock (via logerrit)
commits: commit 042dc4a9186f526b625817dde50bb2f5a91fd2c6 Author: Chris Sherlock AuthorDate: Thu Nov 9 18:19:41 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Tue Dec 5 04:39:05 2023 +0100 vcl: add unit tests for a mixture of CJK and latin characters To influence the fallback fonts

[Libreoffice-commits] core.git: vcl/qa

2023-11-18 Thread Chris Sherlock (via logerrit)
vcl/qa/cppunit/text.cxx | 97 1 file changed, 97 insertions(+) New commits: commit 4a1fac7c703068a49df897bb635ff98bf22c0468 Author: Chris Sherlock AuthorDate: Wed Nov 8 14:21:47 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Sun Nov 19

[Libreoffice-commits] core.git: vcl/source

2023-11-18 Thread Chris Sherlock (via logerrit)
vcl/source/text/textlayout.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2195d87e62dae3465554be5a20a45b0a377845d2 Author: Chris Sherlock AuthorDate: Tue Oct 17 18:54:26 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Sun Nov 19 02:23:09 2023 +0100

[Libreoffice-commits] core.git: vcl/source

2023-11-18 Thread Chris Sherlock (via logerrit)
vcl/source/text/textlayout.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 72eaff7b6af01f3b6d9754660ce231e74d501466 Author: Chris Sherlock AuthorDate: Tue Oct 17 18:39:01 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Sun Nov 19 02:21:38

[Libreoffice-commits] core.git: vcl/inc

2023-11-18 Thread Chris Sherlock (via logerrit)
vcl/inc/textlayout.hxx |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit c0aacb30b73405f6d0213fcb85b53b6d0f0854d7 Author: Chris Sherlock AuthorDate: Tue Oct 17 18:36:36 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Sun Nov 19 02:19:59 2023 +0100 tdf

[Libreoffice-commits] core.git: vcl/source

2023-11-18 Thread Chris Sherlock (via logerrit)
vcl/source/text/textlayout.cxx |6 -- 1 file changed, 6 deletions(-) New commits: commit 696644462e1f3e43608319068db2bbc167e7b8f8 Author: Chris Sherlock AuthorDate: Tue Oct 17 18:34:46 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Sun Nov 19 02:19:35 2023 +0100 vcl: remove

Re: Testing CJK glyphs

2023-11-09 Thread Chris Sherlock
Sent from my iPhone > On 9 Nov 2023, at 8:03 pm, Caolán McNamara > wrote: > > On Thu, 2023-11-09 at 16:23 +1100, Chris Sherlock wrote: >> Just a quick question - I want to write a unit test that checks the >> glyph advancements for CJK glyphs. >> >&

Testing CJK glyphs

2023-11-08 Thread Chris Sherlock
Hi all, Just a quick question - I want to write a unit test that checks the glyph advancements for CJK glyphs. Specifically, I want to test the advancements of the following text: 根据10.1(37BA) Eng What font comes bundled with LibreOffice that I can use? Chris

[Libreoffice-commits] core.git: vcl/source

2023-11-05 Thread Chris Sherlock (via logerrit)
vcl/source/text/textlayout.cxx | 23 ++- 1 file changed, 10 insertions(+), 13 deletions(-) New commits: commit 383f666bcad27b2fbea6ac13a42cafd6f035fc5c Author: Chris Sherlock AuthorDate: Tue Oct 17 18:25:38 2023 +1100 Commit: Tomaž Vajngerl CommitDate: Mon Nov 6

[Libreoffice-commits] core.git: vcl/source

2023-11-05 Thread Chris Sherlock (via logerrit)
vcl/source/text/textlayout.cxx | 97 + 1 file changed, 42 insertions(+), 55 deletions(-) New commits: commit 183973ece62c0eefbd841dcf99f7fb8716f0fca1 Author: Chris Sherlock AuthorDate: Tue Oct 17 18:06:59 2023 +1100 Commit: Tomaž Vajngerl

[Libreoffice-commits] core.git: vcl/inc vcl/source

2023-11-05 Thread Chris Sherlock (via logerrit)
vcl/inc/textlayout.hxx |5 vcl/source/text/textlayout.cxx | 226 +++-- 2 files changed, 135 insertions(+), 96 deletions(-) New commits: commit 5886a6faad298cb42fdb4ceb52120bfc569c6e14 Author: Chris Sherlock AuthorDate: Tue Oct 17 17:53:10

[Libreoffice-commits] core.git: vcl/source

2023-10-26 Thread Chris Sherlock (via logerrit)
vcl/source/outdev/bitmap.cxx | 64 ++- 1 file changed, 28 insertions(+), 36 deletions(-) New commits: commit 4a6492e155d44ef51fc9a89271f857a6f987182e Author: Chris Sherlock AuthorDate: Sun Sep 24 00:42:07 2023 +1000 Commit: Tomaž Vajngerl

[Libreoffice-commits] core.git: vcl/source

2023-10-26 Thread Chris Sherlock (via logerrit)
vcl/source/outdev/bitmapex.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d35236adb3fc561f49134a88c7468411527ee3d5 Author: Chris Sherlock AuthorDate: Sun Sep 24 00:58:17 2023 +1000 Commit: Tomaž Vajngerl CommitDate: Fri Oct 27 05:50:44 2023 +0200

[Libreoffice-commits] core.git: solenv/clang-format vcl/Library_vcl.mk vcl/source

2023-10-26 Thread Chris Sherlock (via logerrit)
solenv/clang-format/excludelist |2 +- vcl/Library_vcl.mk |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 60abfe9e514d71a14b388f0156b31a4be5896686 Author: Chris Sherlock AuthorDate: Sat Sep 30 12:08:32 2023 +1000 Commit: Tomaž Vajngerl

[Libreoffice-commits] core.git: vcl/source

2023-10-26 Thread Chris Sherlock (via logerrit)
vcl/source/gdi/textlayout.cxx | 182 ++ 1 file changed, 96 insertions(+), 86 deletions(-) New commits: commit adba3022f14d28090a668da10fc3311633535ae8 Author: Chris Sherlock AuthorDate: Thu Sep 28 21:14:15 2023 +1000 Commit: Tomaž Vajngerl

[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/source

2023-10-23 Thread Chris Sherlock (via logerrit)
+- vcl/source/window/window3.cxx |2 7 files changed, 442 insertions(+), 436 deletions(-) New commits: commit 41e00b105f004b75451e24043dc85af703c91dd3 Author: Chris Sherlock AuthorDate: Mon Sep 25 00:24:32 2023 +1000 Commit: Tomaž Vajngerl

Re: Windows and 256 color displays

2023-10-10 Thread Chris Sherlock
Sent from my iPhone > On 11 Sep 2023, at 12:45 pm, Thorsten Behrens wrote: > > Ilmari Lauhakangas wrote: >>> On 9.9.2023 3.35, Chris Sherlock wrote: >>> If not, we could remove a huge chunk of dithering code in >>> ImplInitSalGDI() and vastly simplify

Re: Consolidating text layout code

2023-10-10 Thread Chris Sherlock
Just a polite ping to the mailing list, is anyone able to review? Chris Sent from my iPhone > On 7 Oct 2023, at 8:47 pm, Chris Sherlock wrote: > > Hi all, > > I have migrated text layout code from OutputDevice and into a > TextLayoutHelper class. This is because Outp

Consolidating text layout code

2023-10-07 Thread Chris Sherlock
Hi all, I have migrated text layout code from OutputDevice and into a TextLayoutHelper class. This is because OutputDevice’s primary purpose is not working out text layout, and in fact this is what we are attempting to do with the ITextLayout interface. Can anyone have a look at https://gerrit

[Libreoffice-commits] core.git: include/vcl vcl/source

2023-09-27 Thread Chris Sherlock (via logerrit)
include/vcl/outdev.hxx |2 +- vcl/source/outdev/text.cxx | 14 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit 47c4d0fbdc681287f2fd9f5240ca1ce7a960ec18 Author: Chris Sherlock AuthorDate: Sun Sep 24 02:52:32 2023 +1000 Commit: Noel Grandin

Windows and 256 color displays

2023-09-08 Thread Chris Sherlock
Do we still support Windows on a 256 color display? If not, we could remove a huge chunk of dithering code in ImplInitSalGDI() and vastly simplify multiplatform support. Chris Sent from my iPhone

[Libreoffice-commits] core.git: vcl/source

2022-11-30 Thread Chris Sherlock (via logerrit)
1a5d548b96d86ad7ca04c2b23dc18517a538a998 Author: Chris Sherlock AuthorDate: Sun Nov 27 03:06:22 2022 +1100 Commit: Tomaž Vajngerl CommitDate: Thu Dec 1 05:01:12 2022 +0100 vcl: remove unnecessary includes Change-Id: I41cb0b38857ddeef7cb7f82c1b523a9c7fcf2413 Reviewed-on

[Libreoffice-commits] core.git: vcl/source

2022-11-28 Thread Chris Sherlock (via logerrit)
vcl/source/outdev/map.cxx | 48 +- 1 file changed, 18 insertions(+), 30 deletions(-) New commits: commit 845dd688e5032c83db889cbf2ca033144dd1de32 Author: Chris Sherlock AuthorDate: Sun Nov 27 02:35:42 2022 +1100 Commit: Noel Grandin

[Libreoffice-commits] core.git: vcl/CppunitTest_vcl_font.mk vcl/qa

2022-11-27 Thread Chris Sherlock (via logerrit)
vcl/CppunitTest_vcl_font.mk|5 ++ vcl/qa/cppunit/logicalfontinstance.cxx | 64 + 2 files changed, 69 insertions(+) New commits: commit a22047f148c45d34c5ce08d2d9011237287b673f Author: Chris Sherlock AuthorDate: Wed Oct 19 11:20:19 2022 +0200

[Libreoffice-commits] core.git: include/vcl Repository.mk vcl/Executable_listglyphs.mk vcl/Module_vcl.mk vcl/workben

2022-11-25 Thread Chris Sherlock (via logerrit)
commits: commit 42da7674685c1a82fd655f19c2665030f41d5929 Author: Chris Sherlock AuthorDate: Wed Oct 19 21:32:49 2022 +1100 Commit: Michael Stahl CommitDate: Fri Nov 25 14:04:20 2022 +0100 vcl: list the glyphs and bound rects of a specified font Change-Id

[Libreoffice-commits] core.git: vcl/qa

2022-11-20 Thread Chris Sherlock (via logerrit)
vcl/qa/cppunit/text.cxx | 102 1 file changed, 102 insertions(+) New commits: commit e535da3b6d72c0aca312dcf1ca38a3fcc3532a38 Author: Chris Sherlock AuthorDate: Sun Oct 2 19:11:11 2022 +1100 Commit: خالد حسني CommitDate: Sun Nov 20 16

[Libreoffice-commits] core.git: include/vcl vcl/CppunitTest_vcl_font.mk vcl/qa

2022-11-17 Thread Chris Sherlock (via logerrit)
: Chris Sherlock AuthorDate: Wed Oct 19 11:20:19 2022 +0200 Commit: Tomaž Vajngerl CommitDate: Fri Nov 18 07:40:46 2022 +0100 vcl: test getting glyph boundary rect from LogicalFontInstance MacOS produces a slightly different glyph height. Quoting from Khaled in dev

[Libreoffice-commits] core.git: include/vcl vcl/source

2022-11-13 Thread Chris Sherlock (via logerrit)
include/vcl/animate/Animation.hxx |2 ++ vcl/source/animate/Animation.cxx | 35 --- 2 files changed, 22 insertions(+), 15 deletions(-) New commits: commit 5ccba00d2007d664b9ffd0f956323a8180cb8e66 Author: Chris Sherlock AuthorDate: Sat Jun 25 10:57:41

[Libreoffice-commits] core.git: vcl/source

2022-11-13 Thread Chris Sherlock (via logerrit)
vcl/source/animate/Animation.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit d773da0c083b4ee1cf12bd7846cbdbe37ed8 Author: Chris Sherlock AuthorDate: Sat Jun 25 10:44:56 2022 +1000 Commit: Tomaž Vajngerl CommitDate: Sun Nov 13 13:43:50

Re: Comparion of LogicalFontInstance::ImplGetGlyphBoundRect() between platforms

2022-11-06 Thread Chris Sherlock
On Sun, Oct 30, 2022 at 2:26 AM Chris Sherlock wrote: > > > Sent from my iPhone > > On 23 Oct 2022, at 5:20 am, Caolán McNamara wrote: > > On Sat, 2022-10-22 at 01:42 +1100, Chris Sherlock wrote: > > Test name: VclLogicalFontInstanceTest::testglyphboundrect &g

Re: [BUG] [Libetonyek Build Failed] Please consider updating autotool scripts.

2022-10-30 Thread Chris Sherlock
> On 17 Oct 2022, at 4:17 pm, 南国 微雪 wrote: > > Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to > RISC-V architecture. > > # Description > > While packaging `Libetonyek`, we found an error. > (This link is the log about building processing our lord maintained.)

Re: Date errors in LibreOffice

2022-10-29 Thread Chris Sherlock
Sent from my iPhone > On 25 Oct 2022, at 9:39 am, Juan C. Sanz wrote: >  > Hi > > A few weeks ago I proposed a patch > https://gerrit.libreoffice.org/c/core/+/138845 related to bug tdf#150587, > which removed what I felt was an artificial limitation on the range of dates > that can be ente

Re: Comparion of LogicalFontInstance::ImplGetGlyphBoundRect() between platforms

2022-10-29 Thread Chris Sherlock
Sent from my iPhone > On 23 Oct 2022, at 5:20 am, Caolán McNamara wrote: > > On Sat, 2022-10-22 at 01:42 +1100, Chris Sherlock wrote: >>> Test name: VclLogicalFontInstanceTest::testglyphboundrect >>> equality assertion failed >>> - Expected: 51x82@

[Libreoffice-commits] core.git: include/vcl vcl/source

2022-10-28 Thread Chris Sherlock (via logerrit)
include/vcl/animate/Animation.hxx |1 vcl/source/animate/Animation.cxx | 92 ++ 2 files changed, 46 insertions(+), 47 deletions(-) New commits: commit 91bc1e6a8c92a7c895f0ba9dcad9ac4d35f3f791 Author: Chris Sherlock AuthorDate: Sat Jun 25 10:21:17

Re: (was: ESC meeting minutes: 2022-10-20)

2022-10-22 Thread Chris Sherlock
On 22 Oct 2022, at 9:36 pm, Paolo Vecchi wrote: > > Hi Noel, > > On 22/10/2022 08:27, Noel Grandin wrote: >> >> >> On Fri, 21 Oct 2022 at 23:32, Andreas Mantke > > wrote: >> The whole action was driven by members of the board with a (potential?) >> Conflict of Interest (C

Re: (was: ESC meeting minutes: 2022-10-20)

2022-10-22 Thread Chris Sherlock
On Sat, Oct 22, 2022 at 8:24 PM Andreas Mantke wrote: > it would have been great, if you'd explained that you are working for > the company which forked away from LibreOffice Online > (https://www.documentfoundation.org/gethelp/developers/). > > Thus you have on this specific topic (the online v

Re: (was: ESC meeting minutes: 2022-10-20)

2022-10-21 Thread Chris Sherlock
On 21 Oct 2022, at 11:29 pm, Andreas Mantke wrote: > > Hi, > > I find it very shameful how much efford the board and it's members with > a known and possible CoI on this topic invest to not enable further > contributions and throw away a project which is evaluated important for > the future of L

Re: Comparion of LogicalFontInstance::ImplGetGlyphBoundRect() between platforms

2022-10-21 Thread Chris Sherlock
On 16 Oct 2022, at 9:03 am, Chris Sherlock wrote: > > > > On Sun, Oct 16, 2022 at 2:07 AM Caolán McNamara <mailto:caol...@redhat.com>> wrote: > On Sat, 2022-10-15 at 22:13 +1100, Chris Sherlock wrote: > > So an update… after I shifted to using Liberation Sans

[Libreoffice-commits] core.git: include/vcl vcl/source

2022-10-17 Thread Chris Sherlock (via logerrit)
include/vcl/animate/Animation.hxx |4 +- vcl/source/animate/Animation.cxx | 52 +++--- 2 files changed, 29 insertions(+), 27 deletions(-) New commits: commit 6125be0aa10113d840a1fdbe33cf3174d5896fcb Author: Chris Sherlock AuthorDate: Sat Jun 25 10:04

[Libreoffice-commits] core.git: include/vcl vcl/source

2022-10-17 Thread Chris Sherlock (via logerrit)
include/vcl/animate/Animation.hxx |2 + vcl/source/animate/Animation.cxx | 45 -- 2 files changed, 26 insertions(+), 21 deletions(-) New commits: commit 12ebfc4f6d7b77cd77ac9028dddf0554df05c91e Author: Chris Sherlock AuthorDate: Sat Jun 25 09:53:07

Re: Comparion of LogicalFontInstance::ImplGetGlyphBoundRect() between platforms

2022-10-15 Thread Chris Sherlock
On Sun, Oct 16, 2022 at 2:07 AM Caolán McNamara wrote: > On Sat, 2022-10-15 at 22:13 +1100, Chris Sherlock wrote: > > So an update… after I shifted to using Liberation Sans as the font > > face and added gb_CppunitTest_use_more_fonts the only platform that > > varies is Mac

Re: Comparion of LogicalFontInstance::ImplGetGlyphBoundRect() between platforms

2022-10-15 Thread Chris Sherlock
> On 15 Oct 2022, at 8:12 pm, Chris Sherlock wrote: > >  > I've done some testing of LogicalFontInstance::GetGlyphBoundRect(). Each > platform seems to give different values! > > The commit in gerrit is: https://gerrit.libreoffice.org/c/core/+/141234 So an update

[Libreoffice-commits] core.git: vcl/qa

2022-10-15 Thread Chris Sherlock (via logerrit)
vcl/qa/cppunit/text.cxx | 71 1 file changed, 71 insertions(+) New commits: commit 5c2e1c894e6d0ef846d3643ef96c56ab548ef0d0 Author: Chris Sherlock AuthorDate: Sun Oct 2 18:33:12 2022 +1100 Commit: Noel Grandin CommitDate: Sat Oct 15 12

Comparion of LogicalFontInstance::ImplGetGlyphBoundRect() between platforms

2022-10-15 Thread Chris Sherlock
I've done some testing of LogicalFontInstance::GetGlyphBoundRect(). Each platform seems to give different values! The commit in gerrit is: https://gerrit.libreoffice.org/c/core/+/141234 (many thanks to Hossein for some suggestions in a different gerrit patch about some things around unit tests I

[Libreoffice-commits] core.git: vcl/source

2022-10-13 Thread Chris Sherlock (via logerrit)
vcl/source/animate/Animation.cxx |4 1 file changed, 4 deletions(-) New commits: commit 65b2aa877dd8a9fd42992faf532144d22ae93182 Author: Chris Sherlock AuthorDate: Fri Oct 14 04:53:38 2022 +1100 Commit: Miklos Vajna CommitDate: Fri Oct 14 08:35:49 2022 +0200 vcl: followup

[Libreoffice-commits] core.git: include/vcl vcl/source

2022-10-12 Thread Chris Sherlock (via logerrit)
include/vcl/animate/Animation.hxx |2 ++ vcl/source/animate/Animation.cxx | 15 +-- 2 files changed, 15 insertions(+), 2 deletions(-) New commits: commit 5f88c66b835718c5cc5f07d21825a5ac6880e458 Author: Chris Sherlock AuthorDate: Sat Jun 25 09:31:46 2022 +1000 Commit

[Libreoffice-commits] core.git: vcl/inc

2022-10-12 Thread Chris Sherlock (via logerrit)
vcl/inc/animate/AnimationRenderer.hxx |3 --- 1 file changed, 3 deletions(-) New commits: commit ff7dd118bdc5d017d2dec28a4e37c3e3a6b97660 Author: Chris Sherlock AuthorDate: Wed Jul 20 19:56:51 2022 +1000 Commit: Tomaž Vajngerl CommitDate: Wed Oct 12 10:10:24 2022 +0200 vcl

Re: Minimum system version of ICU

2022-10-10 Thread Chris Sherlock
> On 10 Oct 2022, at 11:56 pm, Stephan Bergmann wrote: > > On 08/10/2022 19:57, Chris Sherlock wrote: >> What is the minimum version of ICU that a system must run if the distro >> decides not to use our internal ICU? > > At least the relevant configure.a

[Libreoffice-commits] core.git: vcl/source

2022-10-09 Thread Chris Sherlock (via logerrit)
vcl/source/animate/Animation.cxx | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 0d463de3adc204af6892cc2b2c2d8a698237fb0c Author: Chris Sherlock AuthorDate: Wed Jul 20 19:53:47 2022 +1000 Commit: Ilmari Lauhakangas CommitDate: Sun Oct 9 11:27:36

Minimum system version of ICU

2022-10-08 Thread Chris Sherlock
Hey all,What is the minimum version of ICU that a system must run if the distro decides not to use our internal ICU?I ask because in 2019 we added some checks for ICU < 63 here:libreoffice/core - main, development code repositorycgit.freedesktop.orgIf we require ICU >= 63 then we could scrap the co

[Libreoffice-commits] core.git: vcl/qa

2022-10-07 Thread Chris Sherlock (via logerrit)
vcl/qa/cppunit/text.cxx | 26 ++ 1 file changed, 26 insertions(+) New commits: commit 0cf173ff4a53618e6ddd40a278f375680d92a71f Author: Chris Sherlock AuthorDate: Tue Sep 27 05:37:47 2022 +1000 Commit: Michael Stahl CommitDate: Fri Oct 7 10:42:05 2022 +0200

[Libreoffice-commits] core.git: unotools/CppunitTest_unotools_fontcvt.mk unotools/Module_unotools.mk unotools/qa

2022-10-05 Thread Chris Sherlock (via logerrit)
Author: Chris Sherlock AuthorDate: Tue Oct 4 19:56:52 2022 +1100 Commit: Michael Stahl CommitDate: Wed Oct 5 11:18:36 2022 +0200 unotools: test ConvertChar::RecodeString() Change-Id: I1f82afe7e1ac57004723f67412f1a7007d107eff Reviewed-on: https://gerrit.libreoffice.org/c

[Libreoffice-commits] core.git: basctl/inc chart2/inc comphelper/inc cui/inc drawinglayer/source editeng/inc include/vcl reportdesign/inc sc/inc sd/inc sd/source slideshow/inc slideshow/source svtools

2022-09-16 Thread Chris Sherlock (via logerrit)
/source/filter/itiff/itiff.cxx|4 vcl/source/graphic/GraphicObject.cxx | 18 +- 35 files changed, 347 insertions(+), 306 deletions(-) New commits: commit a2aaa6b77457041e08610eb4bced2d050ea7fa4f Author: Chris Sherlock AuthorDate: Tue Jul

[Libreoffice-commits] core.git: ucbhelper/source

2022-09-12 Thread Chris Sherlock (via logerrit)
247bbdf7e071344564af70743eeb5e30f4113601 Author: Chris Sherlock AuthorDate: Sun Sep 11 18:49:48 2022 +1000 Commit: Julien Nabet CommitDate: Mon Sep 12 18:49:28 2022 +0200 ucb: remove unnecessary comments Change-Id: I56b8766526972bbf75425baabcecab9f45510fd6 Reviewed-on: https

  1   2   3   4   5   6   7   8   9   10   >