summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify theming for `ProgressBar` widgetLibravatar Héctor Ramón Jiménez2024-03-056-106/+89
|
* Reduce default size of `checkbox` to `15.0`Libravatar Héctor Ramón Jiménez2024-03-053-5/+6
|
* Simplify theming for `Radio` widgetLibravatar Héctor Ramón Jiménez2024-03-055-108/+86
|
* Move style types of `slider` to `iced_widget`Libravatar Héctor Ramón Jiménez2024-03-056-143/+136
|
* Simplify theming for `QRCode` widgetLibravatar Héctor Ramón Jiménez2024-03-055-84/+48
|
* Simplify theming for `TextInput` widgetLibravatar Héctor Ramón Jiménez2024-03-059-1056/+855
|
* Simplify theming for `Scrollable` widgetLibravatar Héctor Ramón Jiménez2024-03-059-422/+342
|
* Simplify theming for `Container` widgetLibravatar Héctor Ramón Jiménez2024-03-0520-187/+276
|
* Simplify theming for `Checkbox` widgetLibravatar Héctor Ramón Jiménez2024-03-057-218/+196
|
* Simplify theming for `Button` widgetLibravatar Héctor Ramón Jiménez2024-03-0416-401/+295
|
* Enhnace `Themer` to allow derivation from current `Theme`Libravatar Héctor Ramón Jiménez2024-03-042-66/+80
|
* Simplify theming for `Text` widgetLibravatar Héctor Ramón Jiménez2024-03-0412-122/+116
|
* Try new approach to theming for `Slider`Libravatar Héctor Ramón Jiménez2024-03-045-713/+532
|
* Merge pull request #2308 from iced-rs/intuitive-flex-layoutLibravatar Héctor Ramón2024-03-032-84/+25
|\ | | | | Remove complex cross-axis layout logic from `Column` and `Row`
| * Remove complex cross-axis layout logic from `Column` and `Row`Libravatar Héctor Ramón Jiménez2024-03-032-84/+25
|/
* Merge pull request #2303 from GyulyVGC/masterLibravatar Héctor Ramón2024-02-281-15/+17
|\ | | | | [Minor Fix] Scrollbar style when cursor is over scrollable area
| * Fix scrollbar style when cursor is over `scrollable`Libravatar Giuliano Bellini s2947392024-02-281-15/+17
| |
* | Capture select all command in `TextInput`Libravatar Héctor Ramón Jiménez2024-02-281-0/+2
| |
* | Merge pull request #2304 from iced-rs/fix/text-input-macosLibravatar Héctor Ramón2024-02-282-103/+115
|\ \ | |/ |/| Prioritize `TextInput` and `TextEditor` commands over text insertion
| * Prioritize `TextInput` and `TextEditor` commands over text insertionLibravatar Héctor Ramón Jiménez2024-02-282-103/+115
|/
* Merge pull request #2302 from iced-rs/fix/themer-text-colorLibravatar Héctor Ramón2024-02-272-6/+40
|\ | | | | Use `application::StyleSheet` colors in `Themer`
| * Add option to draw background for `themer` widgetLibravatar Héctor Ramón Jiménez2024-02-271-2/+24
| |
| * Use `application::StyleSheet` text color in `Themer`Libravatar Héctor Ramón Jiménez2024-02-272-4/+16
|/
* Merge pull request #2300 from iced-rs/fix/pane-grid-dragLibravatar Héctor Ramón2024-02-272-99/+59
|\ | | | | Fix `PaneGrid` mouse interaction when clicking a pane
| * Fix `PaneGrid` mouse interaction when clicking a paneLibravatar Héctor Ramón Jiménez2024-02-272-99/+59
|/
* Merge pull request #2298 from iced-rs/fix/row-column-fluidityLibravatar Héctor Ramón2024-02-274-25/+19
|\ | | | | Fix `Column` and `Row` fluidity being overridden by `push`
| * Fix `Column` and `Row` fluidity being overridden by `push`Libravatar Héctor Ramón Jiménez2024-02-274-25/+19
| |
* | Merge pull request #2299 from iced-rs/fix/tooltip-size-hintLibravatar Héctor Ramón2024-02-271-0/+4
|\ \ | |/ |/| Add `size_hint` implementation for `Tooltip`
| * Add `size_hint` implementation for `Tooltip`Libravatar Héctor Ramón Jiménez2024-02-271-0/+4
|/
* Merge pull request #2295 from iced-rs/ignore-private-use-charsLibravatar Héctor Ramón2024-02-261-1/+6
|\ | | | | Ignore `text` in `KeyPressed` with private use chars
| * Use inclusive range for `is_private_use` functionLibravatar Héctor Ramón Jiménez2024-02-261-1/+1
| |
| * Ignore `text` in `KeyPressed` with private use charsLibravatar Héctor Ramón Jiménez2024-02-261-1/+6
|/ | | | Apparently, macOS likes to use these for simple keys.
* Merge pull request #2287 from iced-rs/assert-scrollable-contentLibravatar Héctor Ramón2024-02-242-39/+55
|\ | | | | Assert `scrollable` content size never fills scrolling axis
| * Assert `scrollable` content size never fills scrolling axisLibravatar Héctor Ramón Jiménez2024-02-242-39/+55
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2024-02-241-13/+13
|
* Merge pull request #2282 from iced-rs/fix/tiny-skia-strokesLibravatar Héctor Ramón2024-02-222-2/+3
|\ | | | | Fix `iced_tiny_skia` clipping line strokes
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-221-0/+1
| |
| * Fix `iced_tiny_skia` clipping line strokesLibravatar Héctor Ramón Jiménez2024-02-221-2/+2
|/
* Move `fetch_position` to next minor releaseLibravatar Héctor Ramón Jiménez2024-02-221-2/+6
| | | | | ... since we are adding a variant to `window::Action`, this is a breaking change.
* Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-221-1/+4
|
* Merge pull request #2280 from n1ght-hunter/add-action-fetch-locationLibravatar Héctor Ramón2024-02-225-2/+57
|\ | | | | add fetch_location action
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-221-0/+2
| |
| * Use `crate::core::Point` instead of prefixingLibravatar Héctor Ramón Jiménez2024-02-222-4/+4
| |
| * Rename `fetch_location` to `fetch_position`Libravatar Héctor Ramón Jiménez2024-02-224-41/+43
| |
| * Add `fetch_location` command to `window` moduleLibravatar Night_Hunter2024-02-224-0/+51
| |
* | Enable layout debugger for Wasm builds in `tour` exampleLibravatar Héctor Ramón Jiménez2024-02-221-10/+3
|/
* Merge pull request #2278 from iced-rs/prioritize-text-insertionLibravatar Héctor Ramón2024-02-213-30/+31
|\ | | | | Prioritize text insertion in `TextInput` and `TextEditor`
| * Use `find(...)` instead of `filter(...).next()`Libravatar Héctor Ramón Jiménez2024-02-211-2/+1
| |
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-02-211-0/+1
| |
| * Prioritize text insertion in `TextInput` and `TextEditor`Libravatar Héctor Ramón Jiménez2024-02-212-30/+31
|/