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
*
Use `Instant::into_std` in `futures::time`
Héctor Ramón Jiménez
2021-01-04
1
-1
/
+1
*
Update `tokio` to `1.0`
Yusuf Bera Ertan
2021-01-04
3
-6
/
+19
*
Merge pull request #678 from hecrj/feature/pane-grid-split-highlight
Héctor Ramón
2021-01-04
9
-37
/
+191
|
\
|
*
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
2021-01-01
9
-37
/
+191
|
/
*
Merge pull request #657 from clarkmoody/feature/pane-grid-title-contents
Héctor Ramón
2020-12-22
5
-114
/
+81
|
\
|
*
Remove unnecessary lifetime bound in `TitleBar`
Héctor Ramón Jiménez
2020-12-22
1
-1
/
+1
|
*
Remove unnecessary `text::Renderer` bound for `PaneGrid`
Héctor Ramón Jiménez
2020-12-22
2
-7
/
+3
|
*
Update PaneGrid example with more complex TitleBar
Clark Moody
2020-12-10
1
-6
/
+28
|
*
Replace TitleBar string title with generic Content
Clark Moody
2020-12-10
4
-102
/
+51
*
|
Merge pull request #669 from hecrj/improvement/update-resvg-and-font-kit
Héctor Ramón
2020-12-20
3
-20
/
+36
|
\
\
|
*
|
Update `font-kit` to `0.10`
Héctor Ramón Jiménez
2020-12-19
1
-1
/
+1
|
*
|
Update resvg to `0.12`
Greg V
2020-12-19
2
-19
/
+35
|
/
/
*
|
Merge pull request #668 from hecrj/fix/propagate-button-events
Héctor Ramón
2020-12-18
1
-2
/
+13
|
\
\
|
*
|
Propagate `Button` events to contents
Héctor Ramón Jiménez
2020-12-18
1
-2
/
+13
*
|
|
Merge pull request #319 from tarkah/image-pane
Héctor Ramón
2020-12-18
7
-7
/
+466
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove `max_width` and `max_height` from `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-19
/
+1
|
*
|
Use intra-doc links in `image::viewer`
Héctor Ramón Jiménez
2020-12-18
1
-37
/
+4
|
*
|
Simplify `cursor_to_center` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-21
/
+2
|
*
|
Remove use of `unwrap` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-34
/
+33
|
*
|
Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
2
-12
/
+11
|
*
|
Negate values instead of multipling by `-1.0` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-10
/
+4
|
*
|
Remove redundant `f32` conversions in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-12
/
+10
|
*
|
Build `todos` examples instead of `pokedex` in CI
Héctor Ramón Jiménez
2020-12-18
1
-2
/
+2
|
*
|
Remove unnecessary `Option` in `image::viewer::State`
Héctor Ramón Jiménez
2020-12-18
1
-18
/
+24
|
*
|
Rename `scale_pct` to `scale_step` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-6
/
+6
|
*
|
Simplify pattern match in `image::Viewer::on_event`
Héctor Ramón Jiménez
2020-12-18
1
-15
/
+10
|
*
|
Pan `image::Viewer` even if the cursor is out of bounds
Héctor Ramón Jiménez
2020-12-18
1
-77
/
+68
|
*
|
Fix `layout` of `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
2
-57
/
+47
|
*
|
Use `image::Viewer` in `pokedex` example
Héctor Ramón Jiménez
2020-12-18
1
-3
/
+8
|
*
|
Turn methods into helper functions in `image::viewer`
Héctor Ramón Jiménez
2020-12-18
1
-26
/
+20
|
*
|
Format use declarations in `image::viewer`
Héctor Ramón Jiménez
2020-12-18
1
-4
/
+4
|
*
|
Merge remote-tracking branch 'tarkah/image-pane' into image-pane
Héctor Ramón Jiménez
2020-12-18
5
-2
/
+560
|
/
|
|
|
*
|
remove re-export on viewer::State
Cory Forsstrom
2020-05-27
3
-5
/
+10
|
*
|
update docs
Cory Forsstrom
2020-05-27
1
-1
/
+1
|
*
|
centered image and zoom to cursor
Cory Forsstrom
2020-05-27
2
-96
/
+204
|
*
|
rename to image::Viewer
Cory Forsstrom
2020-05-26
9
-73
/
+50
|
*
|
Rename and add to iced image module
Cory Forsstrom
2020-05-26
7
-56
/
+58
|
*
|
Rebase to master and update for api changes
Cory Forsstrom
2020-05-26
2
-43
/
+20
|
*
|
Show idle cursor if image can't be panned
Cory Forsstrom
2020-05-26
1
-2
/
+5
|
*
|
Add `ImagePane` widget
Cory Forsstrom
2020-05-26
7
-2
/
+470
*
|
|
Mention birth year in `README`s
Nils Martel
2020-12-17
2
-3
/
+3
*
|
|
Merge pull request #57 from simlay/ios-support-wip
Héctor Ramón
2020-12-17
12
-50
/
+181
|
\
\
\
|
*
|
|
Produce logical coordinates for `touch::Event`
Héctor Ramón Jiménez
2020-12-15
1
-3
/
+12
|
*
|
|
Fix text selection with touch events in `TextInput`
Héctor Ramón Jiménez
2020-12-15
1
-2
/
+5
|
*
|
|
Change cursor position on touch event
Héctor Ramón Jiménez
2020-12-15
1
-2
/
+5
|
*
|
|
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
2020-12-15
9
-117
/
+88
|
*
|
|
Merge branch 'ios-support-wip' into feature/touch-support
Héctor Ramón Jiménez
2020-12-15
11
-43
/
+188
|
/
|
|
|
|
*
|
|
Remove redundant `scroll_to` in `Scrollable`
Héctor Ramón Jiménez
2020-03-19
1
-14
/
+0
|
*
|
|
Turn `Touch` into a struct and add finger id
Héctor Ramón Jiménez
2020-03-19
13
-114
/
+153
|
*
|
|
Added initial touch events to support iOS
Sebastian Imlay
2020-03-18
13
-47
/
+165
[next]