mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-18 08:29:55 +01:00
* [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 |
||
|---|---|---|
| .. | ||
| binding | ||
| build | ||
| clipboard | ||
| contextmenus | ||
| dev | ||
| dialogs | ||
| drag-n-drop | ||
| environment | ||
| events | ||
| frameless | ||
| hide-window | ||
| keybindings | ||
| menu | ||
| plain | ||
| plugins | ||
| raw-message | ||
| screen | ||
| show-macos-toolbar | ||
| systray | ||
| video | ||
| window | ||
| window-api | ||
| wml | ||
| linux_status.org | ||
| README.md | ||
v3
NOTE: The examples in this directory may or may not compile / run at any given time during alpha development.
Running the examples
cd v3/examples/<example>
go mod tidy
go run .
Compiling the examples
cd v3/examples/<example>
go mod tidy
go build
./<example>