From 1a90b45f1882f53391e1a65c1954b9ad4045bad8 Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Thu, 2 Nov 2023 15:01:12 -0500 Subject: [PATCH] add linux status for examples --- v3/examples/linux_status.org | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 v3/examples/linux_status.org diff --git a/v3/examples/linux_status.org b/v3/examples/linux_status.org new file mode 100644 index 000000000..fdb31ac27 --- /dev/null +++ b/v3/examples/linux_status.org @@ -0,0 +1,28 @@ + +* Status + +| Example | Status | Notes | +|--------------+-----------------+-------------------------------------------------------------------------------| +| binding | works | | +| build | works | removed OS X specific env variables from default target | +| clipboard | works | | +| contextmenus | works (partial) | | +| dev | works | purpose? | +| dialogs | | broken | +| drag-n-drop | works | | +| events | partial | receives WailsEvents - not ApplicationEvents | +| frameless | partial | drag areas do not function | +| hide-window | partial | crash on windowShow - believe this is because window is being destroyed not hidden | +| keybindings | working | | +| menu | working | Lock WebviewWindow Resize isn't correct | +| oauth | failed | Can't type in window - but can paste - redirect failed as well | +| plain | works | | +| plugins | works | Might should provide example commands or something. | +| screen | failed | | +| server | works | | +| systray | works | | +| video | works | binary is named 'frameless' | +| window | partial | Screens related stuff isn't implemented | +| wml | partial | | + +