| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `Option` to encode empty text case in hit test methods | Héctor Ramón Jiménez | 2021-09-15 | 3 | -29/+32 |
* | Write missing docs and `Debug` implementations for `native` | Héctor Ramón Jiménez | 2021-09-13 | 4 | -2/+51 |
* | Hide implementation details of `Command` in `iced_futures` | Héctor Ramón Jiménez | 2021-09-02 | 1 | -40/+25 |
* | Handle `clipboard::Action` in `iced_winit` shell | Héctor Ramón Jiménez | 2021-09-02 | 1 | -2/+2 |
* | Make `Command` implementations platform-specific | Héctor Ramón Jiménez | 2021-09-02 | 9 | -18/+151 |
* | Rename `HitTestResult` to `Hit` | Héctor Ramón Jiménez | 2021-08-26 | 3 | -10/+12 |
* | Implement textual hit testing | Tom | 2021-08-21 | 4 | -69/+42 |
* | Merge pull request #652 from twitchyliquid64/text_input_fix | Héctor Ramón | 2021-08-12 | 1 | -0/+10 |
|\ |
|
| * | text_input: Do not capture tab/up/down keys | Tom | 2020-12-16 | 1 | -0/+10 |
* | | Merge pull request #971 from tarkah/fix/pane-dragging-overlay | Héctor Ramón | 2021-07-28 | 2 | -26/+32 |
|\ \ |
|
| * | | Simplify `is_picked` expression in `pane_grid` | Héctor Ramón Jiménez | 2021-07-28 | 1 | -5/+1 |
| * | | Prevent body events pane is picked / dragging | Cory Forsstrom | 2021-07-27 | 2 | -10/+24 |
| * | | Fix overlay in titlebar when initiating drag | Cory Forsstrom | 2021-07-27 | 1 | -18/+14 |
* | | | Allow `PickList` selection with mouse scroll only if command is pressed | Héctor Ramón Jiménez | 2021-07-27 | 1 | -2/+13 |
* | | | Add window::Event::Moved | Cory Forsstrom | 2021-07-26 | 1 | -0/+8 |
* | | | Merge pull request #872 from 13r0ck/master | Héctor Ramón | 2021-07-22 | 1 | -0/+37 |
|\ \ \ |
|
| * | | | Enable scroll selection for `PickList` only when scroll is discrete | Héctor Ramón Jiménez | 2021-07-22 | 1 | -8/+4 |
| * | | | Abstract and improve scroll logic in `PickList` | Héctor Ramón Jiménez | 2021-07-22 | 1 | -25/+21 |
| * | | | Remove redundant 'on_change' | 13r0ck | 2021-05-25 | 1 | -14/+0 |
| * | | | cargo fmt | 13r0ck | 2021-05-10 | 1 | -7/+13 |
| * | | | Improve performance using iters | 13r0ck | 2021-05-10 | 1 | -23/+8 |
| * | | | add scrolling to pick_lists | 13r0ck | 2021-05-10 | 1 | -0/+68 |
* | | | | Merge pull request #776 from AldoMX/master | Héctor Ramón | 2021-07-22 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | Added `select_all` method to `TextInput`. | Aldo Fregoso | 2021-03-13 | 1 | -0/+5 |
* | | | | | Avoid cloning `placeholder` for `PickList` unnecessarily during `draw` | Héctor Ramón Jiménez | 2021-07-22 | 1 | -2/+2 |
* | | | | | Remove duplication of measuring logic in `PickList` | Héctor Ramón Jiménez | 2021-07-22 | 1 | -23/+17 |
* | | | | | Hash `placeholder` in `hash_layout` implementation for `PickList` | Héctor Ramón Jiménez | 2021-07-22 | 1 | -0/+2 |
* | | | | | feat: add placeholders to pick_list | Jon Pacheco | 2021-07-22 | 1 | -3/+29 |
* | | | | | Merge pull request #885 from Chiheisen/master | Héctor Ramón | 2021-07-22 | 1 | -7/+18 |
|\ \ \ \ \ |
|
| * | | | | | viewer: Don't calculate viewport on Fill|Portion | chiheisen | 2021-05-17 | 1 | -7/+18 |
* | | | | | | Merge pull request #945 from derezzedex/menu | Héctor Ramón | 2021-07-20 | 3 | -25/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | Force `Application::Message` to implement `Clone` | Héctor Ramón Jiménez | 2021-07-13 | 1 | -1/+1 |
| * | | | | | | Use `bitflags` for `keyboard::Modifiers` | Héctor Ramón Jiménez | 2021-07-12 | 1 | -22/+13 |
| * | | | | | | Move `menu` module from `iced_native` to `iced_core` | Héctor Ramón Jiménez | 2021-07-12 | 2 | -88/+2 |
| * | | | | | | Make `Menu` API a bit more functional | Héctor Ramón Jiménez | 2021-07-12 | 2 | -37/+40 |
| * | | | | | | Initial menu implementation | Richard | 2021-07-05 | 2 | -0/+83 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Remove unnecesary use of `Option::unwrap` | Héctor Ramón Jiménez | 2021-07-15 | 1 | -3/+3 |
* | | | | | | Fix implementation of `Widget::overlay` for `pane_grid::TitleBar` | Héctor Ramón Jiménez | 2021-07-15 | 1 | -1/+17 |
|/ / / / / |
|
* | | | | | Use new enum variant and new winit repo | Richard | 2021-06-25 | 1 | -4/+21 |
* | | | | | Added events for url handling and create example | Richard | 2021-06-25 | 1 | -0/+4 |
* | | | | | Merge pull request #915 from yusdacra/docs/update-links | Héctor Ramón | 2021-06-22 | 3 | -7/+7 |
|\ \ \ \ \ |
|
| * | | | | | docs: update all 0.2 github links to 0.3 | Yusuf Bera Ertan | 2021-06-14 | 3 | -7/+7 |
* | | | | | | Use `match` statement in `Content::overlay` | Héctor Ramón Jiménez | 2021-06-22 | 1 | -5/+4 |
* | | | | | | Allow overlay from pane grid title bar | Clark Moody | 2021-06-17 | 2 | -8/+16 |
|/ / / / / |
|
* | | | | | Update disabled example of `Button` in docs | Héctor Ramón | 2021-06-10 | 1 | -8/+14 |
* | | | | | Fix failing doctests | Jonas Matser | 2021-06-10 | 1 | -1/+11 |
* | | | | | Adds doc comment for disabled button | Jonas Matser | 2021-06-10 | 1 | -0/+8 |
* | | | | | Introduce `on_scroll` event in `Scrollable` | Héctor Ramón | 2021-06-04 | 1 | -1/+47 |
* | | | | | Introduce `snap_to` and `unsnap` to `scrollable::State` | Héctor Ramón | 2021-06-04 | 1 | -184/+139 |
* | | | | | feat(native): Make scrollable programmatically scrollable for some use cases,... | Yusuf Bera Ertan | 2021-06-04 | 1 | -90/+181 |