Lea Anthony
|
febd867fa7
|
Merge branch 'feature/v2-mac' into v2-alpha
# Conflicts:
# v2/cmd/wails/internal/commands/build/build.go
# v2/cmd/wails/internal/commands/dev/dev.go
# v2/cmd/wails/internal/commands/doctor/doctor.go
# v2/cmd/wails/internal/commands/initialise/initialise.go
# v2/cmd/wails/main.go
# v2/go.mod
# v2/go.sum
# v2/internal/app/default.go
# v2/internal/app/desktop.go
# v2/internal/app/hybrid.go
# v2/internal/app/server.go
# v2/internal/binding/binding.go
# v2/internal/binding/boundMethod.go
# v2/internal/binding/db.go
# v2/internal/binding/reflect.go
# v2/internal/ffenestri/ffenestri.go
# v2/internal/ffenestri/ffenestri.h
# v2/internal/ffenestri/ffenestri_client.go
# v2/internal/ffenestri/ffenestri_linux.c
# v2/internal/fs/fs.go
# v2/internal/html/asset.go
# v2/internal/html/assetbundle.go
# v2/internal/logger/custom_logger.go
# v2/internal/logger/default_logger.go
# v2/internal/messagedispatcher/dispatchclient.go
# v2/internal/messagedispatcher/message/call.go
# v2/internal/messagedispatcher/message/event.go
# v2/internal/messagedispatcher/message/log.go
# v2/internal/messagedispatcher/message/messageparser.go
# v2/internal/messagedispatcher/message/runtime.go
# v2/internal/messagedispatcher/message/window.go
# v2/internal/messagedispatcher/messagedispatcher.go
# v2/internal/parse/parse.go
# v2/internal/process/process.go
# v2/internal/project/project.go
# v2/internal/runtime/js/core/bindings.js
# v2/internal/runtime/js/core/browser.js
# v2/internal/runtime/js/core/calls.js
# v2/internal/runtime/js/core/desktop.js
# v2/internal/runtime/js/core/events.js
# v2/internal/runtime/js/core/log.js
# v2/internal/runtime/js/core/main.js
# v2/internal/runtime/js/core/utils.js
# v2/internal/runtime/js/desktop/linux.js
# v2/internal/runtime/js/package-lock.json
# v2/internal/runtime/js/package.json
# v2/internal/runtime/js/package.json.md5
# v2/internal/runtime/js/runtime/.npmignore
# v2/internal/runtime/js/runtime/README.md
# v2/internal/runtime/js/runtime/browser.js
# v2/internal/runtime/js/runtime/events.js
# v2/internal/runtime/js/runtime/init.js
# v2/internal/runtime/js/runtime/log.js
# v2/internal/runtime/js/runtime/main.js
# v2/internal/runtime/js/runtime/package.json
# v2/internal/runtime/js/runtime/runtime.d.ts
# v2/internal/runtime/js/webpack.desktop.js
# v2/internal/servicebus/servicebus.go
# v2/internal/signal/signal.go
# v2/internal/subsystem/binding.go
# v2/internal/subsystem/call.go
# v2/internal/subsystem/event.go
# v2/internal/subsystem/log.go
# v2/internal/subsystem/runtime.go
# v2/internal/system/packagemanager/packagemanager.go
# v2/internal/system/system_windows.go
# v2/internal/templates/templates.go
# v2/internal/templates/templates/svelte-mui/basic.tmpl.go
# v2/internal/templates/templates/svelte-mui/frontend/package.json
# v2/internal/templates/templates/svelte-mui/main.tmpl.go
# v2/internal/templates/templates/vanilla/basic.tmpl.go
# v2/internal/templates/templates/vanilla/frontend/index.html
# v2/internal/templates/templates/vanilla/frontend/main.css
# v2/internal/templates/templates/vanilla/main.tmpl.go
# v2/internal/templates/templates/vanilla/wails.tmpl.json
# v2/internal/templates/templates/vuetify2-basic/basic.tmpl.go
# v2/internal/templates/templates/vuetify2-basic/main.tmpl.go
# v2/internal/templates/templates/vuetify2-basic/wails.tmpl.json
# v2/internal/webserver/websockets.go
# v2/pkg/commands/build/base.go
# v2/pkg/commands/build/build.go
# v2/pkg/commands/build/builder.go
# v2/pkg/commands/build/desktop.go
# v2/pkg/commands/build/hybrid.go
# v2/pkg/commands/build/packager.go
# v2/pkg/commands/build/packager_linux.go
# v2/pkg/commands/build/server.go
# v2/test/disable-resize/basic.go
# v2/test/disable-resize/main.go
# v2/test/frameless/basic.go
# v2/test/frameless/main.go
# v2/test/hidden/basic.go
# v2/test/hidden/main.go
# v2/test/minmax/basic.go
# v2/test/minmax/main.go
# v2/test/runtime/calc.go
# v2/test/runtime/frontend/package-lock.json
# v2/test/runtime/frontend/src/assets/css/main.css
# v2/test/runtime/frontend/src/index.html
# v2/test/runtime/frontend/src/main.js
# v2/test/runtime/main.go
# v2/test/runtime/runtime.go
# v2/wails.go
|
2021-03-20 15:06:17 +11:00 |
|
Lea Anthony
|
39bfa5d910
|
Support disabling tray menu. Fix font sizing. Tooltip in tray menu support.
|
2021-03-18 20:54:53 +11:00 |
|
Lea Anthony
|
a962ae6f63
|
Support rich text in Tray labels
|
2021-03-17 23:30:08 +11:00 |
|
Lea Anthony
|
c7dee158ba
|
tray menu Icon->Image. Support template images.
|
2021-03-17 22:24:09 +11:00 |
|
Lea Anthony
|
bbf4dde43f
|
Support upserting environment variables
|
2021-03-12 23:41:13 +11:00 |
|
Lea Anthony
|
0afd27ab45
|
Add FileLogger option
|
2021-03-12 23:40:35 +11:00 |
|
Lea Anthony
|
81e83fdf18
|
Ensure modifiers are lowercase when parsing
|
2021-03-07 16:21:30 +11:00 |
|
Lea Anthony
|
18adac20d4
|
Tray menu open/close events
|
2021-03-06 00:25:34 +11:00 |
|
Lea Anthony
|
e124f0a220
|
Support Alternative menu items
|
2021-03-04 06:07:45 +11:00 |
|
Lea Anthony
|
b4c669ff86
|
Support custom protocols
|
2021-02-28 22:08:23 +11:00 |
|
Lea Anthony
|
2d1b2c0947
|
Guard app signing
|
2021-02-28 15:29:15 +11:00 |
|
Lea Anthony
|
f48d7f8f60
|
Add support for -sign
|
2021-02-27 20:32:29 +11:00 |
|
Lea Anthony
|
bb8e848ef6
|
Run go mod tidy before compilation
|
2021-02-27 14:03:54 +11:00 |
|
Lea Anthony
|
552c6b8711
|
fix: modifiers
|
2021-02-23 18:57:59 +11:00 |
|
Lea Anthony
|
9889c2bdbb
|
Support Activation Policy
|
2021-02-23 08:52:56 +11:00 |
|
Lea Anthony
|
d4191e7d1b
|
Support parsing keyboard shortcuts
|
2021-02-20 21:32:32 +11:00 |
|
Lea Anthony
|
4362a14459
|
Dev colours
|
2021-02-20 15:25:40 +11:00 |
|
Lea Anthony
|
d8ad250608
|
Template Image support
|
2021-02-19 05:25:23 +11:00 |
|
Lea Anthony
|
e4b03f510b
|
First step to bridge support
|
2021-02-06 21:50:21 +11:00 |
|
Lea Anthony
|
e1b7332c47
|
Graceful shutdown
|
2021-02-03 07:14:44 +11:00 |
|
Lea Anthony
|
fe87463b78
|
Move Bind() into app config
|
2021-01-26 07:04:12 +11:00 |
|
Lea Anthony
|
064ff3b65e
|
Change build wording
|
2021-01-26 06:38:54 +11:00 |
|
Lea Anthony
|
f40899821f
|
Support ToolTips
|
2021-01-23 16:14:48 +11:00 |
|
Lea Anthony
|
47bca0be88
|
Support updating tray labels in an efficient manner
|
2021-01-16 11:35:49 +11:00 |
|
Lea Anthony
|
7ac8cc6b8b
|
Add Menu.Merge() to combine 2 menus
|
2021-01-15 11:53:55 +11:00 |
|
Lea Anthony
|
742e4ba2cb
|
Remove WailsInit and WailsShutdown methodsr
|
2021-01-14 11:07:06 +11:00 |
|
Lea Anthony
|
15a273458e
|
Ensure build directory exists when building
|
2021-01-13 23:46:47 +11:00 |
|
Lea Anthony
|
e65118e962
|
Fixed and refactored context menu support
|
2021-01-13 22:51:44 +11:00 |
|
Lea Anthony
|
a86fbbb440
|
Removal of menu IDs. WARNING: context menus are currently broken
|
2021-01-13 21:14:44 +11:00 |
|
Lea Anthony
|
1921862b53
|
Partially introduce context menu changes back
|
2021-01-12 21:20:08 +11:00 |
|
Lea Anthony
|
db6dde3e50
|
[WIP] Support tray in menu manager
|
2021-01-12 15:55:28 +11:00 |
|
Lea Anthony
|
b4b7c9d306
|
Implemented MenuItem.Remove() to remove from the menu structures
|
2021-01-11 11:57:49 +11:00 |
|
Lea Anthony
|
8053357d99
|
Support Menu updates!
|
2021-01-11 11:21:28 +11:00 |
|
Lea Anthony
|
8ee8c9b07c
|
[WIP] New menu processor
|
2021-01-10 21:31:13 +11:00 |
|
Lea Anthony
|
3a2d01813a
|
Don't inline functions in debug builds
|
2021-01-10 20:32:25 +11:00 |
|
Lea Anthony
|
fbee9ba240
|
Support UpdateContextMenus. Submenus are now *menu.Menu. Tidy up++
|
2021-01-08 06:28:51 +11:00 |
|
Lea Anthony
|
2a8ce96830
|
Remove custom asset bundling. Use Go's embed instead!
|
2021-01-05 14:28:18 +11:00 |
|
Lea Anthony
|
9be539cfb8
|
Force rebuild each time to pick up .h changes Tidy up go.mod. Bump version.
|
2021-01-05 14:01:53 +11:00 |
|
Lea Anthony
|
d2020fedda
|
Move generated assets to build dir. Precompile platform runtime.
|
2021-01-05 13:01:03 +11:00 |
|
Lea Anthony
|
a55fc4d0e9
|
Refactor TrayOptions to Tray. Add ID.
|
2021-01-04 15:58:28 +11:00 |
|
Lea Anthony
|
5d41aad539
|
Misc lint fixes
|
2021-01-03 21:31:19 +11:00 |
|
Lea Anthony
|
f384fc7562
|
Add -k flag for debug purposes
|
2021-01-03 05:02:48 +11:00 |
|
Lea Anthony
|
44c55d06a6
|
Create dialog dir if missing
|
2021-01-02 13:37:58 +11:00 |
|
Lea Anthony
|
a54d875ceb
|
Fix misc build issues
|
2021-01-01 13:00:38 +11:00 |
|
Lea Anthony
|
657df8bdda
|
Use assets dir in project for all application assets
|
2021-01-01 12:53:06 +11:00 |
|
Lea Anthony
|
c0fabc0bb7
|
Default dialog icon generation improvement
|
2021-01-01 12:43:21 +11:00 |
|
Lea Anthony
|
4fd476bb7d
|
Default readme for assets directory
|
2021-01-01 12:42:52 +11:00 |
|
Lea Anthony
|
2a93e2694d
|
Retina & theme aware dialog icons. Default icons + override ability
|
2020-12-30 22:36:23 +11:00 |
|
Lea Anthony
|
91fb3501c5
|
Support custom dialog icons. Move icons to new dir.
|
2020-12-30 08:27:00 +11:00 |
|
Lea Anthony
|
e18ba0eb81
|
Handle no tray icons
|
2020-12-28 14:49:15 +11:00 |
|