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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Simplify theming for `Scrollable` widget
Héctor Ramón Jiménez
2024-03-05
9
-422
/
+342
|
*
Simplify theming for `Container` widget
Héctor Ramón Jiménez
2024-03-05
20
-187
/
+276
|
*
Simplify theming for `Checkbox` widget
Héctor Ramón Jiménez
2024-03-05
7
-218
/
+196
|
*
Simplify theming for `Button` widget
Héctor Ramón Jiménez
2024-03-04
16
-401
/
+295
|
*
Enhnace `Themer` to allow derivation from current `Theme`
Héctor Ramón Jiménez
2024-03-04
2
-66
/
+80
|
*
Simplify theming for `Text` widget
Héctor Ramón Jiménez
2024-03-04
12
-122
/
+116
|
*
Try new approach to theming for `Slider`
Héctor Ramón Jiménez
2024-03-04
5
-713
/
+532
*
|
Merge pull request #2313 from iced-rs/fix/wasm-block-on
Héctor Ramón
2024-03-07
8
-30
/
+53
|
\
\
|
|
/
|
/
|
|
*
Fix `block_on` in `iced_wgpu` hanging Wasm builds
Héctor Ramón Jiménez
2024-03-07
8
-30
/
+53
|
/
*
Merge pull request #2308 from iced-rs/intuitive-flex-layout
Héctor Ramón
2024-03-03
2
-84
/
+25
|
\
|
*
Remove complex cross-axis layout logic from `Column` and `Row`
Héctor Ramón Jiménez
2024-03-03
2
-84
/
+25
|
/
*
Merge pull request #2303 from GyulyVGC/master
Héctor Ramón
2024-02-28
1
-15
/
+17
|
\
|
*
Fix scrollbar style when cursor is over `scrollable`
Giuliano Bellini s294739
2024-02-28
1
-15
/
+17
*
|
Capture select all command in `TextInput`
Héctor Ramón Jiménez
2024-02-28
1
-0
/
+2
*
|
Merge pull request #2304 from iced-rs/fix/text-input-macos
Héctor Ramón
2024-02-28
2
-103
/
+115
|
\
\
|
|
/
|
/
|
|
*
Prioritize `TextInput` and `TextEditor` commands over text insertion
Héctor Ramón Jiménez
2024-02-28
2
-103
/
+115
|
/
*
Merge pull request #2302 from iced-rs/fix/themer-text-color
Héctor Ramón
2024-02-27
2
-6
/
+40
|
\
|
*
Add option to draw background for `themer` widget
Héctor Ramón Jiménez
2024-02-27
1
-2
/
+24
|
*
Use `application::StyleSheet` text color in `Themer`
Héctor Ramón Jiménez
2024-02-27
2
-4
/
+16
|
/
*
Merge pull request #2300 from iced-rs/fix/pane-grid-drag
Héctor Ramón
2024-02-27
2
-99
/
+59
|
\
|
*
Fix `PaneGrid` mouse interaction when clicking a pane
Héctor Ramón Jiménez
2024-02-27
2
-99
/
+59
|
/
*
Merge pull request #2298 from iced-rs/fix/row-column-fluidity
Héctor Ramón
2024-02-27
4
-25
/
+19
|
\
|
*
Fix `Column` and `Row` fluidity being overridden by `push`
Héctor Ramón Jiménez
2024-02-27
4
-25
/
+19
*
|
Merge pull request #2299 from iced-rs/fix/tooltip-size-hint
Héctor Ramón
2024-02-27
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add `size_hint` implementation for `Tooltip`
Héctor Ramón Jiménez
2024-02-27
1
-0
/
+4
|
/
*
Merge pull request #2295 from iced-rs/ignore-private-use-chars
Héctor Ramón
2024-02-26
1
-1
/
+6
|
\
|
*
Use inclusive range for `is_private_use` function
Héctor Ramón Jiménez
2024-02-26
1
-1
/
+1
|
*
Ignore `text` in `KeyPressed` with private use chars
Héctor Ramón Jiménez
2024-02-26
1
-1
/
+6
|
/
*
Merge pull request #2287 from iced-rs/assert-scrollable-content
Héctor Ramón
2024-02-24
2
-39
/
+55
|
\
|
*
Assert `scrollable` content size never fills scrolling axis
Héctor Ramón Jiménez
2024-02-24
2
-39
/
+55
|
/
*
Bump versions :tada:
Héctor Ramón Jiménez
2024-02-24
1
-13
/
+13
*
Merge pull request #2282 from iced-rs/fix/tiny-skia-strokes
Héctor Ramón
2024-02-22
2
-2
/
+3
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-22
1
-0
/
+1
|
*
Fix `iced_tiny_skia` clipping line strokes
Héctor Ramón Jiménez
2024-02-22
1
-2
/
+2
|
/
*
Move `fetch_position` to next minor release
Héctor Ramón Jiménez
2024-02-22
1
-2
/
+6
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-22
1
-1
/
+4
*
Merge pull request #2280 from n1ght-hunter/add-action-fetch-location
Héctor Ramón
2024-02-22
5
-2
/
+57
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-22
1
-0
/
+2
|
*
Use `crate::core::Point` instead of prefixing
Héctor Ramón Jiménez
2024-02-22
2
-4
/
+4
|
*
Rename `fetch_location` to `fetch_position`
Héctor Ramón Jiménez
2024-02-22
4
-41
/
+43
|
*
Add `fetch_location` command to `window` module
Night_Hunter
2024-02-22
4
-0
/
+51
*
|
Enable layout debugger for Wasm builds in `tour` example
Héctor Ramón Jiménez
2024-02-22
1
-10
/
+3
|
/
*
Merge pull request #2278 from iced-rs/prioritize-text-insertion
Héctor Ramón
2024-02-21
3
-30
/
+31
|
\
|
*
Use `find(...)` instead of `filter(...).next()`
Héctor Ramón Jiménez
2024-02-21
1
-2
/
+1
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-21
1
-0
/
+1
|
*
Prioritize text insertion in `TextInput` and `TextEditor`
Héctor Ramón Jiménez
2024-02-21
2
-30
/
+31
|
/
*
Merge pull request #2275 from iced-rs/component-size-hint
Héctor Ramón
2024-02-21
3
-5
/
+26
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-21
1
-0
/
+1
|
*
Add `size_hint` method to `Component` trait
Héctor Ramón Jiménez
2024-02-21
2
-5
/
+25
|
/
*
Merge pull request #2274 from iced-rs/more-from-for-border-radius
Héctor Ramón
2024-02-21
2
-1
/
+14
|
\
[prev]
[next]