Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `ECOSYSTEM` | 2020-11-26 | 12 | -280/+43 | |
* | Update `README` | 2020-11-26 | 2 | -21/+1 | |
* | Merge pull request #527 from rubik83/master | 2020-11-26 | 2 | -7/+14 | |
|\ | |||||
| * | Account for empty ranges in `Slider` and `ProgressBar` | 2020-11-26 | 2 | -7/+14 | |
| * | fix slider handle_offset formula | 2020-11-26 | 1 | -1/+1 | |
| * | fix active_progress_width formula | 2020-11-26 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #632 from hecrj/improvement/update-docs | 2020-11-26 | 142 | -1854/+175 | |
|\ | |||||
| * | Use recently stabilized intra-doc links | 2020-11-26 | 135 | -1769/+135 | |
| * | Rename `keyboard::ModifiersState` to `Modifiers` | 2020-11-26 | 6 | -31/+22 | |
| * | Fix broken links in API documentation | 2020-11-26 | 5 | -54/+18 | |
|/ | |||||
* | Merge pull request #634 from myfreeweb/graphics-license | 2020-11-25 | 1 | -0/+1 | |
|\ | |||||
| * | Add license to iced-graphics' Cargo.toml | 2020-11-25 | 1 | -0/+1 | |
|/ | |||||
* | Merge pull request #605 from ZakisM/text_input_select_all_fix | 2020-11-25 | 1 | -14/+16 | |
|\ | |||||
| * | Track keyboard modifiers in `text_input` | 2020-11-25 | 1 | -24/+16 | |
| * | This PR fixes a bug with select all (CMD + A on MacOS) when using a text_input. | 2020-11-25 | 1 | -3/+13 | |
* | | Merge pull request #595 from valbendan/master | 2020-11-25 | 12 | -13/+72 | |
|\ \ | |/ |/| | |||||
| * | Introduce `tokio_old` feature | 2020-11-25 | 10 | -9/+67 | |
| * | Update src/executor.rs | 2020-11-06 | 1 | -2/+1 | |
| * | upgrade tokio to latest version(v0.3) | 2020-11-05 | 4 | -5/+7 | |
* | | Merge pull request #629 from hecrj/wgpu-present-mode-setting | 2020-11-24 | 2 | -1/+7 | |
|\ \ | |||||
| * | | Add `present_mode` field to `iced_wgpu::Settings` | 2020-11-23 | 2 | -1/+7 | |
* | | | Merge pull request #627 from hecrj/fix/canvas-rotation | 2020-11-24 | 1 | -1/+1 | |
|\ \ \ | |||||
| * | | | Fix backwards `Frame::rotate` in `canvas` | 2020-11-22 | 1 | -1/+1 | |
| |/ / | |||||
* | | | Merge pull request #628 from hecrj/improvement/float-border-radius | 2020-11-24 | 35 | -134/+144 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Limit border radius to max dimension in `quad` pipeline | 2020-11-23 | 3 | -0/+10 | |
| * | | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 32 | -134/+134 | |
|/ / | |||||
* | | Merge pull request #622 from hecrj/feature/qr_code-widget | 2020-11-20 | 14 | -2/+466 | |
|\ \ | |||||
| * | | Implement `qr_code` example | 2020-11-20 | 3 | -0/+108 | |
| * | | Implement `QRCode` widget | 2020-11-20 | 11 | -2/+358 | |
|/ / | |||||
* | | Fix deprecation warnings from `image` | 2020-11-20 | 1 | -2/+2 | |
* | | Merge pull request #620 from hecrj/fix/trackpad-text-input-selection | 2020-11-20 | 1 | -1/+5 | |
|\ \ | |||||
| * | | Disable dragging in `TextInput` after double click | 2020-11-19 | 1 | -1/+5 | |
|/ / | |||||
* | | Remove `Focus` in `pane_grid` | 2020-11-17 | 5 | -23/+7 | |
* | | Implement flexible `TextInput::draw` helper | 2020-11-17 | 2 | -30/+63 | |
* | | Merge pull request #614 from hecrj/feature/event-capturing | 2020-11-14 | 33 | -425/+711 | |
|\ \ | |||||
| * | | Batch event processing in `UserInterface::update` | 2020-11-12 | 4 | -88/+96 | |
| * | | Introduce `event::Status` to `Subscription` | 2020-11-12 | 6 | -29/+50 | |
| * | | Return `event::Status` in `UserInterface::update` | 2020-11-12 | 4 | -92/+107 | |
| * | | Make `Overlay::on_event` return `event::Status` | 2020-11-12 | 4 | -10/+17 | |
| * | | Implement event capturing for `Canvas` | 2020-11-12 | 5 | -69/+101 | |
| * | | Implement event capturing for `TextInput` | 2020-11-12 | 1 | -130/+168 | |
| * | | Implement event capturing for `Slider` | 2020-11-12 | 1 | -0/+6 | |
| * | | Implement event capturing for `Scrollable` | 2020-11-12 | 1 | -37/+52 | |
| * | | Implement event capturing for `Row` | 2020-11-12 | 1 | -8/+8 | |
| * | | Implement event capturing for `Radio` | 2020-11-12 | 1 | -0/+2 | |
| * | | Implement event capturing for `PickList` | 2020-11-12 | 1 | -5/+13 | |
| * | | Implement event capturing for `PaneGrid` | 2020-11-12 | 3 | -28/+47 | |
| * | | Implement event capturing for `Column` | 2020-11-12 | 2 | -8/+29 | |
| * | | Implement event capturing for `Checkbox` | 2020-11-12 | 1 | -0/+2 | |
| * | | Implement event capturing for `Button` | 2020-11-12 | 2 | -7/+12 |