Commit graph

581 commits

Author SHA1 Message Date
Héctor
d91e426dab
Add missing dot in unfocus operation docs 2025-02-11 20:48:00 +01:00
edwloef
b80c23fd94
add unfocus operation 2025-02-11 15:47:08 +01:00
Héctor Ramón Jiménez
ec4d007a4c
Simplify gallery example a bit 2025-02-09 08:02:05 +01:00
Héctor Ramón Jiménez
f3ae4266e9
Implement From<u32> instead of u16 for Length and Pixels 2025-02-09 06:38:48 +01:00
Héctor Ramón Jiménez
e8020f3eaf
Add Copy action to code blocks in markdown example 2025-02-04 20:58:06 +01:00
Héctor Ramón Jiménez
24cf355e96
Fix documentation of markdown and rich_text 2025-02-04 19:07:24 +01:00
Héctor Ramón Jiménez
5655998761
Draft Viewer trait for markdown 2025-02-04 07:53:56 +01:00
Héctor Ramón Jiménez
afef368d8a
Take Event by reference in Widget::update 2025-02-04 01:26:59 +01:00
Héctor Ramón Jiménez
50eaef2844
Merge branch 'master' into explore-input-method2 2025-02-03 17:24:05 +01:00
Héctor Ramón Jiménez
141290c740
Fix InputMethod conflicts with multiple scrollables 2025-02-03 17:12:08 +01:00
Héctor Ramón Jiménez
0c0651de5b
Introduce Levitating variant for mouse::Cursor 2025-02-03 05:45:51 +01:00
Héctor Ramón Jiménez
3029481b72
Ignore redraws of invisible content in hover widget 2025-02-03 04:34:13 +01:00
Héctor Ramón Jiménez
76c25d2fb2
Fix typo in core::Event documentation 2025-02-03 03:36:18 +01:00
Héctor Ramón Jiménez
ba755c69d6
Fulfill InputMethod requests only during RedrawRequested 2025-02-03 03:34:41 +01:00
Héctor Ramón Jiménez
c9abe25d31
Use text::Span::new in window_manager 2025-02-03 02:38:20 +01:00
Héctor Ramón Jiménez
c83809adb9
Implement basic IME selection in Preedit overlay 2025-02-03 02:33:40 +01:00
Héctor Ramón Jiménez
db990b77e4
Add neutral None variant to InputMethod 2025-02-02 21:06:50 +01:00
Héctor Ramón Jiménez
ae10adda74
Refactor and simplify input_method API 2025-02-02 20:45:29 +01:00
Héctor Ramón Jiménez
d5ee9c2795
Copy winit docs for input_method::Event 2025-02-02 17:55:16 +01:00
KENZ
7db5256b72
Draft input_method support 2025-02-02 17:44:13 +01:00
Héctor Ramón Jiménez
a56c2f3d81
Enable animation module for Wasm target 2025-01-29 04:55:51 +01:00
Héctor
9b959d3e80
Merge pull request #2758 from airstrike/mouse-transformation
Implement `Mul<Transformation>` for `mouse::Cursor` and `mouse::Click`
2025-01-28 18:47:28 +01:00
Andy Terra
6576184bae Move cursor Transformation to mouse::cursor module 2025-01-28 11:34:36 -05:00
Héctor Ramón Jiménez
87165ccd29
Introduce LineEnding to editor and fix inconsistencies 2025-01-28 06:23:38 +01:00
Andy Terra
34673fc54f Implement Mul<Transformation> for mouse::Click 2025-01-27 23:05:51 -05:00
Andy Terra
0802ed3b3a Implement Mul<Transformation> for mouse::Cursor 2025-01-27 23:05:24 -05:00
Héctor Ramón Jiménez
ae35992048
Add repeat, repeat_forever, and auto_reverse to Animation 2025-01-28 03:24:48 +01:00
Héctor Ramón Jiménez
23d42d2827
Rename Animation::in_progress to is_animating 2025-01-28 03:04:31 +01:00
Héctor Ramón Jiménez
8fd87f94eb
Make animation module only available in native 2025-01-27 05:32:18 +01:00
Héctor Ramón Jiménez
2753103942
Fix broken intra-doc link in animation 2025-01-27 05:22:37 +01:00
Héctor Ramón Jiménez
890d852e05
Implement Animation::value 2025-01-27 05:01:24 +01:00
Héctor Ramón Jiménez
bf600a0811
Draft basic Animation API in iced_core 2025-01-27 02:50:51 +01:00
Héctor
da1726b134
Merge pull request #2749 from rhysd/const-from-rgb8
Make `Color::from_rgb8` and `Color::from_rgba8` const
2025-01-27 01:27:26 +01:00
Héctor Ramón Jiménez
81f05f00c2
Use color! macro in Palette definitions 2025-01-27 01:17:45 +01:00
Héctor Ramón Jiménez
ce07acf6fe
Make all Color constructors const 🎉 2025-01-27 01:09:16 +01:00
Héctor
1dccd1e71f
Merge pull request #2741 from edwloef/click-kind-derive
derive PartialEq and Eq for `mouse::click::Kind`
2025-01-26 20:22:52 +01:00
Héctor Ramón Jiménez
e90ff41edb
Implement pop widget 🎉 2025-01-26 04:29:57 +01:00
rhysd
c6da74702e Make Color::from_rgb8 and Color::from_rgba8 const 2025-01-25 09:11:27 +09:00
Héctor Ramón Jiménez
3d893ae01b
Add Duration helpers to time module 2025-01-24 18:47:34 +01:00
edwloef
3d64e6cd3c
derive partialeq and eq for mouse::click::Kind 2025-01-22 16:32:59 +01:00
tsuza
e3f149d932
feat: add a window drag resize task 2025-01-16 11:17:00 +00:00
Héctor Ramón Jiménez
6fb7ec6cd4
Use unwrap_or in Theme::default 2025-01-14 11:36:02 +00:00
Ricardo Fernández Serrata
b0f860533e
migrate core::theme to dark-light v2 2025-01-09 19:30:09 -04:00
Héctor
717b296cdb
Merge pull request #2626 from tvolk131/remove_once_cell
chore: remove once_cell dependency
2025-01-06 23:09:15 +01:00
Héctor
634365564e
Merge pull request #2627 from bbb651/more-window-settings
Add `maximized` and `fullscreen` to `window::Settings`
2025-01-06 23:05:32 +01:00
Héctor Ramón Jiménez
2b8b3fd413
Fix consistency of import ordering 2025-01-06 23:00:21 +01:00
Tommy Volk
0e8c3fe30f
chore: remove once_cell dependency 2025-01-06 22:56:48 +01:00
David Aguiló Domínguez
feef71a382
Moved warning to be between success and danger 2025-01-06 20:31:20 +01:00
David Aguiló Domínguez
3bc836827a
Added color for warning for TERRA, and added warning field to Extended with the needed struct and generate 2025-01-06 20:31:20 +01:00
David Aguiló Domínguez
39f2cdd946
Added color for warning for OXOCARBON, used a purple since it is the one used for diagnostic warnings in the nvim theme 2025-01-06 20:31:20 +01:00