Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify `slider` logic further | 2024-01-31 | 2 | -40/+42 | |
| | |||||
* | Simplify `Change` enum in `slider` logic and remove double-click behavior | 2024-01-31 | 2 | -118/+35 | |
| | |||||
* | Enhance `Slider` and `VerticalSlider` functionality | 2024-01-31 | 3 | -38/+322 | |
| | | | | | | | | | | | | | * Add optional default behavior * Add a `default` field * Add a `default()` method to set the `default` field * A double-click, ctrl-click or command-click will set the slider to the default value * Add optional fine-grained control * Add an optional `step_fine` field * Add a `step_fine()` method to set the `step_fine` field * Use `step_fine` in place of `step` while shift is pressed * Add increment/decrement via up/down keys * Update `Slider` and `VerticalSlider` examples | ||||
* | Merge pull request #2029 from ua-kxie/arc-and-ellipse-radians-type | 2024-01-31 | 5 | -41/+114 | |
|\ | | | | | use radians type in arc and ellipse | ||||
| * | Improve `Radians` ergonomics | 2024-01-31 | 2 | -35/+60 | |
| | | |||||
| * | Use `Radians` in arc and ellipse types | 2024-01-31 | 5 | -26/+74 | |
|/ | |||||
* | Merge pull request #1994 from MichalLebeda/frame-fn-returns | 2024-01-31 | 3 | -8/+26 | |
|\ | | | | | Add return values to ```Frame::with_clip()``` and ```Frame::with_save()``` | ||||
| * | Update `CHANGELOG` | 2024-01-31 | 1 | -0/+2 | |
| | | |||||
| * | Add return values to Frame::with_clip() and Frame::with_save() | 2024-01-31 | 2 | -8/+24 | |
| | | |||||
* | | Add missing contributor to `CHANGELOG` | 2024-01-31 | 1 | -0/+1 | |
| | | |||||
* | | Merge pull request #1940 from AustinMReppert/fix/scrollable-touch-input-stuck | 2024-01-31 | 2 | -10/+11 | |
|\ \ | |/ |/| | Fix/scrollable touch input stuck | ||||
| * | Update `CHANGELOG` | 2024-01-31 | 1 | -0/+1 | |
| | | |||||
| * | Avoid returning early on `Captured` event in `scrollable` | 2024-01-31 | 1 | -10/+10 | |
|/ | | | | Co-authored-by: Austin M. Reppert <austinmreppert@gmail.com> | ||||
* | Do not thank myself (insert Obama meme here) | 2024-01-27 | 1 | -1/+0 | |
| | |||||
* | Update `CHANGELOG` | 2024-01-27 | 2 | -53/+159 | |
| | |||||
* | Merge pull request #2215 from jhannyj/editor-cut | 2024-01-27 | 1 | -0/+12 | |
|\ | | | | | Add cut functionality to text editor | ||||
| * | Add cut functionality to text editor | 2024-01-25 | 1 | -0/+12 | |
|/ | |||||
* | Merge pull request #2211 from MrAntix/windows_PlatformSpecific_skip_taskbar | 2024-01-22 | 2 | -0/+7 | |
|\ | | | | | feat(window): adds skip_taskbar for windows | ||||
| * | feat(window): adds skip_taskbar for windows | 2024-01-21 | 2 | -0/+7 | |
| | | |||||
* | | Fix impossible to type `v` in `TextInput` | 2024-01-22 | 1 | -34/+29 | |
| | | |||||
* | | Merge pull request #2209 from iced-rs/remove-associated-theme | 2024-01-22 | 89 | -1154/+1502 | |
|\ \ | |/ |/| | `Themer` widget | ||||
| * | Introduce `themer` widget | 2024-01-21 | 3 | -2/+284 | |
| | | |||||
| * | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 88 | -1153/+1219 | |
|/ | |||||
* | Merge pull request #1882 from nicksenger/shadows | 2024-01-20 | 49 | -384/+597 | |
|\ | | | | | Quad shadows | ||||
| * | Inline `quad_pos` and `quad_scale` definitions | 2024-01-20 | 1 | -4/+2 | |
| | | |||||
| * | Add `Shadow` to `container::Appearance` | 2024-01-20 | 4 | -6/+11 | |
| | | |||||
| * | Add `Shadow` to `button::Appearance` | 2024-01-20 | 2 | -5/+12 | |
| | | |||||
| * | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 44 | -426/+384 | |
| | | |||||
| * | Skip transparent shadows in `iced_tiny_skia` | 2024-01-20 | 1 | -94/+101 | |
| | | |||||
| * | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 20 | -116/+63 | |
| | | |||||
| * | Make `shadow` optional in `renderer::Quad` | 2024-01-20 | 8 | -46/+57 | |
| | | |||||
| * | Run `cargo fmt` | 2024-01-20 | 1 | -1/+1 | |
| | | |||||
| * | feat: quad shadows | 2024-01-20 | 33 | -25/+305 | |
|/ | |||||
* | Merge pull request #2099 from jim-ec/master | 2024-01-19 | 8 | -229/+114 | |
|\ | | | | | Compute vertex positions in the shader | ||||
| * | Fix `vertex.wgsl` shader in `iced_wgpu` | 2024-01-19 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' into remove-vertex-indexing | 2024-01-19 | 240 | -3393/+12774 | |
| |\ | |/ |/| | |||||
* | | Merge pull request #2191 from ids1024/raw-window-handle-0.6 | 2024-01-19 | 20 | -128/+207 | |
|\ \ | | | | | | | Update `wgpu` to `0.19`, `glyphon` to `0.5`, `softbuffer` to `0.4`, `window-clipboard` to `0.4`, and `raw-window-handle` to `0.6` | ||||
| * | | Use `workspace` dependency for `raw-window-handle` in `iced_core` | 2024-01-18 | 1 | -2/+1 | |
| | | | |||||
| * | | Fix grammar in `iced_futures::maybe` module | 2024-01-18 | 1 | -4/+4 | |
| | | | |||||
| * | | Fix typo `Send -> Sync` | 2024-01-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove comment in `iced_winit::application` | 2024-01-18 | 1 | -1/+0 | |
| | | | |||||
| * | | Use `Self::Surface` in `Compositor` implementors | 2024-01-18 | 2 | -7/+7 | |
| | | | |||||
| * | | Resize surface in `configure_surface` in `iced_tiny_skia` | 2024-01-18 | 1 | -10/+14 | |
| | | | |||||
| * | | Nest `age` declaration inside `last_primitives` | 2024-01-18 | 1 | -2/+2 | |
| | | | |||||
| * | | Avoid stacking new primitives when undamaged | 2024-01-18 | 1 | -19/+21 | |
| | | | |||||
| * | | Support out-of-order `Buffer` ages in `iced_tiny_skia` | 2024-01-18 | 1 | -17/+15 | |
| | | | |||||
| * | | Make `compatible_window` mandatory in `Compositor` | 2024-01-18 | 6 | -25/+18 | |
| | | | |||||
| * | | Remove redundant `ref mut` in `iced_renderer::compositor` | 2024-01-18 | 1 | -3/+3 | |
| | | | |||||
| * | | Remove patch version from `softbuffer` | 2024-01-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove `winit` dependency from `iced` root crate | 2024-01-18 | 1 | -2/+0 | |
| | | |