Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Fn` instead of `FnMut` in `MouseArea` | 2024-02-03 | 1 | -39/+31 | |
* | Fix lints | 2024-02-03 | 1 | -4/+4 | |
* | Add mouse move events to `MouseArea` | 2024-02-03 | 1 | -2/+73 | |
* | Merge pull request #2146 from Decodetalkers/customaction | 2024-02-03 | 4 | -2/+15 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-02-03 | 1 | -0/+2 | |
| * | Organize imports in `runtime::command::action` | 2024-02-03 | 1 | -2/+1 | |
| * | Rename `PlateformSpecific` variant in `Action` to `Custom` | 2024-02-03 | 3 | -5/+10 | |
| * | feat: somewhere to place extra actions by platform | 2024-02-03 | 2 | -0/+7 | |
|/ | |||||
* | Merge pull request #2140 from blazra/master | 2024-02-03 | 2 | -14/+22 | |
|\ | |||||
| * | Fix `clippy` lints | 2024-02-03 | 1 | -3/+4 | |
| * | Run `cargo fmt` | 2024-02-03 | 1 | -1/+3 | |
| * | Update `CHANGELOG` | 2024-02-03 | 1 | -0/+2 | |
| * | Improve `TextEditor` slow scrolling behavior with touchpads. | 2024-02-03 | 1 | -14/+17 | |
|/ | |||||
* | Update `CHANGELOG` | 2024-02-02 | 1 | -0/+3 | |
* | Merge pull request #2223 from brianch/fix-sysinfo-example | 2024-02-02 | 3 | -6/+9 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-02-02 | 1 | -0/+3 | |
| * | The memory information is returned in bytes and not kb. | 2024-02-02 | 2 | -6/+6 | |
|/ | |||||
* | Merge pull request #2120 from iced-rs/transform-primitive | 2024-02-02 | 36 | -293/+623 | |
|\ | |||||
| * | Apply `Transformation` to `RawText` primitives | 2024-02-02 | 3 | -19/+21 | |
| * | Use `with_translation` wherever possible | 2024-02-02 | 3 | -38/+29 | |
| * | Transform `clip_bounds` in `wgpu::text` | 2024-02-02 | 1 | -2/+3 | |
| * | Implement `loupe` example | 2024-02-02 | 2 | -0/+195 | |
| * | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 31 | -118/+161 | |
| * | Allow only uniform scaling in `Transformation` | 2024-02-02 | 4 | -21/+16 | |
| * | Apply `Transform` scaling to text primitives | 2024-02-02 | 3 | -2/+17 | |
| * | Implement `transform` method for `Geometry` | 2024-02-02 | 3 | -11/+27 | |
| * | Replace `Primitive::Translate` with `Transform` | 2024-02-02 | 11 | -133/+205 | |
|/ | |||||
* | Merge pull request #2109 from avsaase/feat/checkbox-disabled | 2024-02-01 | 15 | -89/+164 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-02-01 | 1 | -0/+2 | |
| * | Simplify `draw` logic in `Checkbox` | 2024-02-01 | 1 | -8/+6 | |
| * | Simplify `on_toggle_maybe` for `Checkbox` | 2024-02-01 | 1 | -2/+1 | |
| * | Fix `spacing` in `checkbox` example | 2024-02-01 | 1 | -2/+2 | |
| * | Use `then_some` instead of `then` in `checkbox` example | 2024-02-01 | 1 | -1/+1 | |
| * | Use strong background for `Secondary` checkbox accent | 2024-02-01 | 1 | -2/+2 | |
| * | Simplify `checkbox` example | 2024-02-01 | 2 | -35/+30 | |
| * | Introduce support for disabling a `checkbox` | 2024-02-01 | 14 | -85/+166 | |
|/ | |||||
* | Update `CHANGELOG` | 2024-02-01 | 1 | -0/+2 | |
* | Merge pull request #2226 from iced-rs/overlay-composition-reloaded | 2024-02-01 | 27 | -284/+231 | |
|\ | |||||
| * | Remove `position` from `overlay::Element` | 2024-02-01 | 27 | -284/+231 | |
|/ | |||||
* | Merge pull request #2225 from tarkah/fix/explain-size-hint | 2024-01-31 | 1 | -0/+4 | |
|\ | |||||
| * | Call size_hint from Explain | 2024-01-31 | 1 | -0/+4 | |
|/ | |||||
* | Merge pull request #2224 from tarkah/fix/map-size-hint | 2024-01-31 | 1 | -0/+4 | |
|\ | |||||
| * | Call size_hint from Map | 2024-01-31 | 1 | -0/+4 | |
|/ | |||||
* | Merge pull request #2100 from jpttrssn/enhanced-slider | 2024-01-31 | 4 | -37/+241 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-01-31 | 1 | -0/+2 | |
| * | Fix documentation of `default` method for `slider` | 2024-01-31 | 2 | -2/+4 | |
| * | Simplify `slider` example | 2024-01-31 | 1 | -23/+18 | |
| * | Rename `step_fine` in `slider` to `shift_step` | 2024-01-31 | 2 | -23/+25 | |
| * | 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 |