summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add `Toggler` to tour exampleLibravatar Kaiden422021-06-031-1/+28
|
* Add `Toggler` to styling exampleLibravatar Kaiden422021-06-031-9/+64
|
* Change label of `Toggler` to optionalLibravatar Kaiden422021-06-033-32/+53
|
* Add alignment of `Toggler` label.Libravatar Kaiden422021-06-031-1/+25
|
* fix formatLibravatar Kaiden422021-06-031-2/+2
|
* add missing glow supportLibravatar Kaiden422021-06-032-0/+12
|
* fix missing semicolon in doc testLibravatar Kaiden422021-06-031-1/+1
|
* Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-0310-4/+452
|
* Merge pull request #893 from traxys/drag_and_dropLibravatar Héctor Ramón2021-06-012-2/+16
|\ | | | | Allow disabling drag and drop on windows
| * Fix documentation of `PlatformSpecific` settingsLibravatar Héctor Ramón2021-06-011-2/+3
| |
| * allow disabling drag and drop on windowsLibravatar Quentin Boyer2021-05-272-1/+14
| |
* | Merge pull request #630 from blefevre/asymmetric-paddingLibravatar Héctor Ramón2021-06-0128-199/+306
|\ \ | | | | | | Add support for asymmetrical padding
| * | Replace ignored doc-tests with additional documentation for `Padding`Libravatar Héctor Ramón2021-06-0116-75/+32
| | |
| * | Use `Padding::horizontal` and `Padding::vertical` helpersLibravatar Héctor Ramón2021-06-015-14/+10
| | |
| * | Fix unused variable warning in `iced_web::text_input`Libravatar Héctor Ramón2021-06-011-1/+1
| | |
| * | Fix `Tooltip` widgetLibravatar Héctor Ramón2021-06-011-3/+3
| | |
| * | Fix `overlay::Menu` implementationLibravatar Héctor Ramón2021-06-011-1/+1
| | |
| * | Introduce `vertical` and `horizontal` methods to `Padding`Libravatar Héctor Ramón2021-06-011-0/+10
| | |
| * | Add support for asymmetrical paddingLibravatar Ben LeFevre2021-06-0127-195/+339
|/ /
* | Merge pull request #901 from hecrj/feature/default-rule-styleLibravatar Héctor Ramón2021-06-011-6/+12
|\ \ | |/ |/| Implement `Default` for `Style` in `rule`
| * Implement `Default` for `Style` in `rule`Libravatar Héctor Ramón2021-06-011-6/+12
|/
* Merge pull request #892 from clarkmoody/title-bar-eventsLibravatar Héctor Ramón2021-05-253-26/+119
|\ | | | | PaneGrid Events in Title Bar Area
| * Enable event handling within the title elementsLibravatar Clark Moody2021-05-242-13/+26
| | | | | | | | | | Shrink the pick area to avoid both the controls and the title elements. Handle events and merge title area event status with control events.
| * Example: Add Pin button to prevent closing a paneLibravatar Clark Moody2021-05-241-8/+42
| | | | | | | | | | Functionality will not work until PaneGrid implementation is updated to support events within the title area.
| * Example: Add close button to pane grid controlsLibravatar Clark Moody2021-05-241-8/+54
|/ | | | | Refactors the state data structure to hold content and controls in separate fields. Adds a new button style for the control button.
* Merge pull request #830 from Dispersia/upgrade-wgpuLibravatar Héctor Ramón2021-05-2433-416/+461
|\ | | | | Upgrade wgpu
| * Use `FilterMode::Nearest` in `triangle::msaa`Libravatar Héctor Ramón2021-05-211-3/+3
| |
| * Revert "Remove padding from triangle"Libravatar Héctor Ramón2021-05-211-0/+8
| | | | | | | | This reverts commit 2d549d806cd9ff1d7b7b237d818cd24c84957c83.
| * Fix duplicating fragment positionLibravatar Dispersia2021-05-201-4/+3
| |
| * run formatLibravatar Dispersia2021-05-191-2/+2
| |
| * Remove padding from triangleLibravatar Dispersia2021-05-191-8/+0
| |
| * Add padding to quad to fix alignment issueLibravatar Dispersia2021-05-191-0/+5
| |
| * temporary upLibravatar Dispersia2021-05-191-7/+3
| |
| * Merge branch 'hecrj:master' into upgrade-wgpuLibravatar Aaron Housh2021-05-1913-50/+104
| |\ | |/ |/|
* | Merge pull request #886 from Chiheisen/fix/pick_list_layoutingLibravatar Héctor Ramón2021-05-191-1/+1
|\ \ | | | | | | pick_list: fix layouting not respecting fonts
| * | fix pick_list layouting not respecting fontsLibravatar chiheisen2021-05-181-1/+1
|/ /
* | Added text color and font options for native radio and checkbox (#831)Libravatar zdevwu2021-05-172-8/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * text color and font options to radio * code formatting * code formatting * code formatting * Added text_color for native checkbox * Removed clone as color has Copy * Fix code formatting with `cargo fmt` Co-authored-by: Héctor Ramón <hector@lich.io>
* | Merge pull request #876 from Cupnfish/masterLibravatar Héctor Ramón2021-05-171-0/+2
|\ \ | | | | | | Add a primary backend that can be set
| * | update docLibravatar Downtime2021-05-141-0/+1
| | |
| * | Add a primary backend that can be setLibravatar Downtime2021-05-131-0/+1
| | | | | | | | | | | | Add a primary backend that can be set
* | | Merge pull request #875 from ZakisM/optimize_svg_algorithmLibravatar Héctor Ramón2021-05-171-17/+5
|\ \ \ | | | | | | | | This commit optimizes the algorithm used to convert rgba pixels into bgra pixels for SVG's.
| * | | This commit optimizes the function used to converg rgba pixels into bgra pixels.Libravatar Zak2021-05-111-17/+5
| | | |
* | | | Merge pull request #877 from RDambrosio016/patch-1Libravatar Héctor Ramón2021-05-141-1/+1
|\ \ \ \ | |/ / / |/| | | Change examples to point to 0.3 examples, not 0.2
| * | | Change examples to point to 0.3 examples, not 0.2Libravatar Riccardo D'Ambrosio2021-05-131-1/+1
|/ / /
* | | Merge pull request #868 from hecrj/wgpu-compatible-surfaceLibravatar Héctor Ramón2021-05-084-8/+25
|\ \ \ | | | | | | | | Provide `compatible_surface` in `iced_wgpu::Compositor`
| * | | Provide `compatible_surface` in `iced_wgpu::Compositor`Libravatar Héctor Ramón2021-05-054-8/+25
|/ / /
* | | Merge pull request #851 from hecrj/fix/scrollbar-under-contentLibravatar Héctor Ramón2021-05-043-15/+38
|\ \ \ | | | | | | | | Fix `Scrollable` scrollbar being rendered behind contents
| * | | Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón2021-05-033-15/+38
|/ / / | | | | | | | | | ... by issuing a new clip layer just for the scrollbar itself.
| | * Use latest `wgpu` releases instead of patched sourcesLibravatar Héctor Ramón2021-05-195-37/+31
| | |
| | * Fix formatting with `cargo fmt`Libravatar Héctor Ramón2021-05-193-10/+6
| | |