Commit Graph

  • d9f3596475 docs: explain auto-shrinking panels/windows and how to work around it Emil Ernerfeldt 2021-09-05 09:40:25 +0200
  • 14c989fdfa Implement rotating text Emil Ernerfeldt 2021-09-05 09:06:53 +0200
  • 6902151a96 Add example of loading and showing an image with eframe/egui Emil Ernerfeldt 2021-09-04 17:44:01 +0200
  • 5f88d89f74
    Faster galley cache (#699) Emil Ernerfeldt 2021-09-04 10:19:58 +0200
  • 3b75a84d3b Point crate repository & homepage urls to their subfolders Emil Ernerfeldt 2021-09-03 21:12:44 +0200
  • 71d18ba3e7 Spelling: tesselate -> tessellate Emil Ernerfeldt 2021-09-03 21:07:25 +0200
  • 9598596bdc
    Replace all http code in epi/eframe/egui_glium/egui_web with ehttp (#697) Emil Ernerfeldt 2021-09-03 21:04:43 +0200
  • de1a1ba9b2
    New text layout (#682) Emil Ernerfeldt 2021-09-03 18:18:00 +0200
  • 36cffd7b84 Fix wrongly sized multiline `TextEdit` in justified layouts Emil Ernerfeldt 2021-09-03 17:49:23 +0200
  • d9fd806e94
    add fltk-egui as a 3rd party backend crate (#694) Mohammed Alyousef 2021-09-03 16:20:34 +0300
  • 4f8dcf9a27 Augment list of fedora dependencies Emil Ernerfeldt 2021-09-02 21:25:38 +0200
  • 931c3a9b6a
    TextEdit option cursor_at_end to control initial position of cursor at beginning or end. (#687) Bradley Smith 2021-09-02 10:37:55 -0700
  • 56502fbb3c
    Make paint function accept anything implementing Surface trait (#681) JerzySpendel 2021-09-02 05:44:50 -0700
  • 9def6ef6df All `Ui`:s must now have a finite `max_rect` Emil Ernerfeldt 2021-08-28 16:02:16 +0200
  • 105b999cb6
    Horizontal scrolling (#663) Emil Ernerfeldt 2021-08-28 13:18:21 +0200
  • e98ae2ea7a
    Revert "feat: Set whether to show decorations (#660)" (#671) Emil Ernerfeldt 2021-08-28 12:29:19 +0200
  • 776770cdcd
    Publish 0.14.2 (#670) Emil Ernerfeldt 2021-08-28 12:19:35 +0200
  • 1fbce6b2c3 Remove everything marked deprecated Emil Ernerfeldt 2021-08-28 11:46:30 +0200
  • 0db74f3000
    feat: Set whether to show decorations (#660) zu1k 2021-08-28 17:18:36 +0800
  • 2ce99f3a12 Release 0.14.1 - Bug fixes and better web blending Emil Ernerfeldt 2021-08-28 11:04:39 +0200
  • fe2b3e26aa egui_glium: add bool to simulate touch screens to test egui Emil Ernerfeldt 2021-08-28 10:34:05 +0200
  • 1a177f7ecd Improve area introspection panel Emil Ernerfeldt 2021-08-28 10:28:50 +0200
  • 56913a9ae9 Fix sometimes not being able to click inside a combo box or popup menu Emil Ernerfeldt 2021-08-28 10:28:05 +0200
  • 9bc95289cc
    egui_web: Fix use of egui on devices with both touch and mouse (#654) Emil Ernerfeldt 2021-08-28 08:37:07 +0200
  • c6a0db8602 Docs: add link to on_disabled_hover_ui/text from on_hover_ui/text Emil Ernerfeldt 2021-08-27 20:23:58 +0200
  • 7c67066190 demo: add expandable top panel to panels-in-window demo Emil Ernerfeldt 2021-08-27 20:08:01 +0200
  • 52193c2273 demo: demonstrate how to prevent auto-shrinking windows Emil Ernerfeldt 2021-08-27 19:59:31 +0200
  • 906a798003 Add Ui::horizontal_top Emil Ernerfeldt 2021-08-26 21:32:11 +0200
  • a9467fc5df epaint stats: correctly count the impact of Shape::Text Emil Ernerfeldt 2021-08-26 20:44:42 +0200
  • 7e9c3291bd Tiny demo tweaks Emil Ernerfeldt 2021-08-26 18:54:38 +0200
  • 693426d9c6
    Layout fixes (#651) Emil Ernerfeldt 2021-08-26 18:50:30 +0200
  • 3a634ff46e
    Reintroduce color fixes to WebGL1 backend, but only if sRGB textures are supported (#652) AsmPrgmC3 2021-08-26 18:40:35 +0200
  • c510899019 Revert "Fix set_width/set_min_width/set_height/set_min_height" Emil Ernerfeldt 2021-08-25 22:02:54 +0200
  • c2d1034af3 Make Options::tessellation_options public Emil Ernerfeldt 2021-08-25 21:39:00 +0200
  • 31a1882997
    Fix alpha blending in WebGL2 backend (#650) AsmPrgmC3 2021-08-25 21:28:42 +0200
  • a256337856
    Add maximized property to NativeOptions (#649) Vladislav Izbash 2021-08-25 19:20:53 +0300
  • 01d3f53113 Fix set_width/set_min_width/set_height/set_min_height Emil Ernerfeldt 2021-08-25 17:27:58 +0200
  • cb566fc295 Release 0.14.0 - Ui panels and bug fixes Emil Ernerfeldt 2021-08-24 16:47:10 +0200
  • a6799b1278 Minor demo improvements Emil Ernerfeldt 2021-08-24 16:38:03 +0200
  • a2082f226f Change an assert into an egui_assert Emil Ernerfeldt 2021-08-24 16:00:55 +0200
  • f11f9bd1fd Bug fix: fix horizontal layouts inside infinitely wide Ui:s. Emil Ernerfeldt 2021-08-24 16:00:39 +0200
  • d865852d24 Add a minimum width to TextEdit to prevent them from being tiny Emil Ernerfeldt 2021-08-24 15:59:31 +0200
  • f940ae9edf Fix alignment corner case (infinite size in infinite range) Emil Ernerfeldt 2021-08-24 15:58:57 +0200
  • 246b1e084b Improve panel demo Emil Ernerfeldt 2021-08-23 22:28:42 +0200
  • ce19e10258 REAMDE: add link to egui docs about immediate mode Emil Ernerfeldt 2021-08-23 21:48:38 +0200
  • ffbd094f53 Improve docs Emil Ernerfeldt 2021-08-23 21:47:00 +0200
  • 5d0e348777 Clean up demo slightly Emil Ernerfeldt 2021-08-23 21:28:06 +0200
  • f8a3042258 Fix for dragging widgets with non-primary mouse button Emil Ernerfeldt 2021-08-22 21:16:54 +0200
  • 605762364a Add recent additions to CHANGELOG.md Emil Ernerfeldt 2021-08-21 22:11:38 +0200
  • 5a63419aa3 Bug fix: clicking the edge of a menu button would flicker the menu Emil Ernerfeldt 2021-08-21 21:59:25 +0200
  • 0e457c4b06 build_demo_web.sh: add --fast flag to skip optimization step Emil Ernerfeldt 2021-08-21 21:33:51 +0200
  • 91bdf9ba6e
    egui_web: make text thicker and less pixelated (#640) Emil Ernerfeldt 2021-08-21 21:18:00 +0200
  • 12fd4906de
    Update dependencies and pass all clippy's (#636) sigaloid 2021-08-20 16:31:20 -0400
  • a256ca115b
    Drag and drop files into egui_glium and egui_web (#637) Emil Ernerfeldt 2021-08-20 22:20:45 +0200
  • 488b1f2462
    Add methods for optionally displaying the background/axes of a `Plot` (#562) mitchmindtree 2021-08-20 19:04:44 +0200
  • 68ed22ab6f
    Add option to select collapsing headers (#623) gents83 2021-08-20 19:04:13 +0200
  • 04b3921923
    egui_glium: run app code outside event loop to fix file dialogs (#631) Emil Ernerfeldt 2021-08-20 18:59:32 +0200
  • 661f0d71a7
    Add libssl-dev to apt-get install path (#635) Emil Ernerfeldt 2021-08-20 14:37:14 +0200
  • 3e2746a288
    Make it easy to panels inside of Ui:s (#629) Emil Ernerfeldt 2021-08-20 00:10:06 +0200
  • ee50cca696 Run egui_demo_app with extra_debug_asserts Emil Ernerfeldt 2021-08-18 22:51:29 +0200
  • 62808b2bb9 Silence warning Emil Ernerfeldt 2021-08-18 22:51:16 +0200
  • 9bc732328f eframe: Don't restore window position on Windows Emil Ernerfeldt 2021-08-18 19:54:13 +0200
  • 734ec9dc5a Add link to amethyst_egui Emil Ernerfeldt 2021-08-18 12:46:59 +0200
  • 1fc2510b3b
    Fix blocking when using custom large font files (#594) zu1k 2021-08-17 04:17:31 +0800
  • ff8c4c0d38
    Add possibility of panels inside UI (i.e. windows) (#624) gents83 2021-08-16 21:32:44 +0200
  • d6299bcd91 Expand egui_web/README.md with list of shortcomings Emil Ernerfeldt 2021-08-16 21:17:15 +0200
  • 96c45716be Expand and clean up changelogs Emil Ernerfeldt 2021-08-15 18:31:50 +0200
  • 2f46b0eb06 Fix lost_focus for TextEdit widgets Emil Ernerfeldt 2021-08-15 17:52:53 +0200
  • e31312cf7a Only move/resize windows with primary mouse button Emil Ernerfeldt 2021-08-15 17:26:48 +0200
  • 07196158c9 eframe/epi: Default drag_and_drop_support to false Emil Ernerfeldt 2021-08-15 17:17:16 +0200
  • 22a13c75bb Add Ui::available_height Emil Ernerfeldt 2021-08-15 17:04:14 +0200
  • a48c69d809 Improve UI docs, pointing to Ui::available_size Emil Ernerfeldt 2021-08-15 17:03:24 +0200
  • 9bbcfd5996 Fix typo Emil Ernerfeldt 2021-08-15 17:02:28 +0200
  • 6a8a93e120
    Generalize http fetch (#488) skuzins 2021-08-15 10:56:46 -0400
  • eefc56c213
    fix and pin web-sys breakage in `Navigator::clipboard` (#608) mental 2021-08-15 17:55:33 +0300
  • 34a11fefd2
    Only add resize radius for interactable areas (#577) Linus Behrbohm 2021-08-15 16:48:15 +0200
  • 6c18332424
    Add helpers <pointerbutton>_down() in PointerState (#583) Linus Behrbohm 2021-08-15 16:41:33 +0200
  • f4af22efb5
    Allow unnecessary mut (#584) Linus Behrbohm 2021-08-15 16:39:26 +0200
  • 934dc42e58
    Fix tooltips overlapping widgets (#566) (#568) Norbert Pozar 2021-08-15 23:34:43 +0900
  • 7c1c775020
    Fix case where `Plot`'s `min_auto_bounds` can be ignored after first instantiation (#563) mitchmindtree 2021-08-15 16:34:12 +0200
  • 784bac53f1 Improve error message on bad texture allocation Emil Ernerfeldt 2021-07-29 22:20:22 +0200
  • a1c5ce05f7
    readme: add `egui_glfw_gl` (#586) Luca 2021-07-29 22:14:17 +0200
  • 4feee59f84 Improve README files for all crates Emil Ernerfeldt 2021-07-29 22:04:20 +0200
  • 326da7a0d7 README: Clean up the integration section Emil Ernerfeldt 2021-07-29 21:58:50 +0200
  • 9b1a8c9e00 Add link to egui-tetra Emil Ernerfeldt 2021-07-29 01:33:55 +0200
  • 94937a33e8 Add link to ggez-egui Emil Ernerfeldt 2021-07-28 17:52:05 +0200
  • 52d187ab5f Add godot-egui to README.md Emil Ernerfeldt 2021-07-23 11:04:55 +0200
  • 224af23fd1
    Pass more inner return values (#557) Ezra Barrow 2021-07-21 05:43:02 -0400
  • 06fc9afb1d Add Frame setters for rounding, margin and shadow Emil Ernerfeldt 2021-07-20 14:33:36 +0200
  • 12334addda Add Vec2::to_pos2 Emil Ernerfeldt 2021-07-20 14:32:12 +0200
  • a9c004d16b
    Fix custom font definitions getting replaced when `pixels_per_point` is changed (#564) Jay Oster 2021-07-20 05:06:27 -0700
  • 7c5a2d60c5
    Plot: Line styles (#482) Sven Niederberger 2021-07-06 20:15:04 +0200
  • d8b2b50780
    Add libxkbcommon-dev to list of linux deps (#549) Emil Ernerfeldt 2021-07-06 19:33:37 +0200
  • a6c3daff6f
    TextEdit: Add visual clipping for singleline inputs when text is large. (#531) lucaspoffo 2021-07-06 13:59:52 -0300
  • faf104220b Grid::num_columns: allow the last column to take up the rest of the space Emil Ernerfeldt 2021-07-02 09:55:57 +0200
  • 9603bb4f85
    Grid fixes (#473) Simon Persson 2021-07-02 15:25:53 +0800
  • 89cea7aca7
    Progress bar (#519) Sven Niederberger 2021-07-01 22:50:41 +0200
  • 52e3663958 Release egui 0.13.1: Plot fixes Emil Ernerfeldt 2021-06-28 11:05:27 +0200
  • cba840ec49
    Small plot-relates fixes (#526) Emil Ernerfeldt 2021-06-28 10:51:06 +0200
  • 3a14f5e8e2
    Fix a bug on Windows where minimizing adjusts all of the egui window positions. (#522) Jay Oster 2021-06-28 01:27:32 -0700