Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix empty `id` and `name` attributes in `iced_web` | 2020-07-01 | 2 | -23/+37 | |
| | |||||
* | add some accessibility features to web widgets | 2020-04-21 | 3 | -6/+61 | |
| | |||||
* | Merge pull request #305 from hecrj/element-on-event | 2020-04-19 | 1 | -0/+22 | |
|\ | | | | | Implement and expose `Element::on_event` | ||||
| * | Implement and expose `Element::on_event` | 2020-04-18 | 1 | -0/+22 | |
| | | |||||
* | | fix progress bar docs to no longer mention buttons (#301) | 2020-04-18 | 1 | -4/+4 | |
|/ | |||||
* | Revert "Merge pull request #289 from hecrj/fix/cursor-events" | 2020-04-17 | 2 | -15/+2 | |
| | | | | | | | | `winit` seems to produce `CursorEntered` and `CursorLeft` events after wheel scrolling for no apparent reason (?). This causes annoying flickering when hovering some widgets on a scrollable. I should investigate this further. We are rolling back the fix for the time being. | ||||
* | Fix MSAA blit vertex shader to match `wgpu` NDC | 2020-04-16 | 3 | -4/+4 | |
| | |||||
* | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | 2020-04-16 | 5 | -13/+10 | |
| | | | | | * Change `&mut wgpu::Device` to `&wgpu::Device` * Fix for rustfmt | ||||
* | Merge pull request #269 from hecrj/update-wgpu | 2020-04-16 | 13 | -268/+313 | |
|\ | | | | | Update `wgpu` to `0.5` in `iced_wgpu` | ||||
| * | Use new release of `wgpu_glyph` | 2020-04-13 | 1 | -1/+1 | |
| | | |||||
| * | Fix `angle` sign in `canvas::Frame::rotate` | 2020-04-08 | 1 | -1/+1 | |
| | | |||||
| * | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 12 | -267/+312 | |
| | | |||||
* | | Bump versions :tada: | 2020-04-15 | 8 | -10/+15 | |
| | | |||||
* | | Update `CHANGELOG` | 2020-04-15 | 1 | -0/+35 | |
| | | |||||
* | | Mention flags are not supported by `Sandbox` | 2020-04-15 | 1 | -3/+3 | |
| | | | | | | | | Fixes #291 | ||||
* | | Merge pull request #293 from hecrj/improvement/canvas-ergonomics | 2020-04-15 | 7 | -85/+118 | |
|\ \ | | | | | | | Improve `Canvas` ergonomics | ||||
| * | | Simplify drawing logic in `clock` example | 2020-04-14 | 1 | -42/+32 | |
| | | | |||||
| * | | Implement `canvas::Path::line` helper method | 2020-04-14 | 1 | -0/+11 | |
| | | | |||||
| * | | Implement `canvas::Path::circle` helper method | 2020-04-14 | 3 | -11/+15 | |
| | | | |||||
| * | | Implement `canvas::Path::rectangle` helper method | 2020-04-14 | 3 | -17/+23 | |
| | | | |||||
| * | | Implement `From<&str>` for `canvas::Text` | 2020-04-14 | 1 | -0/+6 | |
| | | | |||||
| * | | Implement `From<String>` for `canvas::Text` | 2020-04-14 | 1 | -0/+9 | |
| | | | |||||
| * | | Make `Frame::fill_text` take a generic `Into<Text>` | 2020-04-14 | 1 | -1/+3 | |
| | | | |||||
| * | | Make `Frame::stroke` take a generic `Into<Stroke>` | 2020-04-14 | 1 | -1/+3 | |
| | | | |||||
| * | | Implement `From<Color>` for `canvas::Fill` | 2020-04-14 | 3 | -12/+15 | |
| | | | |||||
| * | | Make `Frame::fill` take a generic `Into<Fill>` | 2020-04-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | This can be used to improve readability by using your own types. | ||||
* | | | Merge pull request #294 from MrMonotone/patch-1 | 2020-04-14 | 3 | -4/+11 | |
|\ \ \ | |/ / |/| | | Fix tour example | ||||
| * | | Check Wasm compilation of `tour` example in CI | 2020-04-14 | 1 | -0/+2 | |
| | | | |||||
| * | | Fix `Checkbox` and `Radio` API in `iced_web` | 2020-04-14 | 3 | -5/+10 | |
| | | | |||||
| * | | Fix tour example | 2020-04-13 | 1 | -1/+1 | |
|/ / | |||||
* | | Merge pull request #290 from AlisCode/aliscode/288/remove-unnecessary-static | 2020-04-13 | 12 | -35/+46 | |
|\ \ | | | | | | | Remove unnecessary 'static lifetimes on `Renderer` traits | ||||
| * | | Rename leftover `TextInputWidget` to `Marker` | 2020-04-13 | 1 | -2/+2 | |
| | | | |||||
| * | | #288 Renamed XXXWidget to Marker | 2020-04-12 | 11 | -21/+22 | |
| | | | |||||
| * | | Remove unnecessary 'static lifetime on Renderer | 2020-04-12 | 11 | -34/+44 | |
| | | | |||||
* | | | Merge pull request #289 from hecrj/fix/cursor-events | 2020-04-13 | 2 | -2/+15 | |
|\ \ \ | |/ / |/| | | Produce and handle `CursorEntered` and `CursorLeft` | ||||
| * | | Make cursor unavailable on leave in `iced_winit` | 2020-04-12 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | For now, we just set the cursor position to some negative coordinates. This is a temporary hack until we are able to encode cursor availability. Layers and/or multi-window support will make this apparent. | ||||
| * | | Produce cursor events in `iced_winit::conversion` | 2020-04-12 | 1 | -0/+6 | |
|/ / | |||||
* | | Merge pull request #281 from hecrj/fix/canvas-text-alignment | 2020-04-10 | 6 | -26/+56 | |
|\ \ | | | | | | | Align text in `iced_wgpu` on a case-by-case basis | ||||
| * | | Fix `bezier_tool` placeholder text alignment | 2020-04-10 | 1 | -3/+7 | |
| | | | |||||
| * | | Align text in `iced_wgpu` on a case-by-case basis | 2020-04-10 | 5 | -23/+49 | |
|/ / | |||||
* | | Merge pull request #279 from hecrj/fix/text-input-measure-value | 2020-04-10 | 1 | -7/+17 | |
|\ \ | | | | | | | Fix `text_input::Renderer` implementation in `iced_wgpu` | ||||
| * | | 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. | ||||
* | | | Merge pull request #278 from hecrj/fix/canvas-empty-mesh | 2020-04-10 | 1 | -7/+9 | |
|\ \ \ | |/ / |/| | | Stop generating empty `Mesh2D` in `canvas::Frame` | ||||
| * | | Stop generating empty `Mesh2D` in `canvas::Frame` | 2020-04-09 | 1 | -7/+9 | |
|/ / | |||||
* | | Merge pull request #267 from robjtede/improve/canvas-cache-default | 2020-04-09 | 3 | -9/+26 | |
|\ \ | |/ |/| | impl default for canvas cache | ||||
| * | impl default for canvas cache | 2020-04-08 | 3 | -9/+26 | |
| | | |||||
* | | Merge pull request #268 from FabianLars/ctrl-del | 2020-04-07 | 1 | -0/+15 | |
|\ \ | | | | | | | implement ctrl + del on text-input | ||||
| * | | implement ctrl + del on text-input | 2020-04-06 | 1 | -0/+15 | |
| |/ | |||||
* | | Merge pull request #266 from robjtede/improve/flags-init | 2020-04-06 | 1 | -0/+16 | |
|\ \ | | | | | | | add init method for settings with flags |