Commit graph

4481 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
1fda2d151d
Implement Display for Timing in iced_sentinel 2024-02-28 19:38:08 +01:00
Héctor Ramón Jiménez
30e6605650
Run UserInterface::update only when events are present 2024-02-28 19:37:26 +01:00
Héctor Ramón Jiménez
df62075040
Reconnect Client after disconnect in iced_sentinel 2024-02-28 17:16:37 +01:00
Héctor Ramón Jiménez
88a688e6ab
Add pane_grid function helper to widget module 2024-02-28 17:16:14 +01:00
Héctor Ramón Jiménez
54fae3c728
Re-export SystemTime in time module 2024-02-28 17:15:59 +01:00
Héctor Ramón Jiménez
3d90665f9d
Introduce SystemTime to Event in iced_sentinel 2024-02-28 16:06:55 +01:00
Héctor Ramón Jiménez
8591e5a148
Introduce window::Id to timing::Stage in iced_sentinel 2024-02-28 15:27:22 +01:00
Héctor Ramón Jiménez
caecbf20ef
Merge branch 'master' into sentinel 2024-02-28 15:14:52 +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 Jiménez
2b5b586e30
Export semver::Version in iced_sentinel 2024-02-27 16:21:22 +01:00
Héctor Ramón Jiménez
0870b158d7
Use bincode instead of serde_json in iced_sentinel 2024-02-27 16:16:52 +01:00
Héctor Ramón Jiménez
4f8ed7d6ee
Implement palette method for Theme 2024-02-27 15:41:20 +01:00
Héctor Ramón Jiménez
26d49be1b2
Notify only Palette changes in iced_debug 2024-02-27 15:38:47 +01:00
Héctor Ramón Jiménez
c856d2b513
Add ThemeChanged variant to Event in iced_sentinel 2024-02-27 15:19:26 +01:00
Héctor Ramón Jiménez
7f7c5ea337
Remove Report type in iced_sentinel 2024-02-27 14:46:57 +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 Jiménez
dd36893f7a
Introduce iced_sentinel and iced_debug crates 2024-02-26 07:00:51 +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