summaryrefslogtreecommitdiffstats
path: root/examples/integration_opengl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Export `glow` in `iced_glow`Libravatar Richard2022-01-193-2/+1
|
* Export `iced_winit::conversion` in `iced_glutin`Libravatar Richard2022-01-191-5/+5
|
* Fix memory leak in opengl integration exampleLibravatar Fey Naomi Schrewe2022-01-022-1/+4
|
* Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez2021-11-051-1/+1
|
* Rewrite cursor icon logic for `integration_opengl` exampleLibravatar Héctor Ramón Jiménez2021-10-311-6/+5
|
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-5/+3
|
* Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez2021-10-181-1/+0
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-11/+15
|
* Update README.mdLibravatar sundyli2021-10-041-1/+1
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-4/+5
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-3/+3
|
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-8/+3
| | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
* Fix `panic!` warnings in `integration_opengl` exampleLibravatar Héctor Ramón Jiménez2021-08-132-2/+8
|
* Fix formatting of `integration_opengl` exampleLibravatar Héctor Ramón Jiménez2021-08-131-3/+9
|
* Rename `integration` examplesLibravatar Héctor Ramón Jiménez2021-08-135-0/+407