summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1562 from casperstorm/feat/custom-accessory-contentLibravatar Héctor Ramón2023-01-021-1/+1
|\
| * Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2022-12-141-3/+1
| * 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
|/
* 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
|\
| * 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::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
* | 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
* | 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
* | Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-0/+1
* | Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-5/+13
* | Remove redundant `crate::Theme` in alias of `Element`Libravatar Héctor Ramón Jiménez2022-07-082-2/+2
* | Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`Libravatar Héctor Ramón Jiménez2022-07-084-9/+15
* | Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez2022-07-083-1/+3
* | Make widget aliases in `iced` compatible with `iced_native`Libravatar Héctor Ramón Jiménez2022-07-082-80/+58
* | Add `theme::Application` styling support to `Sandbox`Libravatar Héctor Ramón Jiménez2022-07-081-3/+13
* | Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-081-1/+15
* | Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-072-4/+2
* | Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-072-2/+2
* | Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-072-2/+2
* | Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-042-2/+2
* | Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-012-2/+2
* | Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-272-6/+6
* | Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-262-2/+2
* | Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-264-7/+9
* | Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-254-50/+8
* | Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-149-88/+165
* | Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-046-32/+130
|\ \
| * | Expose `Padding` in `iced` root crateLibravatar Héctor Ramón Jiménez2022-05-031-2/+2
| * | Indicate feature-flagged modules in documentationLibravatar Héctor Ramón Jiménez2022-05-022-0/+9
| * | Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-023-28/+28
| * | Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-021-0/+78