Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Program` API in `editor` example | 2024-03-17 | 1 | -35/+34 | |
* | Update `logo.svg` to enhanced version | 2024-03-17 | 1 | -1/+2 | |
* | Support custom themes in `Program` API | 2024-03-17 | 2 | -17/+20 | |
* | Clarify chain nature of `run` function | 2024-03-17 | 1 | -0/+4 | |
* | Fix documentation of `run` function | 2024-03-17 | 1 | -4/+2 | |
* | Move `Program` to `application` module | 2024-03-17 | 29 | -80/+58 | |
* | Fix new doc test in root module | 2024-03-17 | 1 | -0/+7 | |
* | Fix broken intra-doc links to `Sandbox` | 2024-03-17 | 4 | -13/+15 | |
* | Remove `Sandbox` trait :tada: | 2024-03-17 | 13 | -239/+168 | |
* | Improve styling of `clock` example | 2024-03-16 | 1 | -5/+5 | |
* | Merge pull request #2329 from casperstorm/feat/ferra | 2024-03-16 | 2 | -0/+21 | |
|\ | |||||
| * | feat: added ferra | 2024-03-15 | 2 | -0/+21 | |
* | | Scale theme name in `clock` example | 2024-03-16 | 1 | -3/+3 | |
* | | Fix broken intra-doc link | 2024-03-16 | 1 | -1/+1 | |
* | | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 23 | -111/+80 | |
* | | Fix `README` | 2024-03-16 | 1 | -2/+2 | |
* | | Merge pull request #2331 from iced-rs/program-api | 2024-03-16 | 47 | -894/+1300 | |
|\ \ | |/ |/| | |||||
| * | Replace `Program::fonts` with simpler `font` method | 2024-03-16 | 2 | -13/+5 | |
| * | Show name of current `Theme` in `clock` example | 2024-03-16 | 5 | -14/+67 | |
| * | Make `Program::title` private | 2024-03-16 | 1 | -1/+1 | |
| * | Make `sandbox` helper take a `title` as well | 2024-03-16 | 21 | -58/+64 | |
| * | Reuse `Pokedex` search `Command` in `update` logic | 2024-03-16 | 1 | -3/+3 | |
| * | Implement `Program::load` to specify startup `Command` | 2024-03-16 | 8 | -77/+122 | |
| * | Rename `Program::new` to `build` | 2024-03-16 | 1 | -10/+10 | |
| * | Introduce `Program` API | 2024-03-16 | 43 | -833/+1143 | |
|/ | |||||
* | Merge pull request #2327 from fenhl/patch-1 | 2024-03-13 | 1 | -1/+1 | |
|\ | |||||
| * | Fix wgpu examples link in issue template | 2024-03-12 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #2326 from iced-rs/closure-styles | 2024-03-12 | 27 | -444/+417 | |
|\ | |||||
| * | Remove `themer` use from `gradient` example :tada: | 2024-03-12 | 2 | -13/+31 | |
| * | Use closures for `PickList::style` | 2024-03-12 | 3 | -95/+41 | |
| * | Use closures for `TextEditor::style` | 2024-03-12 | 2 | -15/+18 | |
| * | Use closures for `ProgressBar::style` | 2024-03-12 | 2 | -21/+21 | |
| * | Use closures for `PaneGrid::style` | 2024-03-12 | 1 | -11/+11 | |
| * | Use closures for `TextInput::style` | 2024-03-12 | 3 | -36/+29 | |
| * | Use closures for `Checkbox::style` | 2024-03-12 | 3 | -18/+20 | |
| * | Use closures for `Toggler::style` | 2024-03-12 | 2 | -12/+15 | |
| * | Use closures for `QRCode::style` | 2024-03-12 | 2 | -14/+16 | |
| * | Use closures for `Slider::style` and `VerticalSlider::style` | 2024-03-12 | 3 | -18/+24 | |
| * | Use closures for `Radio::style` | 2024-03-12 | 2 | -22/+25 | |
| * | Use closures for `Text::style` | 2024-03-12 | 3 | -56/+40 | |
| * | Use closures for `Rule::style` | 2024-03-12 | 2 | -22/+23 | |
| * | Use closures for `Svg::style` | 2024-03-12 | 3 | -25/+31 | |
| * | Use closures for `Scrollable::style` | 2024-03-12 | 2 | -19/+18 | |
| * | Use closures for `Button::style` | 2024-03-12 | 2 | -14/+17 | |
| * | Try using closures for `Container::style` | 2024-03-12 | 5 | -39/+43 | |
|/ | |||||
* | Use `v2` of `setup-rust-action` on CI | 2024-03-12 | 7 | -12/+12 | |
* | Merge pull request #2324 from Gigas002/viewer_filter_method | 2024-03-12 | 1 | -0/+6 | |
|\ | |||||
| * | Implement setter for filter_method property of viewer | 2024-03-11 | 1 | -0/+6 | |
|/ | |||||
* | Merge pull request #2322 from LuisLiraC/fix/release_scrollbar | 2024-03-11 | 1 | -22/+16 | |
|\ | |||||
| * | Prioritize release events in `scrollable` | 2024-03-11 | 1 | -22/+16 | |
|/ |