| LOW | bench/src/utils.rs | 1 | // Copyright 2019-2024 Tauri Programme within The Commons Conservancy |
| LOW | crates/tauri-codegen/src/embedded_assets.rs | 61 | |
| LOW | crates/tauri-runtime-wry/src/window/mod.rs | 21 | /// Enable or disable the window |
| LOW | crates/tauri-runtime/src/monitor.rs | 1 | // Copyright 2019-2024 Tauri Programme within The Commons Conservancy |
| LOW | crates/tauri-runtime/src/lib.rs | 81 | #[serde(tag = "type")] |
| LOW | crates/tauri-runtime/src/lib.rs | 121 | /// Failed to create webview. |
| LOW | crates/tauri-runtime/src/lib.rs | 141 | #[error("invalid icon: {0}")] |
| LOW | crates/tauri-runtime/src/lib.rs | 221 | /// Emitted when all of the event loop's input events have been processed and redraw processing is about to begin. |
| LOW | crates/tauri-runtime/src/lib.rs | 341 | /// Change the device event filter mode. |
| LOW | crates/tauri-runtime/src/lib.rs | 481 | #[cfg_attr(docsrs, doc(cfg(target_os = "macos")))] |
| LOW | crates/tauri-runtime/src/lib.rs | 601 | ) -> Result<()>; |
| LOW | crates/tauri-runtime/src/lib.rs | 621 | /// Set a cookie for the webview. |
| LOW | crates/tauri-runtime/src/lib.rs | 701 | /// Gets the window's native maximize button state. |
| LOW | crates/tauri-runtime/src/lib.rs | 721 | |
| LOW | crates/tauri-runtime/src/lib.rs | 821 | fn set_enabled(&self, enabled: bool) -> Result<()>; |
| LOW | crates/tauri-runtime/src/lib.rs | 941 | |
| LOW | crates/tauri-runtime/src/lib.rs | 961 | /// - **iOS:** iOS expects i32, if the value is larger than i32::MAX, it will be clamped to i32::MAX. |
| LOW | crates/tauri-runtime/src/lib.rs | 981 | /// |
| LOW | crates/tauri-runtime/src/window.rs | 41 | Destroyed, |
| LOW | crates/tauri-runtime/src/window.rs | 61 | /// The system window theme has changed. |
| LOW | crates/tauri-runtime/src/window.rs | 81 | /// - **iOS**: This is triggered by `applicationWillEnterForeground` method of the UIApplicationDelegate. |
| LOW | crates/tauri-runtime/src/window.rs | 121 | /// Describes the appearance of the mouse cursor. |
| LOW | crates/tauri-runtime/src/window.rs | 241 | /// |
| LOW | crates/tauri-runtime/src/window.rs | 281 | |
| LOW | crates/tauri-runtime/src/window.rs | 301 | /// ## Platform-specific |
| LOW | crates/tauri-runtime/src/window.rs | 321 | |
| LOW | crates/tauri-runtime/src/window.rs | 401 | /// Set the window background color. |
| LOW | crates/tauri-runtime/src/window.rs | 421 | /// - The system automatically destroys an owned window when its owner is destroyed. |
| LOW | crates/tauri-runtime/src/window.rs | 461 | |
| LOW | crates/tauri-runtime/src/window.rs | 501 | /// The name of the activity to create for this webview window. |
| LOW | crates/tauri-runtime/src/webview.rs | 101 | target_os = "netbsd", |
| LOW | crates/tauri-runtime/src/webview.rs | 161 | /// Response for the new window request handler. |
| LOW | crates/tauri-runtime/src/webview.rs | 181 | /// - **Windows**: This option must be given the same value for all webviews that target the same data directory. |
| LOW | crates/tauri-runtime/src/webview.rs | 381 | /// |
| LOW | crates/tauri-runtime/src/webview.rs | 561 | } |
| LOW | crates/tauri-runtime/src/webview.rs | 581 | pub fn initialization_script(mut self, script: impl Into<String>) -> Self { |
| LOW | crates/tauri-runtime/src/webview.rs | 701 | /// - **MacOS / Linux**: Injects a polyfill that zooms in and out with `ctrl/command` + `-/=`, |
| LOW | crates/tauri-runtime/src/webview.rs | 721 | } |
| LOW | crates/tauri-runtime/src/webview.rs | 741 | /// |
| LOW | crates/tauri-runtime/src/webview.rs | 761 | self |
| LOW | crates/tauri-runtime/src/webview.rs | 781 | /// See https://docs.rs/objc2-web-kit/latest/objc2_web_kit/struct.WKWebView.html#method.allowsLinkPreview |
| LOW | crates/tauri-runtime/src/webview.rs | 801 | /// - **Linux / Windows / Android**: Unsupported. Workarounds like a pending WebLock transaction might suffice. |
| LOW | crates/tauri-runtime/src/webview.rs | 821 | /// and does nothing on older versions. |
| LOW | crates/tauri-runtime/src/webview.rs | 841 | /// ## Platform-specific |
| LOW | crates/tauri-build/src/lib.rs | 221 | /// ```text |
| LOW | crates/tauri-build/src/lib.rs | 281 | .replace(window_icon_path.as_ref().into()); |
| LOW | crates/tauri-build/src/lib.rs | 301 | /// version="6.0.0.0" |
| LOW | crates/tauri-build/src/lib.rs | 321 | /// <requestedPrivileges> |
| LOW | crates/tauri-build/src/lib.rs | 441 | /// |
| LOW | crates/tauri-build/src/codegen/context.rs | 41 | /// Set the path to the `tauri.conf.json` (relative to the package's directory). |
| LOW | crates/tauri-plugin/src/runtime.rs | 1 | // Copyright 2019-2024 Tauri Programme within The Commons Conservancy |
| LOW | crates/tauri-plugin/src/lib.rs | 21 | #[cfg(feature = "runtime")] |
| LOW | crates/tauri/src/error.rs | 41 | #[error("a webview with label `{0}` already exists")] |
| LOW | crates/tauri/src/error.rs | 61 | /// Encountered an error in the setup hook, |
| LOW | crates/tauri/src/error.rs | 81 | /// Invalid glob pattern. |
| LOW | crates/tauri/src/error.rs | 101 | Menu(#[from] muda::Error), |
| LOW | crates/tauri/src/error.rs | 121 | NoExtension, |
| LOW | crates/tauri/src/error.rs | 141 | BadResourceId(crate::resources::ResourceId), |
| LOW | crates/tauri/src/lib.rs | 1 | // Copyright 2019-2024 Tauri Programme within The Commons Conservancy |
| LOW | crates/tauri/src/lib.rs | 21 | //! - **linux-libxdo**: Enables linking to libxdo which enables Cut, Copy, Paste and SelectAll menu items to work on Lin |
| 543 more matches not shown… |