Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `Renderer::present` to `with_primitives` | 2021-11-05 | 2 | -2/+2 | |
| | |||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -9/+10 | |
| | |||||
* | Merge branch 'master' into remove-renderer-traits | 2021-10-31 | 1 | -2/+4 | |
|\ | |||||
| * | Update wgpu to 0.11 | 2021-10-13 | 1 | -2/+4 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `TextInput` | 2021-10-31 | 1 | -3/+3 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Slider` | 2021-10-31 | 2 | -4/+4 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Scrollable` | 2021-10-31 | 3 | -6/+6 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Radio` | 2021-10-31 | 3 | -6/+6 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Container` | 2021-10-31 | 6 | -13/+13 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Checkbox` | 2021-10-31 | 1 | -3/+3 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Button` | 2021-10-31 | 7 | -22/+22 | |
| | | |||||
* | | Rewrite cursor icon logic for `integration_wgpu` example | 2021-10-31 | 1 | -5/+5 | |
| | | |||||
* | | Rewrite cursor icon logic for `integration_opengl` example | 2021-10-31 | 1 | -6/+5 | |
| | | |||||
* | | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 2 | -9/+6 | |
| | | |||||
* | | Migrate `geometry` example to new `Renderer` API | 2021-10-30 | 1 | -95/+95 | |
| | | |||||
* | | Remove `Renderer` trait for `Checkbox` | 2021-10-21 | 1 | -3/+3 | |
| | | |||||
* | | Wire up styling to `Radio` in `iced_native` | 2021-10-20 | 3 | -6/+6 | |
| | | |||||
* | | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -3/+3 | |
| | | |||||
* | | Wire up styling to `Slider` in `iced_native` | 2021-10-20 | 2 | -4/+4 | |
| | | |||||
* | | Introduce `mouse_interaction` method to `Widget` trait | 2021-10-18 | 2 | -2/+0 | |
| | | |||||
* | | Wire up styling to `Button` in `iced_native` | 2021-10-18 | 7 | -40/+36 | |
| | | |||||
* | | Implement `Widget::draw` for `custom_widget` example | 2021-10-18 | 2 | -22/+19 | |
| | | |||||
* | | Wire up `container` styling to `iced_native` | 2021-10-18 | 6 | -21/+31 | |
| | | |||||
* | | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 2 | -9/+9 | |
| | | |||||
* | | Draw scrollbar in `Widget::draw` for `Scrollable` | 2021-10-18 | 3 | -6/+6 | |
| | | |||||
* | | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 4 | -130/+136 | |
|/ | |||||
* | Update README.md | 2021-10-04 | 1 | -1/+1 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 19 | -93/+91 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 18 | -62/+67 | |
| | |||||
* | Revert system menus support | 2021-09-15 | 4 | -143/+0 | |
| | | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | ||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 13 | -95/+39 | |
| | | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) | ||||
* | Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu` | 2021-08-25 | 1 | -1/+1 | |
| | |||||
* | wgpu: Update to 0.10 | 2021-08-19 | 3 | -18/+20 | |
| | |||||
* | Update `README` in `examples` directory | 2021-08-13 | 2 | -3/+4 | |
| | |||||
* | Fix `panic!` warnings in `integration_opengl` example | 2021-08-13 | 2 | -2/+8 | |
| | |||||
* | Fix formatting of `integration_opengl` example | 2021-08-13 | 1 | -3/+9 | |
| | |||||
* | Rename `integration` examples | 2021-08-13 | 12 | -5/+7 | |
| | |||||
* | Add integration_gl example | 2021-08-13 | 5 | -0/+407 | |
| | |||||
* | Merge pull request #667 from BillyDM/wgpu_outdatedframe | 2021-08-05 | 1 | -44/+55 | |
|\ | | | | | Don't panic when wgpu swapchain frame is outdated | ||||
| * | add custom error for Compositor::draw() | 2021-07-22 | 1 | -2/+4 | |
| | | |||||
| * | Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe | 2021-07-22 | 33 | -217/+1040 | |
| |\ | |||||
| * | | don't panic when swapchain frame is outdated | 2020-12-16 | 1 | -44/+53 | |
| | | | |||||
* | | | Fix typo in `integration` example | 2021-08-04 | 1 | -1/+1 | |
| | | | |||||
* | | | wgpu: Use the preferred texture format of the surface | 2021-08-03 | 1 | -16/+19 | |
| |/ |/| | | | | | Signed-off-by: Tilmann Meyer <me@atiltedtree.dev> | ||||
* | | Merge pull request #776 from AldoMX/master | 2021-07-22 | 1 | -1/+4 | |
|\ \ | | | | | | | Added `select_all` method to `TextInput`. | ||||
| * | | Add newline to `todos` example | 2021-07-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | ... just for readability | ||||
| * | | Added `select_all` method to `TextInput`. | 2021-03-13 | 1 | -1/+3 | |
| | | | |||||
* | | | Introduce `placeholder_color` to `pick_list::Style` | 2021-07-22 | 1 | -0/+1 | |
| | | | |||||
* | | | feat: add placeholder to pick_list example | 2021-07-22 | 1 | -4/+5 | |
| | | | |||||
* | | | Merge pull request #929 from TimUntersberger/winit-improv | 2021-07-22 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | feat: add position to window settings |