Re: [PATCH 1/9] ui/gtk: Document scale and coordinate handling

2025-05-14 Thread Weifeng Liu
On Wed, 2025-05-14 at 13:50 +0200, BALATON Zoltan wrote: > On Wed, 14 May 2025, Weifeng Liu wrote: > > Hi Gerd, > > On Mon, 2025-05-12 at 13:46 +0200, Gerd Hoffmann wrote: > > > On Sun, May 11, 2025 at 03:33:11PM +0800, Weifeng Liu wrote: > > > > The existence of multiple scaling factors forces us

Re: [PATCH 1/9] ui/gtk: Document scale and coordinate handling

2025-05-14 Thread BALATON Zoltan
On Wed, 14 May 2025, Weifeng Liu wrote: Hi Gerd, On Mon, 2025-05-12 at 13:46 +0200, Gerd Hoffmann wrote: On Sun, May 11, 2025 at 03:33:11PM +0800, Weifeng Liu wrote: The existence of multiple scaling factors forces us to deal with various coordinate systems and this would be confusing. It would

Re: [PATCH 1/9] ui/gtk: Document scale and coordinate handling

2025-05-13 Thread Weifeng Liu
Hi Gerd, On Mon, 2025-05-12 at 13:46 +0200, Gerd Hoffmann wrote: > On Sun, May 11, 2025 at 03:33:11PM +0800, Weifeng Liu wrote: > > The existence of multiple scaling factors forces us to deal with > > various > > coordinate systems and this would be confusing. It would be > > beneficial > > to def

Re: [PATCH 1/9] ui/gtk: Document scale and coordinate handling

2025-05-12 Thread Gerd Hoffmann
On Sun, May 11, 2025 at 03:33:11PM +0800, Weifeng Liu wrote: > The existence of multiple scaling factors forces us to deal with various > coordinate systems and this would be confusing. It would be beneficial > to define the concepts clearly and use consistent representation for > variables in diff