Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into advanced-text | 2023-04-17 | 4 | -184/+75 | |
|\ | |||||
| * | Bump versions :tada: | 2023-04-13 | 4 | -25/+25 | |
| | | |||||
| * | Rename `MouseListener` to `MouseArea` | 2023-04-13 | 1 | -3/+3 | |
| | | |||||
| * | feat(native): Add MouseListener widget | 2023-04-13 | 1 | -0/+8 | |
| | | |||||
| * | add action set icon while running (#1590) | 2023-04-12 | 1 | -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` | 2023-04-11 | 1 | -1/+1 | |
| | | |||||
| * | Changed `Handle` to `Icon` to be consistent | 2023-04-11 | 1 | -1/+1 | |
| | | |||||
| * | feat: added handle to text_input | 2023-04-11 | 1 | -1/+1 | |
| | | |||||
* | | Introduce support for `Font` attributes | 2023-03-30 | 1 | -1/+1 | |
| | | |||||
* | | Export `Hasher` in `advanced` module | 2023-03-29 | 1 | -1/+1 | |
| | | |||||
* | | Export `Pixels` in root crate | 2023-03-29 | 1 | -2/+2 | |
| | | |||||
* | | Export `iced_graphics` in `advanced` module (for now) | 2023-03-29 | 1 | -0/+1 | |
| | | |||||
* | | Export `iced_core::mouse` in `advanced` module | 2023-03-29 | 1 | -0/+1 | |
| | | |||||
* | | Merge branch 'master' into advanced-text | 2023-03-17 | 2 | -2/+8 | |
|\| | |||||
| * | Re-export `settings::PlatformSpecific` from `iced_winit` directly | 2023-03-14 | 3 | -42/+3 | |
| | | |||||
| * | Added macOS platform specific options | 2023-03-14 | 4 | -2/+47 | |
| | | |||||
| * | Expose `window` commands for Wasm builds | 2023-03-03 | 1 | -1/+0 | |
| | | |||||
* | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 4 | -9/+8 | |
| | | |||||
* | | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 2 | -1/+12 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 19 | -1062/+136 | |
| | | |||||
* | | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 6 | -4/+735 | |
| | | | | | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -2/+3 | |
| | | |||||
* | | Use `iced_renderer` instead of `iced_graphics` in root crate | 2023-02-28 | 2 | -3/+3 | |
| | | |||||
* | | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 2 | -3/+3 | |
| | | |||||
* | | Remove `iced_glutin` and `iced_glow` leftovers | 2023-02-24 | 2 | -22/+1 | |
| | | |||||
* | | Implement `font::load` command in `iced_native` | 2023-02-24 | 1 | -2/+4 | |
| | | |||||
* | | Overhaul `Font` type to allow font family selection | 2023-02-24 | 2 | -14/+5 | |
| | | |||||
* | | Draft `glyphon` implementation of text pipeline for `iced_wgpu` | 2023-02-24 | 1 | -2/+2 | |
|/ | |||||
* | Remove logging large bytes arrays | 2023-02-23 | 1 | -1/+7 | |
| | |||||
* | Bump versions :tada: | 2023-02-18 | 4 | -25/+25 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-17 | 1 | -3/+3 | |
| | |||||
* | Added the ability to change checkbox icon | 2023-02-16 | 1 | -1/+1 | |
| | |||||
* | Rename `HandleContent` to `Icon` and simplify generics | 2023-02-14 | 1 | -1/+1 | |
| | |||||
* | Extend pick_list::Handle | 2023-02-14 | 1 | -1/+3 | |
| | |||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -9/+6 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 4 | -25/+25 | |
| | |||||
* | Merge pull request #1647 from iced-rs/feature/widget-request-redraw | 2023-01-13 | 2 | -18/+0 | |
|\ | | | | | Widget-driven animations | ||||
| * | Draft `Shell:request_redraw` API | 2023-01-12 | 2 | -18/+0 | |
| | | | | | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | | Fix comment description on crate example | 2023-01-12 | 1 | -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-scrolling | 2023-01-09 | 1 | -1/+2 | |
|\ | | | | | [Feature] Multidirectional scrolling | ||||
| * | Introduce `RelativeOffset` type in `scrollable` | 2023-01-08 | 1 | -1/+2 | |
| | | |||||
| * | Reworked Scrollable to account for lack of widget order guarantees. | 2022-12-29 | 1 | -2/+1 | |
| | | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | ||||
| * | Add multidirectional scrolling capabilities to the existing Scrollable. | 2022-12-29 | 1 | -1/+2 | |
| | | |||||
* | | fix doc links | 2023-01-04 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #1562 from casperstorm/feat/custom-accessory-content | 2023-01-02 | 1 | -1/+1 | |
|\ \ | |/ |/| | Added ability to customize the handle of a `pick_list` | ||||
| * | Rename `pick_list::AccessoryContent` to `Handle` | 2022-12-14 | 1 | -3/+1 | |
| | | | | | | | | ... and rename `Default` variant to `Arrow`. | ||||
| * | Added ability to customize accessory content. | 2022-11-29 | 1 | -1/+3 | |
| | | |||||
* | | Implement `window::close` action and remove `should_exit` | 2022-12-15 | 1 | -4/+0 | |
| | | |||||
* | | Split vertical orientation into VerticalSlider | 2022-12-13 | 1 | -0/+2 | |
| | | |||||
* | | Bump versions :tada: | 2022-12-07 | 4 | -24/+24 | |
| | |