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 |
|
David Aguiló Domínguez
|
c3aefdc27b
|
Added color for warning for MOONFLY and NIGHTFLY
|
2025-01-06 20:31:20 +01:00 |
|
David Aguiló Domínguez
|
91439dc172
|
Added color for warning for TOKYO_NIGHT and KANAGAWA
|
2025-01-06 20:31:20 +01:00 |
|
David Aguiló Domínguez
|
c768aba64c
|
Added color for warning for GRUVBOX and CATPPUCCIN
|
2025-01-06 20:31:19 +01:00 |
|
David Aguiló Domínguez
|
9e2f7b2d50
|
Added warning field to palette and assigned colors to it in the LIGHT, DARK, DRACULA, NORD and SOLARIZED(both) themes
|
2025-01-06 20:31:19 +01:00 |
|
Héctor Ramón Jiménez
|
bfab1a32d1
|
Fix documentation of window::Event::Opened
|
2025-01-06 20:13:51 +01:00 |
|
Héctor Ramón Jiménez
|
326c5852aa
|
Fix broken link in Settings documentation
|
2024-12-17 02:20:23 +01:00 |
|