summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #1777 from AirhartAero/linux-window-featuresLibravatar Héctor Ramón2023-04-121-0/+6
|\ | | | | Re-expose winit features for window servers in Linux
| * re-expose winit features for window servers in LinuxLibravatar Jacob Kiesel2023-03-311-0/+6
| |
* | add action set icon while running (#1590)Libravatar Night_Hunter2023-04-129-164/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge pull request #1762 from ahoneybun/radio-exampleLibravatar Héctor Ramón2023-04-122-6/+33
|\ \ | | | | | | Radio example
| * | Move `radio` example to `Radio` docsLibravatar Héctor Ramón Jiménez2023-04-124-102/+33
| | |
| * | Now is a working exampleLibravatar Aaron Honeycutt2023-03-171-29/+36
| | |
| * | More work on exampleLibravatar Aaron Honeycutt2023-03-171-5/+5
| | |
| * | Working more on exampleLibravatar Aaron Honeycutt2023-03-141-10/+36
| | |
| * | Work on example moreLibravatar Aaron Honeycutt2023-03-141-12/+7
| | |
| * | Cleaning up from the Checkbox example that this is based onLibravatar Aaron Honeycutt2023-03-141-2/+57
| | |
| * | Working on Radio exampleLibravatar Aaron Honeycutt2023-03-142-0/+13
| | |
* | | Merge pull request #1643 from Night-Hunter-NF/fix_slider_colorsLibravatar Héctor Ramón2023-04-124-79/+120
|\ \ \ | | | | | | | | Left and right colors for slider rails
| * | | Rename `Rail::size` to `width`Libravatar Héctor Ramón Jiménez2023-04-124-11/+11
| | | |
| * | | Use a `border_radius` of `2.0` for slider rails in built-in themeLibravatar Héctor Ramón Jiménez2023-04-121-1/+1
| | | |
| * | | Remove `border_width` support in `slider::Rail`Libravatar Héctor Ramón Jiménez2023-04-124-18/+12
| | | |
| * | | Simplify `draw` logic of slidersLibravatar Héctor Ramón Jiménez2023-04-122-18/+15
| | | |
| * | | Introduce left and right colors for slider railsLibravatar Night_Hunter2023-04-124-80/+130
|/ / /
* | | Merge pull request #1744 from JungleTryne/disable-text-inputLibravatar Héctor Ramón2023-04-1216-95/+143
|\ \ \ | | | | | | | | Add functionality to make `TextInput` disabled
| * | | Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`Libravatar Héctor Ramón Jiménez2023-04-123-2/+9
| | | |
| * | | Fine-tune built-in styling of disabled `TextInput`Libravatar Héctor Ramón Jiménez2023-04-121-7/+5
| | | |
| * | | Remove unnecessary `is_disabled` check in `text_input::draw`Libravatar Héctor Ramón Jiménez2023-04-121-1/+1
| | | | | | | | | | | | | | | | A disabled `TextInput` cannot be focused.
| * | | Improve consistency of `on_input` documentationLibravatar Héctor Ramón Jiménez2023-04-121-2/+4
| | | |
| * | | Unfocus `TextInput` if it becomes disabledLibravatar Héctor Ramón Jiménez2023-04-121-0/+12
| | | |
| * | | Remove `text_input` exampleLibravatar Héctor Ramón Jiménez2023-04-123-120/+0
| | | |
| * | | Rename `on_change` to `on_input` for `TextInput`Libravatar Héctor Ramón Jiménez2023-04-1212-211/+204
| | | |
| * | | Introduce disabled state for `TextInput`Libravatar Dan Mishin2023-04-1217-238/+394
|/ / /
* | | Merge pull request #1786 from iced-rs/feature/subscription-channelLibravatar Héctor Ramón2023-04-113-86/+122
|\ \ \ | | | | | | | | `channel` helper for `subscription`
| * | | Use `Result::is_err` in `websocket` exampleLibravatar Héctor Ramón Jiménez2023-04-111-1/+1
| | | |
| * | | Use `127.0.0.1` instead of `localhost` in `websocket` exampleLibravatar Héctor Ramón Jiménez2023-04-111-1/+1
| | | |
| * | | Implement `subscription::channel` and simplify `unfold`Libravatar Héctor Ramón Jiménez2023-04-113-86/+122
|/ / /
* | | Merge pull request #1702 from casperstorm/feat/text_input_handleLibravatar Héctor Ramón2023-04-117-30/+190
|\ \ \ | | | | | | | | Added `Icon` to `text_input`
| * | | Reuse `text_bounds` in `text_input::layout`Libravatar Héctor Ramón Jiménez2023-04-111-1/+1
| | | |
| * | | Fix `current` step in `tour`Libravatar Héctor Ramón Jiménez2023-04-111-1/+1
| | | |
| * | | Move `ICON_FONT` constant in `tour` to `text_input` helperLibravatar Héctor Ramón Jiménez2023-04-111-5/+5
| | | |
| * | | Collapse `Font` import in `tour` exampleLibravatar Héctor Ramón Jiménez2023-04-111-2/+1
| | | |
| * | | Rename `IconPosition` to `Side` in `text_input`Libravatar Héctor Ramón Jiménez2023-04-113-11/+11
| | | |
| * | | Move `Icon` definitions after `Widget` implementationLibravatar Héctor Ramón Jiménez2023-04-112-35/+35
| | | |
| * | | Derive `Debug` for `text_input::Icon`Libravatar Héctor Ramón Jiménez2023-04-111-19/+3
| | | |
| * | | Move `Icon` layout logic to `layout` in `text_input`Libravatar Héctor Ramón Jiménez2023-04-112-67/+67
| | | | | | | | | | | | | | | | Also add `Icon::spacing` field.
| * | | Use `f32` for `Icon::size` and remove unnecessary conversionsLibravatar Héctor Ramón Jiménez2023-04-112-7/+7
| | | |
| * | | Removed text_input example in favor for TourLibravatar Casper Storm2023-04-115-124/+66
| | | |
| * | | Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm2023-04-115-58/+59
| | | |
| * | | Updated `handle_color` for focused stateLibravatar Casper Storm2023-04-111-1/+1
| | | |
| * | | feat: added handle to text_inputLibravatar Casper Storm2023-04-118-2/+236
|/ / /
* | | Merge pull request #1779 from Davidster/remove_colons_from_shader_labelsLibravatar Héctor Ramón2023-04-074-5/+5
|\ \ \ | | | | | | | | remove colons from shader labels
| * | | remove colons from shader labelsLibravatar David Huculak2023-04-014-5/+5
| | |/ | |/|
* | | Merge pull request #1782 from bq-wrongway/masterLibravatar Héctor Ramón2023-04-071-10/+4
|\ \ \ | |/ / |/| | Updating Roadmap.md