390 Commits (56352c26a492915ef9aba24cea204b825f63469f)
 

Author SHA1 Message Date
Emil Ernerfeldt 56352c26a4 Expose egui::menu module 4 years ago
Emil Ernerfeldt 11df21e39e [refactor] extract paint code from Ui/Context to new struct Painter 4 years ago
Emil Ernerfeldt 5c14a15f8c [github-actions] fix typo 4 years ago
Emil Ernerfeldt 42c94f9db9 [egui] fix build without "with_serde" feature 4 years ago
Emil Ernerfeldt fae81ca386 [github-actions] only test egui project 4 years ago
Emil Ernerfeldt df2cba41ff [clippy] fix all clippy issues 4 years ago
Emil Ernerfeldt eb713ac514 [build] use path dependencies in all Cargo.toml 4 years ago
Emil Ernerfeldt b17f200b35
github action 4 years ago
Emil Ernerfeldt f693a558c5 [web/glium] better text input filtering 4 years ago
Emil Ernerfeldt 554e6e7120 [app] unify web and glium demo app 4 years ago
Emil Ernerfeldt b79c76b9ce [doc] improve Egui documentation 4 years ago
Emil Ernerfeldt 61cdec8fca [refactor] rename 'example' to 'demo', and add simple example_glium 4 years ago
Emil Ernerfeldt bf19eb2ec5 [refactor] minor code cleanup 4 years ago
Emil Ernerfeldt 48bad68257 [glium] implement reactive run mode 4 years ago
Emil Ernerfeldt a14bfa0e73 [glium] make it super easy to make an Egui app using glium 4 years ago
Emil Ernerfeldt e84412dec5 [glium] break out persistence 4 years ago
Emil Ernerfeldt 4e52a960e5 [glium] refactor and simplify glium example code 4 years ago
Emil Ernerfeldt 9b9cd01c5c [glium] update to latest glium with EventLoop and vsync 4 years ago
Emil Ernerfeldt 6b6545958d [web] fix: repaint on pagehide, pageshow and resize 4 years ago
Emil Ernerfeldt cb6b3bb58f Move web app contents to own window 4 years ago
Emil Ernerfeldt 57ae03f52d [web] minor fixes for reactive mode 4 years ago
Emil Ernerfeldt 900a758903 [resize] unify to one minimum size 4 years ago
Emil Ernerfeldt f659f2903d [web] fix auto-save 4 years ago
Emil Ernerfeldt 376610a0ca [web] default to reactive mode 4 years ago
Emil Ernerfeldt 07d2af885b [resize] improve default/min sizes of some resize areas 4 years ago
Emil Ernerfeldt fccd135254 [refactor] rename 'PaintBatches' to 'PaintJobs' 4 years ago
Emil Ernerfeldt 7565210b2d [web] simplify and improve reactive mode on touch screens 4 years ago
Emil Ernerfeldt 3ecd6c0297 [web] implement reactive repainting 4 years ago
Emil Ernerfeldt dfa4d52a94 [web] move all reusable web code into egui_web 4 years ago
Emil Ernerfeldt 1a4c399e41 [web] port all remaining JS code to Rust 4 years ago
Emil Ernerfeldt 0afad57d41 [web] port JS code to Rust 4 years ago
Emil Ernerfeldt 8dced5896c rename egui_wasm to egui_web 4 years ago
Emil Ernerfeldt 520e42c11c [backend] use hardware scissor rect in WebGL and glium 4 years ago
Emil Ernerfeldt c204922a3a update some crates 4 years ago
Emil Ernerfeldt 67bafad8f9 [button] add ability to disable Button 4 years ago
Emil Ernerfeldt 10a9d48091 [scroll] animate scroll bar hide/show 4 years ago
Emil Ernerfeldt bff7232e9d [paint] ignore negatively sized rectangles and circles 4 years ago
Emil Ernerfeldt 53dbbd0d53 [id] smarter id selection for collapsing header 4 years ago
Emil Ernerfeldt 5c2a0a59ac [collapsing header] add id_source to builder 4 years ago
Emil Ernerfeldt 916e667aa2 [style] tigher buttons and monospaced DragValue text 4 years ago
Emil Ernerfeldt 097730461d [input] add queries for if egui is interested in mouse/kb 4 years ago
Emil Ernerfeldt 94545409c6 [id] improve default Id generation 4 years ago
Emil Ernerfeldt 2dea2ee668 update Cargo.lock to 0.1.2 4 years ago
Emil Ernerfeldt cc589c7bbc bump version to 0.1.2 4 years ago
Emil Ernerfeldt acdc2b004f [widgets] new widget: DragValue 4 years ago
Emil Ernerfeldt a90dda6162 [button] add sense so you can make drag buttons 4 years ago
Emil Ernerfeldt 2162ffff42 [slider] round so what you see is what you get 4 years ago
Emil Ernerfeldt 3c85c2d364
Merge pull request #3 from Jasper-Bekkers/master 4 years ago
Jasper Bekkers c0d4feeca8
Add badges 4 years ago
Emil Ernerfeldt d0f5181197 [window] make resizing a bit smoother 4 years ago