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
|
b4c669ff86
|
Support custom protocols
|
2021-02-28 22:08:23 +11:00 |
|
Lea Anthony
|
5ae621ceaa
|
Start signal handler a little later
|
2021-02-22 19:33:18 +11:00 |
|
Lea Anthony
|
1231b59443
|
better signal handling for shutdown
|
2021-02-22 17:39:33 +11:00 |
|
Lea Anthony
|
9ec5605e63
|
fix: loglevel duplication
|
2021-02-22 09:00:09 +11:00 |
|
Lea Anthony
|
74f3ce990f
|
Support loglevel flag in dev mode
|
2021-02-21 19:26:20 +11:00 |
|
Lea Anthony
|
eac8880f6d
|
Initial support for tray menus
|
2021-02-13 20:26:21 +11:00 |
|
Lea Anthony
|
21a0245985
|
Generate bindings in package. Support dialogs in dev mode.
|
2021-02-09 21:10:06 +11:00 |
|
Lea Anthony
|
7c22cbcf38
|
Bridge working for calls. Notify TBD
|
2021-02-08 06:36:13 +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
|
c9c3c9ab90
|
Don't bind startup/shutdown methods
|
2021-01-27 21:12:17 +11:00 |
|
Lea Anthony
|
fe87463b78
|
Move Bind() into app config
|
2021-01-26 07:04:12 +11:00 |
|
Lea Anthony
|
83d6dac7cf
|
Add appType to builds. Update server code to compile
|
2021-01-26 06:40:41 +11:00 |
|
Lea Anthony
|
e9d16e77a3
|
Add support for loglevel flag in debug builds
|
2021-01-25 21:42:31 +11:00 |
|
Lea Anthony
|
29ffeaa9f3
|
Misc tidy up
|
2021-01-14 13:55:20 +11:00 |
|
Lea Anthony
|
742e4ba2cb
|
Remove WailsInit and WailsShutdown methodsr
|
2021-01-14 11:07:06 +11:00 |
|
Lea Anthony
|
e65118e962
|
Fixed and refactored context menu support
|
2021-01-13 22:51:44 +11:00 |
|
Lea Anthony
|
de06fc7dcc
|
Remove a ton of unused code
|
2021-01-13 21:29:20 +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
|
db6dde3e50
|
[WIP] Support tray in menu manager
|
2021-01-12 15:55:28 +11:00 |
|
Lea Anthony
|
4e58b7697a
|
Add context menu to menumanager. Slight refactor.
|
2021-01-11 14:19:01 +11:00 |
|
Lea Anthony
|
8ee8c9b07c
|
[WIP] New menu processor
|
2021-01-10 21:31:13 +11:00 |
|
Lea Anthony
|
ad65d55abd
|
Misc fixes for module build
|
2021-01-05 13:20:44 +11:00 |
|
Lea Anthony
|
f7db0b7373
|
Fix return values of default App method
|
2021-01-01 12:37:52 +11:00 |
|
Lea Anthony
|
16b872352d
|
Support Text label tray
|
2020-12-22 18:08:38 +11:00 |
|
Lea Anthony
|
a8995c5377
|
Support context menu data
Support StartHidden
|
2020-12-18 15:50:25 +11:00 |
|
Lea Anthony
|
b837b1e131
|
Tray menu support
Bugfix move after tray use
Refactored options to handle default tray/menu
|
2020-12-10 07:16:10 +11:00 |
|
Lea Anthony
|
6fa2ebdd4f
|
Lint fix & tidy up
|
2020-12-06 21:15:23 +11:00 |
|
Lea Anthony
|
11bf564b73
|
Preliminary Tray support
|
2020-12-06 21:05:21 +11:00 |
|
Lea Anthony
|
a081c1e498
|
Support for dynamic menus.
Fixed bug in accelerator handling
|
2020-12-04 15:04:51 +11:00 |
|
Lea Anthony
|
6f218264ed
|
Initial support for menus
|
2020-11-24 19:43:25 +11:00 |
|
Lea Anthony
|
bc260b08b2
|
Better devtools handling
|
2020-11-21 12:40:19 +11:00 |
|
Lea Anthony
|
ef8b58b208
|
Set log level to ERROR for production build
|
2020-11-20 14:53:42 +11:00 |
|
Lea Anthony
|
e86d622219
|
Add appconfig store
|
2020-11-17 07:02:58 +11:00 |
|
Lea Anthony
|
d8bb418851
|
Runtime refactor
|
2020-10-11 13:33:55 +11:00 |
|
Lea Anthony
|
ba6538da7c
|
Made go runtime package public.
Using loglevel store to keep loglevel in sync
|
2020-10-10 13:57:32 +11:00 |
|
Lea Anthony
|
afea1cbb4c
|
Support SetLogLevel() at runtime
Refactor of loglevel
|
2020-10-10 07:31:23 +11:00 |
|
Lea Anthony
|
b5c8dfac97
|
Support Trace in kitchensink
|
2020-10-09 14:36:15 +11:00 |
|
Lea Anthony
|
ffdfbb8ae5
|
Major logging refactor
|
2020-10-09 11:50:45 +11:00 |
|
Lea Anthony
|
53b54a8e52
|
Revert logger package
|
2020-10-09 10:33:11 +11:00 |
|
Lea Anthony
|
0403e0a783
|
Make logger a public package
|
2020-10-09 10:30:01 +11:00 |
|
Lea Anthony
|
3209b39488
|
Support System calls in Go Runtime
|
2020-10-03 20:46:18 +10:00 |
|
Lea Anthony
|
84730d2f4d
|
Tidy up
|
2020-09-29 20:36:38 +10:00 |
|
Lea Anthony
|
72fc2204b4
|
Moved options to own package
|
2020-09-24 05:46:39 +10:00 |
|
Lea Anthony
|
629e8f73f4
|
Add Mac Application Options
|
2020-09-21 17:07:10 +10:00 |
|
Lea Anthony
|
93ec65be6a
|
More feature flag removal
|
2020-09-15 19:57:30 -05:00 |
|
Travis McLane
|
c158fd369a
|
Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2'
|
2020-09-15 19:52:54 -05:00 |
|
Lea Anthony
|
19d59bef51
|
Update module path
|
2020-09-02 10:36:03 -05:00 |
|
Travis McLane
|
bdcb2fe810
|
Merge commit '25a157e6614739fbd4df1da3d11d46afe72ae9a8' as 'v2'
|
2020-09-01 19:34:51 -05:00 |
|