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-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-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
Add deadband distance before initiating drag action on pane grid
Joao Freitas
2
-18
/
+68
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
2023-09-21
Round `ScrollDelta::Lines` in `TextEditor`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
2
-11
/
+6
2023-09-20
Fix `clippy::filter_map_next`
Héctor Ramón Jiménez
1
-14
/
+11
2023-09-20
Fix `clippy::redundant-closure-for-method-calls`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
2
-4
/
+4
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
3
-3
/
+3
2023-09-20
Fix `clippy::trivially-copy-pass-by-ref`
Héctor Ramón Jiménez
2
-34
/
+34
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
18
-59
/
+59
2023-09-20
Scroll `TextEditor` only if `cursor.is_over(bounds)`
Héctor Ramón Jiménez
1
-1
/
+3
2023-09-19
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
1
-5
/
+23
2023-09-19
Implement `Scroll` action in `text::editor`
Héctor Ramón Jiménez
1
-0
/
+12
2023-09-18
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
1
-0
/
+4
2023-09-18
Implement theme selector in `editor` example
Héctor Ramón Jiménez
1
-1
/
+12
[next]