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
/
graphics
/
src
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
2
-118
/
+1
2021-10-20
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
1
-20
/
+1
2021-10-18
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
1
-13
/
+2
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
1
-9
/
+1
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2
-6
/
+9
2021-10-18
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
1
-63
/
+1
2021-10-14
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
1
-2
/
+0
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
22
-1620
/
+97
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
5
-35
/
+36
2021-09-15
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
1
-1
/
+1
2021-08-26
Use `FillTessellator::tessellate_rectangle` in `Frame`
Héctor Ramón Jiménez
1
-10
/
+8
2021-08-26
Avoid reallocating tessellators in `Frame` methods
Héctor Ramón Jiménez
1
-27
/
+36
2021-08-26
Update `lyon` to `0.17` in `iced_graphics`
Héctor Ramón Jiménez
3
-27
/
+23
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
1
-3
/
+2
2021-08-21
Implement textual hit testing
Tom
1
-1
/
+21
2021-07-22
Avoid cloning `placeholder` for `PickList` unnecessarily during `draw`
Héctor Ramón Jiménez
1
-2
/
+4
2021-07-22
Introduce `placeholder_color` to `pick_list::Style`
Héctor Ramón Jiménez
1
-1
/
+4
2021-07-22
feat: add placeholders to pick_list
Jon Pacheco
1
-1
/
+2
2021-06-24
fix-typo
Diego Fujii
1
-1
/
+1
2021-06-14
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
1
-1
/
+1
2021-06-03
Change label of `Toggler` to optional
Kaiden42
1
-2
/
+7
2021-06-03
Implement `Toggler` widget for iced_native
Kaiden42
1
-0
/
+94
2021-06-01
Use `Padding::horizontal` and `Padding::vertical` helpers
Héctor Ramón
1
-2
/
+1
2021-06-01
Fix `Tooltip` widget
Héctor Ramón
1
-3
/
+3
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
2
-7
/
+9
2021-05-24
Enable event handling within the title elements
Clark Moody
1
-3
/
+3
2021-05-03
Fix `Scrollable` scrollbar being rendered behind contents
Héctor Ramón
1
-1
/
+9
2021-04-01
Update frame.rs
Downtime
1
-1
/
+1
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-2
/
+2
2021-02-27
Reposition `Tooltip` inside `viewport` bounds
Héctor Ramón Jiménez
1
-37
/
+60
2021-02-27
Fix `viewport` argument in `PaneGrid` draw calls
Héctor Ramón Jiménez
1
-5
/
+14
2021-02-23
Add `style` and `padding` to `Tooltip`
Héctor Ramón Jiménez
1
-24
/
+62
2021-02-23
Introduce `Tooltip::gap` to control spacing
Héctor Ramón Jiménez
1
-6
/
+10
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
1
-5
/
+71
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
1
-0
/
+37
2021-01-01
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
1
-12
/
+66
2020-12-22
Remove unnecessary `text::Renderer` bound for `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+2
2020-12-18
Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer`
Héctor Ramón Jiménez
1
-1
/
+1
2020-12-18
Fix `layout` of `image::Viewer`
Héctor Ramón Jiménez
1
-5
/
+9
2020-12-18
Format use declarations in `image::viewer`
Héctor Ramón Jiménez
1
-4
/
+4
2020-12-10
Replace TitleBar string title with generic Content
Clark Moody
1
-19
/
+9
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Account for empty ranges in `Slider` and `ProgressBar`
Héctor Ramón Jiménez
2
-7
/
+14
2020-11-26
fix slider handle_offset formula
rubik83
1
-1
/
+1
2020-11-26
fix active_progress_width formula
rubik83
1
-1
/
+1
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
16
-143
/
+11
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
8
-20
/
+20
2020-11-22
Fix backwards `Frame::rotate` in `canvas`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-20
Implement `QRCode` widget
Héctor Ramón Jiménez
1
-0
/
+305
2020-11-17
Remove `Focus` in `pane_grid`
Héctor Ramón Jiménez
1
-2
/
+2
[next]