Héctor Ramón Jiménez
|
238154af4a
|
Implement font::load command in iced_native
|
2023-02-24 13:29:11 +01:00 |
|
Héctor Ramón Jiménez
|
b29de28d1f
|
Overhaul Font type to allow font family selection
|
2023-02-24 13:28:24 +01:00 |
|
Héctor Ramón Jiménez
|
baf51a8fcf
|
Draft glyphon implementation of text pipeline for iced_wgpu
|
2023-02-24 13:19:48 +01:00 |
|
Héctor Ramón Jiménez
|
b9a9576207
|
Remove iced_glow, glyph-brush, and wgpu_glyph dependencies
|
2023-02-24 13:17:58 +01:00 |
|
Héctor Ramón Jiménez
|
7b8b01f560
|
Use f32 in Length::Units and rename it to Fixed
|
2023-02-17 15:40:17 +01:00 |
|
Sebastian Dröge
|
d2996f3ed8
|
image: Allow any kind of data that implements AsRef<[u8]> for the image data
It's not required anywhere for it to be a plain slice or a `Vec` and
this makes it possible to use data allocated in a different way without
copying.
|
2023-02-17 14:23:13 +01:00 |
|
Héctor Ramón
|
27ba0be783
|
Merge pull request #1665 from Jedsek/patch-2
Minor update: `example/qr_code`
|
2023-02-17 14:12:56 +01:00 |
|
Héctor Ramón Jiménez
|
ac1945404e
|
Run cargo fmt
|
2023-02-17 13:57:04 +01:00 |
|
Casper Storm
|
4fb0be1793
|
Added the ability to change checkbox icon
|
2023-02-16 14:13:04 +01:00 |
|
13r0ck
|
42b1bfe66d
|
Fix: Clippy lint 'uninlined_format_args'
|
2023-01-27 14:02:48 -07:00 |
|
Héctor Ramón
|
2dea5fe058
|
Merge pull request #1655 from tarkah/feat/group-overlay
Group Overlay
|
2023-01-24 02:14:50 +01:00 |
|
Jedsek
|
06fb7e0b51
|
Update main.rs
|
2023-01-20 13:56:02 +08:00 |
|
Jedsek
|
ccd02c525b
|
Update main.rs
The app should not render qr_code when data is empty
|
2023-01-20 13:46:09 +08:00 |
|
Héctor Ramón
|
8acf7c41fc
|
Fix #[default] in preset for game_of_life example
|
2023-01-19 20:20:13 +01:00 |
|
Jedsek
|
e80c7dff8d
|
Update preset.rs
|
2023-01-19 19:09:45 +08:00 |
|
Cory Forsstrom
|
be860508a9
|
Rename method to is_over
|
2023-01-17 17:20:53 -08:00 |
|
Cory Forsstrom
|
d470467718
|
Add toast example
|
2023-01-17 17:10:58 -08:00 |
|
Héctor Ramón
|
597af315af
|
Merge pull request #1647 from iced-rs/feature/widget-request-redraw
Widget-driven animations
|
2023-01-13 20:33:59 +01:00 |
|
Héctor Ramón Jiménez
|
0b86c4a299
|
Implement window::frames subscription
... and use it in the `solar_system` example 🎉
|
2023-01-12 04:35:41 +01:00 |
|
Héctor Ramón Jiménez
|
7354f68b3c
|
Draft Shell:request_redraw API
... and implement `TextInput` cursor blink 🎉
|
2023-01-12 02:59:08 +01:00 |
|
Nick Senger
|
58bcc4404e
|
feat: provide &Dependency to Lazy widget View
|
2023-01-11 11:37:56 -08:00 |
|
Nick Senger
|
c7c5611087
|
clippy
|
2023-01-10 22:00:42 -08:00 |
|
Nick Senger
|
45dda41c4c
|
add overlays to Lazy example
|
2023-01-10 21:35:55 -08:00 |
|
Nick Senger
|
4066f89ce7
|
cleanup Lazy examples
|
2023-01-10 21:35:55 -08:00 |
|
Héctor Ramón Jiménez
|
0c2bcecd44
|
Add some missing spacing to scrollable example
|
2023-01-08 20:09:47 +01:00 |
|
Héctor Ramón Jiménez
|
624a4ada79
|
Introduce RelativeOffset type in scrollable
|
2023-01-08 20:07:11 +01:00 |
|
bungoboingo
|
9f85e0c721
|
Reworked Scrollable to account for lack of widget order guarantees.
Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
|
2022-12-29 18:29:15 -08:00 |
|
Bingus
|
d91f4f6aa7
|
Add multidirectional scrolling capabilities to the existing Scrollable.
|
2022-12-29 10:21:23 -08:00 |
|
Héctor Ramón Jiménez
|
0e9c1ab192
|
Add Renderer argument to operate
|
2022-12-22 14:29:24 +01:00 |
|
Héctor Ramón Jiménez
|
6bb01b7276
|
Fix clippy lints for Rust 1.66
|
2022-12-20 11:31:25 +01:00 |
|
Casper Storm
|
55f36bc865
|
updated README for slider example
|
2022-12-13 10:13:27 +01:00 |
|
Casper Storm
|
bb4161c1ae
|
Split vertical orientation into VerticalSlider
|
2022-12-13 10:05:52 +01:00 |
|
Casper Storm
|
2e6d90f141
|
Merge branch 'master' into feat/slider-orientation
|
2022-12-13 09:31:57 +01:00 |
|
Casper Storm
|
ba95042fff
|
Vertical orientation added to Slider.
|
2022-12-12 15:27:00 +01:00 |
|
Héctor Ramón Jiménez
|
1220ce55bc
|
Showcase color filtering in existing svg example
... and remove the `svg_style` example
|
2022-12-06 04:36:00 +01:00 |
|
Héctor Ramón Jiménez
|
b205a66347
|
Remove appearance from Handle
... and pass it directly to `Renderer::draw` instead.
|
2022-12-06 04:34:00 +01:00 |
|
Michael Aaron Murphy
|
314b0f7dc5
|
chore(examples): Add svg-style example
|
2022-12-06 04:00:16 +01:00 |
|
Héctor Ramón Jiménez
|
60e41666d0
|
Ask clippy to behave
|
2022-12-02 19:13:04 +01:00 |
|
Héctor Ramón Jiménez
|
18fd530085
|
Add custom_quad example
Thanks to @rksm 🙇
|
2022-12-02 19:06:42 +01:00 |
|
Héctor Ramón Jiménez
|
6d39aebec6
|
Fix border_radius in modal example
|
2022-12-02 18:55:10 +01:00 |
|
Héctor Ramón Jiménez
|
4029a1cdaa
|
Merge branch 'master' into non-uniform-border-radius-for-quads
|
2022-12-02 18:53:21 +01:00 |
|
Cory Forsstrom
|
899bd45700
|
Add on_submit & esc for example
|
2022-11-29 12:50:57 -08:00 |
|
Cory Forsstrom
|
3814fda9d2
|
Add modal example
|
2022-11-29 12:50:57 -08:00 |
|
Héctor Ramón Jiménez
|
bb2bf063b4
|
Derive Default for Rainbow in geometry example
|
2022-11-28 19:49:23 +01:00 |
|
Héctor Ramón Jiménez
|
324d60db63
|
Re-introduce the geometry example
|
2022-11-28 19:42:53 +01:00 |
|
Leo Lee
|
ee263cbb3c
|
docs: Remove invalid links.
|
2022-11-25 17:38:11 +08:00 |
|
Cory Forsstrom
|
a7a4a92466
|
Update todos example to select_all input on edit
|
2022-11-11 09:08:52 -08:00 |
|
Héctor Ramón Jiménez
|
18fb74f200
|
Introduce Custom variants for every style in the built-in Theme
|
2022-11-09 04:05:31 +01:00 |
|
bungoboingo
|
9841d19381
|
Fixed issues with old GL versions ( <= 2.1 )
|
2022-11-08 13:41:44 -08:00 |
|
Héctor Ramón
|
d9f408d1c2
|
Merge pull request #1504 from tarkah/feat/pane-grid-maximize
Add pane maximize / restore for `PaneGrid`
|
2022-11-08 18:12:06 +01:00 |
|