summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix small typo on `ROADMAP.md`Libravatar Carlos Pizarro2023-04-281-1/+1
| | | | Link works properly now
* Merge pull request #1807 from Davidster/wgpu_16_w_glypth_20Libravatar Héctor Ramón2023-04-214-11/+6
|\ | | | | Wgpu 0.16
| * Use `find(..)` instead of `filter(..).next()`Libravatar Héctor Ramón Jiménez2023-04-212-4/+2
| |
| * Use point-free notationLibravatar Héctor Ramón Jiménez2023-04-212-2/+2
| |
| * remove unused importLibravatar David Huculak2023-04-201-2/+0
| |
| * wgpu 0.16Libravatar David Huculak2023-04-204-7/+6
| |
* | Merge pull request #1799 from tarkah/fix/responsive-layoutLibravatar Héctor Ramón2023-04-211-21/+33
|\ \ | |/ |/| Invalidate responsive layout when shell layout is invalidated
| * Avoid cloning `layout::Node` in `Responsive` widgetLibravatar Héctor Ramón Jiménez2023-04-211-11/+13
| |
| * Update lazy/src/responsive.rsLibravatar Cory Forsstrom2023-04-171-1/+1
| | | | | | Co-authored-by: Héctor Ramón <hector0193@gmail.com>
| * Only invalidate layout if children layout is invalidLibravatar Cory Forsstrom2023-04-171-5/+14
| |
| * Invalidate responsive layout when layout is calledLibravatar Cory Forsstrom2023-04-171-25/+26
| |
* | Merge pull request #1804 from tarkah/fix/scroll-to-importsLibravatar Héctor Ramón2023-04-212-2/+11
|\ \ | | | | | | Export scroll_to helper
| * | Export scroll_to helperLibravatar Cory Forsstrom2023-04-202-2/+11
|/ /
* | Merge pull request #1796 from tarkah/feat/scrollable-scroll-toLibravatar Héctor Ramón2023-04-204-33/+116
|\ \ | | | | | | Add `scroll_to` operation
| * | Compare absolute offsets as well in `notify_on_scroll`Libravatar Héctor Ramón Jiménez2023-04-201-3/+10
| | |
| * | Add scrollable `Viewport`Libravatar Cory Forsstrom2023-04-174-52/+61
| | |
| * | Add `scroll_to` operation for absolute scrollLibravatar Cory Forsstrom2023-04-144-23/+90
| |/
* | Bump version of `iced_native` :tada:Libravatar Héctor Ramón Jiménez2023-04-201-1/+1
| |
* | Merge pull request #1802 from casperstorm/fix/text_input_icon_misalignmentLibravatar Héctor Ramón2023-04-201-2/+5
|\ \ | | | | | | Center `TextInput::Icon` vertically
| * | Centered icon verticallyLibravatar Casper Rogild Storm2023-04-201-2/+5
| |/
* | Bump version of `iced_native` :tada:Libravatar Héctor Ramón Jiménez2023-04-201-1/+1
| |
* | Fix sliders drawing out of their boundsLibravatar Héctor Ramón Jiménez2023-04-202-4/+4
|/
* Bump version of `iced_lazy` :tada:Libravatar Héctor Ramón Jiménez2023-04-131-1/+1
|
* Merge pull request #1791 from tarkah/fix/component-operateLibravatar Héctor Ramón2023-04-131-0/+16
|\ | | | | Add missing operations for component
| * Add missing operations for componentLibravatar Cory Forsstrom2023-04-121-0/+16
| |
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-1333-91/+145
| |
* | Add script to generate a release summaryLibravatar Héctor Ramón Jiménez2023-04-131-0/+52
|/ | | | Courtesy of GPT-4
* Merge pull request #1594 from mmstick/listenerLibravatar Héctor Ramón2023-04-134-0/+332
|\ | | | | `MouseArea` widget
| * Remove support for `on_mouse_enter` and `on_mouse_exit` in `MouseArea`Libravatar Héctor Ramón Jiménez2023-04-131-45/+3
| | | | | | | | | | These need continuity guarantees (e.g. mandatory widget id), which we don't have yet!
| * Fix documentation of `MouseArea::new`Libravatar Héctor Ramón Jiménez2023-04-131-1/+1
| |
| * Rename `MouseListener` to `MouseArea`Libravatar Héctor Ramón Jiménez2023-04-134-20/+20
| |
| * Avoid cloning messages unnecessarily in `MouseListener`Libravatar Héctor Ramón Jiménez2023-04-131-12/+12
| |
| * Avoid returning on mouse enter in `MouseListener`Libravatar Héctor Ramón Jiménez2023-04-131-14/+10
| | | | | | | | | | The event that triggers a mouse enter could be a mouse button press/release.
| * Ignore mouse movements events in `MouseListener`Libravatar Héctor Ramón Jiménez2023-04-131-2/+9
| | | | | | | | | | These should be ignored generally, since they are considered passive user actions.
| * Move `tag` and `state` definitions in `MouseListener`Libravatar Héctor Ramón Jiménez2023-04-131-8/+8
| |
| * Remove redundant comments in `MouseListener` fieldsLibravatar Héctor Ramón Jiménez2023-04-131-16/+0
| |
| * Delegate `layout` directly to `content` in `MouseListener`Libravatar Héctor Ramón Jiménez2023-04-131-48/+11
| |
| * feat(native): Add MouseListener widgetLibravatar Michael Aaron Murphy2023-04-134-0/+424
|/
* Merge pull request #1789 from ElhamAryanpur/masterLibravatar Héctor Ramón2023-04-136-20/+51
|\ | | | | Update `wgpu` to `0.15`
| * Fix Wasm target for `integration_wgpu`Libravatar Héctor Ramón Jiménez2023-04-131-1/+2
| |
| * Update `env_logger` in `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2023-04-131-1/+1
| |
| * Get surface capabilities only once in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-04-132-8/+8
| |
| * Update `wgpu` to `0.15`Libravatar Elham Aryanpur2023-04-135-20/+50
| |
* | Fix handle position of slidersLibravatar Héctor Ramón Jiménez2023-04-132-8/+8
| |
* | Remove `border_radius` support for `slider::Rail`Libravatar Héctor Ramón Jiménez2023-04-134-31/+4
| | | | | | | | | | Our current quad shader may produce weird-looking results with non-integral scaling factors.
* | Merge pull request #1749 from FinnPerry/fix/add-width-to-scrollableLibravatar Héctor Ramón2023-04-131-11/+11
|\ \ | | | | | | Configurable `width` for `Scrollable`
| * | Remove `max_width` and `max_height` calls in `scrollable::layout`Libravatar Héctor Ramón Jiménez2023-04-121-9/+1
| | |
| * | fix: add `width` to scrollablesLibravatar FinnPerry2023-03-081-2/+10
| | |
* | | Merge pull request #1788 from tarkah/optimization/scrollable-publishLibravatar Héctor Ramón2023-04-121-2/+20
|\ \ \ | |_|/ |/| | Don't publish redundant `on_scroll` offsets
| * | Include NaN in unchaged logicLibravatar Cory Forsstrom2023-04-121-1/+3
| | |