Re: tdf#156333: Implementing Text Effects

2023-09-11 Thread Владислав Тараканов
We created a new item "SvxTintItem" and updated include/vcl/font.hxx by adding methods for reading and setting tint. We tried to add processing of this value to vcl/source/outdev/text.cxx, to the ImplDrawSpecialText method. At the same time, we started looking for where the tint value was

Re: tdf156333: Implementing Text Effects

2023-10-09 Thread Владислав Тараканов
Hello! We're still waiting for any information on this question. Without this we cannot continue to do anything with the implementation of text effects.   >On thursday, Sep 21, 2023, at 12:55 +04:00 from Amin Irgaliev >: >  >Good day! >We tried to bind tint into the existing tint_or_shade

tdf#156333: Implementing Text Effects

2023-07-20 Thread владислав тараканов
Hello   We, together with irgalie...@mail.ru, want to try adding support for various text styles (glow, tint, shadow, etc.) in Writer. But we are still only beginner developers, so we would like to ask where exactly in the code should we start fixing this problem? We've previously looked at

Vladislav Tarakanov license statement

2023-05-03 Thread владислав тараканов
   All of my past & future contributions to LibreOffice may be    licensed under the MPLv2/LGPLv3+ dual license.      Additionally, to the extent possible under law, I waive all    copyright and related or neighboring rights to my past & future    Artwork and Design contributions to the

Can someone review a patch to fix the audio in PPTX?

2024-03-12 Thread Владислав Тараканов
Hello. irgalie...@mail.ru and I recently sent a patch that adds launching media files in presentation mode from the presentation directory if they were not found in the absolute path. At the moment, we have implemented functionality only for GStreamer. Before adding implementations for

Re: Is there an Impress Remote for PC?

2024-04-18 Thread Владислав Тараканов
Yes, we want to try to implement this on our own. For now we plan to base it on the implementation in https://git.libreoffice.org/impress_remote. If I understand correctly, we can first look at this part: android/sdremote/mobile/src/main/java/org/libreoffice/impressremote/communication. At