Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `subscription::channel` and simplify `unfold` | 2023-04-11 | 2 | -58/+59 | |
| | |||||
* | Fix `current` step in `tour` | 2023-04-11 | 1 | -1/+1 | |
| | |||||
* | Move `ICON_FONT` constant in `tour` to `text_input` helper | 2023-04-11 | 1 | -5/+5 | |
| | |||||
* | Collapse `Font` import in `tour` example | 2023-04-11 | 1 | -2/+1 | |
| | |||||
* | Rename `IconPosition` to `Side` in `text_input` | 2023-04-11 | 1 | -1/+1 | |
| | |||||
* | Move `Icon` layout logic to `layout` in `text_input` | 2023-04-11 | 1 | -2/+3 | |
| | | | | Also add `Icon::spacing` field. | ||||
* | Use `f32` for `Icon::size` and remove unnecessary conversions | 2023-04-11 | 1 | -1/+1 | |
| | |||||
* | Removed text_input example in favor for Tour | 2023-04-11 | 5 | -124/+66 | |
| | |||||
* | Changed `Handle` to `Icon` to be consistent | 2023-04-11 | 1 | -9/+9 | |
| | |||||
* | feat: added handle to text_input | 2023-04-11 | 4 | -0/+112 | |
| | |||||
* | Merge pull request #1669 from GyulyVGC/master | 2023-03-27 | 1 | -11/+25 | |
|\ | | | | | Added scrollable style `focused` to be displayed when mouse is over the scrollable area | ||||
| * | Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable` | 2023-03-27 | 1 | -11/+25 | |
| | | |||||
* | | Fix `clippy` lints for Rust 1.68 | 2023-03-14 | 2 | -14/+6 | |
| | | |||||
* | | Use correct package name in checkbox example docs | 2023-03-08 | 1 | -1/+1 | |
| | | |||||
* | | Expose `window` commands for Wasm builds | 2023-03-03 | 1 | -11/+4 | |
| | | |||||
* | | Added example of toggling fullscreen to TODOs. | 2023-03-02 | 1 | -2/+28 | |
| | | |||||
* | | Remove `Fill` variant for `Alignment` | 2023-02-27 | 3 | -4/+6 | |
|/ | | | | | Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options! | ||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 14 | -38/+34 | |
| | |||||
* | image: Allow any kind of data that implements `AsRef<[u8]>` for the image data | 2023-02-17 | 1 | -1/+1 | |
| | | | | | | It's not required anywhere for it to be a plain slice or a `Vec` and this makes it possible to use data allocated in a different way without copying. | ||||
* | Merge pull request #1665 from Jedsek/patch-2 | 2023-02-17 | 1 | -5/+7 | |
|\ | | | | | Minor update: `example/qr_code` | ||||
| * | Run `cargo fmt` | 2023-02-17 | 1 | -1/+1 | |
| | | |||||
| * | Update main.rs | 2023-01-20 | 1 | -1/+1 | |
| | | |||||
| * | Update main.rs | 2023-01-20 | 1 | -5/+7 | |
| | | | | | | The app should not render qr_code when data is empty | ||||
* | | Added the ability to change checkbox icon | 2023-02-16 | 4 | -0/+84 | |
| | | |||||
* | | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 14 | -23/+20 | |
| | | |||||
* | | Merge pull request #1655 from tarkah/feat/group-overlay | 2023-01-24 | 2 | -0/+680 | |
|\ \ | |/ |/| | Group Overlay | ||||
| * | Rename method to is_over | 2023-01-17 | 1 | -5/+1 | |
| | | |||||
| * | Add toast example | 2023-01-17 | 2 | -0/+684 | |
| | | |||||
* | | Fix `#[default]` in `preset` for `game_of_life` example | 2023-01-19 | 1 | -1/+1 | |
| | | |||||
* | | Update preset.rs | 2023-01-19 | 1 | -7/+2 | |
|/ | |||||
* | Merge pull request #1647 from iced-rs/feature/widget-request-redraw | 2023-01-13 | 4 | -29/+26 | |
|\ | | | | | Widget-driven animations | ||||
| * | Implement `window::frames` subscription | 2023-01-12 | 1 | -2/+1 | |
| | | | | | | | | ... and use it in the `solar_system` example :tada: | ||||
| * | Draft `Shell:request_redraw` API | 2023-01-12 | 3 | -27/+25 | |
| | | | | | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | | feat: provide `&Dependency` to `Lazy` widget `View` | 2023-01-11 | 1 | -1/+1 | |
| | | |||||
* | | clippy | 2023-01-10 | 1 | -3/+9 | |
| | | |||||
* | | add overlays to `Lazy` example | 2023-01-10 | 1 | -24/+130 | |
| | | |||||
* | | cleanup `Lazy` examples | 2023-01-10 | 3 | -150/+1 | |
|/ | |||||
* | Add some missing `spacing` to `scrollable` example | 2023-01-08 | 1 | -0/+2 | |
| | |||||
* | Introduce `RelativeOffset` type in `scrollable` | 2023-01-08 | 2 | -9/+9 | |
| | |||||
* | Reworked Scrollable to account for lack of widget order guarantees. | 2022-12-29 | 3 | -83/+57 | |
| | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | ||||
* | Add multidirectional scrolling capabilities to the existing Scrollable. | 2022-12-29 | 5 | -186/+330 | |
| | |||||
* | Add `Renderer` argument to `operate` | 2022-12-22 | 1 | -0/+4 | |
| | |||||
* | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -2/+4 | |
| | |||||
* | updated README for slider example | 2022-12-13 | 1 | -2/+2 | |
| | |||||
* | Split vertical orientation into VerticalSlider | 2022-12-13 | 1 | -13/+7 | |
| | |||||
* | Merge branch 'master' into feat/slider-orientation | 2022-12-13 | 21 | -128/+1348 | |
|\ | |||||
| * | Showcase color filtering in existing `svg` example | 2022-12-06 | 4 | -106/+54 | |
| | | | | | | | | ... and remove the `svg_style` example | ||||
| * | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -4/+4 | |
| | | | | | | | | ... and pass it directly to `Renderer::draw` instead. | ||||
| * | chore(examples): Add svg-style example | 2022-12-06 | 3 | -0/+89 | |
| | | |||||
| * | Ask `clippy` to behave | 2022-12-02 | 1 | -0/+1 | |
| | |