summaryrefslogtreecommitdiffstats
path: root/native/src/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prevent pane grid title bar content and controls from overlappingLibravatar mtkennerly2022-06-071-24/+47
|
* Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-023-3/+3
|
* Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-308-11/+38
|
* Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
|
* Restrict text width & height to prevent overflowLibravatar Cory Forsstrom2022-04-271-1/+2
|
* Manually center top aligned textLibravatar Cory Forsstrom2022-04-271-2/+4
|
* Use top alignment instead of new layerLibravatar Cory Forsstrom2022-04-271-17/+14
|
* Clip bounds to prevent text overflowLibravatar Cory Forsstrom2022-04-251-16/+18
|
* Don't wrap picklist label textLibravatar Cory Forsstrom2022-04-251-0/+1
|
* Reuse `Tooltip` draw logic in `iced_pure`Libravatar Héctor Ramón Jiménez2022-04-241-88/+131
|
* Implemented Tooltip as PureLibravatar Casper Rogild Storm2022-04-221-2/+2
|
* Fix slider's handle position calculationLibravatar MG_REX2022-03-291-4/+4
|
* Merge pull request #1294 from marienz/pure-overlayLibravatar Héctor Ramón2022-03-291-3/+3
|\ | | | | Forward overlay() calls in iced_pure::element::Map
| * Loose lifetime bounds in `pure::Widget` implementationsLibravatar Héctor Ramón Jiménez2022-03-291-3/+3
| |
* | Fix `KeyPressed` event being always `Captured` by `TextInput`Libravatar Héctor Ramón Jiménez2022-03-281-2/+2
|/
* Restore `TextInput::draw` helperLibravatar Héctor Ramón Jiménez2022-03-181-12/+24
| | | | This helper should be unnecessary in the future.
* Implement `pure` version of `PaneGrid` widgetLibravatar Héctor Ramón Jiménez2022-03-145-406/+547
|
* Implement `pure` version of `Rule` widgetLibravatar Héctor Ramón Jiménez2022-03-101-6/+6
|
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-092-2/+8
| | | | Instead, we can define the type aliases just once in the root crate!
* Merge branch 'master' into virtual-widgetsLibravatar Héctor Ramón Jiménez2022-03-0723-391/+180
|\
| * Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez2022-02-2323-307/+39
| |
| * Hash `content_fit` in `hash_layout` of `Image` and `Svg`Libravatar Héctor Ramón Jiménez2022-02-162-0/+2
| |
| * Remove redundant `layout.bounds()` calls in `Image` and `Svg`Libravatar Héctor Ramón Jiménez2022-02-162-12/+10
| |
| * Add `ContentFit` support to `Svg` widgetLibravatar Héctor Ramón Jiménez2022-02-162-17/+67
| |
| * Center `Image` inside available bounds when possibleLibravatar Héctor Ramón Jiménez2022-02-161-9/+14
| |
| * Rename `Image::fit` to `content_fit`Libravatar Héctor Ramón Jiménez2022-02-161-6/+10
| | | | | | | | ... just for consistency!
| * Make documentation of `Image::fit` consistentLibravatar Héctor Ramón Jiménez2022-02-161-1/+1
| |
| * Use a new clipping layer only when necessary in `Image::draw`Libravatar Héctor Ramón Jiménez2022-02-161-2/+11
| |
| * Add support for `ContentFit` for `Image`Libravatar Emi Simpson2022-02-161-16/+50
| |
* | Add `overlay` support in `iced_pure` and port `PickList` :tada:Libravatar Héctor Ramón Jiménez2022-02-161-240/+364
| |
* | Implement `Radio` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-131-1/+1
| |
* | Introduce lifetime to `on_change` handler for `Toggler`Libravatar Héctor Ramón Jiménez2022-02-131-2/+2
| |
* | Implement `Slider` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-131-165/+232
| |
* | Implement `Image` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-131-24/+49
| |
* | Implement `TextInput` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-448/+477
| |
* | Implement `Scrollable` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-369/+520
| |
* | Implement `Checkbox` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-2/+2
| |
* | Implement `Container` widget in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-22/+36
| |
* | Expose reusable `Button` logicLibravatar Héctor Ramón Jiménez2022-02-111-121/+174
|/ | | | ... and reuse it in `iced_pure`!
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-202-30/+14
| | | | Instead, always use a `StyleSheet`.
* Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-121-212/+0
|
* Implement `Widget::mouse_interaction` for `Responsive`Libravatar Héctor Ramón Jiménez2022-01-111-21/+41
|
* Introduce `Renderer` argument to `mouse_interaction` and `on_event`Libravatar Héctor Ramón Jiménez2022-01-1116-16/+67
|
* Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-111-0/+4
| | | | ... by introducing a new `invalidate_widgets` method to `Shell`
* Draft `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-111-0/+188
|
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-036-6/+6
|
* Lower text::Renderer's Font bound from Copy to CloneLibravatar Olivier Pinon2021-12-106-22/+23
|
* Decouple the image Handle type from the iced_native implementationLibravatar Olivier Pinon2021-12-102-22/+28
|
* Make TextInput emit a Submit message when the key NumpadEnter is pressedLibravatar nlevy2021-12-091-1/+2
|
* Remove unused field in `scrollable::Scrollbar`Libravatar Héctor Ramón Jiménez2021-12-071-4/+0
|