egui/egui_glium/src
Jay Oster 3a14f5e8e2
Fix a bug on Windows where minimizing adjusts all of the egui window positions. (#522)
- Closes #518
- This bug is caused by an issue in winit where minimized windows will
  be given 0 width and height on Windows.
- See: https://github.com/rust-windowing/winit/issues/208
- See also: https://github.com/hasenbanck/egui_winit_platform/pull/19
2021-06-28 10:27:32 +02:00
..
shader Fixed GLSL ES 1.0 version string (#470) 2021-06-07 20:18:42 +02:00
backend.rs egui_glium: don't take control of the control_flow 2021-06-24 16:24:05 +02:00
http.rs Add support for a HTTP body for POST (#139) 2021-01-26 21:32:16 +01:00
lib.rs Fix a bug on Windows where minimizing adjusts all of the egui window positions. (#522) 2021-06-28 10:27:32 +02:00
painter.rs clippy fixes for rust 1.52 2021-05-06 20:49:22 +02:00
persistence.rs Replace JSON with RON for persistence (epi/eframe/glium/web) 2021-04-05 14:23:42 +02:00
screen_reader.rs Update tts 0.15 -> 0.16 2021-05-09 14:42:14 +02:00
window_settings.rs Replace JSON with RON for persistence (epi/eframe/glium/web) 2021-04-05 14:23:42 +02:00