Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `dbg!` leftover in `Renderer::fill_text` | 2021-10-18 | 1 | -2/+0 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `Button` | 2021-10-18 | 1 | -1/+18 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `Scrollable` | 2021-10-18 | 1 | -0/+39 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `Row` | 2021-10-18 | 1 | -0/+21 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `Column` | 2021-10-18 | 1 | -0/+21 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `Container` | 2021-10-18 | 1 | -0/+14 | |
| | |||||
* | Introduce `mouse_interaction` method to `Widget` trait | 2021-10-18 | 10 | -21/+152 | |
| | |||||
* | Implement `Widget::draw` for `Button` | 2021-10-18 | 1 | -7/+60 | |
| | |||||
* | Wire up styling to `Button` in `iced_native` | 2021-10-18 | 12 | -96/+55 | |
| | |||||
* | Implement `Widget::draw` for `custom_widget` example | 2021-10-18 | 2 | -22/+19 | |
| | |||||
* | Draw styling in `Widget::draw` for `Container` | 2021-10-18 | 1 | -8/+36 | |
| | |||||
* | Wire up `container` styling to `iced_native` | 2021-10-18 | 17 | -99/+65 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 39 | -192/+166 | |
| | |||||
* | Draw scrollbar in `Widget::draw` for `Scrollable` | 2021-10-18 | 11 | -199/+135 | |
| | |||||
* | Introduce `fill_rectangle` to `Renderer` trait | 2021-10-18 | 3 | -1/+24 | |
| | |||||
* | Implement `Widget::draw` for `Scrollable` | 2021-10-14 | 5 | -53/+125 | |
| | | | | Rendering the scroller is still WIP | ||||
* | Implement `Widget::draw` for `Container` | 2021-10-14 | 1 | -1/+7 | |
| | |||||
* | Implement `Widget::draw` for `Row` | 2021-10-14 | 1 | -8/+3 | |
| | |||||
* | Implement `Widget::draw` for `Column` | 2021-10-14 | 1 | -1/+3 | |
| | |||||
* | Implement `Widget::draw` for `Text` | 2021-10-14 | 11 | -31/+127 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 71 | -3166/+681 | |
| | |||||
* | Merge pull request #1068 from sundy-li/patch-1 | 2021-10-13 | 1 | -1/+1 | |
|\ | | | | | Update README.md of integration_opengl | ||||
| * | Update README.md | 2021-10-04 | 1 | -1/+1 | |
| | | |||||
* | | Update `winit` and `glutin` | 2021-10-12 | 2 | -2/+2 | |
|/ | |||||
* | Merge pull request #1067 from akavel/deorient | 2021-10-01 | 2 | -5/+97 | |
|\ | | | | | Honor Exif orientation in `iced_wgpu::Image` | ||||
| * | Downgrade bitmask in iced_wgpu for consistency with iced_core | 2021-09-30 | 1 | -1/+1 | |
| | | |||||
| * | Fix `Operation::perform` in `image::raster` | 2021-09-30 | 1 | -6/+31 | |
| | | | | | | | | Flipping diagonally isn't the same as flipping each axis individually :sweat_smile: | ||||
| * | Remove absolute module path leftovers in `image::raster` | 2021-09-30 | 1 | -4/+4 | |
| | | |||||
| * | Refactor `Orientation` into `Operation` in `image::raster` | 2021-09-30 | 2 | -53/+42 | |
| | | |||||
| * | Remove `TODO` in `Cargo.toml` of `iced_wgpu` | 2021-09-30 | 1 | -1/+1 | |
| | | |||||
| * | Remove unnecessary absolute module paths in `image::raster` | 2021-09-30 | 1 | -3/+3 | |
| | | |||||
| * | Introduce `Orientation` enum in `image::raster` | 2021-09-30 | 1 | -37/+72 | |
| | | |||||
| * | Honor Exif orientation in `iced_wgpu::Image` | 2021-09-30 | 2 | -2/+45 | |
|/ | |||||
* | Merge pull request #1060 from iced-rs/update-resvg | 2021-09-28 | 2 | -14/+28 | |
|\ | | | | | Update `resvg` to `0.18` in `iced_wgpu` | ||||
| * | Update `resvg` to `0.18` in `iced_wgpu` | 2021-09-27 | 2 | -14/+28 | |
|/ | |||||
* | Merge pull request #1044 from tarkah/feature/align-fill-variant | 2021-09-20 | 54 | -336/+472 | |
|\ | | | | | Add Align::Fill variant | ||||
| * | Refactor alignment types into an `alignment` module | 2021-09-20 | 54 | -376/+401 | |
| | | |||||
| * | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 33 | -115/+166 | |
| | | |||||
| * | Improve readability of Align::Fill branching | 2021-09-20 | 1 | -34/+22 | |
| | | |||||
| * | Calc fill cross and use for all children | 2021-09-20 | 1 | -29/+55 | |
| | | |||||
| * | Add Align::Fill variant | 2021-09-20 | 4 | -13/+59 | |
|/ | |||||
* | Merge pull request #1049 from Luni-4/no-windows-console | 2021-09-20 | 1 | -0/+3 | |
|\ | | | | | CI: Run a Windows application without starting the shell too | ||||
| * | CI: Run a Windows application without starting the shell too | 2021-09-17 | 1 | -0/+3 | |
|/ | |||||
* | Merge pull request #1047 from iced-rs/revert-menus | 2021-09-15 | 21 | -673/+19 | |
|\ | | | | | Revert system menus support | ||||
| * | Revert system menus support | 2021-09-15 | 21 | -673/+19 | |
| | | | | | | | | | | | | 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`. | ||||
* | | Merge pull request #1046 from iced-rs/fix/empty-text-hit-test | 2021-09-15 | 10 | -62/+65 | |
|\ \ | |/ |/| | Use `Option` to encode empty text case in hit test methods | ||||
| * | Use `Iterator::min_by` instead of `fold` in `hit_test` | 2021-09-15 | 2 | -26/+22 | |
| | | |||||
| * | Use `Option` to encode empty text case in hit test methods | 2021-09-15 | 10 | -52/+59 | |
|/ | |||||
* | Merge pull request #1019 from hecrj/command-actions | 2021-09-13 | 39 | -323/+556 | |
|\ | | | | | Platform-specific `Command` implementations | ||||
| * | Write missing docs and `Debug` implementations for `web` | 2021-09-13 | 3 | -2/+22 | |
| | |