summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| * 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
|\
| * 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
|\
| * 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
| * 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 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 Libravatar bq_wrongway2023-04-051-10/+4
|/
* Merge pull request #1669 from GyulyVGC/masterLibravatar Héctor Ramón2023-03-274-38/+76
|\
| * Fix inconsistency in default implementation of `scrollable::StyleSheet`Libravatar Héctor Ramón Jiménez2023-03-271-1/+1
| * Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez2023-03-274-66/+73
| * renamed scrollable stylesLibravatar Giuliano Bellini s2947392023-03-253-21/+21
| * Merge branch 'iced-rs:master' into masterLibravatar Giuliano Bellini2023-02-22104-726/+1105
| |\
| * \ Merge branch 'iced-rs:master' into masterLibravatar Giuliano Bellini2023-02-0248-135/+1087
| |\ \
| * | | added function focused and focused_horizontal to theme.rsLibravatar Giuliano Bellini s2947392023-01-232-2/+19
| * | | debugging focused style not workingLibravatar Giuliano Bellini s2947392023-01-231-2/+2
| * | | added new style for scrollable, to be applied when mouse is over the scrollab...Libravatar Giuliano Bellini s2947392023-01-232-0/+14
* | | | Merge pull request #1754 from nicksenger/optimization/componentLibravatar Héctor Ramón2023-03-231-79/+157
|\ \ \ \
| * | | | optimization: reduce unnecessary rebuilds in `Component`Libravatar Nick Senger2023-03-141-79/+157
* | | | | Merge pull request #1765 from traxys/fixup_wasm_replaceLibravatar Héctor Ramón2023-03-231-7/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | winit: Fix replacement of node in wasmLibravatar traxys2023-03-201-7/+11
|/ / / /
* | | | Merge pull request #1730 from casperstorm/feat/platform-specific-window-optionsLibravatar Héctor Ramón2023-03-142-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
|/ / / /
* | | | Merge pull request #1755 from iced-rs/fix/clippy-lints-1.68Libravatar Héctor Ramón2023-03-147-54/+18
|\ \ \ \