The Flagship http://ardour.org
Go to file
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
MSVCMixbus3
MSVCardour3
MSVCvst_scan
doc
gtk2_ardour macOS provides z-axis stacking for Dialogs 2024-04-04 22:50:26 +02:00
headless
libs macOS: fix crash when trying to enter fullscreen while already in fullscreen 2024-04-10 20:41:49 +02:00
luasession
msvc_extra_headers
session_utils
share Add example script to exercise Plugin Properties 2024-03-24 23:09:53 +01:00
tools Ardour non longer uses gtk modules 2024-04-04 17:06:22 +02:00
.dir-locals.el
.gitattributes
.gitignore
COPYING
PACKAGER_README
README
README-GITHUB.txt
TRANSLATORS
ardour.1
nutempo-todo todo list text for nutempo-related tasks 2021-08-16 13:41:49 -06:00
system_config
waf
wscript Work around itstools bug #9648 2024-03-04 14:27:23 +01:00

README

Please see the Ardour web site at https://ardour.org/ for all documentation..

For information on building ardour: 
      
     https://ardour.org/development.html