Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove complex cross-axis layout logic from `Column` and `Row` | 2024-03-03 | 2 | -84/+25 | |
| | |||||
* | Merge pull request #2303 from GyulyVGC/master | 2024-02-28 | 1 | -15/+17 | |
|\ | | | | | [Minor Fix] Scrollbar style when cursor is over scrollable area | ||||
| * | Fix scrollbar style when cursor is over `scrollable` | 2024-02-28 | 1 | -15/+17 | |
| | | |||||
* | | Capture select all command in `TextInput` | 2024-02-28 | 1 | -0/+2 | |
| | | |||||
* | | Merge pull request #2304 from iced-rs/fix/text-input-macos | 2024-02-28 | 2 | -103/+115 | |
|\ \ | |/ |/| | Prioritize `TextInput` and `TextEditor` commands over text insertion | ||||
| * | Prioritize `TextInput` and `TextEditor` commands over text insertion | 2024-02-28 | 2 | -103/+115 | |
|/ | |||||
* | Merge pull request #2302 from iced-rs/fix/themer-text-color | 2024-02-27 | 2 | -6/+40 | |
|\ | | | | | Use `application::StyleSheet` colors in `Themer` | ||||
| * | Add option to draw background for `themer` widget | 2024-02-27 | 1 | -2/+24 | |
| | | |||||
| * | Use `application::StyleSheet` text color in `Themer` | 2024-02-27 | 2 | -4/+16 | |
|/ | |||||
* | Merge pull request #2300 from iced-rs/fix/pane-grid-drag | 2024-02-27 | 2 | -99/+59 | |
|\ | | | | | Fix `PaneGrid` mouse interaction when clicking a pane | ||||
| * | Fix `PaneGrid` mouse interaction when clicking a pane | 2024-02-27 | 2 | -99/+59 | |
|/ | |||||
* | Merge pull request #2298 from iced-rs/fix/row-column-fluidity | 2024-02-27 | 4 | -25/+19 | |
|\ | | | | | Fix `Column` and `Row` fluidity being overridden by `push` | ||||
| * | Fix `Column` and `Row` fluidity being overridden by `push` | 2024-02-27 | 4 | -25/+19 | |
| | | |||||
* | | Merge pull request #2299 from iced-rs/fix/tooltip-size-hint | 2024-02-27 | 1 | -0/+4 | |
|\ \ | |/ |/| | Add `size_hint` implementation for `Tooltip` | ||||
| * | Add `size_hint` implementation for `Tooltip` | 2024-02-27 | 1 | -0/+4 | |
|/ | |||||
* | Merge pull request #2295 from iced-rs/ignore-private-use-chars | 2024-02-26 | 1 | -1/+6 | |
|\ | | | | | Ignore `text` in `KeyPressed` with private use chars | ||||
| * | Use inclusive range for `is_private_use` function | 2024-02-26 | 1 | -1/+1 | |
| | | |||||
| * | Ignore `text` in `KeyPressed` with private use chars | 2024-02-26 | 1 | -1/+6 | |
|/ | | | | Apparently, macOS likes to use these for simple keys. | ||||
* | Merge pull request #2287 from iced-rs/assert-scrollable-content | 2024-02-24 | 2 | -39/+55 | |
|\ | | | | | Assert `scrollable` content size never fills scrolling axis | ||||
| * | Assert `scrollable` content size never fills scrolling axis | 2024-02-24 | 2 | -39/+55 | |
|/ | |||||
* | Bump versions :tada: | 2024-02-24 | 1 | -13/+13 | |
| | |||||
* | Merge pull request #2282 from iced-rs/fix/tiny-skia-strokes | 2024-02-22 | 2 | -2/+3 | |
|\ | | | | | Fix `iced_tiny_skia` clipping line strokes | ||||
| * | Update `CHANGELOG` | 2024-02-22 | 1 | -0/+1 | |
| | | |||||
| * | Fix `iced_tiny_skia` clipping line strokes | 2024-02-22 | 1 | -2/+2 | |
|/ | |||||
* | Move `fetch_position` to next minor release | 2024-02-22 | 1 | -2/+6 | |
| | | | | | ... since we are adding a variant to `window::Action`, this is a breaking change. | ||||
* | Update `CHANGELOG` | 2024-02-22 | 1 | -1/+4 | |
| | |||||
* | Merge pull request #2280 from n1ght-hunter/add-action-fetch-location | 2024-02-22 | 5 | -2/+57 | |
|\ | | | | | add fetch_location action | ||||
| * | Update `CHANGELOG` | 2024-02-22 | 1 | -0/+2 | |
| | | |||||
| * | Use `crate::core::Point` instead of prefixing | 2024-02-22 | 2 | -4/+4 | |
| | | |||||
| * | Rename `fetch_location` to `fetch_position` | 2024-02-22 | 4 | -41/+43 | |
| | | |||||
| * | Add `fetch_location` command to `window` module | 2024-02-22 | 4 | -0/+51 | |
| | | |||||
* | | Enable layout debugger for Wasm builds in `tour` example | 2024-02-22 | 1 | -10/+3 | |
|/ | |||||
* | Merge pull request #2278 from iced-rs/prioritize-text-insertion | 2024-02-21 | 3 | -30/+31 | |
|\ | | | | | Prioritize text insertion in `TextInput` and `TextEditor` | ||||
| * | Use `find(...)` instead of `filter(...).next()` | 2024-02-21 | 1 | -2/+1 | |
| | | |||||
| * | Update `CHANGELOG` | 2024-02-21 | 1 | -0/+1 | |
| | | |||||
| * | Prioritize text insertion in `TextInput` and `TextEditor` | 2024-02-21 | 2 | -30/+31 | |
|/ | |||||
* | Merge pull request #2275 from iced-rs/component-size-hint | 2024-02-21 | 3 | -5/+26 | |
|\ | | | | | `size_hint` method for `Component` trait | ||||
| * | Update `CHANGELOG` | 2024-02-21 | 1 | -0/+1 | |
| | | |||||
| * | Add `size_hint` method to `Component` trait | 2024-02-21 | 2 | -5/+25 | |
|/ | | | | | | | This can be used to aid the sizing strategy of some containers directly in the component definition, instead of stating the sizes explicitly in `view` logic. | ||||
* | Merge pull request #2274 from iced-rs/more-from-for-border-radius | 2024-02-21 | 2 | -1/+14 | |
|\ | | | | | `From<u16>` and `From<i32>` implementations for `border::Radius` | ||||
| * | Update `CHANGELOG` | 2024-02-21 | 1 | -0/+1 | |
| | | |||||
| * | Add `From<u16>` and `From<i32>` for `border::Radius` | 2024-02-21 | 1 | -1/+13 | |
|/ | |||||
* | Merge pull request #2273 from iced-rs/missing-default-styles | 2024-02-21 | 3 | -2/+20 | |
|\ | | | | | Default `disabled` style for `checkbox` and `hovered` style for `Svg` | ||||
| * | Update `CHANGELOG` | 2024-02-21 | 1 | -0/+1 | |
| | | |||||
| * | Add default `hovered` implementation to `svg::StyleSheet` | 2024-02-21 | 1 | -1/+3 | |
| | | |||||
| * | Add default `disabled` implementation to `checkbox::StyleSheet` | 2024-02-21 | 1 | -1/+16 | |
|/ | |||||
* | Merge pull request #2272 from iced-rs/export-clipboard-module | 2024-02-21 | 2 | -1/+3 | |
|\ | | | | | Export `clipboard` module in `advanced` module | ||||
| * | Update `CHANGELOG` | 2024-02-21 | 1 | -0/+1 | |
| | | |||||
| * | Export `clipboard` module in `advanced` module | 2024-02-21 | 1 | -1/+2 | |
|/ | |||||
* | Bump versions to `0.12.1` | 2024-02-21 | 1 | -1/+1 | |
| |