summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2023-01-0923-251/+181
* Initial profiling support for Iced.Libravatar Bingus2023-01-0920-35/+357
* Merge pull request #1639 from iced-rs/fix/limits-clampLibravatar Héctor Ramón2023-01-051-7/+9
|\
| * Stop using `f32::clamp` altogether in `layout::Limits`Libravatar Héctor Ramón Jiménez2023-01-051-7/+9
* | Merge pull request #1633 from pop-os/standardize-checkbox-functionsLibravatar Héctor Ramón2023-01-052-3/+3
|\ \
| * | Checkbox: Fix tests with sync'ed helper macro and associated fnLibravatar 13r0ck2023-01-041-1/+1
| * | use same name & order for checkbox::new and helperLibravatar 13r0ck2023-01-042-2/+2
* | | Merge pull request #1638 from tarkah/fix/responsive-overlay-layoutLibravatar Héctor Ramón2023-01-051-2/+4
|\ \ \ | |_|/ |/| |
| * | Fix shadowed variableLibravatar Cory Forsstrom2023-01-051-2/+4
|/ /
* | Merge pull request #1637 from iced-rs/fix/layout-resolve-panicLibravatar Héctor Ramón2023-01-051-2/+7
|\ \
| * | Fix `Layout::resolve` panicking under some circumstancesLibravatar Héctor Ramón Jiménez2023-01-051-2/+7
| |/
* | Merge pull request #1636 from tarkah/fix/location-copyLibravatar Héctor Ramón2023-01-041-2/+2
|\ \
| * | Fix lintLibravatar Cory Forsstrom2023-01-041-1/+1
| * | Make location copyLibravatar Cory Forsstrom2023-01-041-1/+1
| |/
* | Merge pull request #1635 from tarkah/fix/pub-count-fieldsLibravatar Héctor Ramón2023-01-041-2/+2
|\ \
| * | Make count fields pubLibravatar Cory Forsstrom2023-01-041-2/+2
| |/
* | Merge pull request #1634 from Araxeus/fix-doc-linksLibravatar Héctor Ramón2023-01-041-1/+1
|\ \ | |/ |/|
| * fix doc linksLibravatar Araxeus2023-01-041-1/+1
|/
* Merge pull request #1585 from Night-Hunter-NF/FocusWindowLibravatar Héctor Ramón2023-01-022-0/+14
|\
| * Rename `FocusWindow` to `GainFocus` in `window::Action`Libravatar Héctor Ramón Jiménez2023-01-022-4/+4
| * Add `FocusWindow` to `window::Action`Libravatar Night_Hunter2023-01-022-0/+14
|/
* Fix "Test Status" badge in `README`Libravatar Héctor Ramón Jiménez2023-01-021-1/+1
* Merge pull request #1562 from casperstorm/feat/custom-accessory-contentLibravatar Héctor Ramón2023-01-024-19/+88
|\
| * Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2022-12-144-39/+34
| * Added accessory_content_color to appreance.Libravatar Casper Rogild Storm2022-11-293-1/+5
| * Correctly pass accessory content.Libravatar Casper Rogild Storm2022-11-291-0/+2
| * Added ability to customize accessory content.Libravatar Casper Rogild Storm2022-11-294-19/+87
* | Merge pull request #1584 from Night-Hunter-NF/RequestUserAttentionLibravatar Héctor Ramón2023-01-026-12/+75
|\ \
| * | Create conversion function for `user_attention` in `iced_winit`Libravatar Héctor Ramón Jiménez2023-01-023-11/+21
| * | Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter2023-01-024-11/+64
|/ /
* | Merge pull request #1622 from rs017991/text_input_shift_clickLibravatar Héctor Ramón2023-01-021-2/+10
|\ \
| * | TextInput: SHIFT+Left Click to SelectLibravatar Ryan Scheidter2022-12-251-2/+10
* | | Merge pull request #1628 from nicksenger/feat/component-operationsLibravatar Héctor Ramón2023-01-021-0/+35
|\ \ \
| * | | Prefix `_` instead of `allow(unused)` in `Component` traitLibravatar Héctor Ramón Jiménez2023-01-021-2/+4
| * | | Add `operate` method to `Component` traitLibravatar Nick Senger2022-12-301-0/+33
| |/ /
* | | Merge pull request #1624 from rpitasky/patch-1Libravatar Héctor Ramón2023-01-021-1/+1
|\ \ \
| * | | Minor docs typoLibravatar rpitasky2022-12-291-1/+1
| |/ /
* | | Rename `is_checked` to `is_toggled` in `Toggler`Libravatar Héctor Ramón Jiménez2023-01-021-9/+9
* | | Merge pull request #1616 from pop-os/standardize-toggler-functionsLibravatar Héctor Ramón2023-01-022-10/+10
|\ \ \ | |/ / |/| |
| * | Use same name & order for toggler::new and helperLibravatar 13r0ck2022-12-222-10/+10
|/ /
* | Merge pull request #1615 from iced-rs/fix/responsive-operationsLibravatar Héctor Ramón2022-12-2218-9/+74
|\ \
| * | Implement `Widget::operate` for `Responsive`Libravatar Héctor Ramón Jiménez2022-12-221-1/+24
| * | Add `Renderer` argument to `operate`Libravatar Héctor Ramón Jiménez2022-12-2217-8/+50
|/ /
* | Merge pull request #1611 from iced-rs/fix/clippy-lintsLibravatar Héctor Ramón2022-12-2010-40/+28
|\ \
| * | Fix `clippy` lints for Rust 1.66Libravatar Héctor Ramón Jiménez2022-12-2010-40/+28
* | | Merge pull request #1606 from iced-rs/feature/window-closeLibravatar Héctor Ramón2022-12-155-15/+21
|\ \ \ | |/ / |/| |
| * | Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez2022-12-155-15/+21
* | | Bump version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2022-12-151-1/+1
|/ /
* | Update latest release number in `BUG_REPORT.yml`Libravatar Héctor Ramón Jiménez2022-12-141-3/+3
* | Merge pull request #1596 from casperstorm/feat/slider-orientationLibravatar Héctor Ramón2022-12-148-0/+578
|\ \