Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop using `f32::clamp` altogether in `layout::Limits` | 2023-01-05 | 1 | -7/+9 | |
| | |||||
* | Merge pull request #1637 from iced-rs/fix/layout-resolve-panic | 2023-01-05 | 1 | -2/+7 | |
|\ | | | | | Fix `Layout::resolve` panicking under some circumstances | ||||
| * | Fix `Layout::resolve` panicking under some circumstances | 2023-01-05 | 1 | -2/+7 | |
| | | | | | | | | When `fill` has a bigger `Size` than `max`. | ||||
* | | Merge pull request #1636 from tarkah/fix/location-copy | 2023-01-04 | 1 | -2/+2 | |
|\ \ | | | | | | | Make location copy | ||||
| * | | Fix lint | 2023-01-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Make location copy | 2023-01-04 | 1 | -1/+1 | |
| |/ | |||||
* | | Merge pull request #1635 from tarkah/fix/pub-count-fields | 2023-01-04 | 1 | -2/+2 | |
|\ \ | | | | | | | Make count fields pub | ||||
| * | | Make count fields pub | 2023-01-04 | 1 | -2/+2 | |
| |/ | |||||
* | | Merge pull request #1634 from Araxeus/fix-doc-links | 2023-01-04 | 1 | -1/+1 | |
|\ \ | |/ |/| | fix doc links | ||||
| * | fix doc links | 2023-01-04 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #1585 from Night-Hunter-NF/FocusWindow | 2023-01-02 | 2 | -0/+14 | |
|\ | | | | | add action to make window focus | ||||
| * | Rename `FocusWindow` to `GainFocus` in `window::Action` | 2023-01-02 | 2 | -4/+4 | |
| | | |||||
| * | Add `FocusWindow` to `window::Action` | 2023-01-02 | 2 | -0/+14 | |
|/ | |||||
* | Fix "Test Status" badge in `README` | 2023-01-02 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #1562 from casperstorm/feat/custom-accessory-content | 2023-01-02 | 4 | -19/+88 | |
|\ | | | | | Added ability to customize the handle of a `pick_list` | ||||
| * | Rename `pick_list::AccessoryContent` to `Handle` | 2022-12-14 | 4 | -39/+34 | |
| | | | | | | | | ... and rename `Default` variant to `Arrow`. | ||||
| * | Added accessory_content_color to appreance. | 2022-11-29 | 3 | -1/+5 | |
| | | |||||
| * | Correctly pass accessory content. | 2022-11-29 | 1 | -0/+2 | |
| | | |||||
| * | Added ability to customize accessory content. | 2022-11-29 | 4 | -19/+87 | |
| | | |||||
* | | Merge pull request #1584 from Night-Hunter-NF/RequestUserAttention | 2023-01-02 | 6 | -12/+75 | |
|\ \ | | | | | | | add action to request user attention | ||||
| * | | Create conversion function for `user_attention` in `iced_winit` | 2023-01-02 | 3 | -11/+21 | |
| | | | |||||
| * | | Add `RequestUserAttention` to `window::Action` | 2023-01-02 | 4 | -11/+64 | |
|/ / | |||||
* | | Merge pull request #1622 from rs017991/text_input_shift_click | 2023-01-02 | 1 | -2/+10 | |
|\ \ | | | | | | | TextInput: SHIFT+Left Click to Select | ||||
| * | | TextInput: SHIFT+Left Click to Select | 2022-12-25 | 1 | -2/+10 | |
| | | | |||||
* | | | Merge pull request #1628 from nicksenger/feat/component-operations | 2023-01-02 | 1 | -0/+35 | |
|\ \ \ | | | | | | | | | Add `operate` method to `Component` trait | ||||
| * | | | Prefix `_` instead of `allow(unused)` in `Component` trait | 2023-01-02 | 1 | -2/+4 | |
| | | | | |||||
| * | | | Add `operate` method to `Component` trait | 2022-12-30 | 1 | -0/+33 | |
| |/ / | |||||
* | | | Merge pull request #1624 from rpitasky/patch-1 | 2023-01-02 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Minor docs typo | ||||
| * | | | Minor docs typo | 2022-12-29 | 1 | -1/+1 | |
| |/ / | | | | | | | "Romve" -> "Remove" | ||||
* | | | Rename `is_checked` to `is_toggled` in `Toggler` | 2023-01-02 | 1 | -9/+9 | |
| | | | |||||
* | | | Merge pull request #1616 from pop-os/standardize-toggler-functions | 2023-01-02 | 2 | -10/+10 | |
|\ \ \ | |/ / |/| | | Use same name & order for toggler::new and helper | ||||
| * | | Use same name & order for toggler::new and helper | 2022-12-22 | 2 | -10/+10 | |
|/ / | | | | | | | | | | | | | The helper function for the toggler widget switched the order and name of the arguments passed when creating the toggler widget. This just standardizes the order whether the dev is using the helper or the associated function. | ||||
* | | Merge pull request #1615 from iced-rs/fix/responsive-operations | 2022-12-22 | 18 | -9/+74 | |
|\ \ | | | | | | | Fix operations for `Responsive` widget | ||||
| * | | Implement `Widget::operate` for `Responsive` | 2022-12-22 | 1 | -1/+24 | |
| | | | |||||
| * | | Add `Renderer` argument to `operate` | 2022-12-22 | 17 | -8/+50 | |
|/ / | |||||
* | | Merge pull request #1611 from iced-rs/fix/clippy-lints | 2022-12-20 | 10 | -40/+28 | |
|\ \ | | | | | | | Fix `clippy` lints for Rust 1.66 | ||||
| * | | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 10 | -40/+28 | |
| | | | |||||
* | | | Merge pull request #1606 from iced-rs/feature/window-close | 2022-12-15 | 5 | -15/+21 | |
|\ \ \ | |/ / |/| | | Implement `window::close` action and remove `should_exit` | ||||
| * | | Implement `window::close` action and remove `should_exit` | 2022-12-15 | 5 | -15/+21 | |
| | | | |||||
* | | | Bump version of `iced_glow` :tada: | 2022-12-15 | 1 | -1/+1 | |
|/ / | |||||
* | | Update latest release number in `BUG_REPORT.yml` | 2022-12-14 | 1 | -3/+3 | |
| | | |||||
* | | Merge pull request #1596 from casperstorm/feat/slider-orientation | 2022-12-14 | 8 | -0/+578 | |
|\ \ | | | | | | | Added a VerticalSlider widget. | ||||
| * | | updated README for slider example | 2022-12-13 | 1 | -2/+2 | |
| | | | |||||
| * | | Split vertical orientation into VerticalSlider | 2022-12-13 | 6 | -171/+540 | |
| | | | |||||
| * | | Merge branch 'master' into feat/slider-orientation | 2022-12-13 | 174 | -1956/+7137 | |
| |\ \ | |||||
| * | | | Vertical orientation added to Slider. | 2022-12-12 | 6 | -41/+251 | |
| | | | | |||||
* | | | | Merge pull request #1588 from Night-Hunter-NF/ToggleDecorations | 2022-12-14 | 2 | -0/+10 | |
|\ \ \ \ | |_|/ / |/| | | | add toggle decorations action | ||||
| * | | | Remove mention of iOS and Android in `window::action` | 2022-12-13 | 1 | -1/+1 | |
| | | | | |||||
| * | | | add toggle decorations action | 2022-12-10 | 2 | -0/+10 | |
| | | | | |||||
* | | | | Merge pull request #1593 from ben-wallis/xvar/fix-glow-image-svg | 2022-12-13 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Fixed iced_glow crate compilation when image feature is enabled and the svg feature is disabled |