Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -1218/+0 | |
| | |||||
* | Compute grapheme index in `find_cursor_position` for `TextInput` | 2023-02-24 | 1 | -3/+12 | |
| | |||||
* | Fix useless `f32` conversions and please `clippy` | 2023-02-24 | 1 | -6/+1 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-24 | 1 | -10/+8 | |
| | |||||
* | Fix `clippy` lints :tada: | 2023-02-24 | 1 | -1/+1 | |
| | |||||
* | Overhaul `Font` type to allow font family selection | 2023-02-24 | 1 | -18/+21 | |
| | |||||
* | Fix `TextInput` line height | 2023-02-24 | 1 | -1/+5 | |
| | |||||
* | Use `f32` for `Padding` | 2023-02-17 | 1 | -4/+4 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-17 | 1 | -10/+10 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -7/+3 | |
| | |||||
* | Pad after setting width | 2023-02-14 | 1 | -1/+1 | |
| | | | | | Otherwise `width` will set limits back to a fixed width if `Length::Units` is used, overwriting padding. | ||||
* | Use `instant` instead of `wasm-timer` in `iced_core` | 2023-01-12 | 1 | -2/+1 | |
| | |||||
* | Use `instant` to fix Wasm target | 2023-01-12 | 1 | -1/+1 | |
| | |||||
* | Replace `Option<Instant>` with `RedrawRequest` enum | 2023-01-12 | 1 | -2/+2 | |
| | |||||
* | Rename `Focus::at` to `Focus::updated_at` in `text_input` | 2023-01-12 | 1 | -7/+14 | |
| | |||||
* | Use short-hand field notation in `TextInput` | 2023-01-12 | 1 | -1/+1 | |
| | |||||
* | Avoid reblinking cursor when clicking a focused `TextInput` | 2023-01-12 | 1 | -12/+7 | |
| | |||||
* | Draft `Shell:request_redraw` API | 2023-01-12 | 1 | -24/+78 | |
| | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | TextInput: SHIFT+Left Click to Select | 2022-12-25 | 1 | -2/+10 | |
| | |||||
* | Add `Renderer` argument to `operate` | 2022-12-22 | 1 | -0/+1 | |
| | |||||
* | Merge branch 'master' into non-uniform-border-radius-for-quads | 2022-12-02 | 1 | -4/+57 | |
|\ | |||||
| * | Fix padding for `TextInput` with `Length::Units` width | 2022-11-16 | 1 | -7/+5 | |
| | | |||||
| * | Merge pull request #1526 from mtkennerly/feature/find-focused | 2022-11-14 | 1 | -0/+6 | |
| |\ | | | | | | | Add widget operation to find currently focused widget | ||||
| | * | Allow converting from widget-specific IDs to generic ID | 2022-11-11 | 1 | -0/+6 | |
| | | | |||||
| * | | Add text input operations | 2022-11-11 | 1 | -0/+45 | |
| |/ | |||||
| * | Fix broken documentation links | 2022-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -3/+3 | |
| | | |||||
| * | Merge pull request #1494 from tarkah/fix/padding | 2022-11-08 | 1 | -3/+7 | |
| |\ | | | | | | | Constrain padding to resolved inner / outer widget sizes | ||||
| | * | Rearrange `layout` code to improve readability | 2022-11-08 | 1 | -3/+1 | |
| | | | |||||
| | * | Rename `Padding::constrain` to `fit` | 2022-11-08 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix text input padding | 2022-10-27 | 1 | -3/+9 | |
| | | | |||||
* | | | non uniform border radius for quads | 2022-11-03 | 1 | -3/+3 | |
|/ / | |||||
* | | Increase default `padding` of `TextInput` | 2022-11-03 | 1 | -1/+1 | |
| | | |||||
* | | Reset `is_pasting` for `TextInput` even when unfocused | 2022-10-29 | 1 | -0/+2 | |
| | | |||||
* | | Keep keyboard modifiers always in sync in `TextInput` | 2022-10-29 | 1 | -3/+1 | |
|/ | |||||
* | Fix latest `clippy` lints | 2022-09-23 | 1 | -14/+10 | |
| | |||||
* | Write missing documentation in `iced_native` | 2022-08-05 | 1 | -0/+6 | |
| | |||||
* | Implement `scrollable::snap_to` operation | 2022-08-04 | 1 | -3/+2 | |
| | |||||
* | Focus text inputs in `todos` example | 2022-07-28 | 1 | -0/+4 | |
| | |||||
* | Implement `Widget::operate` for `TextInput` | 2022-07-28 | 1 | -2/+37 | |
| | |||||
* | Draft widget operations | 2022-07-28 | 1 | -0/+15 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -113/+120 | |
| | |||||
* | Simplify `update` signature in `text_input` | 2022-07-13 | 1 | -2/+2 | |
| | |||||
* | Simplify `on_paste` signature | 2022-07-13 | 1 | -5/+8 | |
| | | | | ... and fix spacing. | ||||
* | Added `on_paste` handler to `TextInput` | 2022-07-13 | 1 | -2/+17 | |
| | |||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -1/+1 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Address Clippy lints | 2022-07-09 | 1 | -11/+11 | |
| | |||||
* | Implement theme styling for `TextInput` | 2022-06-07 | 1 | -22/+33 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+1 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Fix broken intra-doc links in documentation | 2022-04-30 | 1 | -3/+6 | |
| |