iced/runtime/src
Cory Forsstrom 2a05ef9601
Don't clip raw overlay bounds
User interface wraps the overlay in `overlay::Nested`.
Clipping here w/ the base Nested overlay always clipped
at (0, 0) position instead of the correct position of
the child overlay. It's clipped properly already within
`Nested::draw`.
2023-07-24 09:26:24 -07:00
..
command Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
debug Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
overlay Fix translation in layout of Nested overlay 2023-06-21 01:43:25 +02:00
program Keep imports consistent in program::state 2023-06-29 08:15:30 +02:00
system Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
window Merge pull request #1927 from thunderstorm010/master 2023-07-06 07:00:15 +02:00
clipboard.rs Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
command.rs Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
font.rs Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
keyboard.rs Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
lib.rs Move Screenshot inside window module 2023-06-27 19:41:03 +02:00
overlay.rs Use nested for lazy widgets 2023-06-14 11:03:41 +02:00
program.rs Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
system.rs Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
user_interface.rs Don't clip raw overlay bounds 2023-07-24 09:26:24 -07:00
window.rs Merge pull request #1927 from thunderstorm010/master 2023-07-06 07:00:15 +02:00