86 Commits (270c08a030bf359c608114e9b008bf8f551f7a8b)

Author SHA1 Message Date
Emil Ernerfeldt c6ac1827f6
Use tracing crate for logging (#1192) 3 years ago
Emil Ernerfeldt fa43d16c41
Choose your own font and size (#1154) 3 years ago
bthehacker dba949240f
Fix eframe changelog links to other changelogs (#1146) 3 years ago
Emil Ernerfeldt a689b623a6
Make shift-scroll do horizontal scrolling on all platforms (#1136) 3 years ago
Erlend Walstad ab77099781
eframe: allow aborting an exit event (#1038) 3 years ago
Emil Ernerfeldt c713fd98dd Fix horizontal scrolling direction on Linux 3 years ago
Emil Ernerfeldt b2c8cd0867 Simplify http demo and add new download_image eframe demo 3 years ago
Emil Ernerfeldt 66d80e2519
Texture loading in egui (#1110) 3 years ago
Emil Ernerfeldt d5673412dd
Put everything in Context behind the same Mutex (#1050) 3 years ago
Emil Ernerfeldt b1fd6a44e8
Switch to using glow as the default renderer both on native and the web (#1020) 3 years ago
Emil Ernerfeldt 753d709d3d
Hide console on windows for all examples in release builds (#1008) 3 years ago
Emil Ernerfeldt 0960f38552 Add inter-linking between different forms of documentations and examples 3 years ago
Emil Ernerfeldt f779e8a346 Add an eframe example of how to install a custom font 3 years ago
Emil Ernerfeldt 0146c7e7fc Release 0.16.0 - Context menus and rich text 3 years ago
Emil Ernerfeldt b7441eeee7
Make epi::Frame cloneable so you can allocate textures in other threads (#999) 3 years ago
Emil Ernerfeldt 647e020824 file_dialogs example: remove macos exemption 3 years ago
Emil Ernerfeldt d5efa4bbca 1.56 fix: missing_crate_level_docs -> rusdoc::missing_crate_level_docs 3 years ago
Emil Ernerfeldt c60d17b91b
Set MSRV to 1.56.0 and use rust edition 2021 (#998) 3 years ago
Jay Oster dd99f68e82
Update winit to 0.26 (#930) 3 years ago
Emil Ernerfeldt c71090473b glow-vs-web cleanup following https://github.com/emilk/egui/pull/868 3 years ago
Emil Ernerfeldt 08cc07bb2d Release 0.15.0 - Syntax highlighting, hscroll, egui-winit and egui_glow 3 years ago
Emil Ernerfeldt a3ba85dbb3 Improve docs 3 years ago
Caleb Smith 79d1ede496
Add `Frame::set_window_title()` (#828) 3 years ago
Emil Ernerfeldt 8178d23d19
Deduplicate code found in both egui_glium and egui_glow (#819) 3 years ago
Emil Ernerfeldt 844dd9d7a4 Remove "seconds_since_midnight" from epi/eframe. Use chrono instead 3 years ago
Emil Ernerfeldt cdd4dccf5f
Add egui_glow as an opt-in backend to eframe (#817) 3 years ago
AlexApps99 877e89f2ec
Add egui_glow backend as alternative to egui_glium (#685) 3 years ago
Emil Ernerfeldt 96be848e42 rename egui_template to eframe_template 3 years ago
Emil Ernerfeldt fe76382141 Expand eframe/README.md 3 years ago
Emil Ernerfeldt 76cdbe2cf8 Add better documentation for epi::NativeOptions::drag_and_drop_support 3 years ago
Emil Ernerfeldt 3e1db880dc
Revert change to winit event loop in egui_glium (#756) 3 years ago
Emil Ernerfeldt 5539dbe620
Add separate serialize feature and better persitence control (#753) 3 years ago
Emil Ernerfeldt 1b36863248
Split out new crate egui-winit from egui_glium (#735) 3 years ago
Emil Ernerfeldt a5a5d6176d Improve the frame around ImageButton 3 years ago
Emil Ernerfeldt f37180f7dc
Bump MSRV (Minimum Supported Rust Version) to 1.54.0 (#703) 3 years ago
zu1k 19eed94499
feat: Set whether to show decorations (#672) 3 years ago
Emil Ernerfeldt 6331bfed90 Revert change of scrollspeed in egui_web 3 years ago
Emil Ernerfeldt 249876523d Increase scroll-speed on glium from 8 to 50 points per scroll tick 3 years ago
Emil Ernerfeldt 6902151a96 Add example of loading and showing an image with eframe/egui 3 years ago
Emil Ernerfeldt 3b75a84d3b Point crate repository & homepage urls to their subfolders 3 years ago
Emil Ernerfeldt 9598596bdc
Replace all http code in epi/eframe/egui_glium/egui_web with ehttp (#697) 3 years ago
Emil Ernerfeldt e98ae2ea7a
Revert "feat: Set whether to show decorations (#660)" (#671) 3 years ago
zu1k 0db74f3000
feat: Set whether to show decorations (#660) 3 years ago
Emil Ernerfeldt cb566fc295 Release 0.14.0 - Ui panels and bug fixes 3 years ago
Emil Ernerfeldt a256ca115b
Drag and drop files into egui_glium and egui_web (#637) 3 years ago
Emil Ernerfeldt 04b3921923
egui_glium: run app code outside event loop to fix file dialogs (#631) 3 years ago
Emil Ernerfeldt 661f0d71a7
Add libssl-dev to apt-get install path (#635) 3 years ago
Emil Ernerfeldt 96c45716be Expand and clean up changelogs 3 years ago
Emil Ernerfeldt 4feee59f84 Improve README files for all crates 3 years ago
Emil Ernerfeldt d8b2b50780
Add libxkbcommon-dev to list of linux deps (#549) 3 years ago