Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Reintroduce `Box` for `style_sheet` in `Button` | 2021-10-31 | 7 | -22/+22 | ||
* | | Rewrite cursor icon logic for `integration_wgpu` example | 2021-10-31 | 1 | -5/+5 | ||
* | | Rewrite cursor icon logic for `integration_opengl` example | 2021-10-31 | 1 | -6/+5 | ||
* | | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 2 | -9/+6 | ||
* | | Migrate `geometry` example to new `Renderer` API | 2021-10-30 | 1 | -95/+95 | ||
* | | Remove `Renderer` trait for `Checkbox` | 2021-10-21 | 1 | -3/+3 | ||
* | | Wire up styling to `Radio` in `iced_native` | 2021-10-20 | 3 | -6/+6 | ||
* | | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -3/+3 | ||
* | | Wire up styling to `Slider` in `iced_native` | 2021-10-20 | 2 | -4/+4 | ||
* | | Introduce `mouse_interaction` method to `Widget` trait | 2021-10-18 | 2 | -2/+0 | ||
* | | Wire up styling to `Button` in `iced_native` | 2021-10-18 | 7 | -40/+36 | ||
* | | Implement `Widget::draw` for `custom_widget` example | 2021-10-18 | 2 | -22/+19 | ||
* | | Wire up `container` styling to `iced_native` | 2021-10-18 | 6 | -21/+31 | ||
* | | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 2 | -9/+9 | ||
* | | Draw scrollbar in `Widget::draw` for `Scrollable` | 2021-10-18 | 3 | -6/+6 | ||
* | | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 4 | -130/+136 | ||
|/ | ||||||
* | Update README.md | 2021-10-04 | 1 | -1/+1 | ||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 19 | -93/+91 | ||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 18 | -62/+67 | ||
* | Revert system menus support | 2021-09-15 | 4 | -143/+0 | ||
* | Make `Command` implementations platform-specific | 2021-09-02 | 13 | -95/+39 | ||
* | Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu` | 2021-08-25 | 1 | -1/+1 | ||
* | wgpu: Update to 0.10 | 2021-08-19 | 3 | -18/+20 | ||
* | Update `README` in `examples` directory | 2021-08-13 | 2 | -3/+4 | ||
* | Fix `panic!` warnings in `integration_opengl` example | 2021-08-13 | 2 | -2/+8 | ||
* | Fix formatting of `integration_opengl` example | 2021-08-13 | 1 | -3/+9 | ||
* | Rename `integration` examples | 2021-08-13 | 12 | -5/+7 | ||
* | Add integration_gl example | 2021-08-13 | 5 | -0/+407 | ||
* | Merge pull request #667 from BillyDM/wgpu_outdatedframe | 2021-08-05 | 1 | -44/+55 | ||
|\ | ||||||
| * | add custom error for Compositor::draw() | 2021-07-22 | 1 | -2/+4 | ||
| * | Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe | 2021-07-22 | 33 | -217/+1040 | ||
| |\ | ||||||
| * | | don't panic when swapchain frame is outdated | 2020-12-16 | 1 | -44/+53 | ||
* | | | Fix typo in `integration` example | 2021-08-04 | 1 | -1/+1 | ||
* | | | wgpu: Use the preferred texture format of the surface | 2021-08-03 | 1 | -16/+19 | ||
| |/ |/| | ||||||
* | | Merge pull request #776 from AldoMX/master | 2021-07-22 | 1 | -1/+4 | ||
|\ \ | ||||||
| * | | Add newline to `todos` example | 2021-07-22 | 1 | -0/+1 | ||
| * | | Added `select_all` method to `TextInput`. | 2021-03-13 | 1 | -1/+3 | ||
* | | | Introduce `placeholder_color` to `pick_list::Style` | 2021-07-22 | 1 | -0/+1 | ||
* | | | feat: add placeholder to pick_list example | 2021-07-22 | 1 | -4/+5 | ||
* | | | Merge pull request #929 from TimUntersberger/winit-improv | 2021-07-22 | 1 | -0/+5 | ||
|\ \ \ | ||||||
| * | | | Center window in `game_of_life` example | 2021-07-21 | 1 | -0/+5 | ||
| * | | | Remove `winit` example | 2021-07-21 | 3 | -73/+0 | ||
| * | | | update cargo.toml of example | 2021-06-25 | 1 | -2/+2 | ||
| * | | | done | 2021-06-25 | 1 | -41/+22 | ||
| * | | | wip | 2021-06-25 | 2 | -13/+16 | ||
| * | | | add initial attempt at adding winit example | 2021-06-25 | 3 | -0/+89 | ||
* | | | | Add a presets `Menu` to the `game_of_life` example | 2021-07-19 | 2 | -0/+21 | ||
* | | | | Use `bitflags` for `keyboard::Modifiers` | 2021-07-12 | 2 | -13/+3 | ||
* | | | | Make `Menu` API a bit more functional | 2021-07-12 | 1 | -20/+24 | ||
* | | | | Initial menu implementation | 2021-07-05 | 2 | -0/+133 | ||
|/ / / |