[Libreoffice-bugs] [Bug 118017] support macOS dark mode

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #17 from Pedro  ---
You should open a bug report requesting a toggle be added to the LibO options
to toggle between Light and Dark modes, since that would be a different
requirement.

Lack of MacOS dark mode isn't great, and it is one of the many problems with
LibO. I would recommend you to use Neooffice if that's important for you. They
are based on LibO, but have a functioning dark mode that cannot be used in LibO
since it is released under a more restrictive license.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118017] support macOS dark mode

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #16 from dhina  ---
Presentation does not properly take MacOS's dark mode into consideration(In
reply to dhina from comment #14)
> This is more than about dark mode 'enhancement', LibreOffice should either
> find a way to dismiss macOS dark mode entirely or support it, but not half
> way between. Indeed, if the macOS settings are in dark mode, then:
> 
> - the LO default background color is black, but not in Slide Show mode. Then
> all the default color text are illegible.
> - the LO default text color is black, but not when the cursor is clicked in
> the text box, which makes the reading very difficult when editing slides.
> 
> Then, it is not possible to use Presentation anymore for these reasons. It
> is a quite major issue. The only solution to keep using LO is to change the
> entire macOS setting to 'light mode', which is a lot to ask for a single
> application.
> 
> So I think someone with the appropriate admin rights should change the
> "importance" of this bug from "enhancement" to "major".
> 
> 
> 
> Thanks,
> 
> Steps to Reproduce:
> 1. MacOS preference > General > Appearance > Dark
> 2. Open a new presentation in LibreOffice
> 3. Write something in the slide title
> 3bis. Slide Show > Start from first slide
> 
> Actual Results:
> 3. It change the white text color to dark grey which is very difficult to
> read
> 
> 3bis. in presentation mode, the dark background is white, so all your white
> text are not readible.
> 
> Expected Results:
> 3. It should keep a light color to be readible in dark mode
> 
> 3bis. The background should be black

I resume what I have just written. My issue is actually not related to macOS
dark mode, but to LO dark scheme. Actually my LO was set to Dark scheme, which
I did not know. I don't have these issues if I set LO scheme to normal. Sorry
about the confusion.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118017] support macOS dark mode

2022-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

V Stuart Foote  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=14 |
   |8232|

--- Comment #15 from V Stuart Foote  ---
Sorryu, it is still an enhancement requiring refactoring and API implementation
of new native macOS theme handling introduced at macOS 10.14 Mojave. 

Additionally we can expect that as Apple moves forward with deprecation of
Quartz (for OpenGL and the MoltanVK we need for Vulkan) there will likely be
other more pressing issues than supporting macOS 'Dark Mode'.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118017] support macOS dark mode

2022-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

dhina  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||8232

--- Comment #14 from dhina  ---
This is more than about dark mode 'enhancement', LibreOffice should either find
a way to dismiss macOS dark mode entirely or support it, but not half way
between. Indeed, if the macOS settings are in dark mode, then:

- the LO default background color is black, but not in Slide Show mode. Then
all the default color text are illegible.
- the LO default text color is black, but not when the cursor is clicked in the
text box, which makes the reading very difficult when editing slides.

Then, it is not possible to use Presentation anymore for these reasons. It is a
quite major issue. The only solution to keep using LO is to change the entire
macOS setting to 'light mode', which is a lot to ask for a single application.

So I think someone with the appropriate admin rights should change the
"importance" of this bug from "enhancement" to "major".



Thanks,

Steps to Reproduce:
1. MacOS preference > General > Appearance > Dark
2. Open a new presentation in LibreOffice
3. Write something in the slide title
3bis. Slide Show > Start from first slide

Actual Results:
3. It change the white text color to dark grey which is very difficult to read

3bis. in presentation mode, the dark background is white, so all your white
text are not readible.

Expected Results:
3. It should keep a light color to be readible in dark mode

3bis. The background should be black

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118017] support macOS dark mode

2022-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

V Stuart Foote  changed:

   What|Removed |Added

 CC||dhinagh...@yahoo.fr

--- Comment #13 from V Stuart Foote  ---
*** Bug 148232 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118017] support macOS dark mode

2022-03-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #12 from Pedro  ---
https://developer.apple.com/documentation/uikit/appearance_customization/supporting_dark_mode_in_your_interface

Documentation from Apple's developer guide to add Dark mode support. Maybe this
might be useful?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118017] support macOS dark mode

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #11 from Michael Warner  
---
(In reply to Pedro from comment #3)

> It is licensed under GPL3 as LO, so maybe we could bring their code to
> mainline LO.

LO is Mozilla Public License 2 --- and as far as I know it wants to stay that
way --- so we certainly cannot drop GPL code into it. Other GPL components we
use  are built as separate executables and then have some sort of IPC
communication or we read their output files or something like that, but
techniques like this won't be useful for adding in dark mode support.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118017] support macOS dark mode

2021-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #10 from paulyste...@web.de ---
@steve: "Changing priority to 'high' since the number of duplicates is higher
than 5 or the number of people in CC higher than 20" was the reasoning for
changing priority for windows bug. This bug here currently has 10cc and one
dupe so not matching those criteria.

How many Mac bugs are with high priority by all mac bugs? 0%, 1%, one of
thousand?
There are 10 times more users in Linux and windows.

So there is another level system of importance for bugs depending on the
distribution like here macOS necessary.

Without other system bugs like this goes to a forever state.

Here is hope because the depending windows bug is in the high state.

-- 
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 118017] support macOS dark mode

2020-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

Julien Nabet  changed:

   What|Removed |Added

 CC||davet...@me.com

--- Comment #9 from Julien Nabet  ---
*** Bug 136425 has been marked as a duplicate of this bug. ***

-- 
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 118017] support macOS dark mode

2020-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

steve -_-  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||3367

-- 
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 118017] support macOS dark mode

2020-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #8 from steve -_-  ---
@stefan: "Changing priority to 'high' since the number of duplicates is higher
than 5 or the number of people in CC higher than 20" was reasoning for changing
priority for windows bug. This bug here currently has 10 cc and one dupe so not
matching that criteria.

Would love to see LO behave smart and follow the system default. It's possibel
to get to an okayish dark mode on macOS if you adjust Preferences > View Icon
Style, Preferences > Personalization and Preferences > Application Colors.

That seems fairly simple, although this should be automated and two defaults
(light / dark) should be defined and applied according to macOS system setting
with option to choose light / dark overruling the system pref.

But I am pretty sure design team is aware and the dev resources are very thin,
so not sure when this will be implemented.

-- 
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 118017] support macOS dark mode

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #7 from paulyste...@web.de ---
in windows the imortance is high

and here only medium

this is not consistant.

-- 
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 118017] support macOS dark mode

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #6 from paulyste...@web.de ---
Created attachment 159263
  --> https://bugs.documentfoundation.org/attachment.cgi?id=159263&action=edit
science black background against short sightedness

german scientist made the break throw.

Reading and Myopia: Contrast Polarity Matters

Andrea C. Aleman, Min Wang & Frank Schaeffel

In myopia the eye grows too long, generating poorly focused retinal images when
people try to look at a distance. Myopia is tightly linked to the educational
status and is on the rise worldwide. It is still not clear which kind of visual
experience stimulates eye growth in children and students when they study. We
propose a new and perhaps unexpected reason. Work in animal models has shown
that selective activation of ON or OFF pathways has also selective effects on
eye growth. This is likely to be true also in humans. Using custom-developed
software to process video frames of the visual environment in realtime we
quantified relative ON and OFF stimulus strengths. We found that ON and OFF
inputs were largely balanced in natural environments. However, black text on
white paper heavily overstimulated retinal OFF pathways. Conversely, white text
on black paper overstimulated ON pathways. Using optical coherence tomography
(OCT) in young human subjects, we found that the choroid, the heavily perfused
layer behind the retina in the eye, becomes about 16 μm thinner in only one
hour when subjects read black text on white background but about 10 μm thicker
when they read white text from black background. Studies both in animal models
and in humans have shown that thinner choroids are associated with myopia
development and thicker choroids with myopia inhibition. Therefore, reading
white text from a black screen or tablet may be a way to inhibit myopia, while
conventional black text on white background may stimulate myopia.

-- 
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 118017] support macOS dark mode

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #5 from paulyste...@web.de ---
Created attachment 159260
  --> https://bugs.documentfoundation.org/attachment.cgi?id=159260&action=edit
german pdf print of geo article against short sightedness

german pdf print of geo article against short sightedness

for german developers see german geo article or this pdf.

Night modus for working and reading is necessary with modified icons and tables
in all versions of libreoffice not only the viewer also in macos, linux and
windows.

-- 
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 118017] support macOS dark mode

2020-02-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||9725

-- 
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 118017] support macOS dark mode

2020-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

V Stuart Foote  changed:

   What|Removed |Added

 CC||franco.ragghianti@telkomsa.
   ||net

--- Comment #4 from V Stuart Foote  ---
*** Bug 130714 has been marked as a duplicate of this bug. ***

-- 
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 118017] support macOS dark mode

2019-12-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118017

--- Comment #3 from Pedro  ---
Just an FYI.
NeoOffice, a fork of LibreOffice which is Mac specific, and available in the
App Store supports Mac dark theme.
Not only that but it also has multiple Mac specific improvements.

https://www.neooffice.org/neojava/en/index.php

It is licensed under GPL3 as LO, so maybe we could bring their code to mainline
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 118017] support macOS dark mode

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

steve -_-  changed:

   What|Removed |Added

Summary|support macOS 10.14 mojave  |support macOS dark mode
   |dark mode   |

-- 
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