Commit Graph

  • 19a654a2b1 [v3 windows] Initial systray support Lea Anthony 2023-05-07 19:13:07 +10:00
  • f9bbc11711 [v3] Use invokeSync for systray methods Lea Anthony 2023-05-07 10:34:08 +10:00
  • 42b1807c36 [v3 windows] Support irregular shaped windows. Centered option. Lea Anthony 2023-05-06 20:22:28 +10:00
  • 647982de1a [v3 windows] Support irregular shaped windows Lea Anthony 2023-05-06 15:04:38 +10:00
  • 2922a98f7c chore: update sponsors.svg (#2650) github-actions[bot] 2023-05-06 11:16:28 +10:00
  • f5557c612a Merge remote-tracking branch 'origin/v3-alpha' into v3-alpha Lea Anthony 2023-05-05 06:41:04 +10:00
  • b82be31d7e chore: remove the v1 content (#2641) Misite Bao 2023-05-04 16:36:01 +08:00
  • 8d7c033a66 chore: update sponsors.svg (#2643) github-actions[bot] 2023-05-03 19:52:34 +10:00
  • f4749db8b3 [v3] Add some missing methods for darwin and windows stffabi 2023-05-02 21:54:56 +02:00
  • 86a1de6788 [w32] move windows specific code to impl file Travis McLane 2023-05-02 10:52:21 -05:00
  • 792c5e2d95 [w32] add missing build constraint Travis McLane 2023-05-02 10:52:09 -05:00
  • 6758580be9 [v3 windows] Add frameless resize Lea Anthony 2023-05-02 23:18:22 +10:00
  • 6f246eed4a [v3 windows] Add HiDPI awareness stffabi 2023-05-02 09:39:13 +02:00
  • fc3725d3f4 [v3 windows] Add frameless support stffabi 2023-05-02 09:11:13 +02:00
  • 516c4853f9 feat(cli): use Spinner instead of Print (#2637) Misite Bao 2023-05-01 20:57:10 +08:00
  • 00c6f0dfdb [v3 windows] Implement getScreen Lea Anthony 2023-05-01 21:11:40 +10:00
  • cf7b4e2458 [v3] Ensure impl calls from WebvieWindow are on the main thread. Support size. Lea Anthony 2023-05-01 20:28:46 +10:00
  • f682e44367 [v3] Fix examples Lea Anthony 2023-05-01 18:24:24 +10:00
  • 9d1f86c410 [v3] Update examples to use correct options. Lea Anthony 2023-05-01 18:21:22 +10:00
  • dac281ac32 [v3] Change WebviewWindow options to be a value, not a pointer. Support Un/Fullscreen. Remove main thread switching. Use parent options instead of local variables. Lea Anthony 2023-05-01 18:20:28 +10:00
  • 29a58086a3 [v3 Windows] Support application hide/show. Add WebviewWindow.IsVisible(). Lea Anthony 2023-05-01 11:34:06 +10:00
  • cb8eb755a7 [v3 Windows] Support setMin/MaxSize, setPosition Lea Anthony 2023-05-01 10:52:46 +10:00
  • 1e8fc29ee4 [v3 Windows] Add Support for SetTitle, Center, Un/Minimise/Maximise, IsMin/Maximised, IsNormal, Show/Hide Lea Anthony 2023-04-30 20:55:51 +10:00
  • 9a05b49e3d [v3 Breaking Change] Add NativeWindowHandle method to WebviewWindow. Lea Anthony 2023-04-30 10:17:03 +10:00
  • 79f8d92084 [v3 windows] Moved w32 from internal to pkg so it may be used by applications Lea Anthony 2023-04-30 10:02:00 +10:00
  • 6e56542586 [v3 windows] Add WndProcInterceptor for custom message processing Lea Anthony 2023-04-30 09:49:50 +10:00
  • c53443b62b [v3 windows] Rename options_windows.go -> options_win.go Lea Anthony 2023-04-30 09:10:00 +10:00
  • 832d6bc4d3 [v2, linux] Fix StartHidden option not working on Linux (#2624) LGiki 2023-04-29 23:20:39 +08:00
  • fa0afe92f0 Bump yaml from 2.2.1 to 2.2.2 in /v3/internal/runtime (#2623) dependabot[bot] 2023-04-29 20:42:50 +10:00
  • 1128662c89 [v3 windows] Add APM Events Lea Anthony 2023-04-29 20:33:33 +10:00
  • 676787417f [v3] Update application.On and window.On to return functions that unregister the listener. WebviewWindow.onApplicationEvent is a helper which will manage the unregistering for you on window destroy. Lea Anthony 2023-04-29 19:39:05 +10:00
  • 57422dccf3 [windows] Split out wndProc. Generate windows events, support per-window themes Lea Anthony 2023-04-29 12:14:12 +10:00
  • 7f3f51e36b [windows] Support AlwaysOnTop, EnableResize at runtime. Added Solid/Transparent/Translucent options. Lea Anthony 2023-04-28 21:11:49 +10:00
  • ea40cf8705 chore: update sponsors.svg (#2630) github-actions[bot] 2023-04-28 18:27:29 +10:00
  • 3853d2d1bf [v2, windows] Handle webview2 process crashes and add DisableWebViewRendererCodeIntegrity flag (#2627) stffabi 2023-04-27 23:03:26 +02:00
  • ef184ec8bf [v3, windows] Add MainThread dispatching and fixes the blocking window stffabi 2023-04-26 16:28:27 +02:00
  • d249c2207b fix: parse struct references for type generation (#2552) Dominic Lee 2023-04-26 14:23:39 +01:00
  • 9bfe3094dd [windows] WIP Lea Anthony 2023-04-26 21:06:41 +10:00
  • 3547b4d010 [v2, darwin] Add some missing default shortcuts (#2586) stffabi 2023-04-20 12:38:32 +02:00
  • 1222e3aa1b [v2, dev] Use custom schemes for in-app dev mode (#2610) stffabi 2023-04-20 12:37:40 +02:00
  • cff3ee5079 [assetServer] Improve release/close handling of webview requests (#2612) stffabi 2023-04-20 12:06:37 +02:00
  • c91aa462aa [darwin] add getPrimaryScreen/getScreens to impl (#2618) Travis McLane 2023-04-23 18:34:44 -05:00
  • 0bf41090b0 [v2, darwin] Add some missing default shortcuts (#2586) stffabi 2023-04-20 12:38:32 +02:00
  • 529ec569f7 [v2, dev] Use custom schemes for in-app dev mode (#2610) stffabi 2023-04-20 12:37:40 +02:00
  • 7c1490a8b1 [assetServer] Improve release/close handling of webview requests (#2612) stffabi 2023-04-20 12:06:37 +02:00
  • 62b3775e2f Fix module path for non-modified repo Lea Anthony 2023-04-19 08:22:58 +10:00
  • 54bf8c1142 [windows] Initial commit Lea Anthony 2023-04-18 21:27:09 +10:00
  • c4f613e4c5 [windows] Fix paths for wails init Lea Anthony 2023-04-18 20:26:56 +10:00
  • a66d9ab0b1 Intial STATUS.md commit Lea Anthony 2023-04-18 18:53:39 +10:00
  • c7e5608a60 docs: sync translations (#2581) github-actions[bot] 2023-04-17 23:48:27 +10:00
  • d8d4997532 chore: optimize website building process (#2601) Misite Bao 2023-04-17 18:54:06 +08:00
  • a1cc41c926 chore: update sponsors.svg (#2603) github-actions[bot] 2023-04-17 20:51:33 +10:00
  • 767bfcff89 [v2, windows] Make sure to open the CommonFileDialogs on the main thread (#2606) stffabi 2023-04-17 12:50:27 +02:00
  • 46bcce7566 [website] Upgrade pnpm-lock.yaml Lea Anthony 2023-04-16 20:58:19 +10:00
  • c4609efe01 [website] Upgrade pnpm Lea Anthony 2023-04-16 20:26:43 +10:00
  • cc6518f984 Remove label-sponsors workflow for now Lea Anthony 2023-04-16 20:22:56 +10:00
  • 69d3a3f639 Remove generate-contributors workflow for now Lea Anthony 2023-04-16 20:21:45 +10:00
  • 489689b477 Use json.Marshal instead of strconv.Quote to correctly support unicode (#2509) Joshua Hull 2023-04-16 00:19:40 +00:00
  • eaca3d06f6 Update zypper.go (#2593) George Wang 2023-04-16 08:00:39 +08:00
  • b302064f2f Feature/templates/angular15 (#2595) Matthew Davis 2023-04-15 19:58:36 -04:00
  • 485a983f26 chore(workflow): update contributors image chore/update-contributors-svg leaanthony 2023-04-15 10:42:17 +00:00
  • 67063d419c Update generate-contributors.yml Lea Anthony 2023-04-15 20:40:45 +10:00
  • 03cef1887f chore: update sponsors.svg (#2596) github-actions[bot] 2023-04-15 18:14:43 +10:00
  • 929593c5b8 Update generate-contributors.yml Lea Anthony 2023-04-14 20:16:01 +10:00
  • 57e718af68 Update generate-contributors.yml Lea Anthony 2023-04-14 20:10:29 +10:00
  • f96aab0d44 chore: update sponsors.svg (#2591) github-actions[bot] 2023-04-14 20:08:52 +10:00
  • 140e3b5947 Update generate-contributors.yml Lea Anthony 2023-04-14 20:05:45 +10:00
  • a8339c9e93 Update generate-contributors.yml Lea Anthony 2023-04-14 20:04:12 +10:00
  • 0c2b3fb1cb Update generate-contributors.yml contributors-image Lea Anthony 2023-04-14 19:57:07 +10:00
  • 39a7ab5856 [assetserver, linux] Add support for WebKit2GTK 2.40+ features (#2592) stffabi 2023-04-14 11:16:27 +02:00
  • ec3da8b7ef [v2, darwin] Fix updating the menu on runtime (#2588) stffabi 2023-04-13 16:14:19 +02:00
  • b64b2a8da1 [v2, dev] Fix skipbindings flag in wails dev (#2584) stffabi 2023-04-12 23:45:49 +02:00
  • 1979bca0f5 chore: fix pnpm environment settings (#2580) Misite Bao 2023-04-12 20:21:25 +08:00
  • 0f791c71f4 fix: fix website build and add taskfile (#2577) Misite Bao 2023-04-12 19:36:01 +08:00
  • fbe7d4de6b Bugfix/remove miniaturize (#2579) Travis McLane 2023-04-12 06:34:31 -05:00
  • c8d203d4d6 [v3, darwin] Fix leaking WebKit processes on Window close (#2574) stffabi 2023-04-12 13:33:00 +02:00
  • f335cbd608 Update generate-contributors.yml Lea Anthony 2023-04-12 08:44:17 +10:00
  • b67d1e72a7 Update generate-contributors.yml Lea Anthony 2023-04-12 08:41:28 +10:00
  • 5e3c736bee feat(cli): add Nodejs version in wails doctor (#2546) Misite Bao 2023-04-12 05:11:37 +08:00
  • abc8f71a8d Update generate-contributors.yml Lea Anthony 2023-04-11 21:29:41 +10:00
  • cf8bb49093 Update generate-contributors.yml Lea Anthony 2023-04-11 21:25:36 +10:00
  • 3f62fa0d86 Update credits.mdx Lea Anthony 2023-04-11 20:46:37 +10:00
  • 8b977bcab4 Update generate-contributors.yml Lea Anthony 2023-04-11 20:46:28 +10:00
  • 3a1aeaab94 Update generate-contributors.yml Lea Anthony 2023-04-11 20:22:27 +10:00
  • 0471bcd9c5 Attempt 1 chore/fix-contribs-svg Lea Anthony 2023-04-11 20:20:39 +10:00
  • a7bf359930 update wml events to be parseable (#2561) Travis McLane 2023-04-11 03:28:06 -05:00
  • 9574bfc054 chore: update sponsors.svg (#2566) github-actions[bot] 2023-04-11 18:26:28 +10:00
  • 739ca98597 Update templates.mdx (#2571) 希嘉嘉 2023-04-10 20:00:04 +08:00
  • 424e4fc2e8 [v3] Add ability to get window by name Lea Anthony 2023-04-07 19:47:01 +10:00
  • 7f1093dc51 chore: update auto workflows (#2555) Misite Bao 2023-04-07 16:19:14 +08:00
  • cce627e7bd [v3] Update deps v3/window-labels Lea Anthony 2023-04-06 21:59:39 +10:00
  • 5f7b74e05b [v3] Update runtime + messageProcessor to use window names [v3] Implement Application.GetWindowByName in JS Lea Anthony 2023-04-06 21:58:16 +10:00
  • a998465034 [v3] Update start_at_login plugin to allow better compilation on Linux Lea Anthony 2023-04-06 08:29:20 +10:00
  • 755e869fe7 [v3] Add start_at_login plugin [v3] Fix plugin startup/shutdown order Lea Anthony 2023-04-05 21:22:02 +10:00
  • 7ecbc846b4 [v3] Improved plugin shutdown Lea Anthony 2023-04-04 18:01:49 +10:00
  • 4c05c0bd30 chore: update contributors.svg update-contributors leaanthony 2023-04-02 22:55:17 +00:00
  • b38ad7c7f1 Add initial svg v2/update-contrib-svg Lea Anthony 2023-04-03 08:54:45 +10:00
  • acfca594f2 Debug contrib image Lea Anthony 2023-04-03 08:53:11 +10:00
  • 767b7d6026 Check out repo for contributors workflow Lea Anthony 2023-04-03 08:43:57 +10:00
  • 086953bbe9 Do not directly commit contributors sag Lea Anthony 2023-04-03 08:39:42 +10:00