summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use first-class functions in `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-60/+83
|
* Fix `cross` calculation in `layout::flex`Libravatar Héctor Ramón Jiménez2024-01-103-22/+16
|
* Fix broken doc links in `layout::Node` APILibravatar Héctor Ramón Jiménez2024-01-101-2/+2
|
* Fix unnecessary `into` call in `Container::new`Libravatar Héctor Ramón Jiménez2024-01-101-1/+1
|
* Make `column` and `row` take an `IntoIterator`Libravatar Héctor Ramón Jiménez2024-01-103-10/+8
|
* Fix `size_hint` for `keyed_column`Libravatar Héctor Ramón Jiménez2024-01-103-28/+27
|
* Introduce useful helpers in `layout` moduleLibravatar Héctor Ramón Jiménez2024-01-1026-131/+193
|
* Reduce `padding` of `scrollable` exampleLibravatar Héctor Ramón Jiménez2024-01-101-1/+1
|
* Fix `cross` axis calculation in `flex` layoutLibravatar Héctor Ramón Jiménez2024-01-101-0/+1
|
* Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-1042-275/+212
|
* Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-1017-124/+211
|
* Create `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-105-2/+135
|
* Use `max_cross` if all elements are fluid in `layout::flex`Libravatar Héctor Ramón Jiménez2024-01-041-4/+3
|
* Fix available space provided to children with non-fill main axis but fill ↵Libravatar Héctor Ramón Jiménez2024-01-041-3/+6
| | | | cross axis
* Determine cross-axis max length based on contents if `Shrink`Libravatar Héctor Ramón Jiménez2024-01-041-17/+29
|
* Fix needless borrow in `row::layout`Libravatar Héctor Ramón Jiménez2024-01-041-1/+1
|
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-0446-274/+265
|
* Merge pull request #2168 from jhff/fix/pane_grid_top_edge_clickLibravatar Héctor Ramón2024-01-042-18/+68
|\ | | | | [Fix] `PaneGrid` click interaction on the top edge
| * Add deadband distance before initiating drag action on pane gridLibravatar Joao Freitas2023-12-152-18/+68
| |
* | Merge pull request #2172 from GyulyVGC/masterLibravatar Héctor Ramón2024-01-021-0/+6
|\ \ | |/ |/| Added `text_shaping` method to `Tooltip`
| * added text::Shaping to TooltipLibravatar Giuliano Bellini s2947392023-12-231-0/+6
|/
* Update `async-tungstenite` in `websocket` exampleLibravatar Héctor Ramón Jiménez2023-12-111-1/+1
|
* Merge pull request #2161 from cfrenette/bug/svg-text-not-renderedLibravatar Héctor Ramón2023-12-112-9/+19
|\ | | | | Implement a fix for the native renderer not rendering text in SVGs
| * Convert SVG text nodes for in-memory SVGs in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-12-111-20/+17
| |
| * Fix import styling in `iced_wgpu::image::vector`Libravatar Héctor Ramón Jiménez2023-12-111-1/+1
| |
| * Fix `expect` message in `iced_tiny_skia::vector`Libravatar Héctor Ramón Jiménez2023-12-111-1/+1
| |
| * implement svg text fix for native rendererLibravatar Cory Frenette2023-12-101-5/+18
|/ | | | Signed-off-by: Cory Frenette <cory@frenette.dev>
* Merge pull request #2159 from bungoboingo/fix/text-editor-styleLibravatar Héctor Ramón2023-12-071-0/+9
|\ | | | | [Fix] Add ability to change style of `TextEditor`
| * Added the ability to change the style of a TextEditorLibravatar Bingus2023-12-061-0/+9
|/
* Merge pull request #1964 from bungoboingo/feat/multi-window-supportLibravatar Héctor Ramón2023-12-0559-761/+3020
|\ | | | | [Feature] 🪟 Multi Window 🪟 .. redux!
| * Refactor `Windows` abstraction into `WindowManager`Libravatar Héctor Ramón Jiménez2023-12-024-511/+470
| |
| * Remove unnecessary re-exports in `iced_winit`Libravatar Héctor Ramón Jiménez2023-12-021-3/+0
| |
| * Separate `Compositor::new` from `Compositor::create_renderer`Libravatar Héctor Ramón Jiménez2023-12-027-75/+35
| |
| * Use `AtomicU64` for `window::Id`Libravatar Héctor Ramón Jiménez2023-12-029-212/+228
| |
| * Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez2023-11-3012-136/+165
| |
| * Move `Event` and `Control` types after `multi_window::run`Libravatar Héctor Ramón Jiménez2023-11-301-19/+19
| |
| * Refactor event loop <-> instance communication in `multi_window`Libravatar Héctor Ramón Jiménez2023-11-291-419/+452
| |
| * Fix unused import in `multi_window::application`Libravatar Héctor Ramón Jiménez2023-11-291-2/+1
| |
| * Remove unnecessary unsafe `Send` marker in `iced_winit`Libravatar Héctor Ramón Jiménez2023-11-291-3/+0
| |
| * Fix `renderer` method in `iced_renderer::Compositor`Libravatar Héctor Ramón Jiménez2023-11-291-4/+0
| |
| * Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2023-11-298-27/+12
| |
| * Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2023-11-294-19/+28
| |
| * Run `cargo fmt`Libravatar Héctor Ramón Jiménez2023-11-291-3/+4
| |
| * Move `multi-window` feature before the `advanced` oneLibravatar Héctor Ramón Jiménez2023-11-291-2/+2
| |
| * Use `workspace` dependency for `raw-window-handle`Libravatar Héctor Ramón Jiménez2023-11-292-3/+2
| |
| * Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-29331-3997/+12106
| |\
| * | Moved `exit_on_close_request` to window settings. This now controls whether ↵Libravatar Bingus2023-07-248-88/+133
| | | | | | | | | | | | each INDIVIDUAL window should close on CloseRequested events.
| * | refactored window storage;Libravatar Bingus2023-07-2156-1823/+1512
| | | | | | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt;
| * | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-12394-13256/+17244
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
| * | | Added per-window theme support.Libravatar Bingus2023-03-154-19/+35
| | | |