Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'iced-rs:master' into viewer_content_fit | 2024-03-24 | 8 | -18/+96 | |
|\ | |||||
| * | Merge pull request #2345 from iced-rs/fix/responsive-layout-invalidation | 2024-03-21 | 2 | -11/+36 | |
| |\ | |||||
| | * | Fix layout invalidation for `Responsive` widget | 2024-03-21 | 2 | -11/+36 | |
| |/ | |||||
| * | Merge pull request #2341 from Koranir/premultiply | 2024-03-20 | 1 | -0/+4 | |
| |\ | |||||
| | * | Revert "Remove `PreMultiplied` alpha mode selection in `wgpu::window::composi... | 2024-03-20 | 1 | -0/+4 | |
| * | | Merge pull request #2344 from iced-rs/fix/empty-wgpu-draw-calls | 2024-03-20 | 1 | -2/+10 | |
| |\ \ | | |/ | |/| | |||||
| | * | Fix empty `wgpu` draw calls in `image` pipeline | 2024-03-20 | 1 | -2/+10 | |
| * | | Merge pull request #2343 from iced-rs/auto-detect-theme | 2024-03-20 | 3 | -3/+34 | |
| |\ \ | | |/ | |/| | |||||
| | * | Introduce `auto-detect-theme` feature | 2024-03-20 | 3 | -3/+34 | |
| |/ | |||||
| * | Merge pull request #2342 from iced-rs/default-wasm-canvas-target | 2024-03-19 | 2 | -2/+12 | |
| |\ | |||||
| | * | Update `winit` fork | 2024-03-19 | 1 | -1/+1 | |
| | * | Try to find an `#iced` element by default on Wasm | 2024-03-19 | 1 | -1/+11 | |
| |/ | |||||
* | | Merge branch 'iced-rs:master' into viewer_content_fit | 2024-03-19 | 65 | -1382/+1650 | |
|\| | |||||
| * | Fix redundant import in `window::redraw_request` | 2024-03-19 | 1 | -1/+1 | |
| * | Fix redundant import in `color_palette` example | 2024-03-19 | 1 | -3/+1 | |
| * | Simplify message names in overview docs | 2024-03-18 | 1 | -12/+12 | |
| * | Link to the book in the `README` | 2024-03-18 | 1 | -1/+2 | |
| * | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | 2024-03-17 | 3 | -6/+7 | |
| * | Remove `'static'` bound for `P::State` in `Program::run_with` | 2024-03-17 | 3 | -7/+6 | |
| * | Move `Application` trait to `advanced` module | 2024-03-17 | 6 | -51/+48 | |
| * | Introduce `Program::run_with` to control the initial state | 2024-03-17 | 2 | -38/+61 | |
| * | Simplify lifetime in `toast` example | 2024-03-17 | 1 | -2/+2 | |
| * | Use `Program` API in `modal` example | 2024-03-17 | 1 | -30/+22 | |
| * | Use `Program` API in `modal` example | 2024-03-17 | 1 | -20/+6 | |
| * | Use `Program` API in `websocket` example | 2024-03-17 | 1 | -20/+8 | |
| * | Use `Program` API in `visible_bounds` example | 2024-03-17 | 1 | -29/+8 | |
| * | Use `Program` API in `game_of_life` example | 2024-03-17 | 2 | -36/+22 | |
| * | Remove unnecessary `Command::batch` in `todos` example | 2024-03-17 | 1 | -4/+1 | |
| * | Use `Program` API in `todos` example | 2024-03-17 | 3 | -42/+46 | |
| * | 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 |