| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Rename `SwapChainError` to `SurfaceError` in `iced_graphics` | Héctor Ramón Jiménez | 2021-08-25 | 4 | -9/+9 |
| * | | Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu` | Héctor Ramón Jiménez | 2021-08-25 | 1 | -1/+1 |
| * | | Rename `surf` variable to `surface` | Héctor Ramón Jiménez | 2021-08-25 | 1 | -1/+1 |
| * | | Remove `SwapChain` associated type from `Compositor` | Héctor Ramón Jiménez | 2021-08-20 | 3 | -24/+16 |
| * | | Update wgpu_glyph | Poly | 2021-08-19 | 1 | -1/+1 |
| * | | wgpu: Update to 0.10 | Poly | 2021-08-19 | 14 | -89/+100 |
* | | | Update `winit` and `glutin` dependencies | Héctor Ramón Jiménez | 2021-08-19 | 2 | -2/+2 |
|/ / |
|
* | | Update `winit` and `glutin` dependencies | Héctor Ramón Jiménez | 2021-08-16 | 3 | -8/+8 |
* | | Merge pull request #617 from sztomi/integration_gl | Héctor Ramón | 2021-08-14 | 15 | -9/+432 |
|\ \ |
|
| * | | Sort example list in `Cargo.toml` | Héctor Ramón Jiménez | 2021-08-13 | 1 | -3/+3 |
| * | | Update `README` in `examples` directory | Héctor Ramón Jiménez | 2021-08-13 | 2 | -3/+4 |
| * | | Fix `panic!` warnings in `integration_opengl` example | Héctor Ramón Jiménez | 2021-08-13 | 2 | -2/+8 |
| * | | Fix formatting of `integration_opengl` example | Héctor Ramón Jiménez | 2021-08-13 | 1 | -3/+9 |
| * | | Rename `integration` examples | Héctor Ramón Jiménez | 2021-08-13 | 13 | -7/+9 |
| * | | Add integration_gl example | Tamás Szelei | 2021-08-13 | 7 | -2/+410 |
|/ / |
|
* | | Merge pull request #994 from BillyDM/master | Héctor Ramón | 2021-08-13 | 1 | -2/+2 |
|\ \ |
|
| * | | tweak default rule style | Billy Messenger | 2021-08-12 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #654 from atbentley/hide-titlebar-macos | Héctor Ramón | 2021-08-12 | 4 | -8/+37 |
|\ \ |
|
| * | | Fix minor formatting nitpicks | Héctor Ramón Jiménez | 2021-08-12 | 1 | -0/+3 |
| * | | Convert empty struct `PlatformSpecific` into empty type | Héctor Ramón Jiménez | 2021-08-12 | 1 | -1/+1 |
| * | | Add PlatformSpecific winit settings for macOS | Andrew Bentley | 2021-08-12 | 3 | -6/+32 |
|/ / |
|
* | | Merge pull request #652 from twitchyliquid64/text_input_fix | Héctor Ramón | 2021-08-12 | 1 | -0/+10 |
|\ \ |
|
| * | | text_input: Do not capture tab/up/down keys | Tom | 2020-12-16 | 1 | -0/+10 |
* | | | Merge pull request #517 from Kaiden42/embedded | Héctor Ramón | 2021-08-12 | 1 | -0/+165 |
|\ \ \ |
|
| * | | | Format code | Kaiden42 | 2020-09-09 | 1 | -2/+2 |
| * | | | Merge branch 'master' from upstream into embedded | Kaiden42 | 2020-09-09 | 41 | -68/+176 |
| |\ \ \ |
|
| * | | | | Add trait for embedded web applications | Kaiden42 | 2020-09-09 | 1 | -0/+165 |
* | | | | | Merge pull request #599 from oknozor/wayland-app-id | Héctor Ramón | 2021-08-11 | 4 | -2/+36 |
|\ \ \ \ \ |
|
| * | | | | | Introduce explicit `id` field to `Settings` | Héctor Ramón Jiménez | 2021-08-11 | 4 | -3/+25 |
| * | | | | | Match winit unix targets for wayland app_id | Paul Delafosse | 2021-08-11 | 1 | -1/+7 |
| * | | | | | Add wayland app_id | Paul Delafosse | 2021-08-11 | 1 | -0/+6 |
|/ / / / / |
|
* | | | | | Merge pull request #667 from BillyDM/wgpu_outdatedframe | Héctor Ramón | 2021-08-05 | 5 | -110/+181 |
|\ \ \ \ \ |
|
| * | | | | | Use `thiserror` to derive `Error` for `SwapChainError` | Héctor Ramón Jiménez | 2021-08-04 | 1 | -14/+12 |
| * | | | | | small documentation error | Billy Messenger | 2021-07-22 | 1 | -1/+0 |
| * | | | | | redo custom error for Compositor::draw() | Billy Messenger | 2021-07-22 | 4 | -56/+63 |
| * | | | | | add custom error for Compositor::draw() | Billy Messenger | 2021-07-22 | 5 | -31/+70 |
| * | | | | | only panic when wgpu gives OutOfMemory swapchain error | Billy Messenger | 2021-07-22 | 1 | -1/+1 |
| * | | | | | Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe | Billy Messenger | 2021-07-22 | 219 | -1761/+6266 |
| |\ \ \ \ \ |
|
| * | | | | | | remove unused code | Billy Messenger | 2020-12-16 | 1 | -4/+2 |
| * | | | | | | don't panic when swapchain frame is outdated | Billy Messenger | 2020-12-16 | 4 | -109/+141 |
* | | | | | | | Merge pull request #978 from ATiltedTree/use-preffered-format | Héctor Ramón | 2021-08-04 | 4 | -33/+37 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix typo in `integration` example | Héctor Ramón Jiménez | 2021-08-04 | 1 | -1/+1 |
| * | | | | | | | wgpu: Use the preferred texture format of the surface | Tilmann Meyer | 2021-08-03 | 4 | -33/+37 |
* | | | | | | | | Merge pull request #980 from yamadapc/fix-glow-context-multiple-windows | Héctor Ramón | 2021-08-03 | 1 | -1/+11 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Fix glow and multiple windows usage | yamadapc | 2021-08-03 | 1 | -1/+11 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #971 from tarkah/fix/pane-dragging-overlay | Héctor Ramón | 2021-07-28 | 2 | -26/+32 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Simplify `is_picked` expression in `pane_grid` | Héctor Ramón Jiménez | 2021-07-28 | 1 | -5/+1 |
| * | | | | | | | Prevent body events pane is picked / dragging | Cory Forsstrom | 2021-07-27 | 2 | -10/+24 |
| * | | | | | | | Fix overlay in titlebar when initiating drag | Cory Forsstrom | 2021-07-27 | 1 | -18/+14 |
* | | | | | | | | Merge pull request #967 from hecrj/feature/command-keyboard-modifier | Héctor Ramón | 2021-07-27 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ |
|