1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

Commit Graph

  • 79fbd17b33 Add link to layouting tracking issue Emil Ernerfeldt 2024-04-18 16:08:23 +02:00
  • 78d95f430b Consider layer transform when positioning text agent (#4319) Juan Campa 2024-04-05 01:31:33 -04:00
  • 2342788973 Fix wrong replacement function in deprecation notice of drag_released* (#4314) Gustav Sörnäs 2024-04-03 10:02:29 +02:00
  • 15b0ef3259 Release 0.27.2 - Fix blurry web rendering Emil Ernerfeldt 2024-04-02 18:13:37 +02:00
  • 014327e365 Release 0.27.2 - Fix blurry web rendering 0.27.2 emilk/release-0.27.2 Emil Ernerfeldt 2024-04-02 18:13:37 +02:00
  • 3897be3774 Allow disabling animations on a ScrollArea (#4309) lucasmerlin 2024-04-02 17:53:54 +02:00
  • de9e0adf17 Allow disabling animations on a ScrollArea (#4309) lucasmerlin 2024-04-02 17:53:54 +02:00
  • 5c8df022b7 egui_plots: Fix the same plot tick label being painted multiple times (#4307) Emil Ernerfeldt 2024-04-02 15:37:44 +02:00
  • 36ebce163a egui_plots: Fix the same plot tick label being painted multiple times (#4307) Emil Ernerfeldt 2024-04-02 15:37:44 +02:00
  • cadaa7a65d Prevent plot from resetting one axis while zooming/dragging the other (#4252) YgorSouza 2024-03-28 10:43:28 +01:00
  • 11c5cb09e9 Fix typos and false positives found by new version of 'typos' Emil Ernerfeldt 2024-04-02 09:55:13 +02:00
  • 11ea38e1a7 Fix blurry rendering in some browsers (#4299) Emil Ernerfeldt 2024-04-01 15:22:47 +02:00
  • dce49e4987 Allow zoom/pan a plot as long as it contains the mouse cursor (#4292) Emil Ernerfeldt 2024-03-31 20:20:46 +02:00
  • 5549ef8d21 Consider all non-interactie widgets under the mouse pointer hovered (#4291) Emil Ernerfeldt 2024-03-31 20:06:25 +02:00
  • 1b553c99af Remove a bunch of unwrap() (#4285) Emil Ernerfeldt 2024-03-30 19:33:19 +01:00
  • 063098e83b Fix continuous repaint on Wayland when TextEdit is focused or IME output is not None (#4269) 刘皓 2024-03-30 12:14:58 -04:00
  • 7b31d3af76 eframe: Correctly identify if browser tab has focus (#4280) Emil Ernerfeldt 2024-03-30 16:22:16 +01:00
  • 166b51e445 Fix: Response::clicked_elsewhere takes clip rect into account (#4274) Emil Ernerfeldt 2024-03-30 10:35:55 +01:00
  • b532e2e2be Fix bug in determining wether to remove focus from a widget (#4272) Emil Ernerfeldt 2024-03-30 10:22:58 +01:00
  • 232b8bc298 Fix incorrect Response::interact_rect for Area/Window (#4273) Emil Ernerfeldt 2024-03-30 10:15:54 +01:00
  • 6b4a8e260b Improve docs of ui.collapsing Emil Ernerfeldt 2024-03-29 15:58:22 +01:00
  • 4bc7e66245 Support order on windows (#4301) Alexander Parlett 2024-04-02 09:33:14 +01:00
  • 058f4753b0 Fix typos and false positives found by new version of 'typos' Emil Ernerfeldt 2024-04-02 09:55:13 +02:00
  • 0a40b16bd4 Fix blurry rendering in some browsers (#4299) Emil Ernerfeldt 2024-04-01 15:22:47 +02:00
  • 48ecf01e11 Rename "Color test" to "Rendering test", and restructure it slightly (#4298) Emil Ernerfeldt 2024-04-01 13:08:52 +02:00
  • e99bd00dec Only avoid glow context switching on Windows (#4296) Emil Ernerfeldt 2024-04-01 12:14:44 +02:00
  • 3ee4890b94 Remove warning in release build Emil Ernerfeldt 2024-03-31 20:41:44 +02:00
  • a97134d66c Improve Debug format of Sense, WidgetInfo and Id Emil Ernerfeldt 2024-03-31 20:33:02 +02:00
  • 95b62ce144 Show WidgetInfo for each widget if debug.show_interactive_widgets Emil Ernerfeldt 2024-03-31 20:32:05 +02:00
  • aa2f87e0ff Allow zoom/pan a plot as long as it contains the mouse cursor (#4292) Emil Ernerfeldt 2024-03-31 20:20:46 +02:00
  • bb06befef1 Consider all non-interactie widgets under the mouse pointer hovered (#4291) Emil Ernerfeldt 2024-03-31 20:06:25 +02:00
  • 21835c3176 Fix ViewportCommand::InnerSize not resizing viewport on Wayland (#4211) rustbasic 2024-03-31 04:09:28 +09:00
  • 5a0a1e96e0 Remove a bunch of unwrap() (#4285) Emil Ernerfeldt 2024-03-30 19:33:19 +01:00
  • 2ee9d30d6e Make it easier to tweak text colors in settings Emil Ernerfeldt 2024-03-30 19:12:54 +01:00
  • ab720ce900 Change Frame::multiply_with_opacity to multiply in gamma space (#4283) Emil Ernerfeldt 2024-03-30 18:39:05 +01:00
  • e03ea2e17d eframe: Early-out from context switching the glow backend (#4284) Emil Ernerfeldt 2024-03-30 18:38:59 +01:00
  • 549b243228 Rename fn scroll2 to fn scroll (#4282) Emil Ernerfeldt 2024-03-30 18:00:43 +01:00
  • 1354c3e19a Make the code example demo narrow enough to fit on mobile (#4281) Emil Ernerfeldt 2024-03-30 17:51:44 +01:00
  • 33221bd4dd Fix continuous repaint on Wayland when TextEdit is focused or IME output is not None (#4269) 刘皓 2024-03-30 12:14:58 -04:00
  • 3b147c066b Implement blinking text cursor in TextEdit (#4279) Emil Ernerfeldt 2024-03-30 16:22:28 +01:00
  • d3c6895443 eframe: Correctly identify if browser tab has focus (#4280) Emil Ernerfeldt 2024-03-30 16:22:16 +01:00
  • 7277322983 Break out Checkbox, RadioButton and ImageButton to their own files (#4278) Emil Ernerfeldt 2024-03-30 14:28:12 +01:00
  • a9a756e8f3 Overload operators for Rect + Margin, Rect - Margin etc (#4277) Emil Ernerfeldt 2024-03-30 14:03:41 +01:00
  • 32888e0f83 Make TextEdit and atomic widget (#4276) Emil Ernerfeldt 2024-03-30 13:33:51 +01:00
  • fbb4a040ac Change the resize cursor when you reach the resize limit (#4275) Emil Ernerfeldt 2024-03-30 10:54:32 +01:00
  • 8da0e8cc77 Fix: Response::clicked_elsewhere takes clip rect into account (#4274) Emil Ernerfeldt 2024-03-30 10:35:55 +01:00
  • a7c5eb47a8 Fix bug in determining wether to remove focus from a widget (#4272) Emil Ernerfeldt 2024-03-30 10:22:58 +01:00
  • 810135c5eb Fix incorrect Response::interact_rect for Area/Window (#4273) Emil Ernerfeldt 2024-03-30 10:15:54 +01:00
  • a541e021aa Add RectShape::blur_width to implement shadows (#4267) Emil Ernerfeldt 2024-03-29 20:29:42 +01:00
  • 73dbfd689b Don't wrap the text in the Frame demo Emil Ernerfeldt 2024-03-29 15:58:37 +01:00
  • 0a428f0887 Improve docs of ui.collapsing Emil Ernerfeldt 2024-03-29 15:58:22 +01:00
  • dfbe118ea4 Release 0.27.1 (#4264) Emil Ernerfeldt 2024-03-29 13:12:26 +01:00
  • 929e33781c Release 0.27.1 - Bug fixes for shadows and touch input 0.27.1 Emil Ernerfeldt 2024-03-29 12:46:42 +01:00
  • 9ac6f33c1d Avoid duplicate entires when generating changelog Emil Ernerfeldt 2024-03-29 12:45:11 +01:00
  • 555f64dfea Hide shortcut text on zoom buttons if zoom_with_keyboard is false (#4262) Emil Ernerfeldt 2024-03-29 12:15:03 +01:00
  • f7ea6dc410 Add web support for zoom_factor (#4260) Justus Dieckmann 2024-03-29 11:55:49 +01:00
  • 2b75e38abb Web: repaint if the #hash in the URL changes (#4261) Emil Ernerfeldt 2024-03-29 10:59:24 +01:00
  • fdcc9eac13 Don't apply a clip rect to the contents of an Area or Window (#4258) Emil Ernerfeldt 2024-03-28 10:09:21 +01:00
  • fbccd9cc99 Fix touch-and-hold to open context menu (#4249) Emil Ernerfeldt 2024-03-27 16:39:06 +01:00
  • 946bc888db Hide shortcut text on zoom buttons if zoom_with_keyboard is false (#4262) Emil Ernerfeldt 2024-03-29 12:15:03 +01:00
  • 7cc98bd38e Add web support for zoom_factor (#4260) Justus Dieckmann 2024-03-29 11:55:49 +01:00
  • 60da4b4f65 Web: repaint if the #hash in the URL changes (#4261) Emil Ernerfeldt 2024-03-29 10:59:24 +01:00
  • c4f16af721 Prevent plot from resetting one axis while zooming/dragging the other (#4252) YgorSouza 2024-03-28 10:43:28 +01:00
  • 3dba73e63e Improve the UI for changing the egui theme (#4257) Emil Ernerfeldt 2024-03-28 10:09:28 +01:00
  • e183655aac Don't apply a clip rect to the contents of an Area or Window (#4258) Emil Ernerfeldt 2024-03-28 10:09:21 +01:00
  • 58a27882b0 Fix touch-and-hold to open context menu (#4249) Emil Ernerfeldt 2024-03-27 16:39:06 +01:00
  • 9fa8aa7e30 Plot::Items:allow_hover give possibility to masked the interaction on hovered item (#2558) Nicolas PASCAL 2024-03-27 16:35:36 +01:00
  • 570e7cf71b Add register_native_texture in eframe::Frame (#4246) lomekragow 2024-03-27 23:35:25 +08:00
  • 3c029a45ac Fix Context::repaint_causes returning no causes (#4248) Emil Ernerfeldt 2024-03-27 16:14:22 +01:00
  • bc5ce77819 Fix InputState::any_touches and add InputState::has_touch_screen (#4247) Emil Ernerfeldt 2024-03-27 16:14:17 +01:00
  • a15e6c2122 Prevent visual glitch when shadow blur width is very high (#4245) Emil Ernerfeldt 2024-03-27 11:22:38 +01:00
  • 947b5813d7 Fix visual glitch on the right side of highly rounded rectangles (#4244) Emil Ernerfeldt 2024-03-27 10:13:49 +01:00
  • 4d4cb3d20d Release 0.27.0 - Nicer menus and new hit test logic 0.27.0 Emil Ernerfeldt 2024-03-26 17:13:57 +01:00
  • f8d7d0ebaa Enforce writing username in TODO comments (#4235) Emil Ernerfeldt 2024-03-26 11:48:24 +01:00
  • 8a10f81ca0 Forbid use of std::time::Instant on wasm Emil Ernerfeldt 2024-03-26 11:15:08 +01:00
  • a03604fce0 Add breaking change to changelog Emil Ernerfeldt 2024-03-26 11:13:56 +01:00
  • 884cf6de3d Add some tests for Rect Emil Ernerfeldt 2024-03-26 11:13:04 +01:00
  • 8a880d6d0f Add Area::sense and improve hit-testing of buttons in menus (#4234) Emil Ernerfeldt 2024-03-26 11:12:49 +01:00
  • 9cfaf8b961 Better align menus with the button that opened them (#4233) Emil Ernerfeldt 2024-03-26 10:54:15 +01:00
  • c530504a04 CSS-like shadows with offset, spread, and blur (#4232) Emil Ernerfeldt 2024-03-26 10:37:12 +01:00
  • 1634554032 Add Margin to epaint (#4231) Emil Ernerfeldt 2024-03-26 09:05:29 +01:00
  • cf8c37c71e Add some distance between parent menu and submenu (#4230) Emil Ernerfeldt 2024-03-26 08:43:38 +01:00
  • ab6c3f9161 Add an API for customizing the return key in TextEdit (#4085) /lemon.sh 2024-03-25 13:18:08 +01:00
  • 287a550b90 egui demo: Add drop down to resize the window (#4197) Colin Kinloch 2024-03-25 12:11:39 +00:00
  • d410bc5b9a Fix example/test_viewports title change (#4221) rustbasic 2024-03-25 20:40:49 +09:00
  • e807b73a6b Update doclink in docstring obellish/master Emil Ernerfeldt 2024-03-25 11:38:32 +01:00
  • 7f8aae4103 Don't show URLs when hovering hyperlinks (#4218) Emil Ernerfeldt 2024-03-25 09:00:12 +01:00
  • 20b0637d42 Some clippy fixes Emil Ernerfeldt 2024-03-22 12:33:35 +01:00
  • b7ec3fa1e3 Fix crash in wants_keyboard_input Emil Ernerfeldt 2024-03-22 12:33:17 +01:00
  • 21d045e8ef Fix: IME bug when typing Chinese characters (#4210) rustbasic 2024-03-22 20:27:08 +09:00
  • f5b9296f0f fix: remove unused deps obellish 2024-03-21 13:24:58 -04:00
  • 68132d32eb Merge branch 'master' of https://github.com/emilk/egui obellish 2024-03-21 13:18:53 -04:00
  • 769199648d Prevent egui::Window from becoming larger than Viewport (#4199) rustbasic 2024-03-21 21:47:25 +09:00
  • 0299663cdd Expose PlotGeometry in public API (#4193) dwuertz 2024-03-21 12:27:18 +01:00
  • e4f209ec50 Expose state override for HeaderResponse (#4200) Zeenobit 2024-03-21 07:13:32 -04:00
  • 7d3d7ce0ca typos : intersects_ray() (#4201) rustbasic 2024-03-21 20:10:02 +09:00
  • 2c9c5f0dea Add x11 window type settings to viewport builder (#4175) Seth Rider 2024-03-21 11:07:20 +00:00
  • 365d035b20 Added ability to disable highlighting of weekend days in DatePickerPopup. (#4151) hiyosilver 2024-03-21 11:09:19 +01:00
  • 861a1b6225 Adjustable Slider rail height (#4092) rustbasic 2024-03-21 18:48:40 +09:00
  • 8ca270e78e Option to change date picker format (#4180) zaaarf 2024-03-20 13:54:14 +01:00