Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `Toggler` to tour example | 2021-06-03 | 1 | -1/+28 | |
| | |||||
* | Add `Toggler` to styling example | 2021-06-03 | 1 | -9/+64 | |
| | |||||
* | Change label of `Toggler` to optional | 2021-06-03 | 3 | -32/+53 | |
| | |||||
* | Add alignment of `Toggler` label. | 2021-06-03 | 1 | -1/+25 | |
| | |||||
* | fix format | 2021-06-03 | 1 | -2/+2 | |
| | |||||
* | add missing glow support | 2021-06-03 | 2 | -0/+12 | |
| | |||||
* | fix missing semicolon in doc test | 2021-06-03 | 1 | -1/+1 | |
| | |||||
* | Implement `Toggler` widget for iced_native | 2021-06-03 | 10 | -4/+452 | |
| | |||||
* | Merge pull request #893 from traxys/drag_and_drop | 2021-06-01 | 2 | -2/+16 | |
|\ | | | | | Allow disabling drag and drop on windows | ||||
| * | Fix documentation of `PlatformSpecific` settings | 2021-06-01 | 1 | -2/+3 | |
| | | |||||
| * | allow disabling drag and drop on windows | 2021-05-27 | 2 | -1/+14 | |
| | | |||||
* | | Merge pull request #630 from blefevre/asymmetric-padding | 2021-06-01 | 28 | -199/+306 | |
|\ \ | | | | | | | Add support for asymmetrical padding | ||||
| * | | Replace ignored doc-tests with additional documentation for `Padding` | 2021-06-01 | 16 | -75/+32 | |
| | | | |||||
| * | | Use `Padding::horizontal` and `Padding::vertical` helpers | 2021-06-01 | 5 | -14/+10 | |
| | | | |||||
| * | | Fix unused variable warning in `iced_web::text_input` | 2021-06-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix `Tooltip` widget | 2021-06-01 | 1 | -3/+3 | |
| | | | |||||
| * | | Fix `overlay::Menu` implementation | 2021-06-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Introduce `vertical` and `horizontal` methods to `Padding` | 2021-06-01 | 1 | -0/+10 | |
| | | | |||||
| * | | Add support for asymmetrical padding | 2021-06-01 | 27 | -195/+339 | |
|/ / | |||||
* | | Merge pull request #901 from hecrj/feature/default-rule-style | 2021-06-01 | 1 | -6/+12 | |
|\ \ | |/ |/| | Implement `Default` for `Style` in `rule` | ||||
| * | Implement `Default` for `Style` in `rule` | 2021-06-01 | 1 | -6/+12 | |
|/ | |||||
* | Merge pull request #892 from clarkmoody/title-bar-events | 2021-05-25 | 3 | -26/+119 | |
|\ | | | | | PaneGrid Events in Title Bar Area | ||||
| * | Enable event handling within the title elements | 2021-05-24 | 2 | -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 pane | 2021-05-24 | 1 | -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 controls | 2021-05-24 | 1 | -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-wgpu | 2021-05-24 | 33 | -416/+461 | |
|\ | | | | | Upgrade wgpu | ||||
| * | Use `FilterMode::Nearest` in `triangle::msaa` | 2021-05-21 | 1 | -3/+3 | |
| | | |||||
| * | Revert "Remove padding from triangle" | 2021-05-21 | 1 | -0/+8 | |
| | | | | | | | | This reverts commit 2d549d806cd9ff1d7b7b237d818cd24c84957c83. | ||||
| * | Fix duplicating fragment position | 2021-05-20 | 1 | -4/+3 | |
| | | |||||
| * | run format | 2021-05-19 | 1 | -2/+2 | |
| | | |||||
| * | Remove padding from triangle | 2021-05-19 | 1 | -8/+0 | |
| | | |||||
| * | Add padding to quad to fix alignment issue | 2021-05-19 | 1 | -0/+5 | |
| | | |||||
| * | temporary up | 2021-05-19 | 1 | -7/+3 | |
| | | |||||
| * | Merge branch 'hecrj:master' into upgrade-wgpu | 2021-05-19 | 13 | -50/+104 | |
| |\ | |/ |/| | |||||
* | | Merge pull request #886 from Chiheisen/fix/pick_list_layouting | 2021-05-19 | 1 | -1/+1 | |
|\ \ | | | | | | | pick_list: fix layouting not respecting fonts | ||||
| * | | fix pick_list layouting not respecting fonts | 2021-05-18 | 1 | -1/+1 | |
|/ / | |||||
* | | Added text color and font options for native radio and checkbox (#831) | 2021-05-17 | 2 | -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/master | 2021-05-17 | 1 | -0/+2 | |
|\ \ | | | | | | | Add a primary backend that can be set | ||||
| * | | update doc | 2021-05-14 | 1 | -0/+1 | |
| | | | |||||
| * | | Add a primary backend that can be set | 2021-05-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | Add a primary backend that can be set | ||||
* | | | Merge pull request #875 from ZakisM/optimize_svg_algorithm | 2021-05-17 | 1 | -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. | 2021-05-11 | 1 | -17/+5 | |
| | | | | |||||
* | | | | Merge pull request #877 from RDambrosio016/patch-1 | 2021-05-14 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Change examples to point to 0.3 examples, not 0.2 | ||||
| * | | | Change examples to point to 0.3 examples, not 0.2 | 2021-05-13 | 1 | -1/+1 | |
|/ / / | |||||
* | | | Merge pull request #868 from hecrj/wgpu-compatible-surface | 2021-05-08 | 4 | -8/+25 | |
|\ \ \ | | | | | | | | | Provide `compatible_surface` in `iced_wgpu::Compositor` | ||||
| * | | | Provide `compatible_surface` in `iced_wgpu::Compositor` | 2021-05-05 | 4 | -8/+25 | |
|/ / / | |||||
* | | | Merge pull request #851 from hecrj/fix/scrollbar-under-content | 2021-05-04 | 3 | -15/+38 | |
|\ \ \ | | | | | | | | | Fix `Scrollable` scrollbar being rendered behind contents | ||||
| * | | | Fix `Scrollable` scrollbar being rendered behind contents | 2021-05-03 | 3 | -15/+38 | |
|/ / / | | | | | | | | | | ... by issuing a new clip layer just for the scrollbar itself. | ||||
| | * | Use latest `wgpu` releases instead of patched sources | 2021-05-19 | 5 | -37/+31 | |
| | | | |||||
| | * | Fix formatting with `cargo fmt` | 2021-05-19 | 3 | -10/+6 | |
| | | |