summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * Run cargo fmtLibravatar Dispersia2021-04-1210-48/+57
| | |
| | * add temporary fix for image wgslLibravatar Dispersia2021-04-124-9/+11
| | |
| | * Add staging belt fixLibravatar Dispersia2021-04-123-16/+27
| | |
| | * Upgrade wgpuLibravatar Dispersia2021-04-1128-353/+386
| |/ |/|
* | Merge pull request #825 from tarkah/feat/window-visibilityLibravatar Héctor Ramón2021-04-116-2/+20
|\ \ | | | | | | add window visibility
| * | use Mode::Hidden insteadLibravatar Cory Forsstrom2021-04-098-35/+19
| | |
| * | add to glutinLibravatar Cory Forsstrom2021-04-081-0/+1
| | |
| * | add window visibilityLibravatar Cory Forsstrom2021-04-084-1/+34
|/ /
* | Merge pull request #815 from taiki-e/docsLibravatar Héctor Ramón2021-04-061-1/+1
|\ \ | | | | | | Enable qr_code feature on docs.rs
| * | Enable qr_code feature on docs.rsLibravatar Taiki Endo2021-04-061-1/+1
|/ /
* | Merge pull request #810 from Cupnfish/masterLibravatar Héctor Ramón2021-04-011-1/+1
|\| | | | | fix typo
| * Update frame.rsLibravatar Downtime2021-04-011-1/+1
|/
* Fix `iced_wgpu` link in `CHANGELOG`Libravatar Héctor Ramón Jiménez2021-03-311-1/+1
|
* Merge pull request #806 from hecrj/release/0.3.0Libravatar Héctor Ramón2021-03-3119-46/+107
|\ | | | | Release 0.3 — Touch support, clipboard write access, image viewer, tooltips, and more!
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2021-03-3119-45/+49
| |
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2021-03-311-1/+58
|/
* Merge pull request #804 from hecrj/feature/graceful-exitLibravatar Héctor Ramón2021-03-318-19/+103
|\ | | | | Graceful exiting for `Application`
| * Showcase graceful exiting in `events` exampleLibravatar Héctor Ramón Jiménez2021-03-301-10/+37
| |
| * Add support for graceful exits in `Application`Libravatar Héctor Ramón Jiménez2021-03-305-9/+57
| | | | | | | | | | - `Settings` now contains an `exit_on_close_request` field - `Application` has a new `should_exit` method