summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Introduce `RawText` to `Primitive` in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-12-058-4/+131
* | | | Merge pull request #2197 from tzemanovic/wgpu-renderer-sendLibravatar Héctor Ramón2024-01-111-2/+2
|\ \ \ \
| * | | | wgpu: require `Send` on stored pipelinesLibravatar Tomáš Zemanovič2024-01-111-2/+2
|/ / / /
* | | | Merge pull request #2196 from iced-rs/fix/paragraph_grapheme_positionLibravatar Héctor Ramón2024-01-111-10/+15
|\ \ \ \
| * | | | Avoid division by zero in `grapheme_position`Libravatar Héctor Ramón Jiménez2024-01-111-1/+1
| * | | | Fix `grapheme_position` when ligatures are presentLibravatar Héctor Ramón Jiménez2024-01-111-10/+15
| | |/ / | |/| |
* | | | Merge pull request #2189 from Calastrophe/masterLibravatar Héctor Ramón2024-01-095-1/+70
|\ \ \ \
| * | | | Small documentation typo fixedLibravatar Calastrophe2024-01-091-1/+1
| * | | | Implemented fetch_maximized and fetch_minimizedLibravatar Calastrophe2024-01-094-0/+69
* | | | | Merge pull request #2184 from william-shere/masterLibravatar Héctor Ramón2024-01-051-0/+3
|\| | | |
| * | | | Fix doc to include missing feature tagsLibravatar William Shere2024-01-051-0/+3
|/ / / /
* | | | Merge pull request #2182 from Imberflur/remove-unused-backend-fileLibravatar Héctor Ramón2024-01-051-100/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove backend module in renderer crate that has been unused since https://gi...Libravatar Imbris2024-01-041-100/+0
|/ / /
* | | Merge pull request #2168 from jhff/fix/pane_grid_top_edge_clickLibravatar Héctor Ramón2024-01-042-18/+68
|\ \ \
| * | | 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 to TooltipLibravatar Giuliano Bellini s2947392023-12-231-0/+6
|/ / /
| | * Update `winit` fork to `0.29.10`Libravatar Héctor Ramón Jiménez2024-01-161-1/+1
| | * Update `winit` fork to `0.29.8`Libravatar Héctor Ramón Jiménez2024-01-041-1/+1
| | * Batch events for processing in `iced_winit` event loopLibravatar Héctor Ramón Jiménez2023-12-201-59/+64
| | * Stop polling in event loop on `RedrawRequest::NextFrame`Libravatar Héctor Ramón Jiménez2023-12-203-13/+8
| | * Avoid duplicated `UserInterface::draw` calls in `RedrawRequested`Libravatar Héctor Ramón Jiménez2023-12-191-56/+39
| | * Pin `nightly` toolchain to a specific day in `document` workflowLibravatar Héctor Ramón Jiménez2023-12-191-1/+1
| | * Fix request redraw event handling for multi-window appsLibravatar Héctor Ramón Jiménez2023-12-192-72/+74
| | * Fix redraw request handling in new event loop logicLibravatar Héctor Ramón Jiménez2023-12-191-29/+32
| | * Remove `webgl` feature in `pokedex` exampleLibravatar Héctor Ramón Jiménez2023-12-151-1/+1
| | * Use latest `raw-window-handle` in `iced_core`Libravatar Héctor Ramón Jiménez2023-12-151-1/+2
| | * Ignore `raw-window-handle` outdated artifactLibravatar Héctor Ramón Jiménez2023-12-151-1/+1
| | * Enable `rwh_06` feature for `winit` dependencyLibravatar Héctor Ramón Jiménez2023-12-151-1/+1
| | * Fix `key_code` conversion for character keysLibravatar Héctor Ramón Jiménez2023-12-151-26/+26
| | * Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-1519-848/+656
| |/ |/|
* | 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
|\ \
| * | 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
|/ /
* | Merge pull request #2159 from bungoboingo/fix/text-editor-styleLibravatar Héctor Ramón2023-12-071-0/+9
|\ \ | |/ |/|
| * 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
|\
| * 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