2229 Commits (ahash-compilte-time-rng)
 

Author SHA1 Message Date
Emil Ernerfeldt 46279dbd09 ahash: replace runtime-rng with compile-time-rng 2 years ago
Luis Wirth 4b6826575e
egui-wgpu renderer renaming (#2021) 2 years ago
bigfarts 0e62c0e50b
Improve mixed CJK/Latin linebreaking. (#1986) 2 years ago
Emil Ernerfeldt 5500895845
eframe: make sure we save app state on Cmd-Q (#2013) 2 years ago
Adia Robbie eeb97fa4ce
Check srgb_support on other GL | ES as well. (#2012) 2 years ago
Romet Tagobert 64aac30f36
Add depth buffer support for egui-wgpu's render pass (#2002) 2 years ago
ComLarsic 162210f90e
Add sdl2_egui_platform to the list of integrations (#2011) 2 years ago
Adia Robbie b43a8626cf
Add custom shader_version on glow renderer (#1993) 2 years ago
Luke Jones 7fae634dc3
egui_glow: default to RGBA8 if sRGB not supported (#2007) 2 years ago
Emil Ernerfeldt 1d5f20b46c Improve docstrings 2 years ago
njust 124ed5e4ba
Fixed typo (#1990) 2 years ago
RadonCoding 613a664c45
Fixed a typo (#1985) 2 years ago
Koute be9f363c53
egui_winit: support winit with default features disabled (#1971) 2 years ago
Joshua Batty 153524023f
egui-wgpu: port over missing update_wgpu_texture methods from `egui_wgpu_backend` (#1981) 2 years ago
Emil Ernerfeldt ac4d75e9b4
egui-winit: don't repaint when just moving window (#1980) 2 years ago
Adam Gąsior 9b2c3d1026
Add custom parser to `DragValue` and `Slider`, with additional support for binary, octal, and hexadecimal numbers. (#1967) 2 years ago
Emil Ernerfeldt 3142c52b94
Minor wgpu-web releated stuff (#1977) 2 years ago
njust dbfaa4527b
egui_extras: Add Table::vertical_scroll_offset (#1946) 2 years ago
MaximOsipenko af63101fdc
eliminate some possible deadlocks (#1968) 2 years ago
Zoxc 9be060fe69
Allow cursors to be linked for plots (#1722) 2 years ago
Emil Ernerfeldt b978b06159
Simplify, clean up and speed up CI (#1970) 2 years ago
Tomáš Král f3f6946eb2
`egui_glium` correct texture filtering (#1962) 2 years ago
Emil Ernerfeldt d5933daee5 egui_glow: allow empty (zero-sized) textures 2 years ago
Robert Bragg fb92434aac
Android support for EFrame (#1952) 2 years ago
Zoxc b9bb7baaa7
Only require something GLES 3 compatible from wgpu (#1956) 2 years ago
Daniel Buch Hansen 4629f2cd12
Example: three-d downgrade depth_buffer to 24 bit (#1950) 2 years ago
Emil Ernerfeldt 8797c02ed9 Publish new web demo that works on Es100 2 years ago
Emil Ernerfeldt bd5250f85d
Disable custom 3D painting example in the egui demo app for Es100 (#1945) 2 years ago
Emil Ernerfeldt 97ce103209 Release 0.19.0 - wgpu backend, repaint_after, continue-after-close 2 years ago
Emil Ernerfeldt 13f5d62b4b Commit a new web demo 2 years ago
Emil Ernerfeldt 127931ba45
eframe: rename quit/exit to "close" (#1943) 2 years ago
Emil Ernerfeldt 2453756782 Fix broken GitHub source links due to #1940 2 years ago
Emil Ernerfeldt 8737933101 Improve documentation and logging 2 years ago
Emil Ernerfeldt 725aa5277b Update crate rfd to 0.10 (in file_dialog example) 2 years ago
Emil Ernerfeldt eb10ef94f7 Build-fix for `--no-default-features` 2 years ago
Emil Ernerfeldt f4cc1c5465
eframe: Don't follow system theme by default (#1941) 2 years ago
Emil Ernerfeldt 40e440b2f7 Update changelog with recent PR merges 2 years ago
Emil Ernerfeldt 041f2e64ba
Move all crates into a `crates` directory (#1940) 2 years ago
Emil Ernerfeldt 5c63648c02
clean up rust.yml (#1939) 2 years ago
Emil Ernerfeldt 193a434717 eframe persistence: persistence failure is now logged instead of a panic 2 years ago
Emil Ernerfeldt 277f199df4 eframe: make sure we can serialize i128/u128 with ron 2 years ago
Emil Ernerfeldt 5514a8afda
Update dependencies (#1933) 2 years ago
Asger Nyman Christiansen eeeb4b7de2
Improve custom_3d_three-d example (#1923) 2 years ago
Emil Ernerfeldt 39b63f6163 Warn if using an `TextShape` from before a change to pixels_per_point 2 years ago
Emil Ernerfeldt 9c58f12a6c
eframe: several windows in series (#1919) 2 years ago
Zoxc 48e7f219a3
Add CI for android (#1900) 2 years ago
Emil Ernerfeldt 923b67ef9c
Update to winit 0.27.2, glutin 0.29.0, glium 0.32 (#1914) 2 years ago
eranfu 38a67f8646
Add `PointerState::button_double_clicked()` and `PointerState::button_triple_clicked()`. (#1907) 2 years ago
Emil Ernerfeldt 7c25a9238e Remove get_ prefix from functions to better follow Rust API Guidelines 2 years ago
Emil Ernerfeldt e38955fbac Fix: remember to call integration.post_rendering on wgpu path 2 years ago