Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -261/+0 | |
| | |||||
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -4/+5 | |
| | |||||
* | Remove `OutOfBounds` variant from `MouseCursor` | 2020-04-29 | 1 | -1/+1 | |
| | |||||
* | Align text in `iced_wgpu` on a case-by-case basis | 2020-04-10 | 1 | -0/+1 | |
| | |||||
* | Fix unnecessary clip of text input in `iced_wgpu` | 2020-04-09 | 1 | -4/+14 | |
| | | | | | It should only produce a `Clip` primitive when the contents overflow the input now. | ||||
* | Fix `measure_value` for text input in `iced_wgpu` | 2020-04-09 | 1 | -3/+3 | |
| | | | | It accounts for spaces at the start of text now. | ||||
* | Remove unnecessary conversion in `iced_wgpu` | 2020-03-29 | 1 | -2/+1 | |
| | |||||
* | Implement `Renderer::find_cursor_position` | 2020-03-25 | 1 | -2/+2 | |
| | |||||
* | Improve `text_input::cursor` API | 2020-03-24 | 1 | -46/+75 | |
| | |||||
* | moved cursor into own file | 2020-02-24 | 1 | -43/+7 | |
| | | | | | | | | | | moved click tracking as a new State struct to input::mouse made cursor field of text_input state private brought back cursor type(Index, Selection) representation with a state enum cleaned out some stuff (but not enough/all) TODO: Documentation (sigh) TODO: Editor struct TODO: some (hopefully) small improvements here and there | ||||
* | Text Selection completely rewritten | 2020-02-24 | 1 | -6/+41 | |
| | |||||
* | inital patch by Finnerale | 2020-02-22 | 1 | -3/+43 | |
| | |||||
* | Custom fonts can be set in the text input. | 2020-01-27 | 1 | -4/+10 | |
| | |||||
* | Draft basic styling for `TextInput` | 2020-01-01 | 1 | -13/+19 | |
| | |||||
* | Add `border_width` and `border_color` to `Quad` | 2019-12-31 | 1 | -21/+12 | |
| | |||||
* | Fix cursor positioning in `TextInput` on overflow | 2019-12-21 | 1 | -10/+47 | |
| | |||||
* | Place `TextInput` cursor position on click | 2019-12-05 | 1 | -16/+21 | |
| | |||||
* | Fix `TextInput` inner border radius in `iced_wgpu` | 2019-12-03 | 1 | -1/+1 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -17/+18 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Draft `Font` type and implement `Text::font` | 2019-11-13 | 1 | -10/+8 | |
| | |||||
* | Move text logic in `iced_wgpu` to a `text` module | 2019-11-13 | 1 | -20/+5 | |
| | |||||
* | Split text measurements cache from rendering cache | 2019-11-11 | 1 | -2/+2 | |
| | | | | | This speeds up layouting in the most common scenario considerably! :tada: | ||||
* | use Color's `From` impl in more places | 2019-11-07 | 1 | -26/+8 | |
| | |||||
* | Merge branch 'master' into feature/performance-metrics | 2019-11-05 | 1 | -57/+66 | |
| | |||||
* | Move `Target` to its own module | 2019-11-02 | 1 | -0/+162 | |