ardour/libs/tk
Robin Gareus fe7fd146aa macOS: fix crash when trying to enter fullscreen while already in fullscreen
YDK2 uses SetSystemUIMode() for fullscreen. This also uses space
otherwise reserved for the menu bar at the top, and is apparently
preferable for Ardour's UI.

However when a user manually enters fullscreen using the window
title-bar's green button (NSWindow toggleFullScreen). YDK will crash
when the user then also tries to use YDK's fullscreen mode:

```
NSWindowStyleMaskFullScreen cleared on a window outside of a full screen transition.
called from
  [NSWindow setStyleMask:]
  gdk_window_set_decorations
  gdk_window_fullscreen
```

Ideally we'd set NSApp presentation flags so that the toplevel window
would allow one to zoom (maximize), but not to enter fullscreen. Like it
used to be on OSX. It is unclear how to achieve this on macOS for
resizable windows, short of marking the top-level window a dialog or
utility window.
2024-04-10 20:41:49 +02:00
..
suil
ydk macOS: fix crash when trying to enter fullscreen while already in fullscreen 2024-04-10 20:41:49 +02:00
ydk-pixbuf Fix thinko in bda7041643 2024-04-04 17:32:50 +02:00
ydkmm
ytk YTK: remove unused code 2024-03-18 22:02:54 +01:00
ytkmm YTK: do no parse gtkrc and theme files 2024-01-14 20:28:43 +01:00
ztk
ztkmm