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
/
src
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-24
Enable event handling within the title elements
Clark Moody
1
-10
/
+23
2021-05-19
Fix formatting with `cargo fmt`
Héctor Ramón
1
-5
/
+4
2021-05-18
fix pick_list layouting not respecting fonts
chiheisen
1
-1
/
+1
2021-05-17
Added text color and font options for native radio and checkbox (#831)
zdevwu
2
-8
/
+32
2021-04-12
Run cargo fmt
Dispersia
3
-8
/
+9
2021-03-14
Overwrite `overlay` method in Widget implementation for Button (#764)
Nicolas Levy
1
-0
/
+8
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
17
-79
/
+90
2021-03-10
Update `window_clipboard` to `0.2`
Héctor Ramón Jiménez
1
-1
/
+1
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
3
-3
/
+12
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
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
8
-212
/
+33
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
8
-6
/
+345
2021-02-12
Touch support for `PaneGrid` and `PickList` (#650)
anunge
2
-68
/
+67
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
3
-16
/
+61
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
6
-74
/
+47
2020-12-10
Replace TitleBar string title with generic Content
Clark Moody
2
-79
/
+41
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
25
-625
/
+37
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
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
[next]