72 Commits (8f40439a35150823711b1ead416beea6c2ab3335)

Author SHA1 Message Date
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
Emil Ernerfeldt 517b34509b Clean up CHANGELOG.md 4 years ago
Emil Ernerfeldt b7d1584f44 Simplify how fonts are defined in FontDefinitions 4 years ago
Emil Ernerfeldt 5880c95158 ui.horizontal_for_text: Size and spacing made for text 4 years ago
Emil Ernerfeldt b15bd76596 Pick default multiline on Labels based on layout and if text contains \n 4 years ago
Emil Ernerfeldt 273212a63c on_hover_text/ui many times will stack tooltips beneath the previous 4 years ago
Emil Ernerfeldt 35e8a3b4ca Update CHANGELOG.md and TODO.md 4 years ago
Emil Ernerfeldt b0d0d5dd55 [button] Remove minimum button width 4 years ago
Emil Ernerfeldt 8c82eb1970 Add CHANGELOG.md for egui_glium 4 years ago
Emil Ernerfeldt 042125c8e4 Update CHANGELOG.md 4 years ago
Emil Ernerfeldt 6e8d5c87a0 Add Resize::id_source and ScrollArea::id_source 4 years ago
Emil Ernerfeldt 6de93cb0ec Remove the label! macro 4 years ago
Emil Ernerfeldt 428e2373e5 Change default font to Ubuntu-Light 4 years ago
Emil Ernerfeldt 4ecb7d14ca New widget: `SelectableLabel`: a text-button that can be selected 4 years ago
Emil Ernerfeldt a7e7826d2c Release 0.4.0 of egui, egui_web and egui_glium 4 years ago
Emil Ernerfeldt aab1b351ab Fixed incorrect text wrapping width on radio buttons 4 years ago
Emil Ernerfeldt e2c3bd429f Update CHANGELOG.md 4 years ago
Emil Ernerfeldt fe0d159324 Support Cmd+A ^W ^U ^K and shift-click 4 years ago
Emil Ernerfeldt c4ed507d63 Add modifier keys and implement moving cursors one word at a time 4 years ago
Emil Ernerfeldt 03eb9151c4 Improve automatic Id generation to make Id clashes less likely 4 years ago
Emil Ernerfeldt 0340e2e6de TextEdit: You must explicitly choose singleline or multiline. 4 years ago