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
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-20
Add `Shadow` to `container::Appearance`
Héctor Ramón Jiménez
2
-4
/
+6
2024-01-20
Add `Shadow` to `button::Appearance`
Héctor Ramón Jiménez
1
-1
/
+5
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
15
-96
/
+67
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
15
-83
/
+43
2024-01-20
feat: quad shadows
Nick Senger
15
-0
/
+31
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
3
-59
/
+76
2024-01-12
Fix clipping of `TextInput` selection
Héctor Ramón Jiménez
1
-23
/
+31
2024-01-11
Make `Button` sizing strategy adaptive
Héctor Ramón Jiménez
2
-13
/
+8
2024-01-10
Add `Theme` selector to `layout` example
Héctor Ramón Jiménez
2
-4
/
+4
2024-01-10
Fix `cross` calculation in `layout::flex`
Héctor Ramón Jiménez
1
-1
/
+0
2024-01-10
Fix unnecessary `into` call in `Container::new`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Make `column` and `row` take an `IntoIterator`
Héctor Ramón Jiménez
3
-10
/
+8
2024-01-10
Fix `size_hint` for `keyed_column`
Héctor Ramón Jiménez
2
-20
/
+26
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
17
-84
/
+50
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
31
-195
/
+152
2024-01-10
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
6
-32
/
+99
2024-01-10
Create `layout` example
Héctor Ramón Jiménez
2
-2
/
+2
2024-01-09
Fix `Svg` styling
Héctor Ramón
1
-2
/
+2
2024-01-05
Fix doc to include missing feature tags
William Shere
1
-0
/
+3
2024-01-04
Fix needless borrow in `row::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
24
-115
/
+111
2023-12-23
added text::Shaping to Tooltip
Giuliano Bellini s294739
1
-0
/
+6
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
4
-35
/
+37
2023-12-15
Add deadband distance before initiating drag action on pane grid
Joao Freitas
2
-18
/
+68
2023-12-12
added svg hover, for styles impl
hicaru
1
-2
/
+7
2023-12-06
Added the ability to change the style of a TextEditor
Bingus
1
-0
/
+9
2023-12-01
Fix `clippy` lint
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
11
-70
/
+84
2023-11-28
Provide actual bounds to `Shader` primitives
Héctor Ramón Jiménez
1
-1
/
+0
2023-11-21
Invalidate layout when `Tooltip` changes `overlay`
Héctor Ramón Jiménez
1
-1
/
+9
2023-11-21
Fix `Overlay` composition
Héctor Ramón Jiménez
5
-5
/
+11
2023-11-14
Improve module hierarchy of `custom_shader` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-11-14
Export `wgpu` crate in `shader` module in `iced_widget`
Héctor Ramón Jiménez
1
-0
/
+1
2023-11-14
Create `shader` function helper in `iced_widget`
Héctor Ramón Jiménez
1
-0
/
+11
2023-11-14
Fix broken intra-doc links
Héctor Ramón Jiménez
2
-3
/
+3
2023-11-14
Use `Instant` from `iced_core` instead of `std`
Héctor Ramón Jiménez
1
-2
/
+1
2023-11-14
Enable `iced_renderer/wgpu` feature in `iced_widget`
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-14
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
4
-1
/
+312
2023-11-14
Reexport Transformation from widget::shader
Bingus
1
-1
/
+1
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
2
-0
/
+4
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
2
-9
/
+25
2023-11-11
Fix clippy + fmt
Remmirad
1
-1
/
+1
2023-11-11
Implement texture filtering options
Remmirad
1
-1
/
+1
2023-10-27
Improve `TextEditor` scroll interaction with a touchpad
Héctor Ramón Jiménez
1
-1
/
+1
2023-10-27
Implement missing debug implementations in `iced_widget`
Héctor Ramón Jiménez
2
-1
/
+18
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
2
-6
/
+34
2023-09-22
Add `text` helper method for `text_editor::Content`
Héctor Ramón Jiménez
1
-0
/
+21
2023-09-22
Fix selection clipping out of bounds in `TextEditor`
Héctor Ramón Jiménez
1
-24
/
+33
2023-09-21
Fix vertical scroll for `TextEditor`
Héctor Ramón Jiménez
1
-2
/
+3
2023-09-21
Scroll at least one line on macOS in `TextEditor`
Héctor Ramón Jiménez
1
-1
/
+5
[next]