1652 Commits (10c8ffa543e16c7e4fcac22d3be57fe9e7969709)
 

Author SHA1 Message Date
Emil Ernerfeldt 2382425198 Revert "Silence nightly clippy" 3 years ago
triangle drawer 203d571c8b
Add api for accessing backend texture via epi (#695) 3 years ago
Emil Ernerfeldt acf9d0114d Silence nightly clippy 3 years ago
Emil Ernerfeldt 391bec1170 FAQ: add "How do I render 3D stuff in an egui area?" 3 years ago
Emil Ernerfeldt 92503ea9e1 clippy fix 3 years ago
Emil Ernerfeldt d9f3596475 docs: explain auto-shrinking panels/windows and how to work around it 3 years ago
Emil Ernerfeldt 14c989fdfa Implement rotating text 3 years ago
Emil Ernerfeldt 6902151a96 Add example of loading and showing an image with eframe/egui 3 years ago
Emil Ernerfeldt 5f88d89f74
Faster galley cache (#699) 3 years ago
Emil Ernerfeldt 3b75a84d3b Point crate repository & homepage urls to their subfolders 3 years ago
Emil Ernerfeldt 71d18ba3e7 Spelling: tesselate -> tessellate 3 years ago
Emil Ernerfeldt 9598596bdc
Replace all http code in epi/eframe/egui_glium/egui_web with ehttp (#697) 3 years ago
Emil Ernerfeldt de1a1ba9b2
New text layout (#682) 3 years ago
Emil Ernerfeldt 36cffd7b84 Fix wrongly sized multiline `TextEdit` in justified layouts 3 years ago
Mohammed Alyousef d9fd806e94
add fltk-egui as a 3rd party backend crate (#694) 3 years ago
Emil Ernerfeldt 4f8dcf9a27 Augment list of fedora dependencies 3 years ago
Bradley Smith 931c3a9b6a
TextEdit option cursor_at_end to control initial position of cursor at beginning or end. (#687) 3 years ago
JerzySpendel 56502fbb3c
Make paint function accept anything implementing Surface trait (#681) 3 years ago
Emil Ernerfeldt 9def6ef6df All `Ui`:s must now have a finite `max_rect` 3 years ago
Emil Ernerfeldt 105b999cb6
Horizontal scrolling (#663) 3 years ago
Emil Ernerfeldt e98ae2ea7a
Revert "feat: Set whether to show decorations (#660)" (#671) 3 years ago
Emil Ernerfeldt 776770cdcd
Publish 0.14.2 (#670) 3 years ago
Emil Ernerfeldt 1fbce6b2c3 Remove everything marked deprecated 3 years ago
zu1k 0db74f3000
feat: Set whether to show decorations (#660) 3 years ago
Emil Ernerfeldt 2ce99f3a12 Release 0.14.1 - Bug fixes and better web blending 3 years ago
Emil Ernerfeldt fe2b3e26aa egui_glium: add bool to simulate touch screens to test egui 3 years ago
Emil Ernerfeldt 1a177f7ecd Improve area introspection panel 3 years ago
Emil Ernerfeldt 56913a9ae9 Fix sometimes not being able to click inside a combo box or popup menu 3 years ago
Emil Ernerfeldt 9bc95289cc
egui_web: Fix use of egui on devices with both touch and mouse (#654) 3 years ago
Emil Ernerfeldt c6a0db8602 Docs: add link to on_disabled_hover_ui/text from on_hover_ui/text 3 years ago
Emil Ernerfeldt 7c67066190 demo: add expandable top panel to panels-in-window demo 3 years ago
Emil Ernerfeldt 52193c2273 demo: demonstrate how to prevent auto-shrinking windows 3 years ago
Emil Ernerfeldt 906a798003 Add Ui::horizontal_top 3 years ago
Emil Ernerfeldt a9467fc5df epaint stats: correctly count the impact of Shape::Text 3 years ago
Emil Ernerfeldt 7e9c3291bd Tiny demo tweaks 3 years ago
Emil Ernerfeldt 693426d9c6
Layout fixes (#651) 3 years ago
AsmPrgmC3 3a634ff46e
Reintroduce color fixes to WebGL1 backend, but only if sRGB textures are supported (#652) 3 years ago
Emil Ernerfeldt c510899019 Revert "Fix set_width/set_min_width/set_height/set_min_height" 3 years ago
Emil Ernerfeldt c2d1034af3 Make Options::tessellation_options public 3 years ago
AsmPrgmC3 31a1882997
Fix alpha blending in WebGL2 backend (#650) 3 years ago
Vladislav Izbash a256337856
Add maximized property to NativeOptions (#649) 3 years ago
Emil Ernerfeldt 01d3f53113 Fix set_width/set_min_width/set_height/set_min_height 3 years ago
Emil Ernerfeldt cb566fc295 Release 0.14.0 - Ui panels and bug fixes 3 years ago
Emil Ernerfeldt a6799b1278 Minor demo improvements 3 years ago
Emil Ernerfeldt a2082f226f Change an assert into an egui_assert 3 years ago
Emil Ernerfeldt f11f9bd1fd Bug fix: fix horizontal layouts inside infinitely wide Ui:s. 3 years ago
Emil Ernerfeldt d865852d24 Add a minimum width to TextEdit to prevent them from being tiny 3 years ago
Emil Ernerfeldt f940ae9edf Fix alignment corner case (infinite size in infinite range) 3 years ago
Emil Ernerfeldt 246b1e084b Improve panel demo 3 years ago
Emil Ernerfeldt ce19e10258 REAMDE: add link to egui docs about immediate mode 3 years ago