summaryrefslogtreecommitdiff
path: root/epi
AgeCommit message (Expand)Author
2021-06-24Release 0.13.0 - Better panels, plots and new visual style0.13.0Emil Ernerfeldt
2021-06-23Use old 1.51 toolchain instead of bleeding edge (#505)Emil Ernerfeldt
2021-06-12Typo fixes: "an"->"and" & "tex" -> "text" (#432)follower
2021-06-12Improve misc docsEmil Ernerfeldt
2021-06-07egui_web: default to light mode unless prefers-color-scheme: darkEmil Ernerfeldt
2021-06-07epi: merge App::load into App::setup, and provide Frame argumentEmil Ernerfeldt
2021-05-26Resizable panels + right and bottom panels (#438)Emil Ernerfeldt
2021-05-12Tell docs.rs to use the --all-features flag when generating docsEmil Ernerfeldt
2021-05-10Release 0.12.0 - Multitouch, user memory, window pivots, and improved plots0.12.0Emil Ernerfeldt
2021-05-09Enable a bunch more clippy lintsEmil Ernerfeldt
2021-05-09group rustdoc lints under rustdoc:: prefixEmil Ernerfeldt
2021-05-09#![allow(clippy::float_cmp)] everywhereEmil Ernerfeldt
2021-05-08eframe: add always_on_top option (native)Emil Ernerfeldt
2021-05-08epi/eframe: move options out of `trait App` into new `NativeOptions`Emil Ernerfeldt
2021-05-02Run clippy on all targets and all features (#347)Emil Ernerfeldt
2021-04-29Replace `impl Into<String>` with `impl ToString` (#302)David Pedersen
2021-04-19made drag and drop support selectable on Windows for the eframe glium integra...Joel Nises
2021-04-15CI: run cargo doc (#309)Emil Ernerfeldt
2021-04-15Fix broken markdown in docstringEmil Ernerfeldt
2021-04-07Try to allow turning off default_fonts for all libs (#266)Emil Ernerfeldt
2021-04-05Release 0.11.0 - Optimization, screen reader & new layout logic0.11.0Emil Ernerfeldt
2021-04-05Replace JSON with RON for persistence (epi/eframe/glium/web)Emil Ernerfeldt
2021-04-01Some code cleanupEmil Ernerfeldt
2021-03-31egui_glium: add support for transparent windowsEmil Ernerfeldt
2021-03-31Fix nightly build: remove deprecated missing_crate_level_docs lintEmil Ernerfeldt
2021-03-31Correct the documentation of where app state is savedEmil Ernerfeldt
2021-03-23Add some clippy lintsEmil Ernerfeldt
2021-03-09Make sure to include license files in the next releaseEmil Ernerfeldt
2021-02-28Release 0.10.0 - Plot and polish0.10.0Emil Ernerfeldt
2021-02-28Merge epi/CHANGELOG.md into eframe/CHANGELOG.mdEmil Ernerfeldt
2021-02-28eframe: always provide a texture allocatorEmil Ernerfeldt
2021-02-28improve documentationEmil Ernerfeldt
2021-02-26Add icon support to eframe (#193)Patrik Höglund
2021-02-23Add epi::App::initial_window_size to control initial native window sizeEmil Ernerfeldt
2021-02-21Add Context::set_pixels_per_point to control the scale of the UIEmil Ernerfeldt
2021-02-12Control the maximum egui web canvas size with App::max_size_pointsEmil Ernerfeldt
2021-02-07Release 0.9.0 - light mode, right clicks and more0.9.0Emil Ernerfeldt
2021-01-26Add support for a HTTP body for POST (#139)PauloMelo
2021-01-17Release 0.8.0 - Grid layout & new visual style0.8.0Emil Ernerfeldt
2021-01-17Rename Egui to eguiEmil Ernerfeldt
2021-01-17Improve documentationEmil Ernerfeldt
2021-01-10Rename `PaintCmd` to `Shape`Emil Ernerfeldt
2021-01-07[epi] Simplify TextureAllocator interfaceEmil Ernerfeldt
2021-01-04Release 0.7.0Emil Ernerfeldt
2021-01-04[eframe] Make persistence, http and time optional featuresEmil Ernerfeldt
2021-01-02Rename Srgba to Color32Emil Ernerfeldt
2021-01-02Add a dummy warm-up frame to the demo app to pre-cache emojisEmil Ernerfeldt
2021-01-02Improve ecosystem documentation and add changelogs for epi and eframeEmil Ernerfeldt
2021-01-02[demo] Move Fractal Clock to WrapAppEmil Ernerfeldt
2021-01-01Rename epi::App::ui to epi::App::updateEmil Ernerfeldt