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
*
Showcase more layouts in `layout` example
Héctor Ramón Jiménez
2024-01-10
2
-14
/
+132
*
Add `Theme` selector to `layout` example
Héctor Ramón Jiménez
2024-01-10
5
-21
/
+60
*
Add `explain` toggle to `layout` example
Héctor Ramón Jiménez
2024-01-10
2
-11
/
+56
*
Use `flatten` instead of `filter_map` in `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-1
/
+1
*
Add basic controls to `layout` example
Héctor Ramón Jiménez
2024-01-10
3
-15
/
+84
*
Use first-class functions in `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-60
/
+83
*
Fix `cross` calculation in `layout::flex`
Héctor Ramón Jiménez
2024-01-10
3
-22
/
+16
*
Fix broken doc links in `layout::Node` API
Héctor Ramón Jiménez
2024-01-10
1
-2
/
+2
*
Fix unnecessary `into` call in `Container::new`
Héctor Ramón Jiménez
2024-01-10
1
-1
/
+1
*
Make `column` and `row` take an `IntoIterator`
Héctor Ramón Jiménez
2024-01-10
3
-10
/
+8
*
Fix `size_hint` for `keyed_column`
Héctor Ramón Jiménez
2024-01-10
3
-28
/
+27
*
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 #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 `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
|
*
implement svg text fix for native renderer
Cory Frenette
2023-12-10
1
-5
/
+18
|
/
*
Merge pull request #2159 from bungoboingo/fix/text-editor-style
Héctor Ramón
2023-12-07
1
-0
/
+9
|
\
|
*
Added the ability to change the style of a TextEditor
Bingus
2023-12-06
1
-0
/
+9
|
/
*
Merge pull request #1964 from bungoboingo/feat/multi-window-support
Héctor Ramón
2023-12-05
59
-761
/
+3020
|
\
|
*
Refactor `Windows` abstraction into `WindowManager`
Héctor Ramón Jiménez
2023-12-02
4
-511
/
+470
|
*
Remove unnecessary re-exports in `iced_winit`
Héctor Ramón Jiménez
2023-12-02
1
-3
/
+0
|
*
Separate `Compositor::new` from `Compositor::create_renderer`
Héctor Ramón Jiménez
2023-12-02
7
-75
/
+35
|
*
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
2023-12-02
9
-212
/
+228
|
*
Use actual floats for logical coordinates
Héctor Ramón Jiménez
2023-11-30
12
-136
/
+165
|
*
Move `Event` and `Control` types after `multi_window::run`
Héctor Ramón Jiménez
2023-11-30
1
-19
/
+19
|
*
Refactor event loop <-> instance communication in `multi_window`
Héctor Ramón Jiménez
2023-11-29
1
-419
/
+452
|
*
Fix unused import in `multi_window::application`
Héctor Ramón Jiménez
2023-11-29
1
-2
/
+1
|
*
Remove unnecessary unsafe `Send` marker in `iced_winit`
Héctor Ramón Jiménez
2023-11-29
1
-3
/
+0
|
*
Fix `renderer` method in `iced_renderer::Compositor`
Héctor Ramón Jiménez
2023-11-29
1
-4
/
+0
|
*
Fix broken intra-doc links
Héctor Ramón Jiménez
2023-11-29
8
-27
/
+12
|
*
Fix `clippy` lints
Héctor Ramón Jiménez
2023-11-29
4
-19
/
+28
|
*
Run `cargo fmt`
Héctor Ramón Jiménez
2023-11-29
1
-3
/
+4
|
*
Move `multi-window` feature before the `advanced` one
Héctor Ramón Jiménez
2023-11-29
1
-2
/
+2
|
*
Use `workspace` dependency for `raw-window-handle`
Héctor Ramón Jiménez
2023-11-29
2
-3
/
+2
[next]