summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-174-184/+75
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-134-25/+25
| |
| * Rename `MouseListener` to `MouseArea`Libravatar Héctor Ramón Jiménez2023-04-131-3/+3
| |
| * feat(native): Add MouseListener widgetLibravatar Michael Aaron Murphy2023-04-131-0/+8
| |
| * add action set icon while running (#1590)Libravatar Night_Hunter2023-04-121-159/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set windows icon live action * change get icon to insto raw * remove mobile docs * format * fix format * add file methods to Icon * Rename action to `ChangeIcon` and tidy up `Icon` modules * Fix documentation of `icon::Error` * Remove unnecessary `\` in `icon` documentation * Remove `etc.` from `Icon` documentation --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
| * Rename `IconPosition` to `Side` in `text_input`Libravatar Héctor Ramón Jiménez2023-04-111-1/+1
| |
| * Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm2023-04-111-1/+1
| |
| * feat: added handle to text_inputLibravatar Casper Storm2023-04-111-1/+1
| |
* | Introduce support for `Font` attributesLibravatar Héctor Ramón Jiménez2023-03-301-1/+1
| |
* | Export `Hasher` in `advanced` moduleLibravatar Héctor Ramón Jiménez2023-03-291-1/+1
| |
* | Export `Pixels` in root crateLibravatar Héctor Ramón Jiménez2023-03-291-2/+2
| |
* | Export `iced_graphics` in `advanced` module (for now)Libravatar Héctor Ramón Jiménez2023-03-291-0/+1
| |
* | Export `iced_core::mouse` in `advanced` moduleLibravatar Héctor Ramón Jiménez2023-03-291-0/+1
| |
* | Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-03-172-2/+8
|\|
| * Re-export `settings::PlatformSpecific` from `iced_winit` directlyLibravatar Héctor Ramón Jiménez2023-03-143-42/+3
| |
| * Added macOS platform specific optionsLibravatar Casper Storm2023-03-144-2/+47
| |
| * Expose `window` commands for Wasm buildsLibravatar Héctor Ramón Jiménez2023-03-031-1/+0
| |
* | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-054-9/+8
| |
* | Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-052-1/+12
| |
* | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-0419-1062/+136
| |
* | Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-036-4/+735
| | | | | | | | Rename `canvas` modules to `geometry` in graphics subcrates
* | Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-2/+3
| |
* | Use `iced_renderer` instead of `iced_graphics` in root crateLibravatar Héctor Ramón Jiménez2023-02-282-3/+3
| |
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-242-3/+3
| |
* | Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2023-02-242-22/+1
| |
* | Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez2023-02-241-2/+4
| |
* | Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2023-02-242-14/+5
| |
* | Draft `glyphon` implementation of text pipeline for `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-02-241-2/+2
|/
* Remove logging large bytes arraysLibravatar Cory Forsstrom2023-02-231-1/+7
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-184-25/+25
|
* Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez2023-02-171-3/+3
|
* Added the ability to change checkbox iconLibravatar Casper Storm2023-02-161-1/+1
|
* Rename `HandleContent` to `Icon` and simplify genericsLibravatar Héctor Ramón Jiménez2023-02-141-1/+1
|
* Extend pick_list::HandleLibravatar Casper Storm2023-02-141-1/+3
|
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-9/+6
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-144-25/+25
|
* Merge pull request #1647 from iced-rs/feature/widget-request-redrawLibravatar Héctor Ramón2023-01-132-18/+0
|\ | | | | Widget-driven animations
| * Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-122-18/+0
| | | | | | | | ... and implement `TextInput` cursor blink :tada:
* | Fix comment description on crate exampleLibravatar Wiktor Kwapisiewicz2023-01-121-0/+1
|/ | | | | This tiny PR aligns the comment on the crate example to align to the comment that is in README.md.
* Merge pull request #1550 from bungoboingo/feat/multidirectional-scrollingLibravatar Héctor Ramón2023-01-091-1/+2
|\ | | | | [Feature] Multidirectional scrolling
| * Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2023-01-081-1/+2
| |
| * Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-291-2/+1
| | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
| * Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-291-1/+2
| |
* | fix doc linksLibravatar Araxeus2023-01-041-1/+1
| |
* | Merge pull request #1562 from casperstorm/feat/custom-accessory-contentLibravatar Héctor Ramón2023-01-021-1/+1
|\ \ | |/ |/| Added ability to customize the handle of a `pick_list`
| * Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2022-12-141-3/+1
| | | | | | | | ... and rename `Default` variant to `Arrow`.
| * Added ability to customize accessory content.Libravatar Casper Rogild Storm2022-11-291-1/+3
| |
* | Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez2022-12-151-4/+0
| |
* | Split vertical orientation into VerticalSliderLibravatar Casper Storm2022-12-131-0/+2
| |
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-074-24/+24
| |