442 Commits (2b9595ee3c5eae01ab7c7b0c48f7ad3787ac4dff)

Author SHA1 Message Date
Emil Ernerfeldt 26d576f510 Break out mod paint into new crate epaint 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 e079ac5b46 Center window titles 4 years ago
Emil Ernerfeldt 987c7ddf98 Make size and alignment of emoji-icon-font match the rest of the fonts 4 years ago
Emil Ernerfeldt e413e5e3e9 Fix precision issue in panel space allocation debug sanity check 4 years ago
Emil Ernerfeldt b4871e2aef Add ui.allocate_at_least and ui.allocate_exact_size 4 years ago
Emil Ernerfeldt d0d22ea09b Release 0.7.0 4 years ago
Emil Ernerfeldt 10a23d18e1 Support additive colors in color picker 4 years ago
Emil Ernerfeldt 5c8df6925d TextEdit widgets are now slightly larger to accommodate their frames 4 years ago
Emil Ernerfeldt 25b8a8ebfd Add window.id(…) and area.id(…) for overriding the default Id 4 years ago
Emil Ernerfeldt 64dd186daf Deprecate color::srgba function. Use Color32::from_rgb etc instead. 4 years ago
Emil Ernerfeldt 73f3d8cf46 Rename Srgba to Color32 4 years ago
Emil Ernerfeldt 4e3251c300 Improve ecosystem documentation and add changelogs for epi and eframe 4 years ago
Emil Ernerfeldt d7e03cb186 Add changelog for new manual scrolling additions 4 years ago
Emil Ernerfeldt d38b16f1ea Learn how to spell to "tessellation" 4 years ago
Emil Ernerfeldt 69ffa9be35 Remove `pixels_per_point` from `FontDefinitions` 4 years ago
Emil Ernerfeldt 847f67c835 Rename FontFamily::VariableWidth to FontFamily::Proportional 4 years ago
Emil Ernerfeldt 958fc2753a RepaintSignal now implements Sync so it can be sent to another thread 4 years ago
Emil Ernerfeldt dca7f85f21 Release Egui 0.6.0 4 years ago
Emil Ernerfeldt db3fdbe6d3 Add response.interact(sense), e.g. to check for clicks on labels 4 years ago
Emil Ernerfeldt 58fcf0f2a1 Changed: ui.allocate_painter returns a Response 4 years ago
Emil Ernerfeldt 48dfcde65f Add ui.allocate_response(…): allocate space and check for interactions 4 years ago
Emil Ernerfeldt 66ae0ed7b9 Add Id to Response 4 years ago
Emil Ernerfeldt a2ab35bab8 Rename `Sense::nothing()` to `Sense::hover()` 4 years ago
Emil Ernerfeldt b65e6327ab ui.allocate_space now returns an (Id, Rect) tuple 4 years ago
Emil Ernerfeldt cd7abb457f Expand Window + Resize areas to be large enough for last frames content 4 years ago
Emil Ernerfeldt 997cd4b279 ui.columns: Improve allocated size estimation + justified layous 4 years ago
Emil Ernerfeldt 38e36fd806 Combo boxes has a scroll area 4 years ago
Emil Ernerfeldt 36c15c4e41 Add egui::math::Rot2 rotation helper 4 years ago
Emil Ernerfeldt 01c65b0dcb Replace Arc<Context> with struct CtxRef 4 years ago
Emil Ernerfeldt ce0ea74c9f Fix: The background of CentralPanel will now cover unused space too 4 years ago
Emil Ernerfeldt ea10add1cb Deprecate left/centered/right column functions in Ui 4 years ago
Emil Ernerfeldt 1e1bfa4dc7 Add ui.allocate_painter helper 4 years ago
Emil Ernerfeldt 58f36eb6ef A `Window` may now cover an existing `CentralPanel` 4 years ago
Emil Ernerfeldt c3c4f28a9d Added App::clear_color() that apps can use to specify background color 4 years ago
Emil Ernerfeldt b0e17638df trait App now has fn name() for specifying egui_glium window title 4 years ago
Emil Ernerfeldt d022765a3c Improve decimal logic for Slider and DragValue 4 years ago
Emil Ernerfeldt d6d9c4828e Turn off `Window` title bars with `window.title_bar(false)` 4 years ago
Emil Ernerfeldt 8af83bf93f Slight tweak of the default `Style` and font sizes 4 years ago
Emil Ernerfeldt 709e711364 Deprecated RawInput::screen_size and replaced with screen_rect 4 years ago
Emil Ernerfeldt 2c766aa540 Make RawInput::time an Option 4 years ago
Emil Ernerfeldt 91e5295db2 Add mouse-over explanation to duplicate ID warning 4 years ago
Emil Ernerfeldt 0e0beece44 SidePanel::left and TopPanel::top now takes `impl Hash` instead of Id 4 years ago
Emil Ernerfeldt 18ebac116f Add widget `ImageButton` 4 years ago
Emil Ernerfeldt b508f931c2 Add ui.vertical_centered and ui.vertical_centered_justified 4 years ago
Emil Ernerfeldt 273d466f19 Nicer spacing in changelogs 4 years ago
Emil Ernerfeldt 7710308e09 `ui.image` now takes `impl Into<Vec2>` as a `size` argument 4 years ago
Emil Ernerfeldt 403e2dfe5f Release Egui 0.5.0 4 years ago
Emil Ernerfeldt f387b097cd Add ui.drag_angle_tau 4 years ago