Amr Bashir
|
4ab5545b7a
feat: add content protection api, closes #5132 (#5513)
|
2 年之前 |
Amr Bashir
|
233e43b0c3
feat: add `title` getter on window, closes #5023 (#5515)
|
2 年之前 |
crpz1
|
62144ef3be
feat: add is_minimized (fix #3878) (#5618)
|
2 年之前 |
Lucas Fernandes Nogueira
|
9d8b377481
feat(tauri-runtime-wry): drop the WebContext on WebView drop (#5240)
|
2 年之前 |
Caesar Schinas
|
4137ab44a8
feat(macos): add `tabbing_identifier` option, closes #2804, #3912 (#5399)
|
2 年之前 |
Lucas Fernandes Nogueira
|
95f467add5
feat(core): add window `accept_first_mouse` option, closes #5347 (#5374)
|
2 年之前 |
Lucas Fernandes Nogueira
|
4036e15f5a
feat(core): reimplement window initial focus flag, closes #5120 (#5338)
|
2 年之前 |
Amr Bashir
|
208ce34f1e
feat: update to wry 0.22 (#5306)
|
2 年之前 |
Amr Bashir
|
f756cd5e7e
fix(core): wait for tray cleanup before exiting app, closes #5244 (#5245)
|
2 年之前 |
Kasper
|
39bf895b73
feat(macOS): Add application `show` and `hide` methods (#3689)
|
2 年之前 |
Eric Hagman
|
a6c94119d8
feat(core): expose user_agent to window config (#5317)
|
2 年之前 |
Kasper
|
321f3fed19
feat(macos): `title_bar_style` and `hidden_title` window options, closes #2663 (#3965)
|
2 年之前 |
Tomáš Vojtášek
|
8f1ace7795
feat: expose `set_title` for MacOS tray (#5182)
|
2 年之前 |
jabza
|
eedfa5e618
feat(core): Expose "ignore_cursor_events" to Tauri and API (#5032)
|
2 年之前 |
Amr Bashir
|
e6d9b670b0
refactor: remove unneeded focus code (#5065)
|
2 年之前 |
Lucas Nogueira
|
0668dd4220
fix(tauri-runtime-wry): ignore events on unknown windows
|
2 年之前 |
Lucas Fernandes Nogueira
|
2901145c49
chore: update license headers (#5067)
|
2 年之前 |
Lucas Nogueira
|
28a1ec34a4
fix(tauri-runtime-wry): only emit global tray event if tray was found
|
3 年之前 |
Lucas Nogueira
|
fa44c44379
fix(tauri-runtime-wry): trigger global tray event listeners
|
3 年之前 |
Lucas Fernandes Nogueira
|
64546cb9cc
refactor: use RefCell instead of Mutex for windows map, closes #4870 (#4909)
|
3 年之前 |
Lucas Fernandes Nogueira
|
4d063ae9ee
feat(core): create system tray at runtime, closes #2278 (#4862)
|
3 年之前 |
Lucas Fernandes Nogueira
|
f21cbecdeb
feat(core): implement theme APIs for Linux (#4808)
|
3 年之前 |
Lucas Fernandes Nogueira
|
c04d0340e2
feat(core): prepare build for mobile targets (#4830)
|
3 年之前 |
Amr Bashir
|
0ad9531d79
chore(deps): update tao to 0.13, wry to 0.20, rfd to 0.10, raw-window-handle to 0.5 (#4804)
|
3 年之前 |
Lucas Fernandes Nogueira
|
f8a3becb28
feat(core): add option to disable tray menu on left click, closes #4584 (#4587)
|
3 年之前 |
Amr Bashir
|
a1d569bbc9
fix(core): disable tao's drag-n-drop based on `fileDropEnabled`, closes #4580 (#4592)
|
3 年之前 |
Lucas Nogueira
|
d0758e5fca
chore(tauri-runtime-wry): remove commented out code
|
3 年之前 |
Lucas Fernandes Nogueira
|
63841c1060
fix(tauri-runtime-wry): do not send theme twice on macOS, closes #4532 (#4540)
|
3 年之前 |
Lucas Fernandes Nogueira
|
185b0e314e
fix(tauri-runtime-wry): deadlock when window focus change, closes #4533 (#4539)
|
3 年之前 |
Lucas Fernandes Nogueira
|
23a48007c0
fix(tauri-runtime-wry): deadlock on file drop, closes #4527 (#4535)
|
3 年之前 |