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-09-01
Rely on latest release of `lyon_tessellation`
Héctor Ramón Jiménez
1
-2
/
+0
2021-08-30
Rely on new fast paths for basic shapes in `lyon`
Héctor Ramón Jiménez
1
-0
/
+2
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
4
-28
/
+24
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
3
-7
/
+7
2021-08-25
Rename `SwapChainError` to `SurfaceError` in `iced_graphics`
Héctor Ramón Jiménez
2
-3
/
+3
2021-08-21
Implement textual hit testing
Tom
3
-4
/
+41
2021-08-20
Remove `SwapChain` associated type from `Compositor`
Héctor Ramón Jiménez
1
-7
/
+3
2021-08-19
wgpu: Update to 0.10
Poly
1
-0
/
+1
2021-08-04
Use `thiserror` to derive `Error` for `SwapChainError`
Héctor Ramón Jiménez
1
-14
/
+12
2021-07-22
small documentation error
Billy Messenger
1
-1
/
+0
2021-07-22
redo custom error for Compositor::draw()
Billy Messenger
2
-22
/
+21
2021-07-22
add custom error for Compositor::draw()
Billy Messenger
2
-5
/
+30
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
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-16
don't panic when swapchain frame is outdated
Billy Messenger
1
-1
/
+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
[next]