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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
Change label of `Toggler` to optional
Kaiden42
1
-2
/
+7
2021-06-03
Implement `Toggler` widget for iced_native
Kaiden42
2
-0
/
+97
2021-06-01
Use `Padding::horizontal` and `Padding::vertical` helpers
Héctor Ramón
2
-4
/
+3
2021-06-01
Fix `Tooltip` widget
Héctor Ramón
1
-3
/
+3
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
3
-13
/
+15
2021-05-24
Enable event handling within the title elements
Clark Moody
1
-3
/
+3
2021-05-05
Provide `compatible_surface` in `iced_wgpu::Compositor`
Héctor Ramón
1
-1
/
+4
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-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
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
Generate new layers only for clip primitives in `Layer::generate`
Héctor Ramón Jiménez
1
-12
/
+28
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
2
-0
/
+40
2021-01-21
Disable default features of `qrcode` for `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+1
2021-01-14
Fix `physical_width` getter incorrectly returning the height
Tanner Rogalsky
1
-1
/
+1
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-19
Update `font-kit` to `0.10`
Héctor Ramón Jiménez
1
-1
/
+1
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
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Add missing metadata to `iced_graphics` subcrate
Héctor Ramón Jiménez
1
-0
/
+5
2020-11-26
Update graphs in crate docs
Héctor Ramón Jiménez
1
-0
/
+2
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
25
-235
/
+17
2020-11-26
Fix broken links in API documentation
Héctor Ramón Jiménez
2
-19
/
+14
2020-11-25
Add license to iced-graphics' Cargo.toml
Greg V
1
-0
/
+1
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
12
-29
/
+29
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
3
-0
/
+318
2020-11-17
Remove `Focus` in `pane_grid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-12
Implement event capturing for `Canvas`
Héctor Ramón Jiménez
3
-8
/
+13
2020-11-12
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
2
-3
/
+9
2020-11-10
Update `font-kit` dependency in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `lyon` dependency in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `glam` dependency in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `bytemuck` dependency in `iced_graphics`
Héctor Ramón Jiménez
2
-8
/
+6
2020-11-10
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-05
Introduce `application::State` in `iced_winit`
Héctor Ramón Jiménez
1
-1
/
+1
2020-10-28
Draw only visible options in `overlay::Menu`
Héctor Ramón Jiménez
1
-3
/
+12
[next]