Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | add helper for settings flags init | 2020-04-06 | 1 | -0/+16 | |
| |/ | |||||
* | | Merge pull request #260 from 0x7CFE/fix-checkbox-label | 2020-04-06 | 3 | -9/+14 | |
|\ \ | |/ |/| | Checkbox label is now `Into<String>` | ||||
| * | Simplify `Language` conversion in `tour` | 2020-04-06 | 1 | -6/+5 | |
| | | |||||
| * | Radiobutton label is now `impl Into<String>` | 2020-04-05 | 2 | -3/+9 | |
| | | |||||
| * | Checkbox label is now `impl Into<String>` | 2020-04-05 | 1 | -2/+2 | |
| | | |||||
* | | Merge pull request #259 from robjtede/docs/feature-flags | 2020-04-05 | 12 | -1/+32 | |
|\ \ | |/ |/| | reference feature flags in docs | ||||
| * | Enable feature flags in `docs.rs` | 2020-04-05 | 3 | -0/+12 | |
| | | |||||
| * | Document widget feature flags | 2020-04-05 | 2 | -1/+11 | |
| | | |||||
| * | doc feature flags in futures | 2020-04-04 | 4 | -0/+5 | |
| | | |||||
| * | document wgpu feature flags | 2020-04-04 | 3 | -0/+4 | |
|/ | |||||
* | Merge pull request #253 from hecrj/0.1 | 2020-04-02 | 15 | -30/+43 | |
|\ | | | | | Release `0.1` - Custom styling, event subscriptions, additional widgets, new examples, and more! | ||||
| * | Bump all versions :tada: | 2020-04-02 | 15 | -30/+43 | |
|/ | |||||
* | Fix a couple of links in documentation | 2020-04-02 | 2 | -3/+2 | |
| | |||||
* | Update `CHANGELOG` | 2020-04-02 | 1 | -1/+54 | |
| | |||||
* | Merge pull request #252 from hecrj/improvement/documentation | 2020-04-02 | 34 | -245/+281 | |
|\ | | | | | Update and improve documentation | ||||
| * | Fix `window::Renderer` link in `iced_winit` docs | 2020-04-02 | 1 | -2/+2 | |
| | | |||||
| * | Fix broken link in `Tracker::broadcast` docs | 2020-04-02 | 1 | -1/+1 | |
| | | |||||
| * | Fix missing link in `Command` documentation | 2020-04-02 | 1 | -0/+1 | |
| | | |||||
| * | Remove subcrates `CHANGELOG` | 2020-04-02 | 5 | -104/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | At this stage, it is important to allow the library to change rapidly. Because of this, keeping a log of changes can be counter-productive. We do not want pin down design decisions by writing detailed changelogs (sunk cost fallacy). Once the library and its different parts start becoming more stable and mature, we will reintroduce changelogs accordingly. For now, we will keep a main `CHANGELOG` file just for the `iced` crate. | ||||
| * | Write documentation for the `debug` feature | 2020-04-02 | 2 | -0/+6 | |
| | | |||||
| * | Add example to `pane_grid` module documentation | 2020-04-02 | 2 | -0/+14 | |
| | | |||||
| * | Fix typo in `text_input::Renderer::draw` docs | 2020-04-02 | 1 | -1/+1 | |
| | | |||||
| * | Add missing link to `conversion::fullscreen` | 2020-04-02 | 1 | -1/+2 | |
| | | |||||
| * | Update `iced_wgpu` root documentation | 2020-04-02 | 3 | -3/+4 | |
| | | |||||
| * | Update `iced_web` build documentation | 2020-04-02 | 2 | -2/+4 | |
| | | |||||
| * | Add examples to `subscription::Recipe` docs | 2020-04-02 | 1 | -0/+12 | |
| | | |||||
| * | Add examples to `Canvas` documentation | 2020-04-02 | 1 | -2/+15 | |
| | | |||||
| * | Add example to `iced_native::UserInterface` | 2020-04-02 | 1 | -0/+7 | |
| | |