This website requires JavaScript.
fcb00723bc
wgpu: add support for user-level command buffers + viewport clarification (#2230 )
Clement Rey
2022-11-04 09:54:29 +0100
4d1e858a52
Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213 )
ItsEthra
2022-11-02 21:38:39 +0300
34e6e12f00
Specify deifferent minification and magnification filters (#2224 )
Emil Ernerfeldt
2022-11-02 17:54:06 +0100
8e79a5a8ae
Add egui_speedy2d link to README.md (#2211 )
heretik31
2022-11-01 21:24:12 +0100
76d0cf5034
Fixed datepicker not being marked as changed (#2208 )
ItsEthra
2022-10-31 23:40:49 +0300
1fb19f08ce
Typo in egui, layout: alignmen => alignment (#2209 )
Antoine Marras
2022-10-31 21:39:49 +0100
4c82519fb8
configurable wgpu backend (#2207 )
Andreas Reich
2022-10-31 17:57:32 +0100
f71cbc2475
Fixed menu popups going outside of the screen (#2191 )
ItsEthra
2022-10-31 19:57:15 +0300
02b9d2d082
Keyboard shortcut helpers (#2202 )
Emil Ernerfeldt
2022-10-31 12:58:26 +0100
d97282cd92
Interact with non-Rect shapes (#2199 )
Mason Feurer
2022-10-30 14:59:19 -0500
2b1341095d
CI: Run cargo clippy for wasm32-unknown-unknown (#2200 )
Emil Ernerfeldt
2022-10-30 20:55:07 +0100
53b800502a
wgpu renderer no longer creates a sampler with every texture (#2198 )
Andreas Reich
2022-10-30 15:14:45 +0100
f7a15a34f9
Panel collapse/expansion animation (#2190 )
Emil Ernerfeldt
2022-10-28 11:51:56 +0200
da96fcacd3
Improve panel sizing API
Emil Ernerfeldt
2022-10-28 10:04:54 +0200
1fadc7396a
Add CollapsingHeader::show_unindented (#2154 )
Lily M. Lyons
2022-10-24 08:10:13 -0700
aebec6329a
Use ⚠ instead of ‼ in "Debug build" warning
Emil Ernerfeldt
2022-10-24 15:00:50 +0200
7b8c17042c
eframe: Make fullsize_content mac-only
Emil Ernerfeldt
2022-10-21 08:55:56 +0200
5e44c13b48
Allows creating a ColorImage
struct without an alpha channel (#2167 )
Paul Hazen
2022-10-19 06:01:53 -0700
3d36a20376
table: fix deadlocks caused by lock fairness (#2156 )
Clement Rey
2022-10-16 20:10:48 +0200
944159d514
using a shared vertex & index buffer in wgpu renderer (#2148 )
Andreas Reich
2022-10-14 10:53:19 +0200
02d1e7492a
fix typo in text_layout_types (#2150 )
Parth
2022-10-14 02:03:47 -0400
a1f6f68213
Allow for changing of plot bounds from PlotUI (#2145 )
Andrew Langmeier
2022-10-13 02:00:11 -0400
ae5294e63c
Use WidgetText for the slider's text (#2143 )
Nicolas Musset
2022-10-12 17:20:32 +0200
c414af7aa2
wgpu renderer now always requires a RenderPass being passed in, pass command encoder to prepare callback (#2136 )
Andreas Reich
2022-10-12 14:27:24 +0200
7803285221
Remove Debug trait constraint on Id sources
Emil Ernerfeldt
2022-10-10 22:34:08 +0200
367378d75d
Fix false positives wrt RwLock
deadlock detection (#2121 )
Clement Rey
2022-10-10 12:07:44 +0200
f4d2aa5b4a
Only call the request_repaint_callback at most once per frame (#2126 )
Emil Ernerfeldt
2022-10-10 10:47:20 +0200
0fe0c8115c
Add ability to control double click reset in plot widget (#2115 )
Andrew Langmeier
2022-10-10 03:57:25 -0400
510aa1710e
fix typo in architecture.md (#2123 )
Parth
2022-10-10 03:42:50 -0400
eba3927ace
Remove .with_srgb(false) when constructing window (#2110 )
Emil Ernerfeldt
2022-10-08 11:43:48 +0200
f61044cef7
Fix copy-paste on Windows (#2120 )
Emil Ernerfeldt
2022-10-07 14:46:42 +0200
cd74c74f6f
Update to wgpu 0.14 (#2114 )
Andreas Reich
2022-10-06 15:50:46 +0200
3ec170cc1e
Tweak warning color in bright mode
Emil Ernerfeldt
2022-10-06 11:49:12 +0200
4dd5ffa254
Fix: make ScrollAreaOutput public
Emil Ernerfeldt
2022-10-06 09:03:18 +0200
c2a37f4bd8
eframe support for wgpu on the web (#2107 )
Andreas Reich
2022-10-05 20:14:18 +0200
c441f33ecf
Cargo deny: also check wasm32-unknown-unknown
Emil Ernerfeldt
2022-10-03 10:37:50 +0200
dd67f3631f
Add Painter::image convenience function
Emil Ernerfeldt
2022-10-03 10:26:19 +0200
77df8ca0b0
Update some crates (#2100 )
Emil Ernerfeldt
2022-10-02 20:33:45 +0200
981fdb3932
fix: default to changing y axis when changing data aspect (#2087 )
Tobias Schmitz
2022-10-02 14:32:37 +0200
aa1536f1a7
Make Layout properties public (#2096 )
Paul Rouget
2022-10-02 14:51:29 +0800
c3dd6dbe89
Merge fix
data_aspect
Emil Ernerfeldt
2022-10-02 08:48:37 +0200
e3f3410e1a
Merge branch 'master' into data_aspect
Emil Ernerfeldt
2022-10-02 08:46:54 +0200
9901ad4bb0
eframe: Mouse passthrough option (#2080 )
Michael Galos
2022-10-02 17:45:37 +1100
53ff83737b
Plot: Add auto_bounds_x
, auto_bounds_y
and reset
(#2029 )
Zoxc
2022-10-02 08:44:59 +0200
5e91a3033d
Added ability to set color of spinner (#2088 )
Caleb Leinz (he/him)
2022-10-01 06:18:44 -0700
a38123f46e
Make weak_text_color
an Option
pick-weak-text-color
Emil Ernerfeldt
2022-10-01 14:21:35 +0200
2dca01ecd5
Bug Fix: Allocate Frame outer margins (#2089 )
Paul Rouget
2022-10-01 20:18:15 +0800
fa51e01076
Add ability to pick color of weak text with Visual::weak_text_color
Emil Ernerfeldt
2022-10-01 08:22:20 +0200
2ee9ab3151
Added link to egui-glutin-gl
Emil Ernerfeldt
2022-09-27 23:08:43 +0200
05d68d26bd
fix: default to changing y axis when changing data aspect
Saecki
2022-09-26 17:16:10 +0200
91b2d5da6f
Fix typo in wgpu warning message
Emil Ernerfeldt
2022-09-25 16:43:01 +0200
4ac1e28eae
Improve text redering and do all color operation in gamma space (#2071 )
Emil Ernerfeldt
2022-09-24 17:53:11 +0200
29fa63317e
Fix text sizes being too small (#2069 )
Emil Ernerfeldt
2022-09-21 21:31:08 +0200
990a8c8b44
Fix sRGB blending and cleanup the relevant code (#2070 )
Emil Ernerfeldt
2022-09-21 21:30:02 +0200
4aae638e15
Change several methods from pub(crate) to pub (#2051 )
setzer22
2022-09-21 20:08:26 +0200
12dc61ed0f
update arboard to 3.0 (#2067 )
Emil Ernerfeldt
2022-09-21 09:14:55 +0200
2b0bf82b51
Make eframe::App::as_any_mut optional to implement (#2061 )
Emil Ernerfeldt
2022-09-20 13:58:55 +0200
311eb66cae
Add spacing.menu_margin
for customizing menu spacing (#2036 )
Chris Hamons
2022-09-17 04:29:19 -0500
bc6a823103
eframe: Add center
to NativeOptions
and monitor_size
to WindowInfo
(#2035 )
Adia Robbie
2022-09-17 16:20:40 +0700
c4117066cf
MacOS: Support fullsize content (no titlebar, but window controls) (#2049 )
Paul Rouget
2022-09-16 20:31:21 +0800
0605bcfca7
Add IME support for native (#2046 )
Sheldon Nico
2022-09-15 23:21:43 +0800
c5495d69fb
egui-wgpu: Fix crash on zero-sized scissor rects (#2039 )
Emil Ernerfeldt
2022-09-13 09:32:05 +0200
2842d390c9
Allow box zoom in any direction (#2028 )
Zoxc
2022-09-09 08:30:14 +0200
ebc4fc866d
eframe web: access app from WebHandle (#1886 )
Stanislav
2022-09-09 09:22:46 +0300
e0c7533ede
eframe native: Make sure we only shut down once
Emil Ernerfeldt
2022-09-08 10:50:35 +0200
1fe08bf7e4
eframe: reduce repaint log level from debug to trace
Emil Ernerfeldt
2022-09-07 16:27:53 +0200
46279dbd09
ahash: replace runtime-rng with compile-time-rng
ahash-compilte-time-rng
Emil Ernerfeldt
2022-09-07 16:27:27 +0200
4b6826575e
egui-wgpu renderer renaming (#2021 )
Luis Wirth
2022-09-07 14:20:21 +0200
0e62c0e50b
Improve mixed CJK/Latin linebreaking. (#1986 )
bigfarts
2022-09-06 13:20:17 -0700
5500895845
eframe: make sure we save app state on Cmd-Q (#2013 )
Emil Ernerfeldt
2022-09-06 16:07:58 +0200
eeb97fa4ce
Check srgb_support on other GL | ES as well. (#2012 )
Adia Robbie
2022-09-06 20:58:22 +0700
64aac30f36
Add depth buffer support for egui-wgpu's render pass (#2002 )
Romet Tagobert
2022-09-06 15:37:07 +0300
162210f90e
Add sdl2_egui_platform to the list of integrations (#2011 )
ComLarsic
2022-09-06 14:28:59 +0200
b43a8626cf
Add custom shader_version on glow renderer (#1993 )
Adia Robbie
2022-09-06 15:08:16 +0700
7fae634dc3
egui_glow: default to RGBA8 if sRGB not supported (#2007 )
Luke Jones
2022-09-06 20:07:49 +1200
1d5f20b46c
Improve docstrings
Emil Ernerfeldt
2022-09-05 12:05:29 +0200
124ed5e4ba
Fixed typo (#1990 )
njust
2022-09-05 12:02:31 +0200
613a664c45
Fixed a typo (#1985 )
RadonCoding
2022-08-30 11:12:52 +0300
be9f363c53
egui_winit: support winit with default features disabled (#1971 )
Koute
2022-08-30 15:49:32 +0900
153524023f
egui-wgpu: port over missing update_wgpu_texture methods from egui_wgpu_backend
(#1981 )
Joshua Batty
2022-08-29 22:09:34 +1000
ac4d75e9b4
egui-winit: don't repaint when just moving window (#1980 )
Emil Ernerfeldt
2022-08-29 11:20:19 +0200
9b2c3d1026
Add custom parser to DragValue
and Slider
, with additional support for binary, octal, and hexadecimal numbers. (#1967 )
Adam Gąsior
2022-08-28 17:16:12 +0100
3142c52b94
Minor wgpu-web releated stuff (#1977 )
Emil Ernerfeldt
2022-08-28 10:58:58 +0200
dbfaa4527b
egui_extras: Add Table::vertical_scroll_offset (#1946 )
njust
2022-08-28 09:37:23 +0200
af63101fdc
eliminate some possible deadlocks (#1968 )
MaximOsipenko
2022-08-28 10:36:23 +0300
9be060fe69
Allow cursors to be linked for plots (#1722 )
Zoxc
2022-08-28 09:36:08 +0200
b978b06159
Simplify, clean up and speed up CI (#1970 )
Emil Ernerfeldt
2022-08-27 09:54:47 +0200
f3f6946eb2
egui_glium
correct texture filtering (#1962 )
Tomáš Král
2022-08-25 08:05:58 +0200
d5933daee5
egui_glow: allow empty (zero-sized) textures
Emil Ernerfeldt
2022-08-24 14:34:34 +0200
fb92434aac
Android support for EFrame (#1952 )
Robert Bragg
2022-08-23 13:43:22 +0100
b9bb7baaa7
Only require something GLES 3 compatible from wgpu (#1956 )
Zoxc
2022-08-23 14:39:01 +0200
4629f2cd12
Example: three-d downgrade depth_buffer to 24 bit (#1950 )
Daniel Buch Hansen
2022-08-21 19:23:34 +0200
8797c02ed9
Publish new web demo that works on Es100
Emil Ernerfeldt
2022-08-20 19:55:54 +0200
bd5250f85d
Disable custom 3D painting example in the egui demo app for Es100 (#1945 )
Emil Ernerfeldt
2022-08-20 19:54:18 +0200
97ce103209
Release 0.19.0 - wgpu backend, repaint_after, continue-after-close
0.x.0
0.19.0
Emil Ernerfeldt
2022-08-20 16:44:05 +0200
13f5d62b4b
Commit a new web demo
Emil Ernerfeldt
2022-08-20 16:37:59 +0200
127931ba45
eframe: rename quit/exit to "close" (#1943 )
Emil Ernerfeldt
2022-08-20 16:08:59 +0200
2453756782
Fix broken GitHub source links due to #1940
Emil Ernerfeldt
2022-08-20 15:18:02 +0200
8737933101
Improve documentation and logging
Emil Ernerfeldt
2022-08-20 15:06:43 +0200
725aa5277b
Update crate rfd to 0.10 (in file_dialog example)
Emil Ernerfeldt
2022-08-20 14:42:37 +0200