summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-061-1/+1
|/ | | | ... and pass it directly to `Renderer::draw` instead.
* Add text input operationsLibravatar Cory Forsstrom2022-11-111-1/+2
|
* Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2022-11-104-24/+24
|
* Fix broken documentation linksLibravatar Héctor Ramón Jiménez2022-11-102-2/+3
|
* Expose `window` commands in `iced::window`Libravatar Héctor Ramón Jiménez2022-11-091-1/+1
|
* expose touch moduleLibravatar Artur Sapek2022-10-042-0/+3
|
* Merge pull request #1227 from LordRatte/feature-colour-macroLibravatar Héctor Ramón2022-09-231-2/+2
|\ | | | | `color!` macro
| * Export `color!` macro in `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2022-09-231-2/+2
| |
* | Merge pull request #1174 from daladim/icon_from_fileLibravatar Héctor Ramón2022-09-231-0/+57
|\ \ | |/ |/| Added convenience functions for window::icon::Icon
| * Added convenience functions for window::icon::IconLibravatar daladim2022-03-011-0/+57
| |
* | Take `Cow` in `Text::new`Libravatar Ram.Type-02022-09-211-2/+2
| |
* | Expose `overlay::Element`Libravatar Héctor Ramón Jiménez2022-09-211-0/+7
| |
* | Fix doc comments in `overlay`Libravatar Héctor Ramón Jiménez2022-09-211-3/+2
| |
* | Make menu style accessibleLibravatar 0x1922022-09-212-0/+11
| |
* | Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-184-35/+5
| | | | | | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* | Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-041-3/+3
| |
* | Implement `focus_previous` operationLibravatar Héctor Ramón Jiménez2022-08-041-0/+8
| |
* | Implement `focus_next` operationLibravatar Héctor Ramón Jiménez2022-08-022-1/+16
| | | | | | | | ... as well as a `count_focusable` composable helper!
* | Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez2022-07-281-1/+3
| |
* | Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez2022-07-271-1/+1
| |
* | Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-278-683/+49
| |