desktop_window icon indicating copy to clipboard operation
desktop_window copied to clipboard

Rename fullscreen to maximize in next major release & add kiosk functions

Open JustusFluegel opened this issue 3 years ago • 1 comments

the current setFullscreen works more like a .maximize() so I think we should call it that too. Behavour should be .maximize() = .toggleFullScreen() and .maximise(true) = .setFullScreen(true) and .maximize(false) = .setFullscreen(false). .isMaximized should be a getter for .getFullScreen();

the current fullcreen on Linux should be replaced with a maximize implementation and on macos .kioskMode(bool kioskMode) should do the same as maximize, but on Linux and Windows it should make the window fullscreen without any menu bars or the taskbar.

JustusFluegel avatar Jun 26 '21 22:06 JustusFluegel

Thankful someone tried to tackle this, but calling a maximized window 'fullscreen' is pretty farcical.

seanocali avatar Oct 21 '21 04:10 seanocali