From d60cc830ddca613a13e42151112d47502e8c1de9 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 11 Mar 2021 08:08:45 -0500 Subject: [PATCH] earlier note about jAppleMenubar --- core/todo.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 51ed8dec8..70bb06738 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,12 @@ 1273 (4.0a4) +_ why does japplemenubar.JAppleMenuBar.hide(); still work? +_ it calls SetSystemUIMode, which is part of Carbon (which was removed in Catalina) +_ https://github.com/kritzikratzi/jAppleMenuBar/blob/master/src/native/jAppleMenuBar.m +_ setPresentationOptions() seems to be the Cocoa equivalent +_ https://www.cocoawithlove.com/2009/08/animating-window-to-fullscreen-on-mac.html +_ https://bugzilla.mozilla.org/attachment.cgi?id=8616917&action=diff +_ https://www.philipp.haussleiter.de/2012/09/building-native-macos-apps-with-java/ fixed in 4.x (close/lock these 3.x issues with final 4.0 release) X AppKit errors from P2D/P3D