241 Commits (dynamic-grid)

Author SHA1 Message Date
Emil Ernerfeldt 7f0689e566 Refactor egui_glium with new EguiGlium wrapper and standalone example 4 years ago
Emil Ernerfeldt 641e9c2d26 egui_glium: sleep a bit when not focused 4 years ago
Joel Nises 72d0d71d66
made drag and drop support selectable on Windows for the eframe glium integration (#324) 4 years ago
Emil Ernerfeldt 76d5229821
CI: run cargo doc (#309) 4 years ago
Emil Ernerfeldt b30cb3313a
Try to allow turning off default_fonts for all libs (#266) 4 years ago
Emil Ernerfeldt d544c3dd8b Release 0.11.0 - Optimization, screen reader & new layout logic 4 years ago
Emil Ernerfeldt 7792ee0422 Update tts from 0.14 -> 0.15 (screen reader feature) 4 years ago
Emil Ernerfeldt aba2108159 Replace JSON with RON for persistence (epi/eframe/glium/web) 4 years ago
Emil Ernerfeldt 4fc3c6d375 Remove unnecessary copy of mesh indices in glium painter 4 years ago
Emil Ernerfeldt 3450168e94 egui_glium: add support for transparent windows 4 years ago
Lin Han 22cd1a8e10
Move IME candidate window following text cursor (#258) 4 years ago
Emil Ernerfeldt 70c6f4596a Add checkbox in demo app to turn screen reader on/off 4 years ago
Emil Ernerfeldt f5c372910c Replace emath::clamp with f32::clamp (new in rustc 1.50) 4 years ago
triangle drawer b1883d5d48
Add functions to register textures in egui_web and egui_glium (#226) 4 years ago
Emil Ernerfeldt 958aea922f Add a lot more CursorIcon's 4 years ago
Norbert Nemec ee1fcf1ead
egui_glium: prevent cursor icon flickering at frame boundary on Windows (#217) (#218) 4 years ago
Jay Oster 269bcdfce3
Replace clipboard with copypasta (#221) 4 years ago
Emil Ernerfeldt a8320881ba remove native screen reader spam 4 years ago
Emil Ernerfeldt 4c45ca113e Make sure to include license files in the next release 4 years ago
Emil Ernerfeldt 44cd304cdf Add experimental screen_reader feature 4 years ago
Emil Ernerfeldt 1c06622dbc Hold down a modifier key when clicking a link to open it in a new tab 4 years ago
Emil Ernerfeldt fb2db4940e Release 0.10.0 - Plot and polish 4 years ago
Emil Ernerfeldt 8fb1472560 Add glsl files to egui_web and egui_glium includes 4 years ago
Emil Ernerfeldt 84cc227f11 eframe: always provide a texture allocator 4 years ago
Patrik Höglund a859b2a26e
Add icon support to eframe (#193) 4 years ago
Emil Ernerfeldt 02a65132e4 Add epi::App::initial_window_size to control initial native window size 4 years ago
Emil Ernerfeldt 5f6a468812 Add Context::set_pixels_per_point to control the scale of the UI 4 years ago
Emil Ernerfeldt 82350a2f1e Improve documentation 4 years ago
Kayo Phoenix c9919daa11
Added shaders on GLSL 1.2 (#187) 4 years ago
Emil Ernerfeldt 7dad76b913 Use explicit `epaint` over `paint` alias (re-export) 4 years ago
Emil Ernerfeldt 6d255cd179 Use explicit `emath` to `math` alias 4 years ago
Emil Ernerfeldt 5906bf7a87 Fix clippy 1.50 lints 4 years ago
Emil Ernerfeldt b61db038f2 Release 0.9.0 - light mode, right clicks and more 4 years ago
PauloMelo eedb63bb3b
Add support for a HTTP body for POST (#139) 4 years ago
Emil Ernerfeldt b493bc6efc Wrap tesselated output in struct ClippedMesh(Rect, Mesh) 4 years ago
Emil Ernerfeldt 75fa77e040 Rename Triangles to Mesh 4 years ago
Emil Ernerfeldt 247026149c
Multiple mouse button support (#135) 4 years ago
Emil Ernerfeldt c476c7f1a2 Add note about required libraries on Linux 4 years ago
Emil Ernerfeldt 37a3fe7f76 Release 0.8.0 - Grid layout & new visual style 4 years ago
Emil Ernerfeldt 31b7eda51e Rename Egui to egui 4 years ago
Emil Ernerfeldt 718eec4b89 [egui_glium] Fix set_window_size for non-native pixels_per_point 4 years ago
Emil Ernerfeldt d0fc77fe9b [egui_glium] minor code cleanup 4 years ago
Emil Ernerfeldt 2854a84728 Improve documentation about how to write a painter for egui 4 years ago
Emil Ernerfeldt 4933bb3c30 [egui_glium] Fix a bug where key releases weren't sent to Egui 4 years ago
walterpie b08870dcee
Make `egui_glium::painter::Painter::paint_job` pub (#100) 4 years ago
Emil Ernerfeldt fb2317c993 Rename `PaintCmd` to `Shape` 4 years ago
Emil Ernerfeldt a0b0f36d29 Move egui/math into new crate emath 4 years ago
Emil Ernerfeldt fe491c3b75 [egui_glium] Explicitly use bilinear texture sampling 4 years ago
Emil Ernerfeldt 5ef9f35d1e [epi] Simplify TextureAllocator interface 4 years ago
Emil Ernerfeldt d0d22ea09b Release 0.7.0 4 years ago