summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-27Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez1-0/+1
2023-06-08Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez1-1/+3
2023-05-25Introduce `window::Level` enumLibravatar Héctor Ramón Jiménez1-5/+5
2023-05-19Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez1-0/+1
2023-05-11Added support for gradients as background variants + other optimizations.Libravatar Bingus1-2/+2
2023-05-11Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez2-4/+1
2023-04-20Export scroll_to helperLibravatar Cory Forsstrom1-2/+2
2023-04-17Add scrollable `Viewport`Libravatar Cory Forsstrom1-2/+2
2023-04-14Add `scroll_to` operation for absolute scrollLibravatar Cory Forsstrom1-2/+2
2023-04-13Bump versions :tada:Libravatar Héctor Ramón Jiménez4-25/+25
2023-04-13Rename `MouseListener` to `MouseArea`Libravatar Héctor Ramón Jiménez1-3/+3
2023-04-13feat(native): Add MouseListener widgetLibravatar Michael Aaron Murphy1-0/+8
2023-04-12add action set icon while running (#1590)Libravatar Night_Hunter1-159/+50
2023-04-11Rename `IconPosition` to `Side` in `text_input`Libravatar Héctor Ramón Jiménez1-1/+1
2023-04-11Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm1-1/+1
2023-04-11feat: added handle to text_inputLibravatar Casper Storm1-1/+1
2023-03-30Introduce support for `Font` attributesLibravatar Héctor Ramón Jiménez1-1/+1
2023-03-29Export `Hasher` in `advanced` moduleLibravatar Héctor Ramón Jiménez1-1/+1
2023-03-29Export `Pixels` in root crateLibravatar Héctor Ramón Jiménez1-2/+2
2023-03-29Export `iced_graphics` in `advanced` module (for now)Libravatar Héctor Ramón Jiménez1-0/+1
2023-03-29Export `iced_core::mouse` in `advanced` moduleLibravatar Héctor Ramón Jiménez1-0/+1
2023-03-14Re-export `settings::PlatformSpecific` from `iced_winit` directlyLibravatar Héctor Ramón Jiménez3-42/+3
2023-03-14Added macOS platform specific optionsLibravatar Casper Storm4-2/+47
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez4-9/+8
2023-03-05Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2-1/+12
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez19-1062/+136
2023-03-03Expose `window` commands for Wasm buildsLibravatar Héctor Ramón Jiménez1-1/+0
2023-03-03Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez6-4/+735
2023-03-01Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-2/+3
2023-02-28Use `iced_renderer` instead of `iced_graphics` in root crateLibravatar Héctor Ramón Jiménez2-3/+3
2023-02-24Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2-3/+3
2023-02-24Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2-22/+1
2023-02-24Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez1-2/+4
2023-02-24Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2-14/+5
2023-02-24Draft `glyphon` implementation of text pipeline for `iced_wgpu`Libravatar Héctor Ramón Jiménez1-2/+2
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+7
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez4-25/+25
2023-02-17Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez1-3/+3
2023-02-16Added the ability to change checkbox iconLibravatar Casper Storm1-1/+1
2023-02-14Rename `HandleContent` to `Icon` and simplify genericsLibravatar Héctor Ramón Jiménez1-1/+1
2023-02-14Extend pick_list::HandleLibravatar Casper Storm1-1/+3
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-9/+6
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez4-25/+25
2023-01-12Fix comment description on crate exampleLibravatar Wiktor Kwapisiewicz1-0/+1
2023-01-12Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2-18/+0
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez1-1/+2
2023-01-04fix doc linksLibravatar Araxeus1-1/+1
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo1-2/+1
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus1-1/+2
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-4/+0