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
...
|
*
|
|
Avoid generating empty caches in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-06
4
-22
/
+66
|
*
|
|
Avoid generating empty `Frame` geometry in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-06
1
-18
/
+25
|
*
|
|
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
2024-04-05
15
-1191
/
+888
|
*
|
|
Enable clipping and disable v-sync for now
Héctor Ramón Jiménez
2024-04-05
3
-20
/
+20
|
*
|
|
Fix layer transformations
Héctor Ramón Jiménez
2024-04-05
6
-167
/
+209
|
*
|
|
Fix broken doc links in `iced_wgpu` and `iced_graphics`
Héctor Ramón Jiménez
2024-04-03
3
-13
/
+14
|
*
|
|
Use default tolerance for dashed paths in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-03
1
-1
/
+3
|
*
|
|
Set proper `present_mode` in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-03
1
-2
/
+2
|
*
|
|
Fix `geometry::Cache` not reusing previous geometry
Héctor Ramón Jiménez
2024-04-03
2
-16
/
+24
|
*
|
|
Reintroduce debug overlay in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-03
1
-3
/
+45
|
*
|
|
Implement preliminary cache grouping for mesh primitives
Héctor Ramón Jiménez
2024-04-03
2
-52
/
+106
|
*
|
|
Remove unused `layer` module in `iced_graphics`
Héctor Ramón Jiménez
2024-04-03
1
-47
/
+0
|
*
|
|
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
2024-04-03
36
-1931
/
+2664
*
|
|
|
Merge pull request #2380 from alex-ds13/master
Héctor Ramón
2024-04-09
1
-6
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Remove extra Download struct from dowload_progress example
alex-ds13
2024-04-08
1
-6
/
+0
|
/
/
/
*
|
|
Pick best contrast between black/white in `theme::palette`
Héctor Ramón Jiménez
2024-04-07
1
-8
/
+16
*
|
|
Use `Lch` to choose white text when not readable in `theme::palette`
Héctor Ramón Jiménez
2024-04-07
1
-2
/
+6
*
|
|
Revert "Merge pull request #2376 from Davidster/fix_palette_readable_color_co...
Héctor Ramón Jiménez
2024-04-07
1
-10
/
+2
*
|
|
Merge pull request #2379 from Zaubentrucker/bugfix/nix-shell-pkgconfig
Héctor Ramón
2024-04-07
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use `pkg-config` instead `pkgconfig`
Frederik Menke
2024-04-07
1
-1
/
+1
|
/
/
*
|
Install missing dependencies in `lint` workflow
Héctor Ramón Jiménez
2024-04-07
1
-0
/
+5
*
|
Run `lint` workflow in `ubuntu-latest`
Héctor Ramón Jiménez
2024-04-07
1
-1
/
+1
*
|
Merge pull request #2377 from iced-rs/cargo-lints
Héctor Ramón
2024-04-07
32
-244
/
+274
|
\
\
|
*
|
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
2024-04-07
32
-244
/
+274
|
/
/
*
|
Add a simple `wgpu` benchmark using `criterion`
Héctor Ramón Jiménez
2024-04-07
2
-0
/
+194
*
|
Merge pull request #2376 from Davidster/fix_palette_readable_color_contrast
Héctor Ramón
2024-04-07
1
-2
/
+10
|
\
\
|
*
|
add stronger guarantee of readability/contrast for palette background/text co...
David Huculak
2024-04-07
1
-2
/
+10
|
/
/
*
|
Check is_secure before a copy/cut from TextInput (#2366)
Aaron McGuire
2024-04-02
1
-2
/
+4
*
|
Merge pull request #2358 from bungoboingo/text-editor-font-size
Héctor Ramón
2024-04-02
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
Expose line_height & text_size fields for the text_editor widget
Bingus
2024-03-29
1
-0
/
+15
*
|
Implement `IntoFragment` for `Fragment`
Héctor Ramón Jiménez
2024-04-02
1
-0
/
+12
*
|
Merge pull request #2364 from blazra/combobox-menu-fix
Héctor Ramón
2024-04-02
1
-28
/
+37
|
\
\
|
*
|
combo_box: Do not draw empty menu overlay
Radovan Blažek
2024-04-01
1
-28
/
+37
*
|
|
Merge pull request #2363 from iced-rs/specialize-text-helper
Héctor Ramón
2024-04-02
6
-21
/
+107
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Avoid extra text allocations in `websocket` example
Héctor Ramón Jiménez
2024-04-02
2
-9
/
+18
|
*
|
Implement `IntoFragment` for `usize` and `isize`
Héctor Ramón Jiménez
2024-04-02
1
-0
/
+2
|
*
|
Rename `text::IntoContent` to `IntoFragment`
Héctor Ramón Jiménez
2024-04-01
2
-41
/
+41
|
*
|
Reintroduce old `text` helper as `value` helper
Héctor Ramón Jiménez
2024-04-01
2
-9
/
+16
|
*
|
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
2024-04-01
5
-10
/
+78
|
/
/
*
|
Merge pull request #2362 from iced-rs/size-hint-for-row-columns
Héctor Ramón
2024-04-01
3
-8
/
+56
|
\
\
|
*
|
Use `Iterator::size_hint` to initialize `Column` and `Row` capacity
Héctor Ramón Jiménez
2024-04-01
3
-8
/
+56
|
/
/
*
|
Fix `wasm_bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
2024-04-01
1
-2
/
+1
*
|
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
2024-04-01
19
-49
/
+60
*
|
Merge pull request #2360 from iced-rs/avoid-fill-text-allocation
Héctor Ramón
2024-04-01
10
-20
/
+22
|
\
\
|
*
|
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
2024-04-01
10
-20
/
+22
|
/
/
*
|
Merge pull request #2357 from iced-rs/wgpu/use-staging-belt
Héctor Ramón
2024-03-30
15
-53
/
+156
|
\
\
|
|
/
|
/
|
|
*
Update `glyphon` for instanced rendering
Héctor Ramón Jiménez
2024-03-30
1
-1
/
+1
|
*
Replace `xxhash-rust` with `rustc-hash`
Héctor Ramón Jiménez
2024-03-30
6
-12
/
+6
|
*
Fix batched writes logic in `iced_wgpu::buffer`
Héctor Ramón Jiménez
2024-03-30
1
-27
/
+32
|
*
Update `glyphon` with more performance improvements
Héctor Ramón Jiménez
2024-03-30
1
-1
/
+1
[prev]
[next]