mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
* refactor: make api::Clipboard::GetClipboardBuffer() private * refactor: move GetClipboadBuffer() into anonymous namespace * refactor: use gin::Arguments in BaseWindow::MoveAbove() refactor: use gin::Arguments in BaseWindow::SetAlwaysOnTop() refactor: use gin::Arguments in BaseWindow::SetIgnoreMouseEvent() * refactor: use gin::Arguments in BaseWindow::SetProgresBar() * refactor: use gin::Arguments in BaseWindow::SetVisibleOnAllWorkspaces() * refactor: use gin::Arguments in BaseWindow::SetVibrancy() * refactor: use gin::Arguments in BaseWindow::SetAspectRatio() * refactor: use gin::Arguments in BaseWindow::PreviewFile() * refactor: use gin::Arguments in BaseWindow::SetThumbarButtons() * refactor: use gin::Arguments in BaseWindow::SetBounds() * refactor: use gin::Arguments in BaseWindow::SetContentBounds() * refactor: use gin::Arguments in BaseWindow::SetSize() * refactor: use gin::Arguments in BaseWindow::SetContentSize() * refactor: use gin::Arguments in BaseWindow::SetSheetOffset() * refactor: use gin::Arguments in BaseWindow::SetPosition() * refactor: use gin::Arguments in BaseWindow::AddTabbedWindow() * refactor: use gin::Arguments in BaseWindow::SetParentWindow() * refactor: use gin::Arguments in BaseWindow::BaseWindow() * refactor: use gin::Arguments in BaseWindow::SetAccentColor() * refactor: use gin::Arguments in BaseWindow::SetTitleBarOverlay()