Emil Ernerfeldt
|
105cb4b8f2
|
eframe: add function to set, query and toggle fullscreen mode (#1866)
Closes https://github.com/emilk/egui/pull/674
Adds `NativeOptions:fullscreen`, `Frame::set_fullscreen` and `WindowInfo::fullscreen`.
|
2022-07-29 14:21:23 +02:00 |
|
Emil Ernerfeldt
|
898f4804b7
|
Enable and fix a bunch more lints
|
2022-07-11 23:08:48 +02:00 |
|
Barugon
|
f5b2363fff
|
Fix persistence of window position (#1745)
* Fix window position
* Better comment
* Add doc link
|
2022-06-19 16:13:10 +02:00 |
|
Emil Ernerfeldt
|
3ba406c0fe
|
egui-winit: restore window position accurately
previous code had mixed up inner and outer coordinates
|
2021-10-20 13:54:08 +02:00 |
|
Emil Ernerfeldt
|
e2bdd40985
|
Move WindowSettings from egui_glium to egui-winit
|
2021-09-30 19:18:51 +02:00 |
|