Commit graph

6458 commits

Author SHA1 Message Date
Héctor
1cde186def
Merge pull request #3067 from camspiers/fixes/surface-outdated
Reconfigure wgpu surface on SurfaceError Lost or Outdated
2025-11-29 15:11:10 +01:00
Héctor Ramón Jiménez
b06935b807
Recreate Window::surface on SurfaceError::Lost 2025-11-29 15:01:16 +01:00
Cam Spiers
43a79130f6
Reconfigure surface on SurfaceError::Lost or Outdated 2025-11-29 14:58:21 +01:00
Héctor
7f1f1581e7
Merge pull request #3049 from dejang/menu-overlay-shadow
Add `shadow` to `overlay::menu::Style`
2025-11-29 14:50:21 +01:00
Héctor
9e1340f36f
Merge pull request #3063 from edwloef/combo-box-click-fix
Fix `combo_box` text not getting cleared on selection
2025-11-29 14:44:23 +01:00
dejang
2d293fd11e
Add shadow to overlay::menu::Style 2025-11-29 14:40:00 +01:00
Héctor
1425d6e1c2
Merge pull request #3043 from jakobhellermann/remove-png-format-feature
Disable `png-format` feature from `tiny-skia`
2025-11-29 14:38:03 +01:00
Jakob Hellermann
559ccbe955
Disable png-format feature from tiny-skia 2025-11-29 14:29:10 +01:00
Héctor
158cc96141
Merge pull request #3037 from janTatesa/add_none_to_modifiers
Add `NONE` to `keyboard::Modifiers`
2025-11-29 14:16:36 +01:00
Héctor
f240e8ad88
Merge pull request #3032 from Ottatop/tiny-skia/damage-fix
Fix buffer presentation in `iced_tiny_skia`
2025-11-29 14:11:55 +01:00
Tatesa Uradnik
6f1fbfdb60
feat(modifiers): add NONE 2025-11-29 14:07:42 +01:00
Héctor Ramón Jiménez
5db08b9f54
Fix buffer presentation in iced_tiny_skia
Co-authored-by: Ottatop <ottatop1227@gmail.com>
2025-11-29 14:01:59 +01:00
Héctor Ramón Jiménez
39ca9e0233
Fix initial screen of tour example 2025-11-29 13:56:30 +01:00
Héctor
70a9285796
Merge pull request #3022 from pml68/feat/markdown-tasklists
Tasklist support for markdown widget (disabled checkboxes)
2025-11-29 13:42:46 +01:00
Héctor Ramón Jiménez
8c29cbc3d9
Remove superfluous comma in markdown 2025-11-29 13:30:35 +01:00
Héctor Ramón Jiménez
696f912d3d
Remove width and center from Bullet::Point
Mixing bullet points and tasks is rare.
2025-11-29 13:29:24 +01:00
Héctor Ramón Jiménez
e27b8cba8e
Center task checkboxes vertically in markdown widget 2025-11-29 13:22:47 +01:00
Héctor Ramón Jiménez
6c271541b0
Refactor ListItem into Bullet in markdown widget 2025-11-29 13:22:28 +01:00
Héctor
4c3999c7a8
Merge pull request #3020 from libkurisu/master
Fix missing redraw request in `geometry` example
2025-11-29 13:01:23 +01:00
pml68
798e777772
feat: add support for *non-interactive* checkmarks in markdown 2025-11-29 12:56:37 +01:00
koneko64
ab6ab73ef7
Fix missing redraw request in geometry example 2025-11-29 12:51:40 +01:00
Héctor Ramón Jiménez
8b2b302762
Fix checkbox rendering its label unconditionally 2025-11-29 11:50:45 +01:00
Héctor
40d242bbe1
Merge pull request #3016 from bungoboingo/hack/gles-fix-part2
Fix GL backend choosing wrong texture format in `wgpu::image::atlas`
2025-11-29 11:00:51 +01:00
Shan
baf3b8e501
Fix GL backend choosing wrong texture format in wgpu::image::atlas 2025-11-29 10:49:18 +01:00
Héctor
565fd2adf7
Merge pull request #3015 from bradysimon/fix/hover-events
Fix `hover` ignoring events in certain conditions
2025-11-29 10:47:30 +01:00
Héctor
4dbce8272e
Merge pull request #3010 from Remmirad/stack_set_ref_child
Add `push_under` method to `stack` widget
2025-11-29 10:24:34 +01:00
Héctor Ramón Jiménez
f1bd6a376c
Add push_under method to stack widget
Co-authored-by: Remmirad <remmirad@posteo.net>
2025-11-29 10:15:50 +01:00
Héctor
d6dbc1f8d6
Merge pull request #3009 from pml68/feat/svg-status-update
Fix the svg `Status` not being updated on cursor movement
2025-11-29 09:57:46 +01:00
Héctor
f0aba10b41
Merge pull request #3012 from biglizards/master
Bump `wasmtimer` to `0.4.2`
2025-11-29 09:52:35 +01:00
pml68
2e88efddd5
fix: Svg status not getting updated 2025-11-29 09:45:44 +01:00
Mae Hood
59c3dbd4bb
Bump wasmtimer to 0.4.2 2025-11-29 09:42:55 +01:00
Héctor
ec4b925616
Merge pull request #3007 from Seppel3210/master
Fix navigation keys on higher layers not working
2025-11-29 09:41:00 +01:00
Héctor Ramón Jiménez
d66cf51ad2
Fix macOS shortcut handling in text_input and text_editor 2025-11-29 09:31:35 +01:00
Héctor Ramón Jiménez
4ba180319a
Use modified_key for single key bindings in text_input and text_editor
Co-authored-by: Basti Widua <seppel3210@gmail.com>
2025-11-29 09:15:19 +01:00
Héctor Ramón Jiménez
07c6234c0e
Merge pull request #3003 from evoe/feat-beacon-connect-use-env-vars
Closes #3003.
2025-11-29 08:56:03 +01:00
Julien Guibert-Peeters
d58e9ef191
Add env variable to define beacon server address
This commit replaces the default hardcoded value for the beacon server
address with an envvar. This allows one to run comet on one machine
while running the UI on another one (e.g. embedded system).
2025-11-29 08:55:12 +01:00
Héctor
625fc76f19
Merge pull request #3001 from csmoe/window-event-scale-change
feat: add window::Event::ScaleFactorChanged
2025-11-29 06:55:02 +01:00
Héctor
cdf1d3c666
Merge pull request #2999 from kbjr/markdown-fonts
Add additional settings to control the fonts used for markdown rendering
2025-11-29 06:47:05 +01:00
Héctor Ramón Jiménez
8811367e42
Rename ScaleFactorChanged event to Rescaled 2025-11-29 06:45:34 +01:00
csmoe
21cf7f98d7
feat: add window::Event::ScaleFactorChanged 2025-11-29 06:44:12 +01:00
Héctor Ramón Jiménez
c80b62790f
Replace text_font_family with font in markdown 2025-11-29 06:34:48 +01:00
Héctor
10b4e6d688
Merge pull request #2994 from rizzen-yazston/scrollable
[Scrollable] Added the ability to change a specific direction offset when updating the scrollable's offsets.
2025-11-29 06:33:35 +01:00
James Brumond
7e8c1c916f
add additional settings to control the fonts used for markdown rendering 2025-11-29 06:29:27 +01:00
Héctor Ramón Jiménez
8e372ce256
Allow scroll_to and snap_to to operate on a single axis
Co-authored-by: Rizzen Yazston <rizzen.yazston@gmail.com>
2025-11-29 06:23:18 +01:00
Héctor Ramón Jiménez
19569f7900
Implement From<(u32, u32)> for Size 2025-11-29 02:14:40 +01:00
Héctor
6aba73a13f
Merge pull request #2991 from bbb651/keyboard-event-repeat
Add `repeat` field to `keyboard::Event::KeyPressed`
2025-11-29 02:01:52 +01:00
Héctor
89b8a43731
Merge pull request #2986 from 13r0ck/tiny_skia/zero-size-image
Fix #2877: tiny_skia: crash when zero width/height image
2025-11-29 01:56:28 +01:00
bbb651
4108838713
Add repeat field to keyboard::Event::KeyPressed 2025-11-29 01:52:31 +01:00
Brock Szuszczewicz
dd1ff34697
Fix panic when drawing empty image in iced_tiny_skia 2025-11-29 01:47:00 +01:00
Héctor
4f6ccb78fe
Merge pull request #2981 from watsaig/feat/subscription_filter_map
Add `filter_map` method to `Subscription`
2025-11-29 01:07:55 +01:00