[Libreoffice-bugs] [Bug 128133] muddy fonts in LibreOffice GUI with 125% scale in Windows 10

2019-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128133

Jan-Marek Glogowski  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Keywords|bibisectRequest |
   Assignee|libreoffice-b...@lists.free |glo...@fbihome.de
   |desktop.org |

--- Comment #8 from Jan-Marek Glogowski  ---
That bibisect result was really puzzling and it's actually correct. I also
reproduced it :-)

I guess the bibisect repository is build incrementally without a "make clean",
so it took a while, until soffice.bin needed to get linked again, which has
caused this bug. Changing the text of a central header like include/osl/file.h*
was the trigger for an almost full rebuild of LO.

The breaking commit is:

commit 7f791f431c79c6d0a156c4a2726a0dfc5ff40cc1
Author: Luboš Luňák 
Date:   Tue Oct 8 20:14:31 2019 +0200

filter out the "Creating library" message from link.exe

The filtering command in the Makefile has an exit "${PIPESTATUS[0]}", which
will exit the gb_LinkTarget__command macro after calling the linker. As a
result the DeclareDPIAware.manifest isn't merged into the linked binaries, so
Windows applies System DPI scaling. I first just checked soffice.exe, which was
correct before and after the breaking commit. And it took me a while to
realize, that the incremental build slowly lost its "dpiAware" manifest on all
the executables and the problematic one is actually soffice.bin.

The proposed patch is: https://gerrit.libreoffice.org/#/c/84099/

I'm not really familiar with AWK scripting, so can currently just say, that the
regexp based filtering still works for me in my German Windows locale.

Maybe the bug should be more important. OTOH bug 122218 isn't fixed since a
year on MacOS, which - I guess - is some similar problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128133] muddy fonts in LibreOffice GUI with 125% scale in Windows 10

2019-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128133

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Aron Budea from comment #6)
> (In reply to Buovjaga from comment #3)
> > Unfortunately, both Roman and myself get nonsensical results when
> > bibisecting this!
> Sharing those nonsensical results might still be helpful, as an indication.
> Like this one:
> https://cgit.freedesktop.org/libreoffice/core/log/
> ?id=d4ad516bc0607a1d84451dd3dc8811a4f801fa4c

yep, I got this sha d4ad516bc0607a1d84451dd3dc8811a4f801fa4c five time=(

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128133] muddy fonts in LibreOffice GUI with 125% scale in Windows 10

2019-11-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128133

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #6 from Aron Budea  ---
(In reply to Buovjaga from comment #3)
> Unfortunately, both Roman and myself get nonsensical results when
> bibisecting this!
Sharing those nonsensical results might still be helpful, as an indication.
Like this one:
https://cgit.freedesktop.org/libreoffice/core/log/?id=d4ad516bc0607a1d84451dd3dc8811a4f801fa4c

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128133] muddy fonts in LibreOffice GUI with 125% scale in Windows 10

2019-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128133

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisected, bisected,   |bibisectRequest
   |needUITest  |
 CC|szymon.k...@collabora.com   |

--- Comment #5 from Xisco Faulí  ---
oh wait, my bisection was for bug 128593, not for this one...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128133] muddy fonts in LibreOffice GUI with 125% scale in Windows 10

2019-11-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128133

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected,
   ||needUITest
 OS|Windows (All)   |All
 CC||szymon.k...@collabora.com,
   ||xiscofa...@libreoffice.org

--- Comment #4 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=1144712bb99cfb699e73b473ee44351c50a35613

author  Szymon Kłos  2019-10-28 10:19:50 +0100
committer   Szymon Kłos  2019-10-28 12:33:49
+0100
commit  1144712bb99cfb699e73b473ee44351c50a35613 (patch)
tree6b34143b3a14664448c96da79cc788bb4f2afb31
parent  6385e04f7e194ce6dcc82588f38355b467d0d276 (diff)
jsdialogs: make possible to set .uno:BackgroundColor in Writer

Bisected with: bibisect-linux64-6.4

Adding Cc: to Szymon Kłos

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128133] muddy fonts in LibreOffice GUI with 125% scale in Windows 10

2019-11-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128133

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
Unfortunately, both Roman and myself get nonsensical results when bibisecting
this!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128133] muddy fonts in LibreOffice GUI with 125% scale in Windows 10

2019-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128133

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||71732
 CC||vstuart.fo...@utsa.edu
  Component|UI  |graphics stack

--- Comment #2 from V Stuart Foote  ---
Confirmed Windows 10 Home 64-bit en-US with

Version: 6.4.0.0.alpha0+ (x86)
Build ID: 2ef2c031ce9ec730b13fca8bca808f382aab5fe4
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

Default GDI rendering also affected.

As compared to 100% scaling (my default) moving to 125%, or 150% the font
rendering has gotten very 'fuzzy'

Seems recent issue, not sure when as I don't scale os/DE UI above 100% often.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128133] muddy fonts in LibreOffice GUI with 125% scale in Windows 10

2019-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128133

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 154985
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154985=edit
Screenshot

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128133] muddy fonts in LibreOffice GUI with 125% scale in Windows 10

2019-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128133

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs