| Commit message (Expand) | Author | Files | Lines |
2020-04-06 | implement ctrl + del on text-input | FabianLars | 1 | -0/+15 |
2020-04-05 | Radiobutton label is now `impl Into<String>` | Dmitry Kashitsyn | 1 | -2/+7 |
2020-04-05 | Checkbox label is now `impl Into<String>` | Dmitry Kashitsyn | 1 | -2/+2 |
2020-04-02 | Bump all versions :tada: | Héctor Ramón Jiménez | 2 | -4/+4 |
2020-04-02 | Fix `window::Renderer` link in `iced_winit` docs | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-04-02 | Remove subcrates `CHANGELOG` | Héctor Ramón Jiménez | 1 | -38/+0 |
2020-04-02 | Add example to `pane_grid` module documentation | Héctor Ramón Jiménez | 1 | -0/+7 |
2020-04-02 | Fix typo in `text_input::Renderer::draw` docs | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-02 | Add example to `iced_native::UserInterface` | Héctor Ramón Jiménez | 1 | -0/+7 |
2020-04-02 | Add examples to `iced_native::Widget` | Héctor Ramón Jiménez | 1 | -0/+20 |
2020-04-02 | Fix minor documentation issues | Héctor Ramón Jiménez | 1 | -6/+7 |
2020-03-30 | Add Ctrl+Backspace text field behaviour | Michael Swan | 1 | -0/+11 |
2020-03-31 | Implement `padding` support for `Container` | Héctor Ramón Jiménez | 2 | -6/+18 |
2020-03-31 | Genericize `From` implementation for `image::Handle` | Héctor Ramón Jiménez | 1 | -9/+6 |
2020-03-31 | Implement `svg::Handle::from_memory` | Héctor Ramón Jiménez | 1 | -19/+61 |
2020-03-30 | Hash type ids in `Widget::hash_layout` impls | Héctor Ramón Jiménez | 15 | -32/+51 |
2020-03-30 | refactor: remove not mandatory static lifetime | Théo Gaillard | 12 | -30/+30 |
2020-03-28 | Clippy | Kai Mast | 1 | -3/+2 |
2020-03-26 | Genericize `From` implementation for `svg::Handle` | Héctor Ramón Jiménez | 1 | -8/+5 |
2020-03-26 | Make `subscription::Recipe` cross-platform | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-03-25 | Remove unnecessary borrows in `Editor` | Héctor Ramón Jiménez | 1 | -11/+10 |
2020-03-25 | Fix edge cases when inserting text in `Editor` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-03-25 | Implement `Renderer::find_cursor_position` | Héctor Ramón Jiménez | 2 | -48/+59 |
2020-03-24 | Rename `is_pressed` to `is_dragging` in `text_input` | Héctor Ramón Jiménez | 1 | -5/+5 |
2020-03-24 | Improve docs of `text_input::State::cursor` | Héctor Ramón Jiménez | 1 | -1/+4 |
2020-03-24 | Remove commented code in `text_input` | Héctor Ramón Jiménez | 1 | -9/+0 |
2020-03-24 | Write documentation for `text_input::Cursor` | Héctor Ramón Jiménez | 2 | -45/+65 |
2020-03-24 | Fix edge case in `Editor::backspace` | Héctor Ramón Jiménez | 1 | -4/+3 |
2020-03-24 | Create `text_input::Editor` to hold editing logic | Héctor Ramón Jiménez | 2 | -55/+103 |
2020-03-24 | Move `Value` to its own module | Héctor Ramón Jiménez | 2 | -139/+142 |
2020-03-24 | Improve `text_input::cursor` API | Héctor Ramón Jiménez | 3 | -89/+89 |
2020-03-24 | Avoid panic in `Click::is_consecutive` | Héctor Ramón Jiménez | 1 | -1/+4 |
2020-03-24 | Convert `mouse::State` into `mouse::Click` | Héctor Ramón Jiménez | 3 | -84/+111 |
2020-03-20 | Remove excess whitespace from end of line to comply with `cargo fmt`. | Mark Friedenbach | 2 | -2/+2 |
2020-03-20 | Fix links in `pane_grid` documentation | Héctor Ramón Jiménez | 2 | -2/+4 |
2020-03-20 | Rename `Internal::idle_pane` to `active_pane` | Héctor Ramón Jiménez | 2 | -6/+3 |
2020-03-20 | Check cursor is in-bounds before resizing panes | Héctor Ramón Jiménez | 1 | -39/+44 |
2020-03-19 | Fix minor documentation issues in `pane_grid` | Héctor Ramón Jiménez | 2 | -2/+10 |
2020-03-19 | Write documentation for `pane_grid` | Héctor Ramón Jiménez | 7 | -11/+273 |
2020-03-19 | Rename `PaneGrid::modifiers` to `pressed_modifiers` | Héctor Ramón Jiménez | 1 | -5/+5 |
2020-03-18 | Check only for partial match of modifier keys | Héctor Ramón Jiménez | 1 | -3/+5 |
2020-03-17 | Move common keyboard types to `iced_core` | Héctor Ramón Jiménez | 3 | -217/+1 |
2020-03-17 | Add `modifiers` to `KeyPressEvent` in `pane_grid` | Héctor Ramón Jiménez | 1 | -3/+14 |
2020-03-17 | Add `PaneGrid::on_key_press` for hotkey logic | Héctor Ramón Jiménez | 2 | -3/+52 |
2020-03-17 | Fix spacing calculation in `Axis::split` | Héctor Ramón Jiménez | 1 | -11/+8 |
2020-03-17 | Reuse `with_children` to remove some duplication | Héctor Ramón Jiménez | 2 | -20/+2 |
2020-03-17 | Rename `new_with_children` to `with_children` | Héctor Ramón Jiménez | 2 | -4/+8 |
2020-03-16 | Instantiate Column and Row with children | Rowun Giles | 2 | -0/+32 |
2020-03-14 | Fix `Scrollable` width consistency | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-03-14 | fixed panic on pasting into non updating input | FabianLars | 1 | -1/+1 |