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
/
native
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
12
-237
/
+46
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
14
-16
/
+381
2021-02-12
Touch support for `PaneGrid` and `PickList` (#650)
anunge
3
-70
/
+91
2021-01-15
Split `window::Event::Focused` into two variants
Héctor Ramón Jiménez
1
-4
/
+7
2021-01-15
add focus event
cossonleo
1
-0
/
+3
2021-01-15
Fix `Widget::width` implementation for `PickList`
Héctor Ramón Jiménez
1
-1
/
+1
2021-01-11
Capture relevant events in `image::Viewer`
Héctor Ramón Jiménez
1
-5
/
+15
2021-01-07
Use `BTreeMap` for splits and regions in `pane_grid`
Héctor Ramón Jiménez
4
-12
/
+12
2021-01-01
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
4
-19
/
+67
2020-12-22
Remove unnecessary lifetime bound in `TitleBar`
Héctor Ramón Jiménez
1
-1
/
+1
2020-12-22
Remove unnecessary `text::Renderer` bound for `PaneGrid`
Héctor Ramón Jiménez
1
-4
/
+1
2020-12-18
Remove `max_width` and `max_height` from `image::Viewer`
Héctor Ramón Jiménez
1
-19
/
+1
2020-12-18
Use intra-doc links in `image::viewer`
Héctor Ramón Jiménez
1
-37
/
+4
2020-12-18
Simplify `cursor_to_center` in `image::Viewer`
Héctor Ramón Jiménez
1
-21
/
+2
2020-12-18
Remove use of `unwrap` in `image::Viewer`
Héctor Ramón Jiménez
1
-34
/
+33
2020-12-18
Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer`
Héctor Ramón Jiménez
1
-11
/
+10
2020-12-18
Negate values instead of multipling by `-1.0` in `image::Viewer`
Héctor Ramón Jiménez
1
-10
/
+4
2020-12-18
Remove redundant `f32` conversions in `image::Viewer`
Héctor Ramón Jiménez
1
-12
/
+10
2020-12-18
Remove unnecessary `Option` in `image::viewer::State`
Héctor Ramón Jiménez
1
-18
/
+24
2020-12-18
Rename `scale_pct` to `scale_step` in `image::Viewer`
Héctor Ramón Jiménez
1
-6
/
+6
2020-12-18
Simplify pattern match in `image::Viewer::on_event`
Héctor Ramón Jiménez
1
-15
/
+10
2020-12-18
Pan `image::Viewer` even if the cursor is out of bounds
Héctor Ramón Jiménez
1
-77
/
+68
2020-12-18
Fix `layout` of `image::Viewer`
Héctor Ramón Jiménez
1
-52
/
+38
2020-12-18
Turn methods into helper functions in `image::viewer`
Héctor Ramón Jiménez
1
-26
/
+20
2020-12-18
Propagate `Button` events to contents
Héctor Ramón Jiménez
1
-2
/
+13
2020-12-15
Fix text selection with touch events in `TextInput`
Héctor Ramón Jiménez
1
-2
/
+5
2020-12-15
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
8
-97
/
+58
2020-12-10
Replace TitleBar string title with generic Content
Clark Moody
3
-83
/
+42
2020-11-26
Bump versions :tada:
Héctor Ramón Jiménez
2
-4
/
+4
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
2
-6
/
+6
2020-11-26
Update `README`s of subcrates
Héctor Ramón Jiménez
1
-1
/
+3
2020-11-26
Update graphs in crate docs
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
47
-899
/
+65
2020-11-26
Rename `keyboard::ModifiersState` to `Modifiers`
Héctor Ramón Jiménez
1
-6
/
+4
2020-11-26
Fix broken links in API documentation
Héctor Ramón Jiménez
1
-8
/
+4
2020-11-25
Track keyboard modifiers in `text_input`
Héctor Ramón Jiménez
1
-24
/
+16
2020-11-25
This PR fixes a bug with select all (CMD + A on MacOS) when using a text_input.
Zak
1
-3
/
+13
2020-11-19
Disable dragging in `TextInput` after double click
Héctor Ramón Jiménez
1
-1
/
+5
2020-11-17
Remove `Focus` in `pane_grid`
Héctor Ramón Jiménez
2
-17
/
+1
2020-11-17
Implement flexible `TextInput::draw` helper
Héctor Ramón Jiménez
2
-30
/
+63
2020-11-12
Batch event processing in `UserInterface::update`
Héctor Ramón Jiménez
2
-52
/
+60
2020-11-12
Introduce `event::Status` to `Subscription`
Héctor Ramón Jiménez
3
-18
/
+33
2020-11-12
Return `event::Status` in `UserInterface::update`
Héctor Ramón Jiménez
2
-54
/
+63
2020-11-12
Make `Overlay::on_event` return `event::Status`
Héctor Ramón Jiménez
4
-10
/
+17
2020-11-12
Implement event capturing for `TextInput`
Héctor Ramón Jiménez
1
-130
/
+168
2020-11-12
Implement event capturing for `Slider`
Héctor Ramón Jiménez
1
-0
/
+6
2020-11-12
Implement event capturing for `Scrollable`
Héctor Ramón Jiménez
1
-37
/
+52
2020-11-12
Implement event capturing for `Row`
Héctor Ramón Jiménez
1
-8
/
+8
2020-11-12
Implement event capturing for `Radio`
Héctor Ramón Jiménez
1
-0
/
+2
2020-11-12
Implement event capturing for `PickList`
Héctor Ramón Jiménez
1
-5
/
+13
[next]