summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez2022-02-2335-636/+105
|
* Merge pull request #1219 from Alch-Emi/image-modesLibravatar Héctor Ramón2022-02-237-57/+318
|\ | | | | ContentFit support for images
| * Showcase only `Contain`, `Cover`, and `Fill` image modes in `tour`Libravatar Héctor Ramón Jiménez2022-02-231-4/+4
| |
| * Keep using Ferris in the image section of the `tour`Libravatar Héctor Ramón Jiménez2022-02-161-26/+7
| | | | | | | | Wide ferris is cute :3
| * Hash `content_fit` in `hash_layout` of `Image` and `Svg`Libravatar Héctor Ramón Jiménez2022-02-162-0/+2
| |
| * Remove redundant `layout.bounds()` calls in `Image` and `Svg`Libravatar Héctor Ramón Jiménez2022-02-162-12/+10
| |
| * Add `ContentFit` support to `Svg` widgetLibravatar Héctor Ramón Jiménez2022-02-162-17/+67
| |
| * Expose `ContentFit` in rootLibravatar Héctor Ramón Jiménez2022-02-163-7/+5
| |
| * Center `Image` inside available bounds when possibleLibravatar Héctor Ramón Jiménez2022-02-161-9/+14
| |
| * Rename `Image::fit` to `content_fit`Libravatar Héctor Ramón Jiménez2022-02-162-8/+12
| | | | | | | | ... just for consistency!
| * Make documentation of `Image::fit` consistentLibravatar Héctor Ramón Jiménez2022-02-161-1/+1
| |
| * Use a new clipping layer only when necessary in `Image::draw`Libravatar Héctor Ramón Jiménez2022-02-161-2/+11
| |
| * Rename `image` module to `content_fit` in `iced_core`Libravatar Héctor Ramón Jiménez2022-02-162-11/+11
| | | | | | | | Since we are just exposing the `ContentFit` type and not the module `image` at all.
| * Add support for `ContentFit` for `Image`Libravatar Emi Simpson2022-02-166-38/+252
| |
* | Merge pull request #1262 from nicksenger/fix/overlay-layoutsLibravatar Héctor Ramón2022-02-231-4/+9
|\ \ | |/ |/| Fix: overlay layout for `Responsive`
| * fix: overlay layout for `Responsive`Libravatar Nick Senger2022-02-221-4/+9
|/
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-0939-41/+39
|
* Add `index.html` to `counter` exampleLibravatar Héctor Ramón Jiménez2022-02-091-0/+12
|
* Merge pull request #1217 from SynergyBest/masterLibravatar Héctor Ramón2022-02-0823-779/+42
|\ | | | | Fix links
| * [ImgBot] Optimize imagesLibravatar ImgBotApp2022-02-0714-739/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Total -- 967.49kb -> 703.99kb (27.24%) /docs/images/radio.png -- 5.29kb -> 1.58kb (70.18%) /docs/images/text_input.png -- 3.18kb -> 1.27kb (60.17%) /docs/images/checkbox.png -- 5.56kb -> 2.22kb (60.17%) /examples/color_palette/screenshot.png -- 102.74kb -> 43.75kb (57.42%) /examples/tour/images/ferris.png -- 32.29kb -> 15.91kb (50.73%) /docs/graphs/ecosystem.png -- 124.13kb -> 67.44kb (45.67%) /docs/graphs/iced.png -- 97.75kb -> 53.27kb (45.5%) /docs/graphs/native.png -- 57.90kb -> 33.67kb (41.85%) /docs/images/text.png -- 4.95kb -> 2.99kb (39.61%) /docs/graphs/foundations.png -- 18.19kb -> 11.19kb (38.46%) /examples/scrollable/screenshot.png -- 144.78kb -> 102.53kb (29.18%) /examples/svg/resources/tiger.svg -- 67.02kb -> 64.50kb (3.76%) /docs/logo.svg -- 1.37kb -> 1.35kb (1.57%) /docs/images/todos_desktop.jpg -- 302.36kb -> 302.33kb (0.01%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
| * Fix linksLibravatar Theo Robinson2022-02-079-40/+40
|/ | | | | | Change dead links to updated ones. Change/Convert all file links to relative links so they are branch agnostic.
* Merge pull request #1231 from ↵Libravatar Héctor Ramón2022-02-071-0/+8
|\ | | | | | | | | TannerRogalsky/allow-the-creation-of-unconnected-clipboard Allow the creation of a clipboard without a window.
| * Allow the creation of a clipboard without a window.Libravatar Tanner Rogalsky2022-02-051-0/+8
|/
* Merge pull request #1225 from tarkah/feat/canvas-line-dashLibravatar Héctor Ramón2022-02-045-10/+80
|\ | | | | Add line dash API
| * Access `lyon_algorithms` indirectly through `lyon`Libravatar Héctor Ramón Jiménez2022-02-032-7/+3
| |
| * Ask for a slice of segments instead of ownership in `LineDash`Libravatar Héctor Ramón Jiménez2022-02-035-26/+26
| |
| * Fix examples, no longer CopyLibravatar Cory Forsstrom2022-01-271-2/+2
| |
| * Increase gap in exampleLibravatar Cory Forsstrom2022-01-271-1/+1
| |
| * Remove vec allocationLibravatar Cory Forsstrom2022-01-271-35/+36
| |
| * Add line dash APILibravatar Cory Forsstrom2022-01-276-3/+76
| |
* | Differentiate between question and discussion in issue templatesLibravatar Héctor Ramón Jiménez2022-02-021-3/+6
| |
* | Make titles of issue templates more relatableLibravatar Héctor Ramón Jiménez2022-02-022-6/+6
| |
* | Remove `codebase` from bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
| | | | | | | | | | ... since a bug report may not necessarily indicate an issue in the codebase.
* | Improve description of `Discussion` contact linkLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
| |
* | Improve titles of issue templatesLibravatar Héctor Ramón Jiménez2022-02-022-2/+2
| |
* | Add `config.yml` to `.github/ISSUE_TEMPLATE`Libravatar Héctor Ramón Jiménez2022-02-021-0/+8
| |
* | Fix capitalization of `title` in bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
| |
* | Fix duplicate `label` field in bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
| |
* | Remove newlines from bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-14/+6
| |
* | Fix missing closing backtick in bug report templateLibravatar Héctor Ramón Jiménez2022-02-021-1/+1
| |
* | Add issue template for bug reportsLibravatar Héctor Ramón Jiménez2022-02-021-0/+90
| |
* | Fix `default` backend in `iced_futures`Libravatar Héctor Ramón Jiménez2022-02-013-3/+18
| | | | | | | | Fixes #1228.
* | Point `iced_web` links to the new standalone repositoryLibravatar Héctor Ramón Jiménez2022-01-313-5/+5
| |
* | Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez2022-01-317-8/+8
| |
* | Remove `iced_web` from `document` worfklowLibravatar Héctor Ramón Jiménez2022-01-311-1/+0
| |
* | Merge pull request #1096 from pacmancoder/feat/wgpu-webglLibravatar Héctor Ramón2022-01-3190-3901/+768
|\ \ | | | | | | Experimental WebGL wgpu backend support
| * | Allow `Application::run` to return on native platformsLibravatar Héctor Ramón Jiménez2022-01-311-2/+42
| | |
| * | Add `index.html` for `todos` and `tour` exampleLibravatar Héctor Ramón Jiménez2022-01-293-0/+25
| | | | | | | | | | | | You can use `trunk serve` to easily compile them!
| * | Use `MaybeSend` in `perform` and `map` for `Command`Libravatar Héctor Ramón Jiménez2022-01-283-5/+17
| | |
| * | Implement `time` module for `wasm-bindgen` backend in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-287-21/+61
| | |