From 567f85058b62526d83e30241adb3f0673101956d Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 16 Feb 2021 21:37:33 +0100 Subject: [PATCH] Remove lps files and add *.lps to .gitignore. LPS are local session files meant to represent the state of the IDE, not the project. --- .gitignore | 3 + .../ExternalPumpBrowser.lps | 520 ---------- .../Lazarus_Linux/MiniBrowser/MiniBrowser.lps | 537 ---------- .../OSRExternalPumpBrowser.lps | 950 ----------------- .../OSRExternalPumpBrowser_sp.lps | 50 - .../PopupBrowser2/PopupBrowser2.lps | 397 ------- .../SimpleBrowser2/SimpleBrowser2.lps | 582 ----------- .../SimpleOSRBrowser/SimpleOSRBrowser.lps | 969 ------------------ demos/Lazarus_Linux/SubProcess/SubProcess.lps | 583 ----------- .../SubProcess/SubProcess_sp.lps | 46 - .../TabbedBrowser2/TabbedBrowser2.lps | 247 ----- .../TinyBrowser2/TinyBrowser2.lps | 57 -- .../ConsoleBrowser2/ConsoleBrowser2.lps | 154 --- .../ConsoleBrowser2/ConsoleBrowser2_sp.lps | 23 - .../CookieVisitor/CookieVisitor.lps | 213 ---- .../CustomResourceBrowser/CRBrowser.lps | 193 ---- .../Lazarus_Windows/DOMVisitor/DOMVisitor.lps | 200 ---- .../EditorBrowser/EditorBrowser.lps | 101 -- .../ExternalPumpBrowser.lps | 130 --- .../FullScreenBrowser/FullScreenBrowser.lps | 75 -- .../JavaScript/JSDialog/JSDialogBrowser.lps | 91 -- .../JavaScript/JSEval/JSEval.lps | 241 ----- .../JSExecutingFunctions.lps | 122 --- .../JavaScript/JSExtension/JSExtension.lps | 180 ---- .../JSExtensionWithFunction.lps | 137 --- .../JSExtensionWithObjectParameter.lps | 90 -- .../JSSimpleExtension/JSSimpleExtension.lps | 83 -- .../JSSimpleWindowBinding.lps | 99 -- .../JSSimpleWindowBinding.lps | 67 -- .../JSWindowBindingSubProcess/SubProcess.lps | 37 - .../JSWindowBindingWithArrayBuffer.lps | 83 -- .../JSWindowBindingWithFunction.lps | 90 -- .../JSWindowBindingWithObject.lps | 89 -- .../MediaRouter/MediaRouter.lps | 95 -- .../MiniBrowser/MiniBrowser.lps | 337 ------ .../OAuth2Tester/OAuth2Tester.lps | 187 ---- .../OSRExternalPumpBrowser.lps | 241 ----- .../PopupBrowser/PopupBrowser.lps | 191 ---- .../PopupBrowser2/PopupBrowser2.lps | 181 ---- .../PostInspectorBrowser.lps | 115 --- .../SchemeRegistrationBrowser.lps | 200 ---- .../SimpleBrowser/SimpleBrowser.lps | 80 -- .../SimpleBrowser2/SimpleBrowser2.lps | 495 --------- .../SimpleExternalPumpBrowser.lps | 87 -- .../SimpleOSRBrowser/SimpleOSRBrowser.lps | 277 ----- .../SimpleServer/SimpleServer.lps | 63 -- .../SubProcess/SimpleBrowser.lps | 93 -- .../Lazarus_Windows/SubProcess/SubProcess.lps | 62 -- .../TabbedBrowser/TabBrowser.lps | 94 -- .../TabbedBrowser2/TabbedBrowser2.lps | 108 -- .../TinyBrowser/TinyBrowser.lps | 44 - .../TinyBrowser2/TinyBrowser2.lps | 51 - .../ToolBoxBrowser/ToolBoxBrowser.lps | 111 -- .../ToolBoxBrowser2/ToolBoxBrowser2.lps | 65 -- .../Lazarus_Windows/URLRequest/URLRequest.lps | 131 --- .../WebpageSnapshot/WebpageSnapshot.lps | 159 --- 56 files changed, 3 insertions(+), 10903 deletions(-) delete mode 100644 demos/Lazarus_Linux/ExternalPumpBrowser/ExternalPumpBrowser.lps delete mode 100644 demos/Lazarus_Linux/MiniBrowser/MiniBrowser.lps delete mode 100644 demos/Lazarus_Linux/OSRExternalPumpBrowser/OSRExternalPumpBrowser.lps delete mode 100644 demos/Lazarus_Linux/OSRExternalPumpBrowser/OSRExternalPumpBrowser_sp.lps delete mode 100644 demos/Lazarus_Linux/PopupBrowser2/PopupBrowser2.lps delete mode 100644 demos/Lazarus_Linux/SimpleBrowser2/SimpleBrowser2.lps delete mode 100644 demos/Lazarus_Linux/SimpleOSRBrowser/SimpleOSRBrowser.lps delete mode 100644 demos/Lazarus_Linux/SubProcess/SubProcess.lps delete mode 100644 demos/Lazarus_Linux/SubProcess/SubProcess_sp.lps delete mode 100644 demos/Lazarus_Linux/TabbedBrowser2/TabbedBrowser2.lps delete mode 100644 demos/Lazarus_Linux/TinyBrowser2/TinyBrowser2.lps delete mode 100644 demos/Lazarus_Windows/ConsoleBrowser2/ConsoleBrowser2.lps delete mode 100644 demos/Lazarus_Windows/ConsoleBrowser2/ConsoleBrowser2_sp.lps delete mode 100644 demos/Lazarus_Windows/CookieVisitor/CookieVisitor.lps delete mode 100644 demos/Lazarus_Windows/CustomResourceBrowser/CRBrowser.lps delete mode 100644 demos/Lazarus_Windows/DOMVisitor/DOMVisitor.lps delete mode 100644 demos/Lazarus_Windows/EditorBrowser/EditorBrowser.lps delete mode 100644 demos/Lazarus_Windows/ExternalPumpBrowser/ExternalPumpBrowser.lps delete mode 100644 demos/Lazarus_Windows/FullScreenBrowser/FullScreenBrowser.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSDialog/JSDialogBrowser.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSEval/JSEval.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSExecutingFunctions/JSExecutingFunctions.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSExtension/JSExtension.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSExtensionWithFunction/JSExtensionWithFunction.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSExtensionWithObjectParameter/JSExtensionWithObjectParameter.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSSimpleExtension/JSSimpleExtension.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSSimpleWindowBinding/JSSimpleWindowBinding.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSWindowBindingSubProcess/JSSimpleWindowBinding.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSWindowBindingSubProcess/SubProcess.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSWindowBindingWithArrayBuffer/JSWindowBindingWithArrayBuffer.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSWindowBindingWithFunction/JSWindowBindingWithFunction.lps delete mode 100644 demos/Lazarus_Windows/JavaScript/JSWindowBindingWithObject/JSWindowBindingWithObject.lps delete mode 100644 demos/Lazarus_Windows/MediaRouter/MediaRouter.lps delete mode 100644 demos/Lazarus_Windows/MiniBrowser/MiniBrowser.lps delete mode 100644 demos/Lazarus_Windows/OAuth2Tester/OAuth2Tester.lps delete mode 100644 demos/Lazarus_Windows/OSRExternalPumpBrowser/OSRExternalPumpBrowser.lps delete mode 100644 demos/Lazarus_Windows/PopupBrowser/PopupBrowser.lps delete mode 100644 demos/Lazarus_Windows/PopupBrowser2/PopupBrowser2.lps delete mode 100644 demos/Lazarus_Windows/PostInspectorBrowser/PostInspectorBrowser.lps delete mode 100644 demos/Lazarus_Windows/SchemeRegistrationBrowser/SchemeRegistrationBrowser.lps delete mode 100644 demos/Lazarus_Windows/SimpleBrowser/SimpleBrowser.lps delete mode 100644 demos/Lazarus_Windows/SimpleBrowser2/SimpleBrowser2.lps delete mode 100644 demos/Lazarus_Windows/SimpleExternalPumpBrowser/SimpleExternalPumpBrowser.lps delete mode 100644 demos/Lazarus_Windows/SimpleOSRBrowser/SimpleOSRBrowser.lps delete mode 100644 demos/Lazarus_Windows/SimpleServer/SimpleServer.lps delete mode 100644 demos/Lazarus_Windows/SubProcess/SimpleBrowser.lps delete mode 100644 demos/Lazarus_Windows/SubProcess/SubProcess.lps delete mode 100644 demos/Lazarus_Windows/TabbedBrowser/TabBrowser.lps delete mode 100644 demos/Lazarus_Windows/TabbedBrowser2/TabbedBrowser2.lps delete mode 100644 demos/Lazarus_Windows/TinyBrowser/TinyBrowser.lps delete mode 100644 demos/Lazarus_Windows/TinyBrowser2/TinyBrowser2.lps delete mode 100644 demos/Lazarus_Windows/ToolBoxBrowser/ToolBoxBrowser.lps delete mode 100644 demos/Lazarus_Windows/ToolBoxBrowser2/ToolBoxBrowser2.lps delete mode 100644 demos/Lazarus_Windows/URLRequest/URLRequest.lps delete mode 100644 demos/Lazarus_Windows/WebpageSnapshot/WebpageSnapshot.lps diff --git a/.gitignore b/.gitignore index 67dbf6fd..57c5fbd9 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,9 @@ __history/ __recovery/ *.~* +# FPC / Lazarus +*.lps + # Castalia statistics file (since XE7 Castalia is distributed with Delphi) *.stat diff --git a/demos/Lazarus_Linux/ExternalPumpBrowser/ExternalPumpBrowser.lps b/demos/Lazarus_Linux/ExternalPumpBrowser/ExternalPumpBrowser.lps deleted file mode 100644 index f9855788..00000000 --- a/demos/Lazarus_Linux/ExternalPumpBrowser/ExternalPumpBrowser.lps +++ /dev/null @@ -1,520 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/MiniBrowser/MiniBrowser.lps b/demos/Lazarus_Linux/MiniBrowser/MiniBrowser.lps deleted file mode 100644 index cbd21af0..00000000 --- a/demos/Lazarus_Linux/MiniBrowser/MiniBrowser.lps +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/OSRExternalPumpBrowser/OSRExternalPumpBrowser.lps b/demos/Lazarus_Linux/OSRExternalPumpBrowser/OSRExternalPumpBrowser.lps deleted file mode 100644 index f6d22cdc..00000000 --- a/demos/Lazarus_Linux/OSRExternalPumpBrowser/OSRExternalPumpBrowser.lps +++ /dev/null @@ -1,950 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/OSRExternalPumpBrowser/OSRExternalPumpBrowser_sp.lps b/demos/Lazarus_Linux/OSRExternalPumpBrowser/OSRExternalPumpBrowser_sp.lps deleted file mode 100644 index 06e2ef3c..00000000 --- a/demos/Lazarus_Linux/OSRExternalPumpBrowser/OSRExternalPumpBrowser_sp.lps +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/PopupBrowser2/PopupBrowser2.lps b/demos/Lazarus_Linux/PopupBrowser2/PopupBrowser2.lps deleted file mode 100644 index 89bbacd2..00000000 --- a/demos/Lazarus_Linux/PopupBrowser2/PopupBrowser2.lps +++ /dev/null @@ -1,397 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/SimpleBrowser2/SimpleBrowser2.lps b/demos/Lazarus_Linux/SimpleBrowser2/SimpleBrowser2.lps deleted file mode 100644 index 1b100e43..00000000 --- a/demos/Lazarus_Linux/SimpleBrowser2/SimpleBrowser2.lps +++ /dev/null @@ -1,582 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/SimpleOSRBrowser/SimpleOSRBrowser.lps b/demos/Lazarus_Linux/SimpleOSRBrowser/SimpleOSRBrowser.lps deleted file mode 100644 index 5ddca961..00000000 --- a/demos/Lazarus_Linux/SimpleOSRBrowser/SimpleOSRBrowser.lps +++ /dev/null @@ -1,969 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/SubProcess/SubProcess.lps b/demos/Lazarus_Linux/SubProcess/SubProcess.lps deleted file mode 100644 index b783ee4a..00000000 --- a/demos/Lazarus_Linux/SubProcess/SubProcess.lps +++ /dev/null @@ -1,583 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/SubProcess/SubProcess_sp.lps b/demos/Lazarus_Linux/SubProcess/SubProcess_sp.lps deleted file mode 100644 index 84940e5c..00000000 --- a/demos/Lazarus_Linux/SubProcess/SubProcess_sp.lps +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/TabbedBrowser2/TabbedBrowser2.lps b/demos/Lazarus_Linux/TabbedBrowser2/TabbedBrowser2.lps deleted file mode 100644 index 262ffbfa..00000000 --- a/demos/Lazarus_Linux/TabbedBrowser2/TabbedBrowser2.lps +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Linux/TinyBrowser2/TinyBrowser2.lps b/demos/Lazarus_Linux/TinyBrowser2/TinyBrowser2.lps deleted file mode 100644 index 249d9c12..00000000 --- a/demos/Lazarus_Linux/TinyBrowser2/TinyBrowser2.lps +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/ConsoleBrowser2/ConsoleBrowser2.lps b/demos/Lazarus_Windows/ConsoleBrowser2/ConsoleBrowser2.lps deleted file mode 100644 index 77bdce0e..00000000 --- a/demos/Lazarus_Windows/ConsoleBrowser2/ConsoleBrowser2.lps +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/ConsoleBrowser2/ConsoleBrowser2_sp.lps b/demos/Lazarus_Windows/ConsoleBrowser2/ConsoleBrowser2_sp.lps deleted file mode 100644 index e300a581..00000000 --- a/demos/Lazarus_Windows/ConsoleBrowser2/ConsoleBrowser2_sp.lps +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/CookieVisitor/CookieVisitor.lps b/demos/Lazarus_Windows/CookieVisitor/CookieVisitor.lps deleted file mode 100644 index f178cf2a..00000000 --- a/demos/Lazarus_Windows/CookieVisitor/CookieVisitor.lps +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/CustomResourceBrowser/CRBrowser.lps b/demos/Lazarus_Windows/CustomResourceBrowser/CRBrowser.lps deleted file mode 100644 index 8da9a7e7..00000000 --- a/demos/Lazarus_Windows/CustomResourceBrowser/CRBrowser.lps +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/DOMVisitor/DOMVisitor.lps b/demos/Lazarus_Windows/DOMVisitor/DOMVisitor.lps deleted file mode 100644 index 1f2b7093..00000000 --- a/demos/Lazarus_Windows/DOMVisitor/DOMVisitor.lps +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/EditorBrowser/EditorBrowser.lps b/demos/Lazarus_Windows/EditorBrowser/EditorBrowser.lps deleted file mode 100644 index 35621ce2..00000000 --- a/demos/Lazarus_Windows/EditorBrowser/EditorBrowser.lps +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/ExternalPumpBrowser/ExternalPumpBrowser.lps b/demos/Lazarus_Windows/ExternalPumpBrowser/ExternalPumpBrowser.lps deleted file mode 100644 index f1a4ffc6..00000000 --- a/demos/Lazarus_Windows/ExternalPumpBrowser/ExternalPumpBrowser.lps +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/FullScreenBrowser/FullScreenBrowser.lps b/demos/Lazarus_Windows/FullScreenBrowser/FullScreenBrowser.lps deleted file mode 100644 index aa808093..00000000 --- a/demos/Lazarus_Windows/FullScreenBrowser/FullScreenBrowser.lps +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSDialog/JSDialogBrowser.lps b/demos/Lazarus_Windows/JavaScript/JSDialog/JSDialogBrowser.lps deleted file mode 100644 index 88083158..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSDialog/JSDialogBrowser.lps +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSEval/JSEval.lps b/demos/Lazarus_Windows/JavaScript/JSEval/JSEval.lps deleted file mode 100644 index 0add15ec..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSEval/JSEval.lps +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSExecutingFunctions/JSExecutingFunctions.lps b/demos/Lazarus_Windows/JavaScript/JSExecutingFunctions/JSExecutingFunctions.lps deleted file mode 100644 index bf5afc6a..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSExecutingFunctions/JSExecutingFunctions.lps +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSExtension/JSExtension.lps b/demos/Lazarus_Windows/JavaScript/JSExtension/JSExtension.lps deleted file mode 100644 index d97cb26c..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSExtension/JSExtension.lps +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSExtensionWithFunction/JSExtensionWithFunction.lps b/demos/Lazarus_Windows/JavaScript/JSExtensionWithFunction/JSExtensionWithFunction.lps deleted file mode 100644 index c766d655..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSExtensionWithFunction/JSExtensionWithFunction.lps +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSExtensionWithObjectParameter/JSExtensionWithObjectParameter.lps b/demos/Lazarus_Windows/JavaScript/JSExtensionWithObjectParameter/JSExtensionWithObjectParameter.lps deleted file mode 100644 index 725680cb..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSExtensionWithObjectParameter/JSExtensionWithObjectParameter.lps +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSSimpleExtension/JSSimpleExtension.lps b/demos/Lazarus_Windows/JavaScript/JSSimpleExtension/JSSimpleExtension.lps deleted file mode 100644 index 7064ab21..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSSimpleExtension/JSSimpleExtension.lps +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSSimpleWindowBinding/JSSimpleWindowBinding.lps b/demos/Lazarus_Windows/JavaScript/JSSimpleWindowBinding/JSSimpleWindowBinding.lps deleted file mode 100644 index 09f5c2e9..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSSimpleWindowBinding/JSSimpleWindowBinding.lps +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSWindowBindingSubProcess/JSSimpleWindowBinding.lps b/demos/Lazarus_Windows/JavaScript/JSWindowBindingSubProcess/JSSimpleWindowBinding.lps deleted file mode 100644 index 3e8e4b82..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSWindowBindingSubProcess/JSSimpleWindowBinding.lps +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSWindowBindingSubProcess/SubProcess.lps b/demos/Lazarus_Windows/JavaScript/JSWindowBindingSubProcess/SubProcess.lps deleted file mode 100644 index c4f0f1b1..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSWindowBindingSubProcess/SubProcess.lps +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSWindowBindingWithArrayBuffer/JSWindowBindingWithArrayBuffer.lps b/demos/Lazarus_Windows/JavaScript/JSWindowBindingWithArrayBuffer/JSWindowBindingWithArrayBuffer.lps deleted file mode 100644 index 43dcd774..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSWindowBindingWithArrayBuffer/JSWindowBindingWithArrayBuffer.lps +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSWindowBindingWithFunction/JSWindowBindingWithFunction.lps b/demos/Lazarus_Windows/JavaScript/JSWindowBindingWithFunction/JSWindowBindingWithFunction.lps deleted file mode 100644 index 6066e27d..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSWindowBindingWithFunction/JSWindowBindingWithFunction.lps +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/JavaScript/JSWindowBindingWithObject/JSWindowBindingWithObject.lps b/demos/Lazarus_Windows/JavaScript/JSWindowBindingWithObject/JSWindowBindingWithObject.lps deleted file mode 100644 index 592a7b77..00000000 --- a/demos/Lazarus_Windows/JavaScript/JSWindowBindingWithObject/JSWindowBindingWithObject.lps +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/MediaRouter/MediaRouter.lps b/demos/Lazarus_Windows/MediaRouter/MediaRouter.lps deleted file mode 100644 index 30f38602..00000000 --- a/demos/Lazarus_Windows/MediaRouter/MediaRouter.lps +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/MiniBrowser/MiniBrowser.lps b/demos/Lazarus_Windows/MiniBrowser/MiniBrowser.lps deleted file mode 100644 index 810bafed..00000000 --- a/demos/Lazarus_Windows/MiniBrowser/MiniBrowser.lps +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/OAuth2Tester/OAuth2Tester.lps b/demos/Lazarus_Windows/OAuth2Tester/OAuth2Tester.lps deleted file mode 100644 index cd8eb8d5..00000000 --- a/demos/Lazarus_Windows/OAuth2Tester/OAuth2Tester.lps +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/OSRExternalPumpBrowser/OSRExternalPumpBrowser.lps b/demos/Lazarus_Windows/OSRExternalPumpBrowser/OSRExternalPumpBrowser.lps deleted file mode 100644 index fc8dc60b..00000000 --- a/demos/Lazarus_Windows/OSRExternalPumpBrowser/OSRExternalPumpBrowser.lps +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/PopupBrowser/PopupBrowser.lps b/demos/Lazarus_Windows/PopupBrowser/PopupBrowser.lps deleted file mode 100644 index 1261c5e6..00000000 --- a/demos/Lazarus_Windows/PopupBrowser/PopupBrowser.lps +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/PopupBrowser2/PopupBrowser2.lps b/demos/Lazarus_Windows/PopupBrowser2/PopupBrowser2.lps deleted file mode 100644 index 612ac7e5..00000000 --- a/demos/Lazarus_Windows/PopupBrowser2/PopupBrowser2.lps +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/PostInspectorBrowser/PostInspectorBrowser.lps b/demos/Lazarus_Windows/PostInspectorBrowser/PostInspectorBrowser.lps deleted file mode 100644 index 98b47f71..00000000 --- a/demos/Lazarus_Windows/PostInspectorBrowser/PostInspectorBrowser.lps +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/SchemeRegistrationBrowser/SchemeRegistrationBrowser.lps b/demos/Lazarus_Windows/SchemeRegistrationBrowser/SchemeRegistrationBrowser.lps deleted file mode 100644 index 345ee13a..00000000 --- a/demos/Lazarus_Windows/SchemeRegistrationBrowser/SchemeRegistrationBrowser.lps +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/SimpleBrowser/SimpleBrowser.lps b/demos/Lazarus_Windows/SimpleBrowser/SimpleBrowser.lps deleted file mode 100644 index 451133ea..00000000 --- a/demos/Lazarus_Windows/SimpleBrowser/SimpleBrowser.lps +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/SimpleBrowser2/SimpleBrowser2.lps b/demos/Lazarus_Windows/SimpleBrowser2/SimpleBrowser2.lps deleted file mode 100644 index 77bbd154..00000000 --- a/demos/Lazarus_Windows/SimpleBrowser2/SimpleBrowser2.lps +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/SimpleExternalPumpBrowser/SimpleExternalPumpBrowser.lps b/demos/Lazarus_Windows/SimpleExternalPumpBrowser/SimpleExternalPumpBrowser.lps deleted file mode 100644 index 25172f9d..00000000 --- a/demos/Lazarus_Windows/SimpleExternalPumpBrowser/SimpleExternalPumpBrowser.lps +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/SimpleOSRBrowser/SimpleOSRBrowser.lps b/demos/Lazarus_Windows/SimpleOSRBrowser/SimpleOSRBrowser.lps deleted file mode 100644 index b5540284..00000000 --- a/demos/Lazarus_Windows/SimpleOSRBrowser/SimpleOSRBrowser.lps +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/SimpleServer/SimpleServer.lps b/demos/Lazarus_Windows/SimpleServer/SimpleServer.lps deleted file mode 100644 index c5d8a119..00000000 --- a/demos/Lazarus_Windows/SimpleServer/SimpleServer.lps +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/SubProcess/SimpleBrowser.lps b/demos/Lazarus_Windows/SubProcess/SimpleBrowser.lps deleted file mode 100644 index 867a77c5..00000000 --- a/demos/Lazarus_Windows/SubProcess/SimpleBrowser.lps +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/SubProcess/SubProcess.lps b/demos/Lazarus_Windows/SubProcess/SubProcess.lps deleted file mode 100644 index 3f2a5f57..00000000 --- a/demos/Lazarus_Windows/SubProcess/SubProcess.lps +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/TabbedBrowser/TabBrowser.lps b/demos/Lazarus_Windows/TabbedBrowser/TabBrowser.lps deleted file mode 100644 index 3314435d..00000000 --- a/demos/Lazarus_Windows/TabbedBrowser/TabBrowser.lps +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/TabbedBrowser2/TabbedBrowser2.lps b/demos/Lazarus_Windows/TabbedBrowser2/TabbedBrowser2.lps deleted file mode 100644 index c5122fa8..00000000 --- a/demos/Lazarus_Windows/TabbedBrowser2/TabbedBrowser2.lps +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/TinyBrowser/TinyBrowser.lps b/demos/Lazarus_Windows/TinyBrowser/TinyBrowser.lps deleted file mode 100644 index 32fe548b..00000000 --- a/demos/Lazarus_Windows/TinyBrowser/TinyBrowser.lps +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/TinyBrowser2/TinyBrowser2.lps b/demos/Lazarus_Windows/TinyBrowser2/TinyBrowser2.lps deleted file mode 100644 index 225847dc..00000000 --- a/demos/Lazarus_Windows/TinyBrowser2/TinyBrowser2.lps +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/ToolBoxBrowser/ToolBoxBrowser.lps b/demos/Lazarus_Windows/ToolBoxBrowser/ToolBoxBrowser.lps deleted file mode 100644 index 2466db11..00000000 --- a/demos/Lazarus_Windows/ToolBoxBrowser/ToolBoxBrowser.lps +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/ToolBoxBrowser2/ToolBoxBrowser2.lps b/demos/Lazarus_Windows/ToolBoxBrowser2/ToolBoxBrowser2.lps deleted file mode 100644 index d746220a..00000000 --- a/demos/Lazarus_Windows/ToolBoxBrowser2/ToolBoxBrowser2.lps +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/URLRequest/URLRequest.lps b/demos/Lazarus_Windows/URLRequest/URLRequest.lps deleted file mode 100644 index c223cfad..00000000 --- a/demos/Lazarus_Windows/URLRequest/URLRequest.lps +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/Lazarus_Windows/WebpageSnapshot/WebpageSnapshot.lps b/demos/Lazarus_Windows/WebpageSnapshot/WebpageSnapshot.lps deleted file mode 100644 index b16a8c4b..00000000 --- a/demos/Lazarus_Windows/WebpageSnapshot/WebpageSnapshot.lps +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -