index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
2024-01-10
26
-131
/
+193
|
*
|
Reduce `padding` of `scrollable` example
Héctor Ramón Jiménez
2024-01-10
1
-1
/
+1
|
*
|
Fix `cross` axis calculation in `flex` layout
Héctor Ramón Jiménez
2024-01-10
1
-0
/
+1
|
*
|
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
42
-275
/
+212
|
*
|
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
17
-124
/
+211
|
*
|
Create `layout` example
Héctor Ramón Jiménez
2024-01-10
5
-2
/
+135
|
*
|
Use `max_cross` if all elements are fluid in `layout::flex`
Héctor Ramón Jiménez
2024-01-04
1
-4
/
+3
|
*
|
Fix available space provided to children with non-fill main axis but fill cro...
Héctor Ramón Jiménez
2024-01-04
1
-3
/
+6
|
*
|
Determine cross-axis max length based on contents if `Shrink`
Héctor Ramón Jiménez
2024-01-04
1
-17
/
+29
|
*
|
Fix needless borrow in `row::layout`
Héctor Ramón Jiménez
2024-01-04
1
-1
/
+1
|
*
|
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
46
-274
/
+265
*
|
|
Merge pull request #2199 from iced-rs/fix/clip-text-input-selection
Héctor Ramón
2024-01-12
1
-23
/
+31
|
\
\
\
|
*
|
|
Fix clipping of `TextInput` selection
Héctor Ramón Jiménez
2024-01-12
1
-23
/
+31
|
/
/
/
*
|
|
Merge pull request #2158 from iced-rs/feature/raw-text-primitive
Héctor Ramón
2024-01-12
8
-4
/
+131
|
\
\
\
|
*
|
|
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
2023-12-05
8
-4
/
+131
*
|
|
|
Merge pull request #2197 from tzemanovic/wgpu-renderer-send
Héctor Ramón
2024-01-11
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
wgpu: require `Send` on stored pipelines
Tomáš Zemanovič
2024-01-11
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #2196 from iced-rs/fix/paragraph_grapheme_position
Héctor Ramón
2024-01-11
1
-10
/
+15
|
\
\
\
\
|
*
|
|
|
Avoid division by zero in `grapheme_position`
Héctor Ramón Jiménez
2024-01-11
1
-1
/
+1
|
*
|
|
|
Fix `grapheme_position` when ligatures are present
Héctor Ramón Jiménez
2024-01-11
1
-10
/
+15
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2189 from Calastrophe/master
Héctor Ramón
2024-01-09
5
-1
/
+70
|
\
\
\
\
|
*
|
|
|
Small documentation typo fixed
Calastrophe
2024-01-09
1
-1
/
+1
|
*
|
|
|
Implemented fetch_maximized and fetch_minimized
Calastrophe
2024-01-09
4
-0
/
+69
*
|
|
|
|
Merge pull request #2184 from william-shere/master
Héctor Ramón
2024-01-05
1
-0
/
+3
|
\
|
|
|
|
|
*
|
|
|
Fix doc to include missing feature tags
William Shere
2024-01-05
1
-0
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #2182 from Imberflur/remove-unused-backend-file
Héctor Ramón
2024-01-05
1
-100
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove backend module in renderer crate that has been unused since https://gi...
Imbris
2024-01-04
1
-100
/
+0
|
/
/
/
*
|
|
Merge pull request #2168 from jhff/fix/pane_grid_top_edge_click
Héctor Ramón
2024-01-04
2
-18
/
+68
|
\
\
\
|
*
|
|
Add deadband distance before initiating drag action on pane grid
Joao Freitas
2023-12-15
2
-18
/
+68
*
|
|
|
Merge pull request #2172 from GyulyVGC/master
Héctor Ramón
2024-01-02
1
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
added text::Shaping to Tooltip
Giuliano Bellini s294739
2023-12-23
1
-0
/
+6
|
/
/
/
|
|
*
Update `winit` fork to `0.29.10`
Héctor Ramón Jiménez
2024-01-16
1
-1
/
+1
|
|
*
Update `winit` fork to `0.29.8`
Héctor Ramón Jiménez
2024-01-04
1
-1
/
+1
|
|
*
Batch events for processing in `iced_winit` event loop
Héctor Ramón Jiménez
2023-12-20
1
-59
/
+64
|
|
*
Stop polling in event loop on `RedrawRequest::NextFrame`
Héctor Ramón Jiménez
2023-12-20
3
-13
/
+8
|
|
*
Avoid duplicated `UserInterface::draw` calls in `RedrawRequested`
Héctor Ramón Jiménez
2023-12-19
1
-56
/
+39
|
|
*
Pin `nightly` toolchain to a specific day in `document` workflow
Héctor Ramón Jiménez
2023-12-19
1
-1
/
+1
|
|
*
Fix request redraw event handling for multi-window apps
Héctor Ramón Jiménez
2023-12-19
2
-72
/
+74
|
|
*
Fix redraw request handling in new event loop logic
Héctor Ramón Jiménez
2023-12-19
1
-29
/
+32
|
|
*
Remove `webgl` feature in `pokedex` example
Héctor Ramón Jiménez
2023-12-15
1
-1
/
+1
|
|
*
Use latest `raw-window-handle` in `iced_core`
Héctor Ramón Jiménez
2023-12-15
1
-1
/
+2
|
|
*
Ignore `raw-window-handle` outdated artifact
Héctor Ramón Jiménez
2023-12-15
1
-1
/
+1
|
|
*
Enable `rwh_06` feature for `winit` dependency
Héctor Ramón Jiménez
2023-12-15
1
-1
/
+1
|
|
*
Fix `key_code` conversion for character keys
Héctor Ramón Jiménez
2023-12-15
1
-26
/
+26
|
|
*
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
2023-12-15
19
-848
/
+656
|
|
/
|
/
|
*
|
Update `async-tungstenite` in `websocket` example
Héctor Ramón Jiménez
2023-12-11
1
-1
/
+1
*
|
Merge pull request #2161 from cfrenette/bug/svg-text-not-rendered
Héctor Ramón
2023-12-11
2
-9
/
+19
|
\
\
|
*
|
Convert SVG text nodes for in-memory SVGs in `iced_wgpu`
Héctor Ramón Jiménez
2023-12-11
1
-20
/
+17
|
*
|
Fix import styling in `iced_wgpu::image::vector`
Héctor Ramón Jiménez
2023-12-11
1
-1
/
+1
|
*
|
Fix `expect` message in `iced_tiny_skia::vector`
Héctor Ramón Jiménez
2023-12-11
1
-1
/
+1
[prev]
[next]