msizanoen1
7b8fb2b074
fix: Wayland general CSD fixes ( #34955 )
...
* fix: broken wayland window decorations due to botched chromium update
The `GetTitlebarBounds().height()` is obviously intended to be placed in
the `top` parameter, which used to be the second one before upstream
removed multi-parameter `gfx::Rect::Inset`, but it's the first parameter
for `gfx::Insets::TLBR`, which was intended to replace the removed
`Inset` function. However, whoever updated Chromium kept the parameter
unchanged, causing the title bar height to be passed to the `left`
parameter, causing the window title bar to be unclickable.
* fix: wayland window top bar buttons unclickable
Use NonClientFrameView::TargetForRect for the ClientFrameViewLinux
implementation because the default inherited from FramelessView blocks
any non-HTCLIENT events.
* fix: add maximized parameter to LinuxUI::GetWindowFrameProvider
* fix: pass frame_->IsMaximized() to GetWindowFrameProvider
This ensures that the toolkit renders the window decorations in maximized mode
while the window is maximized to ensure that there is no empty space around the window.
2022-08-03 17:51:52 +09:00
..
2022-08-03 17:51:52 +09:00
2022-06-01 08:12:47 +02:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-08-03 17:51:52 +09:00
2022-05-17 12:48:40 -04:00
2021-05-19 16:15:47 -07:00
2022-07-20 13:03:34 +02:00
2022-06-15 13:22:28 -07:00
2022-06-27 15:50:08 -05:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-06-01 08:12:47 +02:00
2022-01-10 17:31:39 -05:00
2022-07-13 17:26:16 -04:00
2022-06-01 08:12:47 +02:00
2022-06-27 15:50:08 -05:00
2022-06-27 15:50:08 -05:00
2022-07-20 13:03:34 +02:00
2022-06-27 15:50:08 -05:00
2022-06-27 15:50:08 -05:00
2022-07-13 17:26:16 -04:00
2022-07-20 13:03:34 +02:00
2022-07-27 13:15:34 +02:00
2022-08-02 12:13:58 +09:00
2022-03-24 21:39:03 -04:00
2022-07-20 13:03:34 +02:00
2022-06-01 08:12:47 +02:00
2022-07-13 17:26:16 -04:00
2022-07-13 17:26:16 -04:00
2022-07-20 13:03:34 +02:00
2022-03-24 21:39:03 -04:00
2022-06-27 15:50:08 -05:00
2022-07-20 13:03:34 +02:00
2022-06-27 15:50:08 -05:00
2022-07-26 09:35:10 -07:00
2022-07-13 17:26:16 -04:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-07-13 17:26:16 -04:00
2022-07-20 13:03:34 +02:00
2021-08-23 20:52:17 -04:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-02-25 13:17:35 -05:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-07-13 17:26:16 -04:00
2022-07-13 17:26:16 -04:00
2022-07-13 17:26:16 -04:00
2022-07-13 17:26:16 -04:00
2022-04-12 13:19:14 +02:00
2022-07-13 17:26:16 -04:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-05-30 14:13:48 +02:00
2022-05-24 21:38:38 -07:00
2022-01-10 17:31:39 -05:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-04-12 13:19:14 +02:00
2022-06-27 15:50:08 -05:00
2022-07-20 13:03:34 +02:00
2022-06-20 19:40:10 +09:00
2022-03-25 11:12:09 +01:00
2022-07-13 17:26:16 -04:00
2022-07-13 17:26:16 -04:00
2022-07-20 13:03:34 +02:00
2022-06-27 15:50:08 -05:00
2022-07-13 17:26:16 -04:00
2022-07-20 13:03:34 +02:00
2022-07-13 17:26:16 -04:00
2022-06-01 08:12:47 +02:00
2022-07-20 13:03:34 +02:00
2021-03-04 09:27:05 -08:00
2022-07-13 17:26:16 -04:00
2022-04-22 15:36:22 -07:00
2022-07-13 17:26:16 -04:00
2022-07-13 17:26:16 -04:00
2022-06-19 17:42:30 -07:00
2022-07-20 13:03:34 +02:00
2021-05-19 11:20:12 -07:00
2022-06-27 15:50:08 -05:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-07-13 17:26:16 -04:00
2022-06-01 08:12:47 +02:00
2022-06-27 15:50:08 -05:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-03-24 21:39:03 -04:00
2022-06-01 08:12:47 +02:00
2022-07-13 17:26:16 -04:00
2022-07-21 12:46:15 +02:00
2022-07-13 17:26:16 -04:00
2022-05-17 12:48:40 -04:00
2022-07-20 13:03:34 +02:00
2022-05-17 12:48:40 -04:00
2022-02-09 18:58:52 -08:00
2022-07-20 13:03:34 +02:00
2022-07-13 17:26:16 -04:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-07-20 08:00:31 -07:00
2022-02-09 18:58:52 -08:00
2022-07-20 13:03:34 +02:00
2022-04-26 15:21:59 -07:00
2022-07-20 13:03:34 +02:00
2021-11-24 09:45:59 +01:00
2022-07-20 13:03:34 +02:00
2022-06-27 15:50:08 -05:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00
2022-07-20 13:03:34 +02:00