Re: CairoSDPR status

2024-07-09 Thread Ilmari Lauhakangas
On 9.7.2024 23.31, Michael Meeks wrote: PatternFill: It sometimes feels slow, but it's NOT the rendering, but the HitTest using Primitives when moving the mouse hovering: Needs to directly support FillGraphicPrimitive2D instead of using the decompose. It reminds me of this recent comment http

Re: [GSoC] Comments in Sidebar Deck: Weekly Update

2024-07-09 Thread Mohit Marathe
Hello everyone, In the last week, I implemented the following functionalities: 1. Edit comment text 2. Reply to a comment 3. Resolve comment or thread All of these can be done directly from Comments deck in sidebar and the annotation window will be synchronized with it. This week I'll be working

Re: CairoSDPR status

2024-07-09 Thread Thorsten Behrens
Hi Michael, hi Armin, Michael Meeks wrote: > I append Armin's update with his permission on some exciting work > he's been doing with us to improve Cairo rendering performance :-) > Indeed, exciting stuff - thx so much (both of you) for making that possible! :) That stuff is from the area o

CairoSDPR status

2024-07-09 Thread Michael Meeks
Hi all, I append Armin's update with his permission on some exciting work he's been doing with us to improve Cairo rendering performance :-) Bit of a thread here that should have happened in public: FYI, Michael. Hi everyone, I wanted to take the opportunity to give

rendering individual elements of drawings ...

2024-07-09 Thread Michael Meeks
Hi Armin, Currently we're in a bit of a rush; but we have some code that can render individual elements of a slide; and I believe we're currently doing this by rendering via to a GDI meta-file and then re-rendering to pixels. I would expect that we could do this rather better in future by

new non-async dialogs ...

2024-07-09 Thread Michael Meeks
Hi Noel, Was just poking at this 'insert / overwrite' dialog - which is new; and I noticed it's a synchronous dialog using dialog->run(); I was wondering; is there some way of writing a plugin to white-list all the non-async dialogs, and discourage more of them in the code-base ? at least

Build break in /sd/source/ui/view/drawview.cxx

2024-07-09 Thread Regina Henschel
Hi all, I get a build break in /sd/source/ui/view/drawview.cxx with error message C:/BuildLO/core/sd/source/ui/view/drawview.cxx(394): error C2220: the following warning is treated as an error C:\BuildLO\core\sd\source\ui\view\drawview.cxx(372) : warning C6011: Dereferencing NULL pointer 'pShee

GSOC More and Better Tests weekly update

2024-07-09 Thread Adam Seskunas
Hello, This week I've finished working on the CRM Database port and used it to finish porting the Junit test that was located in dbaccess/qa/complex/dbacces/DataSource.java. The file dbaccess/qa/unit/CRMdatabase_test.cxx now contains two tests, one for the CRM Database, testing that it can be crea