Héctor Ramón Jiménez
dcccf7064d
Fix inconsistency in default implementation of scrollable::StyleSheet
2023-03-27 15:57:51 +02:00
Héctor Ramón Jiménez
c407b4504c
Introduce is_mouse_over_scrollbar to StyleSheet::hovered for Scrollable
2023-03-27 15:51:32 +02:00
Giuliano Bellini s294739
c337bf297d
renamed scrollable styles
2023-03-25 01:05:56 +01:00
Héctor Ramón
b74ff9f1ca
Merge pull request #1754 from nicksenger/optimization/component
...
[Optimization] Reduce unnecessary `Component` rebuilds
2023-03-23 12:00:37 +01:00
Héctor Ramón
be36c3f552
Merge pull request #1765 from traxys/fixup_wasm_replace
...
winit: Fix replacement of node in wasm
2023-03-23 11:31:59 +01:00
traxys
0231ed6f1d
winit: Fix replacement of node in wasm
...
Replacing a node ends up with the following error:
Node.replaceChild: Child to be replaced is not a child of this node
It seems that Node.replaceChild is not recommended, and instead
Element.replaceWith should be preferred. Using it avoids the panic.
2023-03-20 00:20:45 +01:00
Héctor Ramón Jiménez
5f9e7f6cb9
Update cosmic-text to latest 🎉
2023-03-19 14:52:30 +01:00
Aaron Honeycutt
4fdd76c07c
Now is a working example
2023-03-17 13:32:11 -06:00
Héctor Ramón Jiménez
d1dc62ebcd
Merge branch 'master' into advanced-text
2023-03-17 20:17:23 +01:00
Aaron Honeycutt
d5f26c3d39
More work on example
2023-03-17 13:12:33 -06:00
Héctor Ramón Jiménez
ea50ec8df1
Trim text Buffer cache every frame in iced_wgpu and iced_tiny_skia
2023-03-17 19:58:42 +01:00
Héctor Ramón Jiménez
c8f637fc16
Fix panic rendering an out of bounds clip in iced_tiny_skia
2023-03-17 19:35:57 +01:00
Aaron Honeycutt
addc443f8d
Working more on example
2023-03-14 15:46:04 -06:00
Aaron Honeycutt
c96ab27b24
Work on example more
2023-03-14 14:39:26 -06:00
Aaron Honeycutt
6d9cf0b601
Cleaning up from the Checkbox example that this is based on
2023-03-14 14:36:31 -06:00
Aaron Honeycutt
257264de1c
Working on Radio example
2023-03-14 14:34:32 -06:00
Nick Senger
a3f6b782a1
optimization: reduce unnecessary rebuilds in Component
2023-03-14 06:50:17 -07:00
Héctor Ramón
d7fffaa801
Merge pull request #1730 from casperstorm/feat/platform-specific-window-options
...
Platform specific `window` options.
2023-03-14 11:50:18 +01:00
Héctor Ramón Jiménez
4405a3d483
Re-export settings::PlatformSpecific from iced_winit directly
2023-03-14 11:31:16 +01:00
Casper Storm
ed7b613804
Added macOS platform specific options
2023-03-14 11:31:15 +01:00
Héctor Ramón
de4ae51e3c
Merge pull request #1755 from iced-rs/fix/clippy-lints-1.68
...
Fix `clippy` lints for Rust 1.68
2023-03-14 11:26:59 +01:00
Héctor Ramón Jiménez
1816c985fa
Fix clippy lints for Rust 1.68
2023-03-14 11:11:17 +01:00
Héctor Ramón
caf2836b1b
Merge pull request #1748 from iced-rs/feature/software-renderer
...
Software renderer, runtime renderer fallback, and core consolidation
2023-03-09 19:05:38 +01:00
Héctor Ramón Jiménez
424ac81773
Implement color filter support for Primitive::Svg in iced_tiny_skia
2023-03-09 04:48:35 +01:00
Héctor Ramón
8f14b448d2
Merge pull request #1750 from lupd/checkbox_docs
...
Use correct package name in checkbox example docs
2023-03-08 19:32:40 +01:00
lupd
782c080bd0
Use correct package name in checkbox example docs
2023-03-08 12:55:52 -05:00
FinnPerry
046f3596ca
fix: add width to scrollables
2023-03-08 11:44:08 +11:00
Héctor Ramón Jiménez
aa4b5bb6b9
Merge branch 'master' into feature/software-renderer
2023-03-07 07:24:34 +01:00
Héctor Ramón Jiménez
df68cca0c9
Update sysinfo to 0.28
2023-03-07 07:22:48 +01:00
Héctor Ramón Jiménez
d3900e0673
Enable renderer backends in integration example
2023-03-07 06:41:41 +01:00
Héctor Ramón Jiménez
24c3d20a76
Tell clippy to go learn the borrow rules
2023-03-07 06:34:27 +01:00
Héctor Ramón Jiménez
0850f52d8c
Use ceil to avoid cut text in iced_tiny_skia
...
This won't be necessary once we reuse the buffers from layouting by
leveraging layout linearity.
2023-03-07 06:23:09 +01:00
Héctor Ramón Jiménez
81d154d63a
Use default features in svg example
2023-03-07 06:15:38 +01:00
Héctor Ramón Jiménez
a8d55ceb82
Trim raster cache in iced_tiny_skia
2023-03-07 06:15:05 +01:00
Héctor Ramón Jiménez
5b3977daf6
Implement vector pipeline in iced_tiny_skia
2023-03-07 06:09:51 +01:00
Héctor Ramón Jiménez
bb49e17cab
Implement raster pipeline in iced_tiny_skia
2023-03-07 05:06:26 +01:00
Héctor Ramón Jiménez
3a26baa564
Remove image abstractions in iced_graphics
2023-03-07 03:47:49 +01:00
Héctor Ramón Jiménez
9b4bcd287a
Introduce backend feature flags in iced_renderer
2023-03-06 22:10:13 +01:00
Héctor Ramón Jiménez
06bbcc310e
Move webgl feature selection for wgpu into iced_wgpu
2023-03-05 06:40:20 +01:00
Héctor Ramón Jiménez
1c36446115
Fix README of iced_runtime
2023-03-05 06:36:36 +01:00
Héctor Ramón Jiménez
99e0a71504
Rename iced_native to iced_runtime
2023-03-05 06:35:20 +01:00
Héctor Ramón Jiménez
8af69be47e
Converge Command types from iced_futures and iced_native
2023-03-05 06:23:40 +01:00
Héctor Ramón Jiménez
43414bbdfb
Fix wasm-bindgen backend in iced_futures
2023-03-05 05:37:23 +01:00
Héctor Ramón Jiménez
cfb8abb6f5
Use no_run for widget doc-tests
2023-03-05 04:19:31 +01:00
Héctor Ramón Jiménez
f4cf488e0b
Remove generic Hasher and Event from subscription::Recipe
2023-03-05 04:15:10 +01:00
Héctor Ramón Jiménez
5fed065dc3
Update glyphon in iced_wgpu
2023-03-04 05:56:10 +01:00
Héctor Ramón Jiménez
bacbaeed99
Merge branch 'advanced-text' into feature/software-renderer
2023-03-04 05:51:05 +01:00
Héctor Ramón Jiménez
3a0d34c024
Create iced_widget subcrate and re-organize the whole codebase
2023-03-04 05:37:11 +01:00
Héctor Ramón
d73ca4de0f
Merge pull request #1742 from bungoboingo/fix/fullscreen
...
[Fix] Fullscreen only works on primary monitor
2023-03-03 21:20:11 +01:00
Héctor Ramón Jiménez
12781c717a
Expose window commands for Wasm builds
2023-03-03 20:45:49 +01:00