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
*
Fix `overlay` translation for `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
2022-02-16
1
-6
/
+19
*
Add `pick_list` function helper in `iced_pure::widget`
Héctor Ramón Jiménez
2022-02-16
1
-0
/
+15
*
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
2022-02-16
10
-240
/
+717
*
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
2022-02-16
16
-197
/
+101
*
Implement `pure` version of the `tour` example :tada:
Héctor Ramón Jiménez
2022-02-13
5
-0
/
+753
*
Implement `Space` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
2
-0
/
+133
*
Implement `Radio` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
3
-1
/
+142
*
Expose additional helpers in `iced::pure`
Héctor Ramón Jiménez
2022-02-13
2
-5
/
+30
*
Introduce lifetime to `on_change` handler for `Toggler`
Héctor Ramón Jiménez
2022-02-13
1
-2
/
+2
*
Implement `Toggler` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
3
-0
/
+138
*
Implement `Slider` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
4
-167
/
+503
*
Implement `Image` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
4
-25
/
+134
*
Add `max_width` to `Column` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
2
-2
/
+23
*
Implement missing `on_event` and `mouse_interaction` for `Checkbox` in `iced_...
Héctor Ramón Jiménez
2022-02-12
2
-2
/
+42
*
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
2022-02-12
18
-95
/
+916
*
Implement `TextInput` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
3
-448
/
+730
*
Implement `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
5
-378
/
+810
*
Implement `Checkbox` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
3
-2
/
+97
*
Reuse `Text` widget from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
3
-116
/
+19
*
Implement `Container` widget in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
3
-22
/
+305
*
Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure`
Héctor Ramón Jiménez
2022-02-11
2
-4
/
+2
*
Implement `Row` in `iced_pure`
Héctor Ramón Jiménez
2022-02-11
2
-0
/
+229
*
Complete `Button` in `iced_pure`
Héctor Ramón Jiménez
2022-02-11
1
-2
/
+32
*
Expose reusable `Button` logic
Héctor Ramón Jiménez
2022-02-11
5
-247
/
+228
*
Allow pure widgets to borrow from `Application` data :tada:
Héctor Ramón Jiménez
2022-02-11
11
-98
/
+103
*
Expose function helpers to build widgets in `pure::widget`
Héctor Ramón Jiménez
2022-02-11
3
-7
/
+25
*
Expose `iced_pure` through a `pure` feature in `iced`
Héctor Ramón Jiménez
2022-02-11
7
-14
/
+344
*
Rename `iced_virtual` to `iced_pure`
Héctor Ramón Jiménez
2022-02-11
15
-15
/
+16
*
Implement `Into<Element>` for `&'static str` in `iced_virtual`
Héctor Ramón Jiménez
2022-02-10
5
-14
/
+27
*
Draft virtual `Button`, `Column`, and `Text`
Héctor Ramón Jiménez
2022-02-10
15
-101
/
+1177
*
Draft `iced_virtual` subcrate
Héctor Ramón Jiménez
2022-02-09
6
-0
/
+223
*
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
2022-02-09
39
-41
/
+39
*
Add `index.html` to `counter` example
Héctor Ramón Jiménez
2022-02-09
1
-0
/
+12
*
Merge pull request #1217 from SynergyBest/master
Héctor Ramón
2022-02-08
23
-779
/
+42
|
\
|
*
[ImgBot] Optimize images
ImgBotApp
2022-02-07
14
-739
/
+2
|
*
Fix links
Theo Robinson
2022-02-07
9
-40
/
+40
|
/
*
Merge pull request #1231 from TannerRogalsky/allow-the-creation-of-unconnecte...
Héctor Ramón
2022-02-07
1
-0
/
+8
|
\
|
*
Allow the creation of a clipboard without a window.
Tanner Rogalsky
2022-02-05
1
-0
/
+8
|
/
*
Merge pull request #1225 from tarkah/feat/canvas-line-dash
Héctor Ramón
2022-02-04
5
-10
/
+80
|
\
|
*
Access `lyon_algorithms` indirectly through `lyon`
Héctor Ramón Jiménez
2022-02-03
2
-7
/
+3
|
*
Ask for a slice of segments instead of ownership in `LineDash`
Héctor Ramón Jiménez
2022-02-03
5
-26
/
+26
|
*
Fix examples, no longer Copy
Cory Forsstrom
2022-01-27
1
-2
/
+2
|
*
Increase gap in example
Cory Forsstrom
2022-01-27
1
-1
/
+1
|
*
Remove vec allocation
Cory Forsstrom
2022-01-27
1
-35
/
+36
|
*
Add line dash API
Cory Forsstrom
2022-01-27
6
-3
/
+76
*
|
Differentiate between question and discussion in issue templates
Héctor Ramón Jiménez
2022-02-02
1
-3
/
+6
*
|
Make titles of issue templates more relatable
Héctor Ramón Jiménez
2022-02-02
2
-6
/
+6
*
|
Remove `codebase` from bug report template
Héctor Ramón Jiménez
2022-02-02
1
-1
/
+1
*
|
Improve description of `Discussion` contact link
Héctor Ramón Jiménez
2022-02-02
1
-1
/
+1
*
|
Improve titles of issue templates
Héctor Ramón Jiménez
2022-02-02
2
-2
/
+2
[next]