Commit graph

6458 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
7052bf3781
Improve consistency of runtime::window documentation 2025-11-20 01:50:17 +01:00
rhysd
d7d8b67cdc
Add window::monitor_size task 2025-11-20 01:46:57 +01:00
Héctor
fd57e61324
Merge pull request #2744 from rhysd/issue-2743
Do not capture released event inside `image::Viewer` when mouse is not dragged
2025-11-20 01:46:17 +01:00
Héctor
28ca3a5863
Merge pull request #2738 from jsatka/fix-custom-shader-example
Fix render pass viewport in `custom_shader` example
2025-11-20 01:43:14 +01:00
rhysd
26e3b54c4f
Do not capture released event inside image::Viewer 2025-11-20 01:35:00 +01:00
Joonas Satka
56bb4ce721
Fix render pass viewport in custom_shader example 2025-11-20 01:30:25 +01:00
Héctor
5195a59e20
Merge pull request #2735 from Exidex/closable-and-minimizable
Add ability to hide close and minimize title bar buttons
2025-11-20 01:23:50 +01:00
Héctor
e9317e7556
Merge pull request #2728 from rhysd/blur
Add option to make the transparent window blurry
2025-11-20 01:20:25 +01:00
Héctor
7eb2352c30
Merge pull request #2714 from mytdragon/combobox-text-shaping
Add `text_shaping` method to `combo_box` widget
2025-11-20 01:18:03 +01:00
rhysd
8f346ac220
Add option to make the transparent window blurry 2025-11-20 01:10:46 +01:00
MYT
d5e02408bb
Add text_shaping method to combo_box widget 2025-11-20 01:08:29 +01:00
Héctor
87eea88463
Merge pull request #2718 from flakes/new-rfd-and-windowhandles
Replace `window::run_with_handle` with a more powerful `window::run`
2025-11-20 00:54:23 +01:00
Héctor Ramón Jiménez
08e017b9aa
Rename handle to window in iced_winit 2025-11-20 00:44:36 +01:00
Héctor Ramón Jiménez
c9830b4a9b
Use window::run in editor example 2025-11-20 00:42:56 +01:00
Héctor Ramón Jiménez
bbba0942f8
Provide new Window trait to window::run
Co-authored-by: flakes <cxxjoe@gmail.com>
2025-11-20 00:41:56 +01:00
Héctor
2bbc7385e0
Merge pull request #2707 from xosxos/patch-2
Add `text_color` to toggler `Style`
2025-11-19 23:50:20 +01:00
Osma S. Rautila
038063f781
Add text_color to toggler::Style 2025-11-19 23:39:21 +01:00
Héctor
bbf936237d
Merge pull request #2699 from GyulyVGC/master
Add `menu_height` method to `PickList` and `ComboBox` widgets.
2025-11-19 23:38:06 +01:00
GyulyVGC
71a4dff703
Add menu_height method to pick_list and combo_box 2025-11-19 23:28:39 +01:00
Héctor
9ef65db8c9
Merge pull request #2695 from Integral-Tech/format-concat
Replace `format!` with `concat!` for string literals
2025-11-19 00:23:28 +01:00
Héctor
f47e848618
Merge pull request #2696 from edwloef/interaction-docs-fix
fix docs of `Widget::mouse_interaction`
2025-11-19 00:15:50 +01:00
Integral
6f5b53eec0
Replace format! with concat! for string literals 2025-11-19 00:11:31 +01:00
Héctor
80a3ca7af4
Merge pull request #2685 from thorn132/interaction_hidden
Mouse interaction to hide system cursor
2025-11-18 23:56:13 +01:00
thorn132
d33e18ec40
Fix integration example 2025-11-18 23:45:12 +01:00
thorn132
3a6f29ce67
Add Hidden variant to mouse::Interaction 2025-11-18 23:44:14 +01:00
Héctor
9565f88cb7
Merge pull request #2684 from Adam-Ladd/add_option_and_extract_options
Add `push` and `into_options` to `combo_box::State`
2025-11-18 23:37:46 +01:00
Héctor Ramón Jiménez
a862290836
Rename combo_box::State methods to push and into_options 2025-11-18 23:27:09 +01:00
Héctor
2f155f83c4
Merge pull request #2664 from Leonie-Theobald/findfocus_for_textinput
Implement find_focused() for text_input
2025-11-18 23:25:07 +01:00
user
d1360c74b0
added add_option and extract_options functions to combobox and split build_matcher (the logic to build a single matcher) out from build matchers 2025-11-18 23:19:57 +01:00
Héctor Ramón Jiménez
f1b0d558df
Fix broken find_by_id link in documentation 2025-11-18 23:15:47 +01:00
Héctor Ramón Jiménez
8503278492
Use to_owned instead of to_string in iced_selector 2025-11-18 23:05:30 +01:00
Héctor
08d1979975
Merge pull request #2655 from hydra/add-horizontal-and-vertical-padding-to-api
Add horizontal and vertical padding methods.
2025-11-18 23:04:06 +01:00
Leonie Theobald
1ae3b5e96a
Implement is_focused selector and unify selector API 2025-11-18 23:03:41 +01:00
Héctor Ramón Jiménez
5b029ae61c
Improve consistency of Padding API 2025-11-18 21:33:13 +01:00
Dominic Clifton
53110f0ede
Add horizontal and vertical padding methods. 2025-11-18 21:26:47 +01:00
Héctor
645643bfd6
Merge pull request #2653 from sgued/text-editor-id
Add `.id` method to text_editor to make it focusable programmatically
2025-11-15 22:57:30 +01:00
Héctor Ramón Jiménez
d0df7c689d
Simplify editor example a bit 2025-11-15 22:46:05 +01:00
Sosthène Guédon
0024fc0eb1
Add .id method and text_editor::focus task 2025-11-15 22:45:07 +01:00
Héctor Ramón Jiménez
41d930bd00
Fix unused import in graphics::image 2025-11-15 05:00:23 +01:00
Héctor
a1bebcc520
Merge pull request #3115 from iMohmmedSA/master
Correct padding vector in TextEditor to use (left, top) instead of (top, left)
2025-11-14 18:59:27 +01:00
iMohmmedSA
63d0ec78a9
Correct padding vector in TextEditor to use (left, top) instead of (top,
left)
2025-11-14 20:17:26 +03:00
Héctor
fc80f697b1
Merge pull request #3112 from edwloef/container-default-style-snap
make default container style respect `crisp` feature
2025-11-12 22:09:40 +01:00
edwloef
ca9d93b5c6
make default container style respect crisp feature 2025-11-12 18:12:43 +01:00
Héctor Ramón Jiménez
54b5c52db2
Take Program by reference in iced_test::screenshot 2025-11-12 14:34:48 +01:00
Héctor Ramón Jiménez
085c8fae8d
Add screenshot helpers to iced_test 2025-11-12 00:53:10 +01:00
Héctor Ramón Jiménez
ea614387f4
Select surface formats with no required features in iced_wgpu 2025-11-03 22:27:22 +01:00
Héctor Ramón Jiménez
c538311ee0
Remove iced_debug dependency from iced_runtime 2025-11-02 01:36:05 +01:00
Héctor Ramón Jiménez
b6a0adf2d9
Clamp image border radius to clip_bounds dimensions
Fixes #3100.
2025-11-01 15:41:13 +01:00
Héctor Ramón Jiménez
b500cd85e7
Fix panic when mouse-scrolling a text_editor 2025-11-01 01:41:45 +01:00
Héctor
200e2673cd
Merge pull request #3098 from iced-rs/cosmic-text-0.15
Update `cosmic-text` to `0.15`
2025-10-31 20:10:45 +01:00