tauri/core
Amr Bashir 77f49ad55e
refactor: optimize undecorated resizing handling (#8790)
* refactor: optimize undecorated resizing handling

* license

* separate modules

* fix windows

* rename export

* fix export

* same for gtk

* shared hit_test function

* change cursor on drag

* only set cursor on windows

* Revert "only set cursor on windows"

This reverts commit 03294a8430.

* fix flickering on Windows, change cursor on motion on Linux

* remove changing cursor on move on linux

* fix linux implementation

* clippy

* Windows, on left click only

* prevent on fullscreen, use OS border size on Windows

* fix build

* clippy

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2024-02-18 15:56:57 -03:00
..
tauri refactor: optimize undecorated resizing handling (#8790) 2024-02-18 15:56:57 -03:00
tauri-build refactor(core): allow referencing capabilities on the Tauri config file (#8797) 2024-02-18 10:42:09 -03:00
tauri-codegen refactor(core): allow referencing capabilities on the Tauri config file (#8797) 2024-02-18 10:42:09 -03:00
tauri-config-schema fix(core): Incorrect resource_dir when app run from new style target/PLATFORM+ARCH/(debug|release) dir (#8852) 2024-02-18 15:10:21 -03:00
tauri-macros Apply Version Updates From Current Changes (#8759) 2024-02-04 17:06:31 -03:00
tauri-plugin fix(core): do not generate files if plugin has no permissions (#8815) 2024-02-07 22:26:16 -03:00
tauri-runtime refactor(core): add webview events (#8844) 2024-02-16 08:07:39 -03:00
tauri-runtime-wry refactor: optimize undecorated resizing handling (#8790) 2024-02-18 15:56:57 -03:00
tauri-utils fix(core): Incorrect resource_dir when app run from new style target/PLATFORM+ARCH/(debug|release) dir (#8852) 2024-02-18 15:10:21 -03:00
tests feat(core): capabilities on multiwebview contexts (#8789) 2024-02-16 08:24:51 -03:00