iced/native/src
anunge 9e453843b2
Touch support for PaneGrid and PickList (#650)
* touch events properly parsed and converted to logical size, button working

* scrolling with a nice touch

* fixed application state level touch cursor. panel_grid is touchable now.

* format glicthes fixes

* format glitches

* tight format

* fixed pane grid

* fixing with upstream

* Remove unused `touch` module from `iced_core`

* Remove unused `crate::text` import in `iced_native`

* Remove redundant match branch in `iced_winit`

* Keep removed line break in `UserInterface::update`

* Compute `text_size` only when bounds contains cursor in `overlay::menu`

Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
2021-02-12 20:52:20 +01:00
..
debug Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
layout Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
mouse Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
overlay Touch support for PaneGrid and PickList (#650) 2021-02-12 20:52:20 +01:00
program Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
renderer Implement split highlight on hover for PaneGrid 2021-01-01 15:28:38 +01:00
subscription Introduce event::Status to Subscription 2020-11-12 02:22:22 +01:00
widget Touch support for PaneGrid and PickList (#650) 2021-02-12 20:52:20 +01:00
window Split window::Event::Focused into two variants 2021-01-15 18:21:44 +01:00
clipboard.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
element.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
event.rs Turn Touch into a touch::Event enum 2020-12-15 06:38:46 +01:00
hasher.rs Create iced_core and iced_native 2019-09-20 19:15:31 +02:00
keyboard.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
layout.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
lib.rs Merge branch 'ios-support-wip' into feature/touch-support 2020-12-15 06:13:19 +01:00
mouse.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
overlay.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
program.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
renderer.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
runtime.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
subscription.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
touch.rs Turn Touch into a touch::Event enum 2020-12-15 06:38:46 +01:00
user_interface.rs Update example links to point to 0.2 branch 2020-11-26 16:37:33 +01:00
widget.rs Update example links to point to 0.2 branch 2020-11-26 16:37:33 +01:00
window.rs Refactor Viewport and Compositor 2020-05-20 20:28:35 +02:00