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
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
Export scroll_to helper
Cory Forsstrom
1
-2
/
+2
2023-04-17
Add scrollable `Viewport`
Cory Forsstrom
1
-2
/
+2
2023-04-14
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
1
-2
/
+2
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
4
-25
/
+25
2023-04-13
Rename `MouseListener` to `MouseArea`
Héctor Ramón Jiménez
1
-3
/
+3
2023-04-13
feat(native): Add MouseListener widget
Michael Aaron Murphy
1
-0
/
+8
2023-04-12
add action set icon while running (#1590)
Night_Hunter
1
-159
/
+50
2023-04-11
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Changed `Handle` to `Icon` to be consistent
Casper Storm
1
-1
/
+1
2023-04-11
feat: added handle to text_input
Casper Storm
1
-1
/
+1
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-29
Export `Hasher` in `advanced` module
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-29
Export `Pixels` in root crate
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-29
Export `iced_graphics` in `advanced` module (for now)
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-29
Export `iced_core::mouse` in `advanced` module
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-14
Re-export `settings::PlatformSpecific` from `iced_winit` directly
Héctor Ramón Jiménez
3
-42
/
+3
2023-03-14
Added macOS platform specific options
Casper Storm
4
-2
/
+47
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
4
-9
/
+8
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
2
-1
/
+12
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
19
-1062
/
+136
2023-03-03
Expose `window` commands for Wasm builds
Héctor Ramón Jiménez
1
-1
/
+0
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
6
-4
/
+735
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-2
/
+3
2023-02-28
Use `iced_renderer` instead of `iced_graphics` in root crate
Héctor Ramón Jiménez
2
-3
/
+3
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
2
-3
/
+3
2023-02-24
Remove `iced_glutin` and `iced_glow` leftovers
Héctor Ramón Jiménez
2
-22
/
+1
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+4
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2
-14
/
+5
2023-02-24
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-23
Remove logging large bytes arrays
Cory Forsstrom
1
-1
/
+7
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
4
-25
/
+25
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-3
/
+3
2023-02-16
Added the ability to change checkbox icon
Casper Storm
1
-1
/
+1
2023-02-14
Rename `HandleContent` to `Icon` and simplify generics
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-14
Extend pick_list::Handle
Casper Storm
1
-1
/
+3
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-9
/
+6
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
4
-25
/
+25
2023-01-12
Fix comment description on crate example
Wiktor Kwapisiewicz
1
-0
/
+1
2023-01-12
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
2
-18
/
+0
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
1
-1
/
+2
2023-01-04
fix doc links
Araxeus
1
-1
/
+1
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
1
-2
/
+1
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
1
-1
/
+2
2022-12-15
Implement `window::close` action and remove `should_exit`
Héctor Ramón Jiménez
1
-4
/
+0
2022-12-14
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
1
-3
/
+1
2022-12-13
Split vertical orientation into VerticalSlider
Casper Storm
1
-0
/
+2
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
4
-24
/
+24
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-29
Added ability to customize accessory content.
Casper Rogild Storm
1
-1
/
+3
2022-11-11
Add text input operations
Cory Forsstrom
1
-1
/
+2
[next]