5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-09 17:42:58 +08:00
wails/v3/internal
Travis McLane cfe2424f4d
WindowDidMove / WindowDidResize events for Linux and Windows
* [linux] emit system specific event for theme change

Code was incorrectly emitting the `events.Common.ThemeChanged` event
instead of the OS Specific `events.Linux.SystemThemeChanged` event.
It is the reponsibility of the code in events_common_linux.go to map
it to the common variety.

* [linux] implement WindowDidMove

* [linux] implement debounce for WindowDidMove

* [example] listen for events.Common.WindowDidMove

* [windows] move WindowDidMove mapper outside of DnD guard

* WindowDidResize implementation

* windows: WindowDidResize

* chore: changelog update

* events.Common.WindowDidMove and events.Common.WindowDidResize
2024-06-30 16:11:45 -05:00
..
assetserver Support raw messages from JS 2024-06-08 20:43:24 +10:00
capabilities Fix windows build 2023-11-12 14:23:13 +11:00
commands Fix non-windows build issues 2024-06-09 08:28:38 +10:00
dbus V3 alpha linux dbus (#2996) 2023-10-21 11:39:46 +11:00
debug Run go mod tidy on project creation. Use better method of relative module location. 2023-08-12 14:32:52 +10:00
doctor Update Linux docs + doctor to suggest webkit2gtk-4.1 2024-05-21 07:47:19 +10:00
flags [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
generator [v3] Enforce stricter typing for generated bindings (#3498) 2024-05-19 23:28:45 +10:00
go-common-file-dialog [v3 windows] initial dialog support. Refactor button callback name 2023-05-30 16:32:01 +08:00
hash [v3] Move to integer call ids for bound methods. 2023-08-19 14:25:36 +10:00
operatingsystem [V3-Linux] Upgrade to Webkitgtk4.1 (#3461) 2024-05-08 18:08:14 +10:00
plugins Move v2 assetserver to v3 2023-08-12 14:16:53 +10:00
runtime WindowDidMove / WindowDidResize events for Linux and Windows 2024-06-30 16:11:45 -05:00
s Update default taskfile. WIP linux packaging 2023-11-20 20:41:17 +11:00
signal Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
templates Add README.md to templates 2024-06-24 21:48:58 +10:00
version Small doctor improvements 2024-04-03 20:48:55 +11:00