Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | | | |||||
| | * | Run cargo fmt | 2021-04-12 | 10 | -48/+57 | |
| | | | |||||
| | * | add temporary fix for image wgsl | 2021-04-12 | 4 | -9/+11 | |
| | | | |||||
| | * | Add staging belt fix | 2021-04-12 | 3 | -16/+27 | |
| | | | |||||
| | * | Upgrade wgpu | 2021-04-11 | 28 | -353/+386 | |
| |/ |/| | |||||
* | | Merge pull request #825 from tarkah/feat/window-visibility | 2021-04-11 | 6 | -2/+20 | |
|\ \ | | | | | | | add window visibility | ||||
| * | | use Mode::Hidden instead | 2021-04-09 | 8 | -35/+19 | |
| | | | |||||
| * | | add to glutin | 2021-04-08 | 1 | -0/+1 | |
| | | | |||||
| * | | add window visibility | 2021-04-08 | 4 | -1/+34 | |
|/ / | |||||
* | | Merge pull request #815 from taiki-e/docs | 2021-04-06 | 1 | -1/+1 | |
|\ \ | | | | | | | Enable qr_code feature on docs.rs | ||||
| * | | Enable qr_code feature on docs.rs | 2021-04-06 | 1 | -1/+1 | |
|/ / | |||||
* | | Merge pull request #810 from Cupnfish/master | 2021-04-01 | 1 | -1/+1 | |
|\| | | | | | fix typo | ||||
| * | Update frame.rs | 2021-04-01 | 1 | -1/+1 | |
|/ | |||||
* | Fix `iced_wgpu` link in `CHANGELOG` | 2021-03-31 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #806 from hecrj/release/0.3.0 | 2021-03-31 | 19 | -46/+107 | |
|\ | | | | | Release 0.3 — Touch support, clipboard write access, image viewer, tooltips, and more! | ||||
| * | Bump versions :tada: | 2021-03-31 | 19 | -45/+49 | |
| | | |||||
| * | Update `CHANGELOG` | 2021-03-31 | 1 | -1/+58 | |
|/ | |||||
* | Merge pull request #804 from hecrj/feature/graceful-exit | 2021-03-31 | 8 | -19/+103 | |
|\ | | | | | Graceful exiting for `Application` | ||||
| * | Showcase graceful exiting in `events` example | 2021-03-30 | 1 | -10/+37 | |
| | | |||||
| * | Add support for graceful exits in `Application` | 2021-03-30 | 5 | -9/+57 | |
| | | | | | | | | | | - `Settings` now contains an `exit_on_close_request` field - `Application` has a new `should_exit` method |