Héctor Ramón Jiménez
|
a25b1af456
|
Replace Command with a new Task API with chain support
|
2024-06-14 01:47:39 +02:00 |
|
Héctor Ramón Jiménez
|
e400f972c1
|
Introduce window::Id to Event subscriptions
And remove `window::Id` from `Event` altogether.
|
2024-06-10 22:03:46 +02:00 |
|
Héctor Ramón Jiménez
|
3312dc8080
|
Create jump and macos_command methods in keyboard::Modifiers
|
2024-05-31 16:23:09 +02:00 |
|
BradySimon
|
bd48946b02
|
Add Command + ArrowLeft/Right input behavior for macos
|
2024-05-31 16:11:33 +02:00 |
|
Héctor Ramón Jiménez
|
13289dbd19
|
Merge branch 'master' into wgpu/better-architecture
|
2024-04-07 14:06:52 +02:00 |
|
Héctor Ramón Jiménez
|
6d3e1d835e
|
Decouple caching from layering and simplify everything
|
2024-04-05 23:59:21 +02:00 |
|
Aaron McGuire
|
31d1d5fecb
|
Check is_secure before a copy/cut from TextInput (#2366)
* Check is_secure before copy/cut on text_input
* run cargo fmt
|
2024-04-02 08:46:35 +00:00 |
|
Héctor Ramón Jiménez
|
6216c513d5
|
Use generic Content in Text to avoid reallocation in fill_text
|
2024-04-01 11:30:01 +02:00 |
|
Héctor Ramón Jiménez
|
f0ae9a0c38
|
Use Catalog approach for all widgets
|
2024-03-24 05:03:09 +01:00 |
|
Héctor Ramón Jiménez
|
d1e4049541
|
Use closures for TextInput::style
|
2024-03-12 15:35:48 +01:00 |
|
Héctor Ramón Jiménez
|
77bf93c32f
|
Use integer coordinates for input caret
This should stop the caret from changing thickness
in screens with an integral scale factor.
|
2024-03-10 12:41:53 +01:00 |
|
Héctor Ramón Jiménez
|
833538ee7f
|
Leverage DefaultStyle traits instead of Default
|
2024-03-07 20:11:32 +01:00 |
|
Héctor Ramón Jiménez
|
905f2160e6
|
Move Theme type to iced_core
|
2024-03-07 00:14:41 +01:00 |
|
Héctor Ramón Jiménez
|
34e7c6593a
|
Use Style struct pattern instead of trait for all widgets
|
2024-03-06 20:30:58 +01:00 |
|
Héctor Ramón Jiménez
|
704ec9cb5c
|
Simplify theming for TextInput widget
|
2024-03-05 15:53:59 +01:00 |
|
Héctor Ramón Jiménez
|
d037867929
|
Capture select all command in TextInput
|
2024-02-28 10:06:30 +01:00 |
|
Héctor Ramón Jiménez
|
996be15f36
|
Prioritize TextInput and TextEditor commands over text insertion
|
2024-02-28 09:40:14 +01:00 |
|
Héctor Ramón Jiménez
|
680e8425c3
|
Prioritize text insertion in TextInput and TextEditor
|
2024-02-21 13:00:34 +01:00 |
|
Héctor Ramón Jiménez
|
9dd20ead08
|
Rename password method in TextInput to secure
|
2024-02-15 02:01:56 +01:00 |
|
Héctor Ramón Jiménez
|
508b3fe1f1
|
Introduce Kind in core::clipboard
|
2024-02-13 03:15:21 +01:00 |
|
Héctor Ramón Jiménez
|
b544c90812
|
Fix impossible to type v in TextInput
|
2024-01-22 14:30:40 +01:00 |
|
Héctor Ramón Jiménez
|
7a50e9e8fb
|
Convert Renderer::Theme to generic Widget type
|
2024-01-21 17:56:01 +01:00 |
|
Héctor Ramón Jiménez
|
25f182f933
|
Introduce Border struct analogous to Shadow
|
2024-01-20 13:29:25 +01:00 |
|
Héctor Ramón Jiménez
|
370b2f6df7
|
Use Default implementation of renderer::Quad
|
2024-01-20 12:25:07 +01:00 |
|
Nick Senger
|
cc906c83cd
|
feat: quad shadows
|
2024-01-20 11:59:37 +01:00 |
|
Héctor Ramón Jiménez
|
64d1ce5532
|
Refactor KeyCode into Key and Location
|
2024-01-16 13:28:00 +01:00 |
|
Héctor Ramón Jiménez
|
534c7dd7b0
|
Merge branch 'master' into update-winit
|
2024-01-16 12:02:42 +01:00 |
|
Héctor Ramón
|
50c310fd9f
|
Merge pull request #2192 from iced-rs/fix/layout-inconsistencies
Layout consistency
|
2024-01-12 14:41:40 +01:00 |
|
Héctor Ramón Jiménez
|
5315e04a26
|
Fix clipping of TextInput selection
|
2024-01-12 13:34:14 +01:00 |
|
Héctor Ramón Jiménez
|
d62bb8193c
|
Introduce useful helpers in layout module
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
d278bfd21d
|
Replace width and height with Widget::size
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
0655a20ad1
|
Make Shrink have priority over Fill in layout
|
2024-01-04 06:51:21 +01:00 |
|
Héctor Ramón Jiménez
|
e819c2390b
|
Update winit to 0.29.4
|
2023-12-15 13:39:00 +01:00 |
|
Héctor Ramón
|
fc285d3e46
|
Merge pull request #1964 from bungoboingo/feat/multi-window-support
[Feature] 🪟 Multi Window 🪟 .. redux!
|
2023-12-05 01:03:09 +01:00 |
|
Héctor Ramón Jiménez
|
43a7cc2222
|
Fix clippy lint
|
2023-12-01 16:10:37 +01:00 |
|
Héctor Ramón Jiménez
|
936d480267
|
Clip text to viewport bounds instead of layout bounds
|
2023-12-01 16:04:27 +01:00 |
|
Héctor Ramón Jiménez
|
e09b4e24dd
|
Merge branch 'master' into feat/multi-window-support
|
2023-11-29 22:28:31 +01:00 |
|
Héctor Ramón Jiménez
|
6582387579
|
Merge branch 'master' into text-editor
|
2023-10-27 03:58:45 +02:00 |
|
Héctor Ramón Jiménez
|
34f07b6027
|
Fix clippy::semicolon_if_nothing_returned
|
2023-09-20 04:11:52 +02:00 |
|
Héctor Ramón Jiménez
|
346af3f8b0
|
Make FontSystem global and simplify Paragraph API
|
2023-09-11 02:47:24 +02:00 |
|
Héctor Ramón Jiménez
|
bc1bde0d5c
|
Fix ComboBox widget not displaying selection text
|
2023-09-10 03:36:31 +02:00 |
|
Héctor Ramón Jiménez
|
b8e5693a30
|
Merge branch 'master' into explicit-text-caching
|
2023-09-10 00:34:21 +02:00 |
|
Matthias Vogelgesang
|
89d9f1d7d2
|
Fix majority of unresolved documentation links
|
2023-09-09 18:59:17 +02:00 |
|
Héctor Ramón Jiménez
|
3cc605b70f
|
Implement Icon support for TextInput
|
2023-09-09 12:36:00 +02:00 |
|
Héctor Ramón Jiménez
|
bcd9fdb521
|
Simplify new logic in TextInput
|
2023-08-30 06:43:45 +02:00 |
|
Héctor Ramón Jiménez
|
a026e917d3
|
Make widget::Tree mutable in Widget::layout
|
2023-08-30 06:36:24 +02:00 |
|
Héctor Ramón Jiménez
|
ed3454301e
|
Implement explicit text caching in the widget state tree
|
2023-08-30 04:31:21 +02:00 |
|
Héctor Ramón Jiménez
|
36120d5685
|
Run cargo fmt with Rust 1.72
|
2023-08-26 01:31:11 +02:00 |
|
Casper Rogild Storm
|
c81f4676fb
|
ensure no paste with alt
|
2023-08-05 21:47:02 +02:00 |
|
Héctor Ramón Jiménez
|
9eb2889d09
|
Use default padding of TextInput in ComboBox
|
2023-07-26 22:33:33 +02:00 |
|