5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 23:54:14 +08:00
wails/v2/internal/ffenestri
Soheib El-Harrache 37987b3827
Fix browser.go
Fixed minimum version variable
2021-09-27 15:12:37 -04:00
..
windows Fix browser.go 2021-09-27 15:12:37 -04:00
common.c Fix some warnings 2021-04-29 07:36:59 +10:00
common.h Get app compiling 2021-03-20 18:32:09 +11:00
contextmenus_darwin.c Initial ARM support! 2021-03-25 21:12:29 +11:00
contextmenus_darwin.h Fixed and refactored context menu support 2021-01-13 22:51:44 +11:00
contextmenustore_darwin.c Fixed and refactored context menu support 2021-01-13 22:51:44 +11:00
contextmenustore_darwin.h Fixed and refactored context menu support 2021-01-13 22:51:44 +11:00
defaultdialogicons_darwin.c Extra guards during destroy 2021-01-01 12:37:16 +11:00
effectstructs_windows.h [windows] Added options, WindowBackgroundIsTranslucent 2021-05-02 12:04:29 +10:00
ffenestri_client_windows.go [windows-x] Refactor runtime again 2021-07-25 15:37:30 +10:00
ffenestri_client.go [windows-x] Tidy up refactor 2021-07-25 15:56:53 +10:00
ffenestri_darwin.c [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
ffenestri_darwin.go [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
ffenestri_darwin.h [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
ffenestri_linux.c [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
ffenestri_linux.go [linux] Support wails build and wails dev 2021-06-04 20:36:56 +10:00
ffenestri_linux.h [linux] Support wails build and wails dev 2021-06-04 20:36:56 +10:00
ffenestri_windows.cpp [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
ffenestri_windows.go [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
ffenestri_windows.h [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
ffenestri.go [windows] Support frameless 2021-06-21 09:44:45 +10:00
ffenestri.h [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
hashmap.h Support for radio menu items 2020-11-27 22:07:44 +11:00
json.c Fix some warnings 2021-04-29 07:36:59 +10:00
json.h Support for Accelerators! 2020-11-28 20:57:07 +11:00
LICENCES.md [win] Initial window working 2021-04-24 20:59:00 +10:00
menu_darwin.c [v2] ARM64 fixes 2021-06-29 23:45:05 +10:00
menu_darwin.h ANSI support for tray labels and submenus 2021-04-13 21:05:56 +10:00
README.md [windows] Basic accelerator support 2021-07-18 12:32:14 +10:00
runtime_darwin.c [mac] Update runtime to use window.wailsInvoke 2021-06-03 21:01:14 +10:00
runtime_linux.c [linux] Create Linux runtime 2021-06-04 20:32:40 +10:00
runtime_windows.c [v2] Rebuild runtime 2021-05-31 20:09:04 +10:00
traymenu_darwin.c [mac] Fix onTrayMenuOpen by being less aggressive with freeing memory 😀 2021-07-03 18:34:24 +10:00
traymenu_darwin.h [mac] Fix memory leak wrt updating menus 2021-06-29 22:52:32 +10:00
traymenustore_darwin.c [mac] Fix memory leak wrt updating menus 2021-06-29 22:52:32 +10:00
traymenustore_darwin.h Tray menu open/close events 2021-03-06 00:25:34 +11:00
vec.c Fix some warnings 2021-04-29 07:36:59 +10:00
vec.h Fix some warnings 2021-04-29 07:36:59 +10:00
windows_checkboxes.go [windows] use idgen to track menu IDs. Fix chechbox typo 2021-07-11 20:21:23 +10:00
windows_errorhandler_debug.go [windows] Fixes for radiobox sync 2021-07-10 17:03:55 +10:00
windows_errorhandler_production.go [windows] Fixes for radiobox sync 2021-07-10 17:03:55 +10:00
windows_menu_cache.go [windows] use idgen to track menu IDs. Fix chechbox typo 2021-07-11 20:21:23 +10:00
windows_menu_callbacks.go [windows] Support more accelerator keys 2021-07-18 13:11:15 +10:00
windows_menu.go [windows-x] Remove Super key for now 2021-08-01 22:14:56 +10:00
windows_radiogroup.go [windows] Fixes for radiobox sync 2021-07-10 17:03:55 +10:00
windows_win32.go [windows] Basic accelerator support 2021-07-18 12:32:14 +10:00
wv2ComHandler_windows.h [windows] Prevent WebView2 from processing keystrokes 2021-07-18 19:02:33 +10:00

Windows

  • Left and Right Win keys act the same
  • Accelerators will automatically add appropriate text into the menu items. This can be prevented by adding a tab character to the menu label
  • Tooltips + styling with font currently unsupported