iced/native/src
Héctor Ramón Jiménez 140bea352e Disable dragging in TextInput after double click
When using a trackpad, mouse move events may happen between the
press/release events. This was incorrectly triggering selection dragging in
the `TextInput` widget.

Eventually, we should implement proper word-aware selection dragging.
2020-11-19 02:45:47 +01:00
..
debug Truncate Debug messages after 100 characters 2020-07-04 03:12:18 +02:00
layout Introduce viewport to Widget::draw 2020-10-28 06:21:07 +01:00
mouse Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
overlay Make Overlay::on_event return event::Status 2020-11-12 01:29:11 +01:00
program Batch event processing in UserInterface::update 2020-11-12 02:51:26 +01:00
renderer Introduce viewport to Widget::draw 2020-10-28 06:21:07 +01:00
subscription Introduce event::Status to Subscription 2020-11-12 02:22:22 +01:00
widget Disable dragging in TextInput after double click 2020-11-19 02:45:47 +01:00
window Refactor Viewport and Compositor 2020-05-20 20:28:35 +02:00
clipboard.rs Allow clipboard access in Widget::on_event 2019-12-18 07:45:49 +01:00
element.rs Make Widget::on_event return an event::Status 2020-11-12 00:09:52 +01:00
event.rs Implement event capturing for Column 2020-11-12 00:40:52 +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 Take self by value in Layout::children 2020-11-02 16:27:28 +01:00
lib.rs Introduce event::Status in iced_native 2020-11-11 23:54:59 +01:00
mouse.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
overlay.rs Make Overlay::on_event return event::Status 2020-11-12 01:29:11 +01:00
program.rs Write documentation for iced_glutin 2020-05-28 02:57:03 +02:00
renderer.rs Write documentation for the new overlay API 2020-07-10 02:39:12 +02:00
runtime.rs Introduce event::Status to Subscription 2020-11-12 02:22:22 +01:00
subscription.rs Introduce event::Status to Subscription 2020-11-12 02:22:22 +01:00
user_interface.rs Batch event processing in UserInterface::update 2020-11-12 02:51:26 +01:00
widget.rs Make Widget::on_event return an event::Status 2020-11-12 00:09:52 +01:00
window.rs Refactor Viewport and Compositor 2020-05-20 20:28:35 +02:00