Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | ||
| * | Enhance `Slider` and `VerticalSlider` functionality | 2024-01-31 | 3 | -38/+322 | ||
* | | Merge pull request #2082 from joshuamegnauth54/issue2066 | 2024-01-31 | 2 | -2/+12 | ||
|\ \ | |/ |/| | ||||||
| * | Update `CHANGELOG` | 2024-01-31 | 1 | -2/+3 | ||
| * | Assert dimensions of quads are normal in `iced_tiny_skia` | 2024-01-31 | 1 | -0/+9 | ||
|/ | ||||||
* | Merge pull request #2029 from ua-kxie/arc-and-ellipse-radians-type | 2024-01-31 | 5 | -41/+114 | ||
|\ | ||||||
| * | 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 | ||
|\ | ||||||
| * | 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 |