summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement `PartialOrd`, `Ord`, and `Hash` for `keyboard::Modifiers`Libravatar Héctor Ramón Jiménez2024-02-201-1/+1
|
* Merge pull request #2265 from rizzen-yazston/masterLibravatar Héctor Ramón2024-02-192-4/+8
|\ | | | | Fixed horizontal_space() and vertical_space() helper functions.
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-191-0/+2
| |
| * Fix `horizontal_space` and `vertical_space` docsLibravatar Rizzen Yazston2024-02-191-4/+6
|/
* Merge pull request #2264 from iced-rs/column-row-ergonomicsLibravatar Héctor Ramón2024-02-193-21/+69
|\ | | | | `extend` and `from_vec` methods for `Column` and `Row`
| * Fix `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-191-4/+9
| |
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-191-0/+1
| |
| * Add `from_vec` method to `Column` and `Row`Libravatar Héctor Ramón Jiménez2024-02-192-18/+44
| |
| * Add `extend` method to `Column` and `Row`Libravatar Héctor Ramón Jiménez2024-02-192-2/+18
|/
* Merge pull request #2259 from ↵Libravatar Héctor Ramón2024-02-196-22/+52
|\ | | | | | | | | PolyMeilex/wgpu-image-workaround-wgpu-gl-heuristics [wgpu.image] Workaround WGPU OpenGL heuristics
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-191-0/+4
| |
| * Use two layers for `image::atlas` only on `Gl` backendLibravatar Héctor Ramón Jiménez2024-02-195-24/+46
| |
| * [wgpu.image] Workaround WGPU OpenGL heuristicsLibravatar PolyMeilex2024-02-181-2/+6
|/
* Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-151-1/+4
|
* Fix URL of graph image in `iced_runtime` docsLibravatar Héctor Ramón Jiménez2024-02-151-1/+1
|
* Update `README`Libravatar Héctor Ramón Jiménez2024-02-151-3/+2
|
* Point doc links to `0.12` branchLibravatar Héctor Ramón Jiménez2024-02-1510-42/+42
|
* Merge pull request #2250 from Koranir/text-alpha-fixLibravatar Héctor Ramón2024-02-152-1/+11
|\ | | | | Fix text transparency in tiny_skia renderer
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-151-0/+1
| |
| * Fix text transparency in `iced_tiny_skia`Libravatar Daniel Yoon2024-02-151-1/+10
|/
* Merge pull request #2253 from iced-rs/improve-ergonomicsLibravatar Héctor Ramón2024-02-1524-150/+204
|\ | | | | Improve some widget ergonomics
| * Fix documentation for `qr_code` widget helperLibravatar Héctor Ramón Jiménez2024-02-151-1/+1
| |
| * Add `push_maybe` to `Column` and `Row`Libravatar Héctor Ramón Jiménez2024-02-159-95/+144
| |
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-151-0/+1
| |
| * Make `horizontal_space` and `vertical_space` fill by defaultLibravatar Héctor Ramón Jiménez2024-02-1516-46/+54
| |
| * Rename `password` method in `TextInput` to `secure`Libravatar Héctor Ramón Jiménez2024-02-153-10/+6
|/
* Merge pull request #2252 from iced-rs/feature/clip-propertyLibravatar Héctor Ramón2024-02-155-8/+75
|\ | | | | Add `clip` property to `Container`, `Column`, and `Row`
| * Add `clip` property to `Button`Libravatar Héctor Ramón Jiménez2024-02-153-4/+19
| |
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-151-0/+1
| |
| * Add `clip` property to `Container`, `Column`, and `Row`Libravatar Héctor Ramón Jiménez2024-02-153-6/+57
|/
* Merge pull request #2251 from iced-rs/borrow-pick-list-valuesLibravatar Héctor Ramón2024-02-146-48/+47
|\ | | | | Use `Borrow` for both `options` and `selected` in `PickList`
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-141-0/+1
| |
| * Use `Borrow` for both `options` and `selected` in `PickList`Libravatar Héctor Ramón Jiménez2024-02-145-48/+46
|/
* Merge pull request #2243 from ids1024/show_window_menuLibravatar Héctor Ramón2024-02-135-0/+40
|\ | | | | Add `show_window_menu` action
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-131-0/+1
| |
| * Rename `show_window_menu` to `show_system_menu`Libravatar Héctor Ramón Jiménez2024-02-134-10/+12
| |
| * Add `show_window_menu` actionLibravatar Ian Douglas Scott2024-02-134-0/+37
|/ | | | | | | | Winit currently supports this only on Windows and Wayland. This requests that a context menu is shown at the cursor position, like the menu normally triggered by right clicking the title bar. This is important for implementing client side decorations with Iced widgets.
* Merge pull request #2242 from dtzxporter/workaround-windows-issue-pt2Libravatar Héctor Ramón2024-02-132-3/+32
|\ | | | | Implement win32 workaround for multi_window application as well. Also trigger AboutToWait for Moved as well.
| * Implement win32 workaround for multi_window application as well. Also ↵Libravatar dtzxporter2024-02-132-3/+32
|/ | | | trigger AboutToWait for Moved as well.
* Merge pull request #2240 from snaggen/primaryLibravatar Héctor Ramón2024-02-1310-46/+110
|\ | | | | Add support for primary clipboard
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-131-1/+3
| |
| * Introduce `Kind` in `core::clipboard`Libravatar Héctor Ramón Jiménez2024-02-139-128/+95
| |
| * Add support for primary clipboardLibravatar Mattias Eriksson2024-02-137-1/+96
|/
* Merge pull request #2239 from dtzxporter/scrollable-quad-fillLibravatar Héctor Ramón2024-02-125-142/+110
|\ | | | | Introduce an appearance for a scrollable, ability to customize the scrollbar gap.
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-121-1/+1
| |
| * Simplify `scrollable` styling APILibravatar Héctor Ramón Jiménez2024-02-124-179/+82
| |
| * Introduce an appearance for a scrollable, ability to customize the scrollbar ↵Libravatar dtzxporter2024-02-124-6/+71
|/ | | | | | gap. Update scrollable.rs
* Merge pull request #2247 from iced-rs/fix/tiny-skia-text-clippingLibravatar Héctor Ramón2024-02-112-44/+51
|\ | | | | Fix clipping of text in `iced_tiny_skia`
| * Fix clipping of text in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2024-02-112-44/+51
|/
* Merge pull request #2233 from varbhat/vbt/catppuccinLibravatar Héctor Ramón2024-02-113-12/+289
|\ | | | | add catppuccin, tokyo night, kanagawa, moonfly, nightfly and oxocarbon themes