Héctor Ramón Jiménez
|
67e489e382
|
Update to Rust 2024 and fix compiler errors
|
2025-02-21 01:37:13 +01:00 |
|
Héctor Ramón Jiménez
|
ffc412d6b7
|
Implement delay for pop widget 🎉
|
2025-02-19 07:23:50 +01:00 |
|
Héctor Ramón Jiménez
|
7979125ed7
|
Simplify InputMethod API with only two states
Co-authored-by: rhysd <lin90162@yahoo.co.jp>
Co-authored-by: KENZ <KENZ.gelsoft@gmail.com>
|
2025-02-12 08:46:35 +01:00 |
|
Héctor
|
7c1123d6c9
|
Merge pull request #2790 from rhysd/adjust-preedit-size
Set correct text size for preedit window
|
2025-02-12 07:36:48 +01:00 |
|
Héctor
|
89a412695a
|
Merge pull request #2805 from iced-rs/feature/sipper-support
`sipper` support and some QoL
|
2025-02-12 01:51:20 +01:00 |
|
Héctor
|
d91e426dab
|
Add missing dot in unfocus operation docs
|
2025-02-11 20:48:00 +01:00 |
|
Héctor Ramón Jiménez
|
6f48671042
|
Fix broken link in Function documentation
|
2025-02-11 20:28:19 +01:00 |
|
Héctor Ramón Jiménez
|
7d99e4d07e
|
Use Function trait in Element::map example
|
2025-02-11 20:25:48 +01:00 |
|
edwloef
|
b80c23fd94
|
add unfocus operation
|
2025-02-11 15:47:08 +01:00 |
|
Héctor Ramón Jiménez
|
eab723866e
|
Replace with function with Function trait
|
2025-02-11 10:36:45 +01:00 |
|
Héctor Ramón Jiménez
|
080db34849
|
Make with take a Copy prefix
Use the `with!` macro otherwise!
|
2025-02-11 03:48:49 +01:00 |
|
Héctor Ramón Jiménez
|
d2d93d0916
|
Fix typo in with! documentation
|
2025-02-11 03:42:44 +01:00 |
|
Héctor Ramón Jiménez
|
0c528be2ea
|
Introduce with helper and use sipper in gallery example
|
2025-02-11 03:41:29 +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 |
|
rhysd
|
cf851e133a
|
Do not pass text size to Preedit::new
|
2025-02-06 09:57:01 +09:00 |
|
rhysd
|
fcdf53afde
|
Set correct text size for text in preedit window
|
2025-02-06 02:01:52 +09: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 |
|