Héctor Ramón Jiménez
f4a4845ddb
Simplify theming for Button widget
2024-03-04 20:42:37 +01:00
Héctor Ramón Jiménez
db92e1c942
Enhnace Themer to allow derivation from current Theme
2024-03-04 19:32:20 +01:00
Héctor Ramón Jiménez
4130ae4be9
Simplify theming for Text widget
2024-03-04 19:32:13 +01:00
Héctor Ramón Jiménez
ce309db37b
Try new approach to theming for Slider
2024-03-04 03:57:03 +01:00
Héctor Ramón
1bb5a1b9a2
Merge pull request #2308 from iced-rs/intuitive-flex-layout
...
Remove complex cross-axis layout logic from `Column` and `Row`
2024-03-03 01:21:04 +01:00
Héctor Ramón Jiménez
cbe4603579
Remove complex cross-axis layout logic from Column and Row
2024-03-03 01:08:11 +01:00
Héctor Ramón
af9fb367f3
Merge pull request #2303 from GyulyVGC/master
...
[Minor Fix] Scrollbar style when cursor is over scrollable area
2024-02-28 10:34:39 +01:00
Giuliano Bellini s294739
49d900d54b
Fix scrollbar style when cursor is over scrollable
2024-02-28 10:26:12 +01:00
Héctor Ramón Jiménez
d037867929
Capture select all command in TextInput
2024-02-28 10:06:30 +01:00
Héctor Ramón
976a57dcbd
Merge pull request #2304 from iced-rs/fix/text-input-macos
...
Prioritize `TextInput` and `TextEditor` commands over text insertion
2024-02-28 09:50:07 +01:00
Héctor Ramón Jiménez
996be15f36
Prioritize TextInput and TextEditor commands over text insertion
2024-02-28 09:40:14 +01:00
Héctor Ramón
a1de3f1c55
Merge pull request #2302 from iced-rs/fix/themer-text-color
...
Use `application::StyleSheet` colors in `Themer`
2024-02-27 12:01:01 +01:00
Héctor Ramón Jiménez
df666502f5
Add option to draw background for themer widget
2024-02-27 11:51:49 +01:00
Héctor Ramón Jiménez
b5235d7ff8
Use application::StyleSheet text color in Themer
2024-02-27 11:43:44 +01:00
Héctor Ramón
13e399ccba
Merge pull request #2300 from iced-rs/fix/pane-grid-drag
...
Fix `PaneGrid` mouse interaction when clicking a pane
2024-02-27 02:31:09 +01:00
Héctor Ramón Jiménez
c723c101d4
Fix PaneGrid mouse interaction when clicking a pane
2024-02-27 02:19:41 +01:00
Héctor Ramón
8bb1587a74
Merge pull request #2298 from iced-rs/fix/row-column-fluidity
...
Fix `Column` and `Row` fluidity being overridden by `push`
2024-02-27 01:37:13 +01:00
Héctor Ramón
f6f0c01546
Merge pull request #2299 from iced-rs/fix/tooltip-size-hint
...
Add `size_hint` implementation for `Tooltip`
2024-02-27 01:34:49 +01:00
Héctor Ramón Jiménez
01fbd5049d
Fix Column and Row fluidity being overridden by push
2024-02-27 01:21:02 +01:00
Héctor Ramón Jiménez
0b93ddcdbe
Add size_hint implementation for Tooltip
2024-02-27 01:19:48 +01:00
Héctor Ramón
58a7007ac1
Merge pull request #2295 from iced-rs/ignore-private-use-chars
...
Ignore `text` in `KeyPressed` with private use chars
2024-02-26 06:14:07 +01:00
Héctor Ramón Jiménez
0cb2763160
Use inclusive range for is_private_use function
2024-02-26 06:02:19 +01:00
Héctor Ramón Jiménez
a9733e9906
Ignore text in KeyPressed with private use chars
...
Apparently, macOS likes to use these for simple keys.
2024-02-26 05:57:10 +01:00
Héctor Ramón
f67db901ff
Merge pull request #2287 from iced-rs/assert-scrollable-content
...
Assert `scrollable` content size never fills scrolling axis
2024-02-24 19:56:08 +01:00
Héctor Ramón Jiménez
7d3735f0fa
Assert scrollable content size never fills scrolling axis
2024-02-24 19:46:44 +01:00
Héctor Ramón Jiménez
ca9694f2f4
Bump versions 🎉
2024-02-24 15:01:42 +01:00
Héctor Ramón
2f289af93c
Merge pull request #2282 from iced-rs/fix/tiny-skia-strokes
...
Fix `iced_tiny_skia` clipping line strokes
2024-02-22 17:53:17 +01:00
Héctor Ramón Jiménez
2faabe6a45
Update CHANGELOG
2024-02-22 17:39:46 +01:00
Héctor Ramón Jiménez
331cfc1102
Fix iced_tiny_skia clipping line strokes
2024-02-22 17:35:28 +01:00
Héctor Ramón Jiménez
ff49f581fa
Move fetch_position to next minor release
...
... since we are adding a variant to `window::Action`,
this is a breaking change.
2024-02-22 09:40:26 +01:00
Héctor Ramón Jiménez
3733f5b925
Update CHANGELOG
2024-02-22 09:35:58 +01:00
Héctor Ramón
a27267b8fb
Merge pull request #2280 from n1ght-hunter/add-action-fetch-location
...
add fetch_location action
2024-02-22 09:33:13 +01:00
Héctor Ramón Jiménez
ce4eef64cd
Enable layout debugger for Wasm builds in tour example
2024-02-22 09:24:13 +01:00
Héctor Ramón Jiménez
9339728b68
Update CHANGELOG
2024-02-22 09:22:19 +01:00
Héctor Ramón Jiménez
f693aa4bc4
Use crate::core::Point instead of prefixing
2024-02-22 09:21:19 +01:00
Héctor Ramón Jiménez
d6454b5d0c
Rename fetch_location to fetch_position
2024-02-22 09:19:51 +01:00
Night_Hunter
59885e9a36
Add fetch_location command to window module
2024-02-22 09:16:05 +01:00
Héctor Ramón
6c00e615b9
Merge pull request #2278 from iced-rs/prioritize-text-insertion
...
Prioritize text insertion in `TextInput` and `TextEditor`
2024-02-21 13:21:39 +01:00
Héctor Ramón Jiménez
4742f3fef8
Use find(...) instead of filter(...).next()
2024-02-21 13:08:56 +01:00
Héctor Ramón Jiménez
1ddfb775c2
Update CHANGELOG
2024-02-21 13:01:52 +01:00
Héctor Ramón Jiménez
680e8425c3
Prioritize text insertion in TextInput and TextEditor
2024-02-21 13:00:34 +01:00
Héctor Ramón
56ac21cacb
Merge pull request #2275 from iced-rs/component-size-hint
...
`size_hint` method for `Component` trait
2024-02-21 08:43:27 +01:00
Héctor Ramón Jiménez
28f0eccd81
Update CHANGELOG
2024-02-21 08:26:17 +01:00
Héctor Ramón Jiménez
cd2130a69a
Add size_hint method to Component trait
...
This can be used to aid the sizing strategy of
some containers directly in the component definition,
instead of stating the sizes explicitly in `view`
logic.
2024-02-21 08:24:08 +01:00
Héctor Ramón
5ba818a13a
Merge pull request #2274 from iced-rs/more-from-for-border-radius
...
`From<u16>` and `From<i32>` implementations for `border::Radius`
2024-02-21 07:23:12 +01:00
Héctor Ramón Jiménez
65f36f246a
Update CHANGELOG
2024-02-21 07:11:40 +01:00
Héctor Ramón Jiménez
950a7f7eaf
Add From<u16> and From<i32> for border::Radius
2024-02-21 07:10:29 +01:00
Héctor Ramón
c0c5a01079
Merge pull request #2273 from iced-rs/missing-default-styles
...
Default `disabled` style for `checkbox` and `hovered` style for `Svg`
2024-02-21 07:01:49 +01:00
Héctor Ramón Jiménez
94fd336f4c
Update CHANGELOG
2024-02-21 06:47:13 +01:00
Héctor Ramón Jiménez
a5363f788c
Add default hovered implementation to svg::StyleSheet
2024-02-21 06:46:58 +01:00