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-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
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
4
-24
/
+24
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
2
-2
/
+3
2022-11-09
Expose `window` commands in `iced::window`
Héctor Ramón Jiménez
1
-1
/
+1
2022-10-04
expose touch module
Artur Sapek
2
-0
/
+3
2022-09-26
Remove `application` feature from `iced` crate
Héctor Ramón Jiménez
1
-4
/
+0
2022-09-26
Add application feature, which allows to build freestanding wgpu app
aentity
1
-0
/
+4
2022-09-23
Export `color!` macro in `iced` and `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
1
-2
/
+2
2022-09-21
Expose `overlay::Element`
Héctor Ramón Jiménez
1
-0
/
+7
2022-09-21
Fix doc comments in `overlay`
Héctor Ramón Jiménez
1
-3
/
+2
2022-09-21
Make menu style accessible
0x192
2
-0
/
+11
2022-08-18
Remove `window::Mode` and introduce `Settings::visible`
Héctor Ramón Jiménez
4
-35
/
+5
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
1
-3
/
+3
2022-08-04
Implement `focus_previous` operation
Héctor Ramón Jiménez
1
-0
/
+8
2022-08-02
Implement `focus_next` operation
Héctor Ramón Jiménez
2
-1
/
+16
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
1
-1
/
+3
2022-07-27
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
8
-683
/
+49
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-0
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-5
/
+13
2022-07-08
Remove redundant `crate::Theme` in alias of `Element`
Héctor Ramón Jiménez
2
-2
/
+2
[next]