Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `Kind` in `core::clipboard` | 2024-02-13 | 9 | -128/+95 | |
| | |||||
* | Add support for primary clipboard | 2024-02-13 | 7 | -1/+96 | |
| | |||||
* | Merge pull request #2239 from dtzxporter/scrollable-quad-fill | 2024-02-12 | 5 | -142/+110 | |
|\ | | | | | Introduce an appearance for a scrollable, ability to customize the scrollbar gap. | ||||
| * | Update `CHANGELOG` | 2024-02-12 | 1 | -1/+1 | |
| | | |||||
| * | Simplify `scrollable` styling API | 2024-02-12 | 4 | -179/+82 | |
| | | |||||
| * | Introduce an appearance for a scrollable, ability to customize the scrollbar ↵ | 2024-02-12 | 4 | -6/+71 | |
|/ | | | | | | gap. Update scrollable.rs | ||||
* | Merge pull request #2247 from iced-rs/fix/tiny-skia-text-clipping | 2024-02-11 | 2 | -44/+51 | |
|\ | | | | | Fix clipping of text in `iced_tiny_skia` | ||||
| * | Fix clipping of text in `iced_tiny_skia` | 2024-02-11 | 2 | -44/+51 | |
|/ | |||||
* | Merge pull request #2233 from varbhat/vbt/catppuccin | 2024-02-11 | 3 | -12/+289 | |
|\ | | | | | add catppuccin, tokyo night, kanagawa, moonfly, nightfly and oxocarbon themes | ||||
| * | Update `CHANGELOG` | 2024-02-11 | 1 | -0/+2 | |
| | | |||||
| * | Hyperlink sources in `style::theme::palette` | 2024-02-11 | 1 | -38/+38 | |
| | | |||||
| * | Add Kanagawa, Moonfly, Nightfly, Oxocarbon themes | 2024-02-11 | 2 | -0/+126 | |
| | | |||||
| * | add tokyo night themes and palettes | 2024-02-11 | 2 | -0/+63 | |
| | | | | | | | | Source: https://github.com/enkia/tokyo-night-vscode-theme | ||||
| * | add catppuccin themes | 2024-02-11 | 2 | -0/+86 | |
|/ | |||||
* | Remove `PreMultiplied` alpha mode selection in `wgpu::window::compositor` | 2024-02-10 | 1 | -4/+0 | |
| | |||||
* | Merge pull request #2232 from julianbraha/master | 2024-02-10 | 2 | -2/+4 | |
|\ | | | | | Fix dead documentation link in wgpu/README.md | ||||
| * | Fix dead documentation link in wgpu/README.md | 2024-02-10 | 2 | -2/+4 | |
|/ | |||||
* | Merge pull request #2231 from Koranir/transparency-fix | 2024-02-10 | 6 | -30/+106 | |
|\ | | | | | Fix alpha mode misconfiguration in wgpu renderer | ||||
| * | Update `CHANGELOG` | 2024-02-10 | 1 | -0/+2 | |
| | | |||||
| * | Fix `style` in `solar_system` example | 2024-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Log available formats and alpha modes in `wgpu::window::compositor` | 2024-02-10 | 3 | -4/+14 | |
| | | |||||
| * | Use custom `Application::style` to enable transparency | 2024-02-10 | 2 | -27/+28 | |
| | | |||||
| * | Fix alpha mode configuration in `iced_wgpu` | 2024-02-10 | 2 | -25/+88 | |
|/ | |||||
* | Merge pull request #2229 from clarkmoody/custom-qr-style | 2024-02-10 | 6 | -77/+191 | |
|\ | | | | | QR Code Styling | ||||
| * | Fix leftover mentions of `State` in `QRCode` docs | 2024-02-10 | 1 | -4/+4 | |
| | | |||||
| * | Update `CHANGELOG` | 2024-02-09 | 1 | -0/+2 | |
| | | |||||
| * | Invalidate `QRCode` cache on `Appearance` change | 2024-02-09 | 3 | -56/+72 | |
| | | |||||
| * | Update `qr_code` example with theme selector | 2024-02-09 | 1 | -6/+28 | |
| | | |||||
| * | Styling for QR Code using theme framework | 2024-02-09 | 4 | -20/+94 | |
|/ | |||||
* | Update `async-tungstenite` dependency in `websocket` example | 2024-02-09 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #2228 from jhannyj/better-tooltips | 2024-02-09 | 3 | -40/+21 | |
|\ | | | | | Refactor tooltip function to accept a generic element as a tooltip | ||||
| * | Rename `text_layout` to `tooltip_layout` in `Tooltip` | 2024-02-09 | 1 | -3/+4 | |
| | | |||||
| * | Update `CHANGELOG` | 2024-02-09 | 1 | -0/+1 | |
| | | |||||
| * | Improve `tooltip` docs | 2024-02-09 | 1 | -1/+2 | |
| | | |||||
| * | Use simple method call syntax in `Tooltip` | 2024-02-09 | 1 | -4/+2 | |
| | | |||||
| * | Add support for a generic `Element` in `Tooltip` | 2024-02-09 | 2 | -38/+18 | |
|/ | |||||
* | Merge pull request #2227 from wyatt-herkamp/update_depends | 2024-02-09 | 5 | -14/+16 | |
|\ | | | | | Update Dependencies. | ||||
| * | Update `CHANGELOG` | 2024-02-09 | 1 | -0/+2 | |
| | | |||||
| * | Update some dependencies | 2024-02-09 | 4 | -14/+14 | |
|/ | |||||
* | Merge pull request #2221 from Dworv/text-shrink | 2024-02-07 | 6 | -2/+41 | |
|\ | | | | | Text editor shrinking to content | ||||
| * | Update `CHANGELOG` | 2024-02-07 | 1 | -0/+2 | |
| | | |||||
| * | Fix wrapped lines not being considered when measuring `TextEditor` | 2024-02-07 | 5 | -22/+38 | |
| | | |||||
| * | feat: text-editor can shrink to content | 2024-02-07 | 1 | -1/+22 | |
|/ | |||||
* | Merge pull request #2220 from DoomDuck/faster_image_bytes_handle | 2024-02-07 | 2 | -1/+5 | |
|\ | | | | | Use `core::ptr::eq` to speed up `PartialEq` on `image::Bytes` | ||||
| * | Update `CHANGELOG` | 2024-02-07 | 1 | -0/+2 | |
| | | |||||
| * | image::Bytes::PartialEq: use core::ptr::eq to speed up comparison | 2024-02-07 | 1 | -1/+3 | |
| | | |||||
* | | Merge pull request #2219 from GyulyVGC/toggler-border-width | 2024-02-07 | 4 | -8/+15 | |
|\ \ | |/ |/| | Add border widths to `Toggler` `StyleSheet` | ||||
| * | Update `CHANGELOG` | 2024-02-07 | 1 | -0/+1 | |
| | | |||||
| * | add border widths to toggler stylesheet | 2024-02-07 | 3 | -8/+14 | |
|/ | |||||
* | Merge pull request #2214 from dtzxporter/workaround-winit-win32-issues | 2024-02-07 | 2 | -14/+43 | |
|\ | | | | | Workaround issue with winit on windows not resuming the event loop. |