Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1738 from nicoburns/update-winit-0.28 | 2023-05-25 | 11 | -45/+78 | |
|\ | |||||
| * | Remove unnecessary newline | 2023-05-25 | 1 | -1/+0 | |
| * | Replace `change_always_on_top` action with `change_level` | 2023-05-25 | 3 | -28/+17 | |
| * | Introduce `window::Level` enum | 2023-05-25 | 5 | -16/+46 | |
| * | Update `window_clipboard` dependency | 2023-05-25 | 1 | -1/+1 | |
| * | Update `winit` dependency | 2023-05-25 | 1 | -2/+2 | |
| * | Bump winit rev | 2023-05-11 | 1 | -1/+1 | |
| * | Allow unsafe code | 2023-05-11 | 2 | -2/+4 | |
| * | Add unsafe block | 2023-05-11 | 1 | -1/+4 | |
| * | Fixup option | 2023-05-11 | 1 | -5/+1 | |
| * | Use raw-window-handle instead of HWND | 2023-05-11 | 2 | -1/+4 | |
| * | Fix import path | 2023-05-11 | 1 | -1/+1 | |
| * | Fix build on linux | 2023-05-11 | 1 | -1/+3 | |
| * | Update to winit 0.28 | 2023-05-11 | 3 | -7/+16 | |
* | | Merge pull request #1869 from casperstorm/extend-border-radius | 2023-05-23 | 29 | -108/+108 | |
|\ \ | |||||
| * | | clean up rebase mistake | 2023-05-23 | 1 | -19/+8 | |
| * | | clippy | 2023-05-23 | 11 | -16/+15 | |
| * | | Extend border radius on relevant widgets | 2023-05-23 | 19 | -99/+111 | |
|/ / | |||||
* | | Merge pull request #1844 from tarkah/fix/scrollbar-widths | 2023-05-23 | 1 | -10/+12 | |
|\ \ | |||||
| * | | Avoid drawing empty quads in `widget::scrollable` | 2023-05-23 | 1 | -6/+10 | |
| * | | Remove min width 1 from scrollbar & scroller | 2023-05-23 | 1 | -4/+2 | |
|/ / | |||||
* | | Merge pull request #1797 from bbb651/master | 2023-05-23 | 2 | -4/+2 | |
|\ \ | |||||
| * | | Make mouse::Button::Other take u16 instead of u8 | 2023-05-23 | 2 | -4/+2 | |
* | | | Merge pull request #1861 from marienz/from-pointers | 2023-05-23 | 2 | -31/+24 | |
|\ \ \ | |||||
| * | | | Support conversion from Fn trait to custom theme | 2023-05-21 | 2 | -31/+24 | |
* | | | | Merge pull request #1840 from a1phyr/glam | 2023-05-22 | 2 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Update `glam` to `0.24` | 2023-05-22 | 2 | -2/+2 | |
|/ / / | |||||
* | | | Merge pull request #1856 from jhff/pane_grid_split_with_dragged_pane | 2023-05-19 | 5 | -18/+196 | |
|\ \ \ | |||||
| * | | | Rename invert -> swap | 2023-05-19 | 1 | -2/+2 | |
| * | | | Take pane state internally | 2023-05-19 | 2 | -22/+9 | |
| * | | | Change name of hovered region style struct, reorder lines & export Appearance | 2023-05-19 | 3 | -19/+19 | |
| * | | | Add pane_grid functionality to split a pane with another pane | 2023-05-16 | 5 | -7/+198 | |
* | | | | Merge pull request #1846 from bungoboingo/feat/background-gradients | 2023-05-19 | 42 | -1442/+1557 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove redundant re-export in `widget::canvas` | 2023-05-19 | 1 | -1/+0 | |
| * | | | Reduce `INITIAL_INSTANCES` in `wgpu::quad` to `2_000` | 2023-05-19 | 1 | -1/+1 | |
| * | | | Fix needless borrow in `tiny_skia::backend` | 2023-05-19 | 1 | -1/+1 | |
| * | | | Fix inconsistent `pub use` in `wgpu::layer` | 2023-05-19 | 1 | -1/+1 | |
| * | | | Avoid redundant `buffer::Buffer` import | 2023-05-19 | 4 | -7/+8 | |
| * | | | Keep `image` pipeline decoupled from `quad` in `iced_wgpu` | 2023-05-19 | 2 | -8/+40 | |
| * | | | Inline `into_gradient` in `tiny_skia::backend` | 2023-05-19 | 1 | -43/+41 | |
| * | | | Fix imports of `geometry::style` in `iced_graphics` | 2023-05-19 | 1 | -2/+2 | |
| * | | | Keep `tour` buttons solid | 2023-05-19 | 1 | -50/+5 | |
| * | | | Implement `custom` helper for `theme::Button` | 2023-05-19 | 2 | -8/+15 | |
| * | | | Avoid packing gradient data for every vertex in `iced_wgpu` | 2023-05-19 | 1 | -5/+5 | |
| * | | | Remove `Builder` abstractions for gradients | 2023-05-19 | 15 | -209/+163 | |
| * | | | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 41 | -1470/+1639 | |
* | | | | Merge pull request #1854 from wash2/fix-clear-blend-mode | 2023-05-16 | 1 | -0/+1 | |
|\ \ \ \ | |||||
| * | | | | fix: when clearing damaged surface with background color blend mode should be... | 2023-05-15 | 1 | -0/+1 | |
|/ / / / | |||||
* | | | | Merge pull request #1847 from iced-rs/fix/image-atlas-race-condition | 2023-05-12 | 4 | -19/+27 | |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Remove `dbg!` leftovers in `image::atlas` | 2023-05-11 | 1 | -3/+0 |