summaryrefslogtreecommitdiffstats
path: root/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation of `default` method for `slider`Libravatar Héctor Ramón Jiménez2024-01-312-2/+4
|
* Rename `step_fine` in `slider` to `shift_step`Libravatar Héctor Ramón Jiménez2024-01-312-23/+25
|
* Simplify `slider` logic furtherLibravatar Héctor Ramón Jiménez2024-01-312-40/+42
|
* Simplify `Change` enum in `slider` logic and remove double-click behaviorLibravatar Héctor Ramón Jiménez2024-01-312-118/+35
|
* Enhance `Slider` and `VerticalSlider` functionalityLibravatar Jonatan Pettersson2024-01-312-31/+296
| | | | | | | | | | | | | * Add optional default behavior * Add a `default` field * Add a `default()` method to set the `default` field * A double-click, ctrl-click or command-click will set the slider to the default value * Add optional fine-grained control * Add an optional `step_fine` field * Add a `step_fine()` method to set the `step_fine` field * Use `step_fine` in place of `step` while shift is pressed * Add increment/decrement via up/down keys * Update `Slider` and `VerticalSlider` examples
* Avoid returning early on `Captured` event in `scrollable`Libravatar Héctor Ramón Jiménez2024-01-311-10/+10
| | | | Co-authored-by: Austin M. Reppert <austinmreppert@gmail.com>
* Add cut functionality to text editorLibravatar jhannyj2024-01-251-0/+12
|
* Fix impossible to type `v` in `TextInput`Libravatar Héctor Ramón Jiménez2024-01-221-34/+29
|
* Introduce `themer` widgetLibravatar Héctor Ramón Jiménez2024-01-213-2/+284
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-2139-801/+865
|
* Add `Shadow` to `container::Appearance`Libravatar Héctor Ramón Jiménez2024-01-202-4/+6
|
* Add `Shadow` to `button::Appearance`Libravatar Héctor Ramón Jiménez2024-01-201-1/+5
|
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-2015-96/+67
|
* Use `Default` implementation of `renderer::Quad`Libravatar Héctor Ramón Jiménez2024-01-2015-83/+43
|
* feat: quad shadowsLibravatar Nick Senger2024-01-2015-0/+31
|
* Merge pull request #2163 from hicaru/svg_hoverLibravatar Héctor Ramón2024-01-181-2/+7
|\ | | | | added svg hover, for styles impl
| * Fix `Svg` stylingLibravatar Héctor Ramón2024-01-091-2/+2
| |
| * added svg hover, for styles implLibravatar hicaru2023-12-121-2/+7
| |
* | Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-163-59/+76
| |
* | Merge branch 'master' into update-winitLibravatar Héctor Ramón Jiménez2024-01-1636-447/+498
|\ \
| * \ Merge pull request #2192 from iced-rs/fix/layout-inconsistenciesLibravatar Héctor Ramón2024-01-1234-406/+390
| |\ \ | | | | | | | | Layout consistency
| | * | Make `Button` sizing strategy adaptiveLibravatar Héctor Ramón Jiménez2024-01-112-13/+8
| | | |
| | * | Add `Theme` selector to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-102-4/+4
| | | |
| | * | Fix `cross` calculation in `layout::flex`Libravatar Héctor Ramón Jiménez2024-01-101-1/+0
| | | |
| | * | Fix unnecessary `into` call in `Container::new`Libravatar Héctor Ramón Jiménez2024-01-101-1/+1
| | | |
| | * | Make `column` and `row` take an `IntoIterator`Libravatar Héctor Ramón Jiménez2024-01-103-10/+8
| | | |
| | * | Fix `size_hint` for `keyed_column`Libravatar Héctor Ramón Jiménez2024-01-102-20/+26
| | | |
| | * | Introduce useful helpers in `layout` moduleLibravatar Héctor Ramón Jiménez2024-01-1017-84/+50
| | | |
| | * | Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-1031-195/+152
| | | |
| | * | Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-106-32/+99
| | | |
| | * | Create `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-102-2/+2
| | | |
| | * | Fix needless borrow in `row::layout`Libravatar Héctor Ramón Jiménez2024-01-041-1/+1
| | | |
| | * | Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-0424-115/+111
| | | |
| * | | Fix clipping of `TextInput` selectionLibravatar Héctor Ramón Jiménez2024-01-121-23/+31
| | | |
| * | | Fix doc to include missing feature tagsLibravatar William Shere2024-01-051-0/+3
| |/ / | | | | | | | | | Helper functions behind `lazy` feature were missing the tag in the documentation.
| * | Merge pull request #2168 from jhff/fix/pane_grid_top_edge_clickLibravatar Héctor Ramón2024-01-042-18/+68
| |\ \ | | | | | | | | [Fix] `PaneGrid` click interaction on the top edge
| | * | Add deadband distance before initiating drag action on pane gridLibravatar Joao Freitas2023-12-152-18/+68
| | |/
| * / added text::Shaping to TooltipLibravatar Giuliano Bellini s2947392023-12-231-0/+6
| |/
* / Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-154-35/+37
|/
* Added the ability to change the style of a TextEditorLibravatar Bingus2023-12-061-0/+9
|
* Merge pull request #1964 from bungoboingo/feat/multi-window-supportLibravatar Héctor Ramón2023-12-052-4/+4
|\ | | | | [Feature] 🪟 Multi Window 🪟 .. redux!
| * Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-2948-745/+3405
| |\
| * | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
* | | Fix `clippy` lintLibravatar Héctor Ramón Jiménez2023-12-011-1/+1
| | |
* | | Clip text to `viewport` bounds instead of layout boundsLibravatar Héctor Ramón Jiménez2023-12-0111-70/+84
| |/ |/|
* | Provide actual bounds to `Shader` primitivesLibravatar Héctor Ramón Jiménez2023-11-281-1/+0
| | | | | | | | ... and allow for proper translation and scissoring.
* | Merge pull request #2143 from iced-rs/fix/tooltip-layout-invalidationLibravatar Héctor Ramón2023-11-211-1/+9
|\ \ | | | | | | Invalidate layout when `Tooltip` changes `overlay`
| * | Invalidate layout when `Tooltip` changes `overlay`Libravatar Héctor Ramón Jiménez2023-11-211-1/+9
| | |
* | | Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez2023-11-215-5/+11
|/ / | | | | | | Translations were not easily composable.
* | Improve module hierarchy of `custom_shader` exampleLibravatar Héctor Ramón Jiménez2023-11-141-0/+1
| |