Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Loosen cross axis constraint for main axis fills in `flex` layout | 2024-01-11 | 1 | -9/+4 | |
| | |||||
* | Use multiple squares instead of `vertical_space` in `layout` example | 2024-01-10 | 1 | -4/+14 | |
| | |||||
* | Showcase more layouts in `layout` example | 2024-01-10 | 2 | -14/+132 | |
| | |||||
* | Add `Theme` selector to `layout` example | 2024-01-10 | 5 | -21/+60 | |
| | |||||
* | Add `explain` toggle to `layout` example | 2024-01-10 | 2 | -11/+56 | |
| | |||||
* | Use `flatten` instead of `filter_map` in `layout` example | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Add basic controls to `layout` example | 2024-01-10 | 3 | -15/+84 | |
| | |||||
* | Use first-class functions in `layout` example | 2024-01-10 | 1 | -60/+83 | |
| | |||||
* | Fix `cross` calculation in `layout::flex` | 2024-01-10 | 3 | -22/+16 | |
| | |||||
* | Fix broken doc links in `layout::Node` API | 2024-01-10 | 1 | -2/+2 | |
| | |||||
* | Fix unnecessary `into` call in `Container::new` | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Make `column` and `row` take an `IntoIterator` | 2024-01-10 | 3 | -10/+8 | |
| | |||||
* | Fix `size_hint` for `keyed_column` | 2024-01-10 | 3 | -28/+27 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 26 | -131/+193 | |
| | |||||
* | Reduce `padding` of `scrollable` example | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Fix `cross` axis calculation in `flex` layout | 2024-01-10 | 1 | -0/+1 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 42 | -275/+212 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 17 | -124/+211 | |
| | |||||
* | Create `layout` example | 2024-01-10 | 5 | -2/+135 | |
| | |||||
* | Use `max_cross` if all elements are fluid in `layout::flex` | 2024-01-04 | 1 | -4/+3 | |
| | |||||
* | Fix available space provided to children with non-fill main axis but fill ↵ | 2024-01-04 | 1 | -3/+6 | |
| | | | | cross axis | ||||
* | Determine cross-axis max length based on contents if `Shrink` | 2024-01-04 | 1 | -17/+29 | |
| | |||||
* | Fix needless borrow in `row::layout` | 2024-01-04 | 1 | -1/+1 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 46 | -274/+265 | |
| | |||||
* | Merge pull request #2168 from jhff/fix/pane_grid_top_edge_click | 2024-01-04 | 2 | -18/+68 | |
|\ | | | | | [Fix] `PaneGrid` click interaction on the top edge | ||||
| * | Add deadband distance before initiating drag action on pane grid | 2023-12-15 | 2 | -18/+68 | |
| | | |||||
* | | Merge pull request #2172 from GyulyVGC/master | 2024-01-02 | 1 | -0/+6 | |
|\ \ | |/ |/| | Added `text_shaping` method to `Tooltip` | ||||
| * | added text::Shaping to Tooltip | 2023-12-23 | 1 | -0/+6 | |
|/ | |||||
* | Update `async-tungstenite` in `websocket` example | 2023-12-11 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #2161 from cfrenette/bug/svg-text-not-rendered | 2023-12-11 | 2 | -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` | 2023-12-11 | 1 | -20/+17 | |
| | | |||||
| * | Fix import styling in `iced_wgpu::image::vector` | 2023-12-11 | 1 | -1/+1 | |
| | | |||||
| * | Fix `expect` message in `iced_tiny_skia::vector` | 2023-12-11 | 1 | -1/+1 | |
| | | |||||
| * | implement svg text fix for native renderer | 2023-12-10 | 1 | -5/+18 | |
|/ | | | | Signed-off-by: Cory Frenette <cory@frenette.dev> | ||||
* | Merge pull request #2159 from bungoboingo/fix/text-editor-style | 2023-12-07 | 1 | -0/+9 | |
|\ | | | | | [Fix] Add ability to change style of `TextEditor` | ||||
| * | Added the ability to change the style of a TextEditor | 2023-12-06 | 1 | -0/+9 | |
|/ | |||||
* | Merge pull request #1964 from bungoboingo/feat/multi-window-support | 2023-12-05 | 59 | -761/+3020 | |
|\ | | | | | [Feature] 🪟 Multi Window 🪟 .. redux! | ||||
| * | Refactor `Windows` abstraction into `WindowManager` | 2023-12-02 | 4 | -511/+470 | |
| | | |||||
| * | Remove unnecessary re-exports in `iced_winit` | 2023-12-02 | 1 | -3/+0 | |
| | | |||||
| * | Separate `Compositor::new` from `Compositor::create_renderer` | 2023-12-02 | 7 | -75/+35 | |
| | | |||||
| * | Use `AtomicU64` for `window::Id` | 2023-12-02 | 9 | -212/+228 | |
| | | |||||
| * | Use actual floats for logical coordinates | 2023-11-30 | 12 | -136/+165 | |
| | | |||||
| * | Move `Event` and `Control` types after `multi_window::run` | 2023-11-30 | 1 | -19/+19 | |
| | | |||||
| * | Refactor event loop <-> instance communication in `multi_window` | 2023-11-29 | 1 | -419/+452 | |
| | | |||||
| * | Fix unused import in `multi_window::application` | 2023-11-29 | 1 | -2/+1 | |
| | | |||||
| * | Remove unnecessary unsafe `Send` marker in `iced_winit` | 2023-11-29 | 1 | -3/+0 | |
| | | |||||
| * | Fix `renderer` method in `iced_renderer::Compositor` | 2023-11-29 | 1 | -4/+0 | |
| | | |||||
| * | Fix broken intra-doc links | 2023-11-29 | 8 | -27/+12 | |
| | | |||||
| * | Fix `clippy` lints | 2023-11-29 | 4 | -19/+28 | |
| | | |||||
| * | Run `cargo fmt` | 2023-11-29 | 1 | -3/+4 | |
| | |