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-03-13
Added `select_all` method to `TextInput`.
Aldo Fregoso
1
-0
/
+5
2021-03-11
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2
-6
/
+12
2021-03-10
Implement copy and cut behavior for `TextInput`
Héctor Ramón Jiménez
1
-0
/
+40
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
26
-113
/
+140
2021-03-10
Introduce `write` method to `Clipboard` trait
Héctor Ramón Jiménez
1
-0
/
+3
2021-03-10
Update `window_clipboard` to `0.2`
Héctor Ramón Jiménez
2
-3
/
+3
2021-03-09
Call `hash_layout` for `controls` in `pane_grid::TitleBar`
Héctor Ramón Jiménez
1
-0
/
+4
2021-02-27
Fix `viewport` argument in `PaneGrid` draw calls
Héctor Ramón Jiménez
4
-3
/
+15
2021-02-24
Hide `Text` as an implementation detail of `Tooltip`
Héctor Ramón Jiménez
1
-8
/
+22
2021-02-23
Add `style` and `padding` to `Tooltip`
Héctor Ramón Jiménez
1
-7
/
+33
2021-02-23
Introduce `Tooltip::gap` to control spacing
Héctor Ramón Jiménez
1
-0
/
+10
2021-02-23
Remove `viewport` from `Overlay::draw` for now
Héctor Ramón Jiménez
4
-10
/
+2
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
[next]