Home » Community » U++ community news and announcements » SetRect "MegaRect" support...
SetRect "MegaRect" support... [message #60894] |
Fri, 04 October 2024 15:06  |
 |
mirek
Messages: 14261 Registered: November 2005
|
Ultimate Member |
|
|
I have recently came upon a problem where Windows11 with multiple monitors is using very big virtual screen area, unfortunately to conserve the space, we support logical coordinates only between -16000 ... 16000. (BTW the problem manifested as misplaced menus, so if you ever seen something like that, this should fix).
One option to fix that would be to use more bits for coordinates, but after spending month to optimise sizeof(Ctrl) down to 104 bytes, I would hate to spoil that to 120... 
So for now, I decided to only support "mega" positions of windows, meaning in SetRect(x, y, cx, cy), x and y can now be integers (and there is somewhat convoluted code to store them into packed attributes if necessary, which means this will not affect normal widgets). Size of window is still clamped to 16000, but that should not be an issue.
If you have a chance to test this, please do!
This is the commit:
https://github.com/ultimatepp/ultimatepp/commit/d29055412b9b a2f5d3a78d4ba3ae3ee7260b2df2
Also, this means there will be rc2 
Mirek
|
|
|
 |
|
SetRect "MegaRect" support...
By: mirek on Fri, 04 October 2024 15:06
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 07 October 2024 02:00
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 07 October 2024 02:36
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 07 October 2024 12:53
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 07 October 2024 13:27
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Tue, 08 October 2024 17:10
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Fri, 11 October 2024 08:03
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 12 October 2024 14:31
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 12 October 2024 14:57
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sun, 13 October 2024 01:17
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sun, 13 October 2024 01:51
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 14 October 2024 11:35
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 14 October 2024 13:28
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 14 October 2024 13:46
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 14 October 2024 13:54
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 14 October 2024 16:12
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 14 October 2024 16:34
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 14 October 2024 17:37
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Tue, 15 October 2024 09:02
|
 |
 |
Re: SetRect "MegaRect" support...
By: Lance on Tue, 15 October 2024 15:21
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Wed, 16 October 2024 15:26
|
 |
 |
Re: SetRect "MegaRect" support...
By: Lance on Wed, 16 October 2024 15:36
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Thu, 17 October 2024 01:15
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Thu, 17 October 2024 10:17
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Thu, 17 October 2024 21:02
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Sat, 19 October 2024 09:41
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Sat, 19 October 2024 09:48
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 19 October 2024 13:50
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 19 October 2024 13:52
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 21 October 2024 02:13
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 21 October 2024 13:06
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 21 October 2024 13:17
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 21 October 2024 18:00
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Mon, 21 October 2024 23:12
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Mon, 21 October 2024 23:59
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Tue, 22 October 2024 10:19
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Tue, 22 October 2024 18:24
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Tue, 15 October 2024 23:56
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Wed, 16 October 2024 09:48
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Wed, 16 October 2024 15:17
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 26 October 2024 03:38
|
 |
|
Re: SetRect "MegaRect" support...
By: mirek on Sat, 26 October 2024 10:18
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 26 October 2024 15:58
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Sat, 26 October 2024 20:07
|
 |
|
Re: SetRect "MegaRect" support...
By: Lance on Tue, 29 October 2024 15:20
|
Goto Forum:
Current Time: Sun Jun 08 20:33:46 CEST 2025
Total time taken to generate the page: 0.03374 seconds
|