Héctor Ramón Jiménez
|
8059c40142
|
Fix clippy lints
|
2023-02-24 13:58:17 +01:00 |
|
Héctor Ramón Jiménez
|
700262e05c
|
Fix checkbox example
|
2023-02-24 13:56:37 +01:00 |
|
Héctor Ramón Jiménez
|
26e902f7d8
|
Compute grapheme index in find_cursor_position for TextInput
|
2023-02-24 13:37:32 +01:00 |
|
Héctor Ramón Jiménez
|
c8befa8d95
|
Fix useless f32 conversions and please clippy
|
2023-02-24 13:37:29 +01:00 |
|
Héctor Ramón Jiménez
|
a2ab9e9395
|
Use Pixels for Text::size
|
2023-02-24 13:34:59 +01:00 |
|
Héctor Ramón Jiménez
|
17470bf7d3
|
Fix clippy lints 🎉
|
2023-02-24 13:31:19 +01:00 |
|
Héctor Ramón Jiménez
|
b29de28d1f
|
Overhaul Font type to allow font family selection
|
2023-02-24 13:28:24 +01:00 |
|
Héctor Ramón Jiménez
|
032e860f13
|
Fix PickList line height
|
2023-02-24 13:22:56 +01:00 |
|
Héctor Ramón Jiménez
|
c68edb3278
|
Fix TextInput line height
|
2023-02-24 13:20:54 +01:00 |
|
Héctor Ramón
|
8c83d40e11
|
Merge pull request #1721 from casperstorm/feat/no-bleed-slider
Sliders no longer bleed over rail
|
2023-02-20 14:54:54 +01:00 |
|
Casper Storm
|
96c0bd65df
|
Sliders no longer bleed over rail
|
2023-02-20 12:24:31 +01:00 |
|
Héctor Ramón Jiménez
|
0d1656937b
|
Bump versions 🎉
|
2023-02-18 12:04:40 +01:00 |
|
Héctor Ramón Jiménez
|
fd14086933
|
Use Pixels for padding in image::Viewer
|
2023-02-17 16:24:37 +01:00 |
|
Héctor Ramón Jiménez
|
a467a037c3
|
Use Pixels for spacing
|
2023-02-17 16:23:29 +01:00 |
|
Héctor Ramón Jiménez
|
fd3a141024
|
Use f32 for Icon::size in checkbox
|
2023-02-17 16:18:27 +01:00 |
|
Héctor Ramón Jiménez
|
3320ac1126
|
Use f32 for Padding
|
2023-02-17 16:09:49 +01:00 |
|
Héctor Ramón Jiménez
|
0872d078e2
|
Use Pixels for size methods
|
2023-02-17 15:56:19 +01:00 |
|
Héctor Ramón Jiménez
|
67e3da5669
|
Use Pixels for Slider::height and VerticalSlider::width
|
2023-02-17 15:55:12 +01:00 |
|
Héctor Ramón Jiménez
|
70483e7fdd
|
Fix Scrollbar bound calculations in Scrollable
|
2023-02-17 15:48:35 +01:00 |
|
Héctor Ramón Jiménez
|
570600ce51
|
Use Pixels for Text::size
|
2023-02-17 15:47:51 +01:00 |
|
Héctor Ramón Jiménez
|
7b8b01f560
|
Use f32 in Length::Units and rename it to Fixed
|
2023-02-17 15:40:17 +01:00 |
|
Héctor Ramón
|
32745f472f
|
Merge pull request #1707 from casperstorm/feat/checkbox-icon
Added the ability to change `Checkbox` icon
|
2023-02-17 12:58:27 +01:00 |
|
Héctor Ramón
|
e3fbaed12f
|
Merge pull request #1695 from nicksenger/widgets/container-ids
Provide widgets IDs to `Operation::container`
|
2023-02-16 16:32:07 +01:00 |
|
Nick Senger
|
273c9be00f
|
container: allow specification of ID and provide to Operation::container
|
2023-02-16 16:15:45 +01:00 |
|
Nick Senger
|
d05ac38159
|
Revert "provide ID to operation.container in applicable widgets"
This reverts commit 8f9550bcf7c1cebbf90e80683761375406ca6139.
|
2023-02-16 16:15:45 +01:00 |
|
Nick Senger
|
84a6038961
|
provide ID to operation.container in applicable widgets
|
2023-02-16 16:15:45 +01:00 |
|
Nick Senger
|
6a683b603d
|
scrollable: provide ID to operation.container
|
2023-02-16 16:15:41 +01:00 |
|
Casper Storm
|
4fb0be1793
|
Added the ability to change checkbox icon
|
2023-02-16 14:13:04 +01:00 |
|
Cory Forsstrom
|
a9992d131b
|
Pad after setting width
Otherwise `width` will set limits back to a fixed width if
`Length::Units` is used, overwriting padding.
|
2023-02-14 11:40:29 -08:00 |
|
Héctor Ramón Jiménez
|
7f1d58aa45
|
Inline Handle::content for simplicity and efficiency
We can avoid downcasting `state` :^)
|
2023-02-14 07:09:24 +01:00 |
|
Héctor Ramón Jiménez
|
fee1ab69e2
|
Provide State reference instead of closure to pick_list::draw
|
2023-02-14 07:05:35 +01:00 |
|
Héctor Ramón Jiménez
|
bbff06b462
|
Use char instead of String for pick_list::Icon
|
2023-02-14 07:03:25 +01:00 |
|
Héctor Ramón Jiménez
|
0272cac89e
|
Move Handle and Icon definitions in pick_list
|
2023-02-14 07:03:24 +01:00 |
|
Héctor Ramón Jiménez
|
5569e12149
|
Rename HandleContent to Icon and simplify generics
|
2023-02-14 07:03:24 +01:00 |
|
Casper Storm
|
efaa80fb44
|
Extend pick_list::Handle
|
2023-02-14 07:03:24 +01:00 |
|
Cory Forsstrom
|
7356f2b68d
|
Refactor image draw to standalone function
|
2023-01-28 18:41:33 -08:00 |
|
Héctor Ramón
|
dc6f9f432a
|
Merge pull request #1678 from frey/fix/mapped_operations_missing
Mapped operations is missing text_input()
|
2023-01-28 20:12:33 +01:00 |
|
13r0ck
|
42b1bfe66d
|
Fix: Clippy lint 'uninlined_format_args'
|
2023-01-27 14:02:48 -07:00 |
|
frey
|
d2008eed47
|
Mapped operations is missing text_input()...
This fixes a bug where some operations could be dropped.
|
2023-01-26 22:02:36 -06:00 |
|
Cory Forsstrom
|
b2a3a85acb
|
Use group overlay for containers w/ children
|
2023-01-17 10:18:39 -08:00 |
|
Héctor Ramón Jiménez
|
daa3f3324d
|
Introduce custom method to widget::Operation trait
This allows users to write operations for their custom widgets.
|
2023-01-14 03:20:30 +01:00 |
|
Héctor Ramón Jiménez
|
9fe46de13f
|
Bump versions 🎉
|
2023-01-14 01:10:28 +01:00 |
|
Héctor Ramón Jiménez
|
c6d0046102
|
Use instant instead of wasm-timer in iced_core
|
2023-01-12 06:25:59 +01:00 |
|
Héctor Ramón Jiménez
|
fc54d6ba31
|
Use instant to fix Wasm target
|
2023-01-12 05:26:39 +01:00 |
|
Héctor Ramón Jiménez
|
e2ddef7438
|
Replace Option<Instant> with RedrawRequest enum
|
2023-01-12 05:18:25 +01:00 |
|
Héctor Ramón Jiménez
|
502c9bfbf6
|
Rename Focus::at to Focus::updated_at in text_input
|
2023-01-12 04:54:34 +01:00 |
|
Héctor Ramón Jiménez
|
c649ec8cf7
|
Use short-hand field notation in TextInput
|
2023-01-12 03:22:34 +01:00 |
|
Héctor Ramón Jiménez
|
178bd2d83c
|
Avoid reblinking cursor when clicking a focused TextInput
|
2023-01-12 03:21:15 +01:00 |
|
Héctor Ramón Jiménez
|
7354f68b3c
|
Draft Shell:request_redraw API
... and implement `TextInput` cursor blink 🎉
|
2023-01-12 02:59:08 +01:00 |
|
Héctor Ramón
|
7ccd87c36b
|
Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling
[Feature] Multidirectional scrolling
|
2023-01-09 19:23:35 +01:00 |
|