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

Commit Graph

  • 636a39cbe1 Update glow to 0.12 (#2695) Emil Ernerfeldt 2023-02-08 17:16:44 +01:00
  • be9b5a3641 polish glutin upgrade with glutin-winit crate (#2526) Red Artist 2023-02-08 18:58:42 +05:30
  • e8b9e706ca Fix Window::pivot causing windows to move around (#2694) Emil Ernerfeldt 2023-02-08 12:41:36 +01:00
  • a8d5a82a7f Lowe multisampling in examples from 8 to 4 Emil Ernerfeldt 2023-02-08 10:14:43 +01:00
  • c2d37571f7 constrain popups to the screen Emil Ernerfeldt 2023-02-08 10:02:50 +01:00
  • 90cd178117 Document GlyphInfo::id Emil Ernerfeldt 2023-02-08 10:01:47 +01:00
  • 7397be3401 Fix item spacing in CollapsingHeader Emil Ernerfeldt 2023-02-08 10:01:37 +01:00
  • 1edd333864 Update to winit 0.28.1 Emil Ernerfeldt 2023-02-08 10:00:03 +01:00
  • b40dba18c6 DragValue: when keyboard editing, only update the value on focus lost (#2688) Harrison Gieraltowski 2023-02-08 03:35:44 -05:00
  • 4721a0a680 Check --all-targets in CI (#1395) Emil Ernerfeldt 2023-02-08 09:35:01 +01:00
  • 8d6c2580f4 Add Checkbox::without_text Emil Ernerfeldt 2023-02-08 08:42:00 +01:00
  • 8bc88c9bf4 make dragvalue textedit style consistent with button (#2649) lictex_ 2023-02-07 17:52:48 +08:00
  • b52cd2052f Support for transparent backbuffer in wgpu winit binding (#2684) Andreas Reich 2023-02-06 14:16:17 +01:00
  • b1e214bbdf Add Order::TOP Emil Ernerfeldt 2023-02-06 08:48:12 +01:00
  • cef0c0b6d8 Fix typo Emil Ernerfeldt 2023-02-05 21:58:08 +01:00
  • d5dcc87ace Improve custom_window_frame Emil Ernerfeldt 2023-02-05 21:57:40 +01:00
  • 853d492724 Update for AccessKit refactor that drastically reduces memory usage (#2678) Matt Campbell 2023-02-05 12:10:40 -06:00
  • d15ce22e2e winit: Fix bug where the cursor could get stuck using the wrong icon Emil Ernerfeldt 2023-02-05 08:48:40 +01:00
  • 628c84cbee Add trailing_fill() toggle to Slider (#2660) hinto-janaiyo 2023-02-05 07:17:58 +00:00
  • 212656f3fc Fix set_plot_bounds (#2653) Luc (Echow) Varoqui 2023-02-04 16:17:15 +01:00
  • 660566c499 eframe: ask if the window is minimized or maximized (#2672) Emil Ernerfeldt 2023-02-04 16:05:23 +01:00
  • 430cbe541c New feature to support unity vertex layout requirement (#2493) Hoping White 2023-02-04 22:33:41 +08:00
  • 53f8e4049f Position persistence and sane clamping to still-available monitors for Windows (#2583) Sheldon M 2023-02-04 07:33:32 -07:00
  • f0718a61d3 eframe: add set_minimized and set_maximized (#2292) SunDoge 2023-02-04 21:42:42 +08:00
  • a8b7eebc19 Update changelog feat-window-actions Emil Ernerfeldt 2023-02-04 14:33:28 +01:00
  • 9c98962357 Double-click titlebar to toggle maximized state Emil Ernerfeldt 2023-02-04 14:32:07 +01:00
  • 1cb9d954d1 Update minimum window size Emil Ernerfeldt 2023-02-04 14:30:26 +01:00
  • e81f7c8a55 Merge branch 'master' into feat-window-actions Emil Ernerfeldt 2023-02-04 14:19:44 +01:00
  • fb5cb3052d Fix typo in docstring (#2643) tlhenvironment 2023-02-04 13:53:20 +01:00
  • 9c270448a6 Add link to tauri-egui in README.md itfanr 2023-02-04 20:52:47 +08:00
  • d15f4ef992 select all text when dragvalue gets focus (#2650) lictex_ 2023-02-04 20:46:16 +08:00
  • 21a59143a4 cargo update (#2671) Emil Ernerfeldt 2023-02-04 13:41:34 +01:00
  • 06d753c289 Update SVG crates (#2670) Emil Ernerfeldt 2023-02-04 13:00:04 +01:00
  • 8344e88f8a Update to to winit 0.28 (#2654) Emil Ernerfeldt 2023-02-04 12:43:43 +01:00
  • e4eaf99072 Remove native screen reader support (#2669) Emil Ernerfeldt 2023-02-04 11:47:36 +01:00
  • 1353a5733f Deprecate egui_glium - looking for new maintainer (#2668) Emil Ernerfeldt 2023-02-04 11:21:02 +01:00
  • 8aa07e9d43 Clear color values are now explicitely sent to the rendering backend as-is. (#2666) Andreas Reich 2023-02-04 11:02:15 +01:00
  • a6b60d5d58 Control Separator widths, and less clipping in ScrollArea (#2665) Emil Ernerfeldt 2023-02-03 13:19:25 +01:00
  • 8c59888ebd Add simple Windows CI workflow check (#2663) John Hughes 2023-02-03 13:19:12 +01:00
  • 5725868b57 ggez-egui was renamed to ggegui (#2662) NemuiSen 2023-02-03 04:59:28 -05:00
  • 8c3d8b3ba5 Make sure the panel resize lines are visible when hovered/resizing Emil Ernerfeldt 2023-02-03 09:31:24 +01:00
  • 312cab5355 Export egui::Margin Emil Ernerfeldt 2023-02-03 09:31:04 +01:00
  • 5444ab269a Add Response::with_new_rect Emil Ernerfeldt 2023-02-02 21:12:06 +01:00
  • d01e4342f0 Update accesskit_winit and dark_light (#2655) Emil Ernerfeldt 2023-01-31 10:41:27 +01:00
  • cc20dcb9d0 eframe: Improve window centering (#2651) Emil Ernerfeldt 2023-01-30 15:52:30 +01:00
  • f222ee044e Fix for highlighting SelectableLabel Emil Ernerfeldt 2023-01-28 00:21:53 +01:00
  • c72bdb77b5 Add ability to highlight any widget (#2632) Emil Ernerfeldt 2023-01-27 23:36:14 +01:00
  • e7c0547e23 DragValue and Slider text is now proportional instead of monospace (#2638) Emil Ernerfeldt 2023-01-27 23:30:20 +01:00
  • fe7ff66266 Make the line left of indented regions optional (#2636) Emil Ernerfeldt 2023-01-27 11:12:08 +01:00
  • ce62b61e15 wgpu upgraded to 0.15. demo working on linux (#2629) Red Artist 2023-01-27 13:49:47 +05:30
  • ce2d37d5d9 Use "in front" and "behind" instead of "below" and "above" emilk/zlayer Emil Ernerfeldt 2023-01-26 16:05:52 +01:00
  • cb051425ff Paint panel separators ontop of everything Emil Ernerfeldt 2023-01-26 16:00:03 +01:00
  • ac6344c104 Add ZOffset Emil Ernerfeldt 2023-01-26 15:59:20 +01:00
  • 8fac6df249 Make consts pub Emil Ernerfeldt 2023-01-26 15:00:40 +01:00
  • 9ad5356cfa naming Emil Ernerfeldt 2023-01-26 14:59:48 +01:00
  • f0d5b645f2 zlayer -> z_layer Emil Ernerfeldt 2023-01-26 14:59:15 +01:00
  • 95b318d3e0 Better naming Emil Ernerfeldt 2023-01-26 14:58:38 +01:00
  • f87c789851 fn layer() -> fn zlayer Emil Ernerfeldt 2023-01-26 14:56:11 +01:00
  • 494f5b3ef0 fix doclink Emil Ernerfeldt 2023-01-26 14:56:03 +01:00
  • 9ca4d173c5 Merge branch 'master' into zlayer zlayer Emil Ernerfeldt 2023-01-26 14:52:56 +01:00
  • 9ee77aab84 Fix warning Emil Ernerfeldt 2023-01-26 14:46:23 +01:00
  • 4a0bafbeab Update webbrowser (#2631) Emil Ernerfeldt 2023-01-26 11:31:39 +01:00
  • 5b1cad2b72 Constrain menus to the screen Emil Ernerfeldt 2023-01-26 11:13:21 +01:00
  • 711b810e3c Update accesskit wgpu_upgrade Emil Ernerfeldt 2023-01-26 10:51:10 +01:00
  • 1525e90183 upgrade wgpu for eframe web backend Red Artist 2023-01-26 12:07:29 +05:30
  • 2ec63db81d wgpu upgraded to 0.15. demo working on linux Red Artist 2023-01-26 11:42:15 +05:30
  • 8ce0e1c520 Avoid deadlocks by using lambdas for context lock (#2625) Emil Ernerfeldt 2023-01-25 10:24:23 +01:00
  • eee4cf6a82 add functions to check which button triggered a drag start & end (#2507) lictex_ 2023-01-24 17:11:32 +08:00
  • 4bd4eca2e4 Add ability to hide button backgrounds (#2621) Emil Ernerfeldt 2023-01-24 10:11:05 +01:00
  • c75e72693c Fix rendering of (ellipsis) Emil Ernerfeldt 2023-01-23 20:24:38 +01:00
  • 518b4f447e Allow changing ProgressBar fill color (#2618) Pâris DOUADY 2023-01-23 15:33:02 +01:00
  • d4f9f6984d Fix red doctest Emil Ernerfeldt 2023-01-23 15:04:35 +01:00
  • 356ebe55da Add rounding fn to Button, to enable rounded buttons (#2616) Weasy 2023-01-23 12:37:39 +01:00
  • 5029575ed0 Fix typo: 'Viewport width' -> 'Viewport height' (#2615) LEAVING 2023-01-23 19:37:26 +08:00
  • 30e49f1da2 Expose area interactable and movable to Window api. (#2610) Timon 2023-01-23 12:37:15 +01:00
  • 01bbda4544 check point count before tessellating bezier (#2506) lictex_ 2023-01-23 19:20:05 +08:00
  • f87c6cbd7c Derive Hash for KeyboardShortcut and Modifiers (#2563) Ales Tsurko 2023-01-23 12:06:54 +03:00
  • ce5472633d Fix close button not working (#2533) RadonCoding 2023-01-23 10:55:57 +02:00
  • 77ba7d5163 Make sure the minimize button fits in the example feat-set-minimized Emil Ernerfeldt 2023-01-23 09:27:31 +01:00
  • 0ad8aea811 Fix: button_padding when using image+text buttons (#2510) Robert Walter 2023-01-23 09:23:57 +01:00
  • 53b1d0e5e9 Add menu with an image button (#2488) Fangdun Tsai 2023-01-23 15:22:43 +08:00
  • 0eabd894bd Fix typo in cargo run command. (#2582) apoorv569 2023-01-17 15:28:38 +05:30
  • cd0f66b9ae eframe web: ctrl-P and cmd-P will not open the print dialog (#2598) Emil Ernerfeldt 2023-01-16 14:40:19 +01:00
  • 60b4f5e3fe changelog & doc fix for #2539 (Window::default_open) Andreas Reich 2023-01-07 20:51:01 +01:00
  • f7ed135192 window starting collapsed state (#2539) joffreybesos 2023-01-08 06:48:49 +11:00
  • e70204d726 Point to caller's location when using log_or_panic (#2552) Kornel 2023-01-07 19:27:19 +00:00
  • 3e155c9f41 update custom_window_frame example SunDoge 2022-12-27 21:25:01 +08:00
  • 7c2b2149e3 add set_minimized for Frame SunDoge 2022-12-27 21:18:04 +08:00
  • 34f587d1e1 Add emath::inverse_lerp Emil Ernerfeldt 2022-12-22 12:33:06 +01:00
  • fa0d7f7f7f Add Response::on_hover_and_drag_cursor Emil Ernerfeldt 2022-12-21 17:47:52 +01:00
  • a68c891092 Improve choice of number of decimals to show when hovering in plot Emil Ernerfeldt 2022-12-20 15:27:01 +01:00
  • 0e2656b77c Add ScrollArea::drag_to_scroll Emil Ernerfeldt 2022-12-20 11:09:53 +01:00
  • d2c7793370 export LayerId charburgx 2022-12-19 21:52:19 -06:00
  • 80ea12877e Add egui_skia integration to readme (#2483) lucasmerlin 2022-12-19 12:35:42 +01:00
  • 5473c0f8a0 oops i broke the public api charburgx 2022-12-19 04:56:28 -06:00
  • c29b80d41e docs charburgx 2022-12-19 04:46:44 -06:00
  • 57f65b7be6 LayerId compat charburgx 2022-12-19 04:44:24 -06:00
  • 99af63fad2 Add Plot::clamp_grid (#2480) Emil Ernerfeldt 2022-12-19 11:39:22 +01:00
  • 45336eaf62 remove unneeded use statements charburgx 2022-12-19 04:31:30 -06:00
  • e4e1638fc0 Fix newly introduced rendering bug for thin rectangles Emil Ernerfeldt 2022-12-19 11:31:27 +01:00