1422 Commits (34a11fefd23682651934154af7d540576743725c)
 

Author SHA1 Message Date
Linus Behrbohm 34a11fefd2
Only add resize radius for interactable areas (#577) 3 years ago
Linus Behrbohm 6c18332424
Add helpers <pointerbutton>_down() in PointerState (#583) 3 years ago
Linus Behrbohm f4af22efb5
Allow unnecessary mut (#584) 3 years ago
Norbert Pozar 934dc42e58
Fix tooltips overlapping widgets (#566) (#568) 3 years ago
mitchmindtree 7c1c775020
Fix case where `Plot`'s `min_auto_bounds` can be ignored after first instantiation (#563) 3 years ago
Emil Ernerfeldt 784bac53f1 Improve error message on bad texture allocation 3 years ago
Luca a1c5ce05f7
readme: add `egui_glfw_gl` (#586) 3 years ago
Emil Ernerfeldt 4feee59f84 Improve README files for all crates 3 years ago
Emil Ernerfeldt 326da7a0d7 README: Clean up the integration section 3 years ago
Emil Ernerfeldt 9b1a8c9e00 Add link to egui-tetra 3 years ago
Emil Ernerfeldt 94937a33e8 Add link to ggez-egui 3 years ago
Emil Ernerfeldt 52d187ab5f Add godot-egui to README.md 3 years ago
Ezra Barrow 224af23fd1
Pass more inner return values (#557) 3 years ago
Emil Ernerfeldt 06fc9afb1d Add Frame setters for rounding, margin and shadow 3 years ago
Emil Ernerfeldt 12334addda Add Vec2::to_pos2 3 years ago
Jay Oster a9c004d16b
Fix custom font definitions getting replaced when `pixels_per_point` is changed (#564) 3 years ago
Sven Niederberger 7c5a2d60c5
Plot: Line styles (#482) 3 years ago
Emil Ernerfeldt d8b2b50780
Add libxkbcommon-dev to list of linux deps (#549) 3 years ago
lucaspoffo a6c3daff6f
TextEdit: Add visual clipping for singleline inputs when text is large. (#531) 3 years ago
Emil Ernerfeldt faf104220b Grid::num_columns: allow the last column to take up the rest of the space 3 years ago
Simon Persson 9603bb4f85
Grid fixes (#473) 3 years ago
Sven Niederberger 89cea7aca7
Progress bar (#519) 3 years ago
Emil Ernerfeldt 52e3663958 Release egui 0.13.1: Plot fixes 3 years ago
Emil Ernerfeldt cba840ec49
Small plot-relates fixes (#526) 3 years ago
Jay Oster 3a14f5e8e2
Fix a bug on Windows where minimizing adjusts all of the egui window positions. (#522) 3 years ago
Emil Ernerfeldt ccecad88b1 egui_glium and eframe 0.13.1: fix http feature and docs 3 years ago
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