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-31
Fix documentation of `default` method for `slider`
Héctor Ramón Jiménez
2
-2
/
+4
2024-01-31
Rename `step_fine` in `slider` to `shift_step`
Héctor Ramón Jiménez
2
-23
/
+25
2024-01-31
Simplify `slider` logic further
Héctor Ramón Jiménez
2
-40
/
+42
2024-01-31
Simplify `Change` enum in `slider` logic and remove double-click behavior
Héctor Ramón Jiménez
2
-118
/
+35
2024-01-31
Enhance `Slider` and `VerticalSlider` functionality
Jonatan Pettersson
2
-31
/
+296
2024-01-31
Avoid returning early on `Captured` event in `scrollable`
Héctor Ramón Jiménez
1
-10
/
+10
2024-01-25
Add cut functionality to text editor
jhannyj
1
-0
/
+12
2024-01-22
Fix impossible to type `v` in `TextInput`
Héctor Ramón Jiménez
1
-34
/
+29
2024-01-21
Introduce `themer` widget
Héctor Ramón Jiménez
3
-2
/
+284
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
39
-801
/
+865
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
[next]