summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove `dbg!` leftover in `Renderer::fill_text`Libravatar Héctor Ramón Jiménez2021-10-181-2/+0
|
* Implement `Widget::mouse_interaction` for `Button`Libravatar Héctor Ramón Jiménez2021-10-181-1/+18
|
* Implement `Widget::mouse_interaction` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-0/+39
|
* Implement `Widget::mouse_interaction` for `Row`Libravatar Héctor Ramón Jiménez2021-10-181-0/+21
|
* Implement `Widget::mouse_interaction` for `Column`Libravatar Héctor Ramón Jiménez2021-10-181-0/+21
|
* Implement `Widget::mouse_interaction` for `Container`Libravatar Héctor Ramón Jiménez2021-10-181-0/+14
|
* Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez2021-10-1810-21/+152
|
* Implement `Widget::draw` for `Button`Libravatar Héctor Ramón Jiménez2021-10-181-7/+60
|
* Wire up styling to `Button` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-1812-96/+55
|
* Implement `Widget::draw` for `custom_widget` exampleLibravatar Héctor Ramón Jiménez2021-10-182-22/+19
|
* Draw styling in `Widget::draw` for `Container`Libravatar Héctor Ramón Jiménez2021-10-181-8/+36
|
* Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-1817-99/+65
|
* Move `Defaults` from `iced_graphics` to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-1839-192/+166
|
* Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-1811-199/+135
|
* Introduce `fill_rectangle` to `Renderer` traitLibravatar Héctor Ramón Jiménez2021-10-183-1/+24
|
* Implement `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-145-53/+125
| | | | Rendering the scroller is still WIP
* Implement `Widget::draw` for `Container`Libravatar Héctor Ramón Jiménez2021-10-141-1/+7
|
* Implement `Widget::draw` for `Row`Libravatar Héctor Ramón Jiménez2021-10-141-8/+3
|
* Implement `Widget::draw` for `Column`Libravatar Héctor Ramón Jiménez2021-10-141-1/+3
|
* Implement `Widget::draw` for `Text`Libravatar Héctor Ramón Jiménez2021-10-1411-31/+127
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-1471-3166/+681
|
* Merge pull request #1068 from sundy-li/patch-1Libravatar Héctor Ramón2021-10-131-1/+1
|\ | | | | Update README.md of integration_opengl
| * Update README.mdLibravatar sundyli2021-10-041-1/+1
| |
* | Update `winit` and `glutin`Libravatar Héctor Ramón Jiménez2021-10-122-2/+2
|/
* Merge pull request #1067 from akavel/deorientLibravatar Héctor Ramón2021-10-012-5/+97
|\ | | | | Honor Exif orientation in `iced_wgpu::Image`
| * Downgrade bitmask in iced_wgpu for consistency with iced_coreLibravatar Mateusz Czapliński2021-09-301-1/+1
| |
| * Fix `Operation::perform` in `image::raster`Libravatar Héctor Ramón Jiménez2021-09-301-6/+31
| | | | | | | | Flipping diagonally isn't the same as flipping each axis individually :sweat_smile:
| * Remove absolute module path leftovers in `image::raster`Libravatar Héctor Ramón Jiménez2021-09-301-4/+4
| |
| * Refactor `Orientation` into `Operation` in `image::raster`Libravatar Héctor Ramón Jiménez2021-09-302-53/+42
| |
| * Remove `TODO` in `Cargo.toml` of `iced_wgpu`Libravatar Héctor Ramón Jiménez2021-09-301-1/+1
| |
| * Remove unnecessary absolute module paths in `image::raster`Libravatar Héctor Ramón Jiménez2021-09-301-3/+3
| |
| * Introduce `Orientation` enum in `image::raster`Libravatar Héctor Ramón Jiménez2021-09-301-37/+72
| |
| * Honor Exif orientation in `iced_wgpu::Image`Libravatar Mateusz Czapliński2021-09-302-2/+45
|/
* Merge pull request #1060 from iced-rs/update-resvgLibravatar Héctor Ramón2021-09-282-14/+28
|\ | | | | Update `resvg` to `0.18` in `iced_wgpu`
| * Update `resvg` to `0.18` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2021-09-272-14/+28
|/
* Merge pull request #1044 from tarkah/feature/align-fill-variantLibravatar Héctor Ramón2021-09-2054-336/+472
|\ | | | | Add Align::Fill variant
| * Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-2054-376/+401
| |
| * Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-2033-115/+166
| |
| * Improve readability of Align::Fill branchingLibravatar Cory Forsstrom2021-09-201-34/+22
| |
| * Calc fill cross and use for all childrenLibravatar Cory Forsstrom2021-09-201-29/+55
| |
| * Add Align::Fill variantLibravatar Cory Forsstrom2021-09-204-13/+59
|/
* Merge pull request #1049 from Luni-4/no-windows-consoleLibravatar Héctor Ramón2021-09-201-0/+3
|\ | | | | CI: Run a Windows application without starting the shell too
| * CI: Run a Windows application without starting the shell tooLibravatar Luni-42021-09-171-0/+3
|/
* Merge pull request #1047 from iced-rs/revert-menusLibravatar Héctor Ramón2021-09-1521-673/+19
|\ | | | | Revert system menus support
| * Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-1521-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-testLibravatar Héctor Ramón2021-09-1510-62/+65
|\ \ | |/ |/| Use `Option` to encode empty text case in hit test methods
| * Use `Iterator::min_by` instead of `fold` in `hit_test`Libravatar Héctor Ramón Jiménez2021-09-152-26/+22
| |
| * Use `Option` to encode empty text case in hit test methodsLibravatar Héctor Ramón Jiménez2021-09-1510-52/+59
|/
* Merge pull request #1019 from hecrj/command-actionsLibravatar Héctor Ramón2021-09-1339-323/+556
|\ | | | | Platform-specific `Command` implementations
| * Write missing docs and `Debug` implementations for `web`Libravatar Héctor Ramón Jiménez2021-09-133-2/+22
| |