Commit Graph
4323 Commits
Author SHA1 Message Date
Lea Anthony a788b3a522 Improved window parameter handling 2024-05-05 18:35:02 +10:00
Lea Anthony ddec52858b Remove window from context 2024-05-05 18:34:50 +10:00
Lea Anthony bf9c1f08bc Potential solution for getting the calling window of a bound method. 2024-05-05 18:34:46 +10:00
AtterpacandLea Anthony d3d54e0620 update devmode to use types and yaml (#3454)
go mod update
2024-05-05 18:32:29 +10:00
Travis McLaneandLea Anthony 8b4b14a194 example: environment - change css
text was colored white and therefore invisible.
2024-05-05 18:32:28 +10:00
Travis McLaneandLea Anthony 910b6936b7 noop: remove Println for events.Linux.ApplicationStartup 2024-05-05 18:32:28 +10:00
Travis McLaneandLea Anthony 628b27691f remove Println
unknown key codes shouldn't print out to stdout
2024-05-05 18:32:27 +10:00
Travis McLaneandLea Anthony 5ee1140041 remove Register/UnregisterWindow functionality
- this is no longer needed
2024-05-05 18:32:26 +10:00
Harry FoxandLea Anthony c65e130237 add missing map init from application.init() (#3426)
* add missing map init from `application.init()`

* add changelog entry for #3426

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-05-05 18:32:26 +10:00
abichingerandLea Anthony 0316c70a6d [v3] Add port flag to dev command (#3429)
* Add `port` flag to dev command, ...

Add support for environment variable WAILS_VITE_PORT

* Check if port is already in use

* Update changelog

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-05-05 18:32:25 +10:00
b0bce075da [v3] Binding runtime fixes (#3431)
* Unmarshal arguments to appropriate type in binding calls

* Marshal multiple return values to arrays in binding calls

* Improve logging of remote method calls

* Add tests for `BoundMethod.Call`

* Fix return value if error is nil

* Update changelog

---------

Co-authored-by: Andreas Bichinger <andreas.bichinger@gmail.com>
2024-05-05 18:32:25 +10:00
Lea Anthony 6f03d9e316 Add -trimpath for production build in project taskfile 2024-05-05 18:32:24 +10:00
Lea Anthony 91f4d2ba8c More optimised production build in project taskfile 2024-05-05 18:32:23 +10:00
Lea Anthony 156497bd58 Fix nanoid dep for npm package 2024-05-05 18:32:22 +10:00
Lea Anthony 2866a6b11a set target branch to v3-alpha 2024-05-05 18:32:22 +10:00
Lea Anthony ccd75619a0 Fix example building 2024-05-05 18:32:21 +10:00
Lea Anthony fee490f8b5 Fix pipeline tests 2024-05-05 18:32:21 +10:00
Lea Anthony 6639076836 Fix pipeline tests 2024-05-05 18:32:20 +10:00
Lea Anthony 24051330a6 Remove window from context 2024-04-28 14:48:22 +10:00
Lea Anthony 29d4aac7e2 Support window as second parameter 2024-04-27 16:13:12 +10:00
Lea Anthony 8ea58bef2c Support window as second parameter 2024-04-27 14:29:48 +10:00
Lea Anthony c76b88b7b2 Potential solution for getting the calling window of a bound method. 2024-04-25 17:01:22 +10:00
Lea Anthony 5d0a58cc6a Update GetRelative/AbsolutePosition to take border size into account 2024-04-25 15:59:33 +10:00
Lea Anthony 368ca13314 Update window interface 2024-04-25 15:26:31 +10:00
Lea Anthony 2cee1edcb5 Add window.GetBorderSizes 2024-04-25 15:22:01 +10:00