Hello,
I started this week spending some time going over the fundamentals of the
LUA language. I then wrote a simple program referring to online resources
for a LUA C++ language binding which internally used the LUA C API. This
gave me a very basic understanding of how language bindings work with
Hi,
https://gerrit.libreoffice.org/c/core/+/168016 updated patch trying to store
the expert configuration
as a part of `StyleSettings`. Next step would be to discriminate between
different settings based on
the scheme selected. Once that's done, I will start working on the widget
toolkits to m
Hi,
https://gerrit.libreoffice.org/c/core/+/168016 updated patch trying to store
the expert configuration
as a part of `StyleSettings`. Next step would be to discriminate between
different settings based on
the scheme selected. Once that's done, I will start working on the widget
toolkits to m
On 2024-05-27 06:48, Sahil Gautam wrote:
@Michael made a vaild point.
Haven't played around with the ColorConfig
much, (slow PC reasons), but this week I will go through that.
Things will be more clear then.
This is my take on it now.
- Read the colors from the widget toolkits and store it som
@Michael made a vaild point.
Haven't played around with the ColorConfig
much, (slow PC reasons), but this week I will go through that.
Things will be more clear then.
This is my take on it now.
- Read the colors from the widget toolkits and store it somewhere.
The entries in the `Color
Color
On 2024-05-27 05:04, Sahil Gautam wrote:
The project is about not depending on the OS for colors and implement "Themes"
in Libreoffice. So as per my understanding (opinions invited), all the
`Set...Color()`
calls in the `bool UpdateSettings(AllSettings& rSettings)` functions, which take
colors f
Hi, the coding period starts today.
The project is about not depending on the OS for colors and implement "Themes"
in Libreoffice. So as per my understanding (opinions invited), all the
`Set...Color()`
calls in the `bool UpdateSettings(AllSettings& rSettings)` functions, which take
colors from th
Hi,the WIP prototype patch is linked in the sources below.
I created an extension and found that we can overwrite the expert configuration
from
the extension. Then I searched on the web for what options do these toolkits
provide in
terms of styling. For gtk, the only option that I found was to g
Hi,
This week I got a bit distracted by mutex issues in
https://bugs.documentfoundation.org/show_bug.cgi?id=148852
In the end I wanted to get this finished before concentrating on the
project so tried to simplify the deadlocking code for the next personto
work on.
Also tried to get most of the std