1646 Commits (c71090473b0ca19a6110de793eed9e26236239c2)
 

Author SHA1 Message Date
Emil Ernerfeldt 4f6dac27e6 Clippy fix 3 years ago
Emil Ernerfeldt d807451348 Release 0.13.0 - Better panels, plots and new visual style 3 years ago
Emil Ernerfeldt 8abd232854 Bug fix: accidentally resizing an area through a window 3 years ago
Emil Ernerfeldt eb6c293774 Update crates glium, tts, and run cargo update 3 years ago
Emil Ernerfeldt 1363ac4a24 demo: in font book, ask font what characters are supported 3 years ago
Emil Ernerfeldt 749c5cbdc8 egui_glium: don't take control of the control_flow 3 years ago
Emil Ernerfeldt 182eb32b95 Tidy up plot demo 3 years ago
Emil Ernerfeldt 6e3604ee4b Bug fix: ui.scope(…) is now equivalent to ui.allocate_space(…) WRT IDs 3 years ago
Emil Ernerfeldt 9007890440 EguiGlium::on_event: take event by reference 3 years ago
Sven Niederberger 147e7a47aa
More plot items (#471) 3 years ago
Benjamin Bouvier e22c242d17
Use ab_glyph instead of rusttype for font rendering (#490) 3 years ago
Emil Ernerfeldt 63bddb67f8 CollapsingHeader: only fill full width if it has a frame 3 years ago
Emil Ernerfeldt c03caa663b Fix bug where clicking a TextEdit frame would not give it focus 3 years ago
Emil Ernerfeldt 6e7e88ba80
Use old 1.51 toolchain instead of bleeding edge (#505) 3 years ago
Emil Ernerfeldt 269a4538d9 clippy fixes for rust 1.53 3 years ago
follower 60fd70921d
Typo fixes: "an"->"and" & "tex" -> "text" (#432) 3 years ago
Emil Ernerfeldt ef36cac422 Improve misc docs 3 years ago
Zenithsiz 7f1123a54c
Expanded `TextBuffer` interface to allow borrowed values. (#444) 3 years ago
Jay Oster 00575e158f
Fix an issue where losing focus could prevent the event loop from receiving events for releasing modifier keys (#479) 3 years ago
Emil Ernerfeldt 778bcc1ef7
Style tweaks (#450) 3 years ago
Emil Ernerfeldt a50ddc2703 TextEdit: Clean up password masking 3 years ago
Emil Ernerfeldt f4a95b1e5f TextEdit: don't set `response.changed()` when cursor changes 3 years ago
Nolan Darilek 508f6d9bf5
Additional accessibility support (#412) 3 years ago
Sven Niederberger 2b4d3fa5b1
apply suggested fix (#481) 3 years ago
Emil Ernerfeldt 998e07d865
Make sure the scroll bar is never outside the screen rectangle (#475) 3 years ago
edko99 e007afc3c3
Freeze scroll area (#472) 3 years ago
Sven Niederberger 02db9ee583
Plot: Legend improvements (#410) 3 years ago
Emil Ernerfeldt ece25ee7f3 Add `Ui::set_visible` as a way to hide widgets 3 years ago
Emil Ernerfeldt 3c603c55b8 Make Layouts:: horizontal/vertial align/justify pub 3 years ago
Emil Ernerfeldt 62f58a3b05 egui_web: default to light mode unless prefers-color-scheme: dark 3 years ago
Emil Ernerfeldt 44b573f6a6 epi: merge App::load into App::setup, and provide Frame argument 3 years ago
Kayo Phoenix 31769d400f
Fixed GLSL ES 1.0 version string (#470) 3 years ago
Emil Ernerfeldt effd3c7440 egui_web: Vastly improve WebGL alpha blending 3 years ago
Emil Ernerfeldt 2af86cd2c7
Revert "Fix scroll bar position (#392)" (#458) 3 years ago
Emil Ernerfeldt ec6268e4ac egui_web: document how to fill the full width of the browser 3 years ago
Jay Oster 2932ff0e53
Fix scroll bar position (#392) 3 years ago
Emil Ernerfeldt 6468b2b84e
Implement efficent scrolling of large content (#457) 3 years ago
Tiago Ferreira 2cdd90b111
Allow alternate shortcuts on Windows (#456) 3 years ago
Emil Ernerfeldt 4964d762a7 Move WidgetType from output.rs to lib.rs 3 years ago
Emil Ernerfeldt e6fe6a6f6a Fix occasional jittery vertical positioning of glyphs 3 years ago
Emil Ernerfeldt 4d56d0328b demo: Move egui settings/inspection windows to backend panel 3 years ago
Violeta Hernández 66095b69a7
Disable default features of `ord-float` (#440) 3 years ago
Emil Ernerfeldt 3b807e1ad6 Add Context::set_debug_on_hover and egui::trace!(ui) 3 years ago
Sven Niederberger 8623909d82
Plotting: Add line markers (#363) 3 years ago
St John Giddy e320ef6c64
Detect single-threaded mutex reentry in debug mode (#433) 4 years ago
Emil Ernerfeldt c9766f8a7b
Resizable panels + right and bottom panels (#438) 4 years ago
Emil Ernerfeldt 196ddff499 Rename Shape::polygon to Shape::convex_polygon 4 years ago
Emil Ernerfeldt 085233f907 Improve various documentation 4 years ago
Emil Ernerfeldt 5b462197fa Improve instructions in PR template 4 years ago
Emil Ernerfeldt 2dea4d8db2 Color picker: fix rare infinite loop in very weird situtations 4 years ago