Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #892 from clarkmoody/title-bar-events | 2021-05-25 | 3 | -26/+119 | ||
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Enable event handling within the title elements | 2021-05-24 | 2 | -13/+26 | ||
| * | | | | | | | | | Example: Add Pin button to prevent closing a pane | 2021-05-24 | 1 | -8/+42 | ||
| * | | | | | | | | | Example: Add close button to pane grid controls | 2021-05-24 | 1 | -8/+54 | ||
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #830 from Dispersia/upgrade-wgpu | 2021-05-24 | 33 | -416/+461 | ||
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use `FilterMode::Nearest` in `triangle::msaa` | 2021-05-21 | 1 | -3/+3 | ||
| * | | | | | | | | | Revert "Remove padding from triangle" | 2021-05-21 | 1 | -0/+8 | ||
| * | | | | | | | | | 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 | ||
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | 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 | ||
* | | | | | | | | | Merge pull request #876 from Cupnfish/master | 2021-05-17 | 1 | -0/+2 | ||
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | update doc | 2021-05-14 | 1 | -0/+1 | ||
| * | | | | | | | | | Add a primary backend that can be set | 2021-05-13 | 1 | -0/+1 | ||
* | | | | | | | | | | Merge pull request #875 from ZakisM/optimize_svg_algorithm | 2021-05-17 | 1 | -17/+5 | ||
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | 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 | 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` | 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 | 2021-05-03 | 3 | -15/+38 | ||
|/ / / / / / / / / | ||||||
| | * | | | | | | | 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 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | 2021-04-06 | 1 | -1/+1 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #810 from Cupnfish/master | 2021-04-01 | 1 | -1/+1 | ||
|\| | | | | | | | ||||||
| * | | | | | | | 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 | ||
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | ||
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | ||
| * | | | | | | | Add `CloseRequested` variant to `window::Event` | 2021-03-30 | 2 | -0/+9 | ||
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #796 from hecrj/fix/redraw-empty-window | 2021-03-26 | 1 | -1/+6 | ||
|\ \ \ \ \ \ \ |