.. |
application_darwin_delegate.h
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
application_darwin_delegate.m
|
[v3 mac] Add IsDarkMode to application and JS runtime. Add Common.ThemeChanged event
|
2023-08-18 17:36:14 +10:00 |
application_darwin.go
|
[v3 mac] Add IsDarkMode to application and JS runtime. Add Common.ThemeChanged event
|
2023-08-18 17:36:14 +10:00 |
application_darwin.h
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
application_debug.go
|
Fix version in debug build
|
2023-09-04 19:51:48 +10:00 |
application_linux.go
|
[v3 linux] api changes (#2830)
|
2023-08-19 06:12:34 +10:00 |
application_production.go
|
Fix production build
|
2023-09-01 22:06:43 +10:00 |
application_windows.go
|
[v3] Use system logger instead of println
|
2023-08-28 20:30:40 +10:00 |
application.go
|
[v3] Use system logger instead of println
|
2023-08-28 20:30:40 +10:00 |
bindings.go
|
[v3] Support bound methodID aliases. Support []any for bindings generation. Use CallByID in bindings.
|
2023-08-27 20:39:35 +10:00 |
clipboard_darwin.go
|
[v3 windows] Add clipboard support
|
2023-06-10 13:01:10 +10:00 |
clipboard_linux.go
|
[v3 linux] initial linux implementation
|
2023-06-23 21:50:51 -05:00 |
clipboard_windows.go
|
[v3 windows] Add clipboard support
|
2023-06-10 13:01:10 +10:00 |
clipboard.go
|
[v3 windows] Add clipboard support
|
2023-06-10 13:01:10 +10:00 |
context_window_event.go
|
Add dnd window event + demo
|
2023-02-12 08:54:08 +11:00 |
context.go
|
Support context menus
|
2023-02-10 08:25:52 +11:00 |
dialogs_darwin_delegate.h
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
dialogs_darwin_delegate.m
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
dialogs_darwin.go
|
[v3 mac] Fix merge issues
|
2023-06-25 10:13:20 +10:00 |
dialogs_linux.go
|
[v3] Move dialogs out of application
|
2023-06-24 13:57:51 +10:00 |
dialogs_windows.go
|
[v3] Use system logger instead of println
|
2023-08-28 20:30:40 +10:00 |
dialogs.go
|
[v3] Move dialogs out of application
|
2023-06-24 13:57:51 +10:00 |
errors.go
|
merge exp branch
|
2023-01-18 21:42:49 +11:00 |
events_common_darwin.go
|
[v3 mac] Add IsDarkMode to application and JS runtime. Add Common.ThemeChanged event
|
2023-08-18 17:36:14 +10:00 |
events_common_windows.go
|
[v3 windows] Support isDarkMode . Add common application event mapping
|
2023-08-18 19:50:57 +10:00 |
events_test.go
|
update wml events to be parseable (#2561)
|
2023-04-11 18:28:06 +10:00 |
events.go
|
[v3] Initial hooks implementation
|
2023-07-12 20:31:13 +10:00 |
image.go
|
[v3 windows] Support irregular shaped windows
|
2023-05-30 16:31:54 +08:00 |
keys_darwin.go
|
merge exp branch
|
2023-01-18 21:42:49 +11:00 |
keys.go
|
merge exp branch
|
2023-01-18 21:42:49 +11:00 |
linux_cgo.go
|
fix: use string formatting in gtk_message_dialog_new (#2865)
|
2023-08-28 19:34:24 +10:00 |
linux_purego.go
|
[v3 linux] correct minimum zoom
|
2023-08-23 14:10:22 -05:00 |
logger_default.go
|
[v3] Support ANSI label on Mac. Update example.
|
2023-08-25 06:53:08 +10:00 |
logger_windows.go
|
Move to slog logger for application and log plugin
|
2023-08-10 22:04:13 +10:00 |
mainthread_darwin.go
|
[v3 mac] Better main thread calls
|
2023-06-16 20:48:57 +10:00 |
mainthread_linux.go
|
[v3 linux] initial linux implementation
|
2023-06-23 21:50:51 -05:00 |
mainthread_windows.go
|
[v3 windows] Fix missing panic stacktraces during message loop
|
2023-07-15 23:56:26 +02:00 |
mainthread.go
|
merge exp branch
|
2023-01-18 21:42:49 +11:00 |
menu_darwin.go
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
menu_linux.go
|
[v3 linux] initial linux implementation
|
2023-06-23 21:50:51 -05:00 |
menu_windows.go
|
[v3 windows] initial systray support
|
2023-05-30 16:31:58 +08:00 |
menu.go
|
[v3 windows] Support About box. Improve app menu handling.
|
2023-06-06 20:40:38 +10:00 |
menuitem_darwin.go
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
menuitem_darwin.h
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
menuitem_darwin.m
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
menuitem_linux.go
|
[v3 linux] initial linux implementation
|
2023-06-23 21:50:51 -05:00 |
menuitem_windows.go
|
[v3 windows] Support About box. Improve app menu handling.
|
2023-06-06 20:40:38 +10:00 |
menuitem.go
|
[v3] Use system logger instead of println
|
2023-08-28 20:30:40 +10:00 |
messageprocessor_application.go
|
[v3] Fix application runtime mappings
|
2023-08-28 20:29:25 +10:00 |
messageprocessor_call.go
|
[v3] Add CallByID method to runtime.
|
2023-08-27 16:59:18 +10:00 |
messageprocessor_clipboard.go
|
[v3] Fix bindings
|
2023-08-27 15:54:01 +10:00 |
messageprocessor_contextmenu.go
|
[v3] Fix bindings
|
2023-08-27 15:54:01 +10:00 |
messageprocessor_dialog.go
|
[v3] Fix bindings
|
2023-08-27 15:54:01 +10:00 |
messageprocessor_events.go
|
[v3] Fix bindings
|
2023-08-27 15:54:01 +10:00 |
messageprocessor_params.go
|
[v3 mac] Better logging
|
2023-08-18 09:58:43 +10:00 |
messageprocessor_screens.go
|
[v3] Fix bindings
|
2023-08-27 15:54:01 +10:00 |
messageprocessor_system.go
|
[v3] Fix bindings
|
2023-08-27 15:54:01 +10:00 |
messageprocessor_window.go
|
[v3] Add CallByID method to runtime.
|
2023-08-27 16:59:18 +10:00 |
messageprocessor.go
|
[v3] Add CallByID method to runtime.
|
2023-08-27 16:59:18 +10:00 |
options_application.go
|
Update bindings example
|
2023-09-04 21:01:00 +10:00 |
options_linux.go
|
[v3 linux] initial linux implementation
|
2023-06-23 21:50:51 -05:00 |
options_mac.go
|
Fix EnableFraudulentWebsiteWarnings for mac
|
2023-09-07 21:33:11 +10:00 |
options_webview_window.go
|
Move menu to Windows window options.
|
2023-09-05 22:27:47 +10:00 |
options_win.go
|
Move menu to Windows window options.
|
2023-09-05 22:27:47 +10:00 |
plugins.go
|
[v3] Tidy up plugin init
|
2023-08-19 17:09:38 +10:00 |
popupmenu_windows.go
|
[v3 windows] Support context menus
|
2023-06-04 14:05:19 +10:00 |
roles.go
|
[v3 windows] Support About box. Improve app menu handling.
|
2023-06-06 20:40:38 +10:00 |
screen_darwin.go
|
[v3 mac] Window alignment to systray
|
2023-07-03 20:15:45 +10:00 |
screen_linux.go
|
[v3 linux] initial linux implementation
|
2023-06-23 21:50:51 -05:00 |
screen.go
|
Provide types to runtime api
|
2023-03-31 20:37:50 +11:00 |
systemtray_darwin.go
|
[v3] Use system logger instead of println
|
2023-08-28 20:30:40 +10:00 |
systemtray_darwin.h
|
[v3] Support ANSI label on Mac. Update example.
|
2023-08-25 06:53:08 +10:00 |
systemtray_darwin.m
|
[v3] Support ANSI label on Mac. Update example.
|
2023-08-25 06:53:08 +10:00 |
systemtray_linux.go
|
[v3 linux] api changes (#2830)
|
2023-08-19 06:12:34 +10:00 |
systemtray_windows.go
|
[v3] Use system logger instead of println
|
2023-08-28 20:30:40 +10:00 |
systemtray.go
|
[v3] Use WindowEvent rather than WindowEventContext
|
2023-07-12 20:50:01 +10:00 |
TODO.md
|
merge exp branch
|
2023-01-18 21:42:49 +11:00 |
webview_window_darwin_devtools.go
|
[v3 darwin] Add darwin identifier darwin only file
|
2023-05-30 16:32:01 +08:00 |
webview_window_darwin_drag.h
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
webview_window_darwin_drag.m
|
[v3 darwin] Add darwin identifier to all C files of darwin
|
2023-05-30 16:32:00 +08:00 |
webview_window_darwin.go
|
Fix EnableFraudulentWebsiteWarnings for mac
|
2023-09-07 21:33:11 +10:00 |
webview_window_darwin.h
|
[v3 mac] Refactor drag to use common code
|
2023-06-18 12:24:44 +10:00 |
webview_window_darwin.m
|
[v3] Fix systray example. PositionWindow now takes an offset. EventApplicationDidResignActive -> EventApplicationDidResignActiveNotification
|
2023-07-04 19:26:00 +10:00 |
webview_window_linux.go
|
[v3 linux] correct transparency setting
|
2023-09-01 15:57:13 -05:00 |
webview_window_windows_devtools.go
|
[v3 windows] Support devtools on startup
|
2023-06-03 15:19:38 +10:00 |
webview_window_windows.go
|
Move menu to Windows window options.
|
2023-09-05 22:27:47 +10:00 |
webview_window.go
|
Move to slog logger for application and log plugin
|
2023-08-10 22:04:13 +10:00 |