src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m
author mhalder
Wed, 16 Jan 2019 23:56:32 +0530
changeset 53358 659b004b6a1b
parent 52757 3c4c1debe32c
child 53360 58e25974ede4
permissions -rw-r--r--
8215280: Double click on titlebar not working for Frame with extended state set to MAXIMIZED_BOTH Reviewed-by: serb, kaddepalli
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     1
/*
53358
659b004b6a1b 8215280: Double click on titlebar not working for Frame with extended state set to MAXIMIZED_BOTH
mhalder
parents: 52757
diff changeset
     2
 * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     4
 *
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    10
 *
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    15
 * accompanied this code).
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    16
 *
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    20
 *
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    23
 * questions.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    24
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    25
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    26
#import <Cocoa/Cocoa.h>
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    27
#import <JavaNativeFoundation/JavaNativeFoundation.h>
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    28
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    29
#import "sun_lwawt_macosx_CPlatformWindow.h"
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    30
#import "com_apple_eawt_event_GestureHandler.h"
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    31
#import "com_apple_eawt_FullScreenHandler.h"
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
    32
#import "ApplicationDelegate.h"
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    33
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    34
#import "AWTWindow.h"
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    35
#import "AWTView.h"
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    36
#import "GeomUtilities.h"
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    37
#import "ThreadUtilities.h"
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    38
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    39
#define MASK(KEY) \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    40
    (sun_lwawt_macosx_CPlatformWindow_ ## KEY)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    41
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    42
#define IS(BITS, KEY) \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    43
    ((BITS & MASK(KEY)) != 0)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    44
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    45
#define SET(BITS, KEY, VALUE) \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    46
    BITS = VALUE ? BITS | MASK(KEY) : BITS & ~MASK(KEY)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    47
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    48
static JNF_CLASS_CACHE(jc_CPlatformWindow, "sun/lwawt/macosx/CPlatformWindow");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    49
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
    50
// Cocoa windowDidBecomeKey/windowDidResignKey notifications
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
    51
// doesn't provide information about "opposite" window, so we
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
    52
// have to do a bit of tracking. This variable points to a window
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
    53
// which had been the key window just before a new key window
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
    54
// was set. It would be nil if the new key window isn't an AWT
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
    55
// window or the app currently has no key window.
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
    56
static AWTWindow* lastKeyWindow = nil;
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
    57
39511
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
    58
// This variable contains coordinates of a window's top left
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
    59
// which was positioned via java.awt.Window.setLocationByPlatform.
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
    60
// It would be NSZeroPoint if 'Location by Platform' is not used.
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
    61
static NSPoint lastTopLeftPoint;
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
    62
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    63
// --------------------------------------------------------------
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    64
// NSWindow/NSPanel descendants implementation
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    65
#define AWT_NS_WINDOW_IMPLEMENTATION                            \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    66
- (id) initWithDelegate:(AWTWindow *)delegate                   \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    67
              frameRect:(NSRect)contectRect                     \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    68
              styleMask:(NSUInteger)styleMask                   \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    69
            contentView:(NSView *)view                          \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    70
{                                                               \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    71
    self = [super initWithContentRect:contectRect               \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    72
                            styleMask:styleMask                 \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    73
                              backing:NSBackingStoreBuffered    \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    74
                                defer:NO];                      \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    75
                                                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    76
    if (self == nil) return nil;                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    77
                                                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    78
    [self setDelegate:delegate];                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    79
    [self setContentView:view];                                 \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    80
    [self setInitialFirstResponder:view];                       \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    81
    [self setReleasedWhenClosed:NO];                            \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    82
    [self setPreservesContentDuringLiveResize:YES];             \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    83
                                                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    84
    return self;                                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    85
}                                                               \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    86
                                                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    87
/* NSWindow overrides */                                        \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    88
- (BOOL) canBecomeKeyWindow {                                   \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    89
    return [(AWTWindow*)[self delegate] canBecomeKeyWindow];    \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    90
}                                                               \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    91
                                                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    92
- (BOOL) canBecomeMainWindow {                                  \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    93
    return [(AWTWindow*)[self delegate] canBecomeMainWindow];   \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    94
}                                                               \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    95
                                                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    96
- (BOOL) worksWhenModal {                                       \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    97
    return [(AWTWindow*)[self delegate] worksWhenModal];        \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    98
}                                                               \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
    99
                                                                \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   100
- (void)sendEvent:(NSEvent *)event {                            \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   101
    [(AWTWindow*)[self delegate] sendEvent:event];              \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   102
    [super sendEvent:event];                                    \
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   103
}
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   104
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   105
@implementation AWTWindow_Normal
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   106
AWT_NS_WINDOW_IMPLEMENTATION
28227
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   107
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   108
// Gesture support
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   109
- (void)postGesture:(NSEvent *)event as:(jint)type a:(jdouble)a b:(jdouble)b {
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   110
    AWT_ASSERT_APPKIT_THREAD;
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   111
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   112
    JNIEnv *env = [ThreadUtilities getJNIEnv];
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   113
    jobject platformWindow = [((AWTWindow *)self.delegate).javaPlatformWindow jObjectWithEnv:env];
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   114
    if (platformWindow != NULL) {
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   115
        // extract the target AWT Window object out of the CPlatformWindow
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   116
        static JNF_MEMBER_CACHE(jf_target, jc_CPlatformWindow, "target", "Ljava/awt/Window;");
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   117
        jobject awtWindow = JNFGetObjectField(env, platformWindow, jf_target);
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   118
        if (awtWindow != NULL) {
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   119
            // translate the point into Java coordinates
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   120
            NSPoint loc = [event locationInWindow];
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   121
            loc.y = [self frame].size.height - loc.y;
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   122
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   123
            // send up to the GestureHandler to recursively dispatch on the AWT event thread
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   124
            static JNF_CLASS_CACHE(jc_GestureHandler, "com/apple/eawt/event/GestureHandler");
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   125
            static JNF_STATIC_MEMBER_CACHE(sjm_handleGestureFromNative, jc_GestureHandler, "handleGestureFromNative", "(Ljava/awt/Window;IDDDD)V");
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   126
            JNFCallStaticVoidMethod(env, sjm_handleGestureFromNative, awtWindow, type, (jdouble)loc.x, (jdouble)loc.y, (jdouble)a, (jdouble)b);
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   127
            (*env)->DeleteLocalRef(env, awtWindow);
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   128
        }
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   129
        (*env)->DeleteLocalRef(env, platformWindow);
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   130
    }
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   131
}
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   132
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   133
- (void)beginGestureWithEvent:(NSEvent *)event {
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   134
    [self postGesture:event
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   135
                   as:com_apple_eawt_event_GestureHandler_PHASE
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   136
                    a:-1.0
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   137
                    b:0.0];
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   138
}
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   139
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   140
- (void)endGestureWithEvent:(NSEvent *)event {
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   141
    [self postGesture:event
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   142
                   as:com_apple_eawt_event_GestureHandler_PHASE
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   143
                    a:1.0
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   144
                    b:0.0];
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   145
}
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   146
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   147
- (void)magnifyWithEvent:(NSEvent *)event {
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   148
    [self postGesture:event
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   149
                   as:com_apple_eawt_event_GestureHandler_MAGNIFY
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   150
                    a:[event magnification]
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   151
                    b:0.0];
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   152
}
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   153
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   154
- (void)rotateWithEvent:(NSEvent *)event {
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   155
    [self postGesture:event
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   156
                   as:com_apple_eawt_event_GestureHandler_ROTATE
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   157
                    a:[event rotation]
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   158
                    b:0.0];
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   159
}
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   160
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   161
- (void)swipeWithEvent:(NSEvent *)event {
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   162
    [self postGesture:event
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   163
                   as:com_apple_eawt_event_GestureHandler_SWIPE
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   164
                    a:[event deltaX]
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   165
                    b:[event deltaY]];
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   166
}
157ebec4d375 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis
parents: 26751
diff changeset
   167
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   168
@end
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   169
@implementation AWTWindow_Panel
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   170
AWT_NS_WINDOW_IMPLEMENTATION
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   171
@end
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   172
// END of NSWindow/NSPanel descendants implementation
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   173
// --------------------------------------------------------------
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   174
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   175
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   176
@implementation AWTWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   177
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   178
@synthesize nsWindow;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   179
@synthesize javaPlatformWindow;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   180
@synthesize javaMenuBar;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   181
@synthesize javaMinSize;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   182
@synthesize javaMaxSize;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   183
@synthesize styleBits;
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   184
@synthesize isEnabled;
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   185
@synthesize ownerWindow;
21282
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
   186
@synthesize preFullScreenLevel;
30944
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
   187
@synthesize standardFrame;
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   188
@synthesize isMinimizing;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   189
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   190
- (void) updateMinMaxSize:(BOOL)resizable {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   191
    if (resizable) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   192
        [self.nsWindow setMinSize:self.javaMinSize];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   193
        [self.nsWindow setMaxSize:self.javaMaxSize];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   194
    } else {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   195
        NSRect currentFrame = [self.nsWindow frame];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   196
        [self.nsWindow setMinSize:currentFrame.size];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   197
        [self.nsWindow setMaxSize:currentFrame.size];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   198
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   199
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   200
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   201
// creates a new NSWindow style mask based on the _STYLE_PROP_BITMASK bits
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   202
+ (NSUInteger) styleMaskForStyleBits:(jint)styleBits {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   203
    NSUInteger type = 0;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   204
    if (IS(styleBits, DECORATED)) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   205
        type |= NSTitledWindowMask;
52747
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
   206
        if (IS(styleBits, CLOSEABLE))            type |= NSClosableWindowMask;
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
   207
        if (IS(styleBits, MINIMIZABLE))          type |= NSMiniaturizableWindowMask;
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
   208
        if (IS(styleBits, RESIZABLE))            type |= NSResizableWindowMask;
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
   209
        if (IS(styleBits, FULL_WINDOW_CONTENT))  type |= NSFullSizeContentViewWindowMask;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   210
    } else {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   211
        type |= NSBorderlessWindowMask;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   212
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   213
12177
7b84ed7d0efa 7150349: [macosx] Applets attempting to show popup menus activate the applet process
dcherepanov
parents: 12047
diff changeset
   214
    if (IS(styleBits, TEXTURED))      type |= NSTexturedBackgroundWindowMask;
7b84ed7d0efa 7150349: [macosx] Applets attempting to show popup menus activate the applet process
dcherepanov
parents: 12047
diff changeset
   215
    if (IS(styleBits, UNIFIED))       type |= NSUnifiedTitleAndToolbarWindowMask;
7b84ed7d0efa 7150349: [macosx] Applets attempting to show popup menus activate the applet process
dcherepanov
parents: 12047
diff changeset
   216
    if (IS(styleBits, UTILITY))       type |= NSUtilityWindowMask;
7b84ed7d0efa 7150349: [macosx] Applets attempting to show popup menus activate the applet process
dcherepanov
parents: 12047
diff changeset
   217
    if (IS(styleBits, HUD))           type |= NSHUDWindowMask;
52527
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   218
    if (IS(styleBits, SHEET))         type |= NSWindowStyleMaskDocModalWindow;
12177
7b84ed7d0efa 7150349: [macosx] Applets attempting to show popup menus activate the applet process
dcherepanov
parents: 12047
diff changeset
   219
    if (IS(styleBits, NONACTIVATING)) type |= NSNonactivatingPanelMask;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   220
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   221
    return type;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   222
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   223
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   224
// updates _METHOD_PROP_BITMASK based properties on the window
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   225
- (void) setPropertiesForStyleBits:(jint)bits mask:(jint)mask {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   226
    if (IS(mask, RESIZABLE)) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   227
        BOOL resizable = IS(bits, RESIZABLE);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   228
        [self updateMinMaxSize:resizable];
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   229
        [self.nsWindow setShowsResizeIndicator:resizable];
14648
2ef7c7edb4b0 7193214: Consider simplifying CPlatformWindow.setResizable()
serb
parents: 14311
diff changeset
   230
        // Zoom button should be disabled, if the window is not resizable,
2ef7c7edb4b0 7193214: Consider simplifying CPlatformWindow.setResizable()
serb
parents: 14311
diff changeset
   231
        // otherwise button should be restored to initial state.
2ef7c7edb4b0 7193214: Consider simplifying CPlatformWindow.setResizable()
serb
parents: 14311
diff changeset
   232
        BOOL zoom = resizable && IS(bits, ZOOMABLE);
2ef7c7edb4b0 7193214: Consider simplifying CPlatformWindow.setResizable()
serb
parents: 14311
diff changeset
   233
        [[self.nsWindow standardWindowButton:NSWindowZoomButton] setEnabled:zoom];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   234
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   235
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   236
    if (IS(mask, HAS_SHADOW)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   237
        [self.nsWindow setHasShadow:IS(bits, HAS_SHADOW)];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   238
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   239
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   240
    if (IS(mask, ZOOMABLE)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   241
        [[self.nsWindow standardWindowButton:NSWindowZoomButton] setEnabled:IS(bits, ZOOMABLE)];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   242
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   243
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   244
    if (IS(mask, ALWAYS_ON_TOP)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   245
        [self.nsWindow setLevel:IS(bits, ALWAYS_ON_TOP) ? NSFloatingWindowLevel : NSNormalWindowLevel];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   246
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   247
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   248
    if (IS(mask, HIDES_ON_DEACTIVATE)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   249
        [self.nsWindow setHidesOnDeactivate:IS(bits, HIDES_ON_DEACTIVATE)];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   250
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   251
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   252
    if (IS(mask, DRAGGABLE_BACKGROUND)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   253
        [self.nsWindow setMovableByWindowBackground:IS(bits, DRAGGABLE_BACKGROUND)];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   254
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   255
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   256
    if (IS(mask, DOCUMENT_MODIFIED)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   257
        [self.nsWindow setDocumentEdited:IS(bits, DOCUMENT_MODIFIED)];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   258
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   259
13777
c94cf7e1bac2 7197320: [macosx] Full Screen option missing when Window.documentModified
alexsch
parents: 13647
diff changeset
   260
    if (IS(mask, FULLSCREENABLE) && [self.nsWindow respondsToSelector:@selector(toggleFullScreen:)]) {
c94cf7e1bac2 7197320: [macosx] Full Screen option missing when Window.documentModified
alexsch
parents: 13647
diff changeset
   261
        if (IS(bits, FULLSCREENABLE)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   262
            [self.nsWindow setCollectionBehavior:(1 << 7) /*NSWindowCollectionBehaviorFullScreenPrimary*/];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   263
        } else {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   264
            [self.nsWindow setCollectionBehavior:NSWindowCollectionBehaviorDefault];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   265
        }
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   266
    }
52747
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
   267
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
   268
    if (IS(mask, TRANSPARENT_TITLE_BAR) && [self.nsWindow respondsToSelector:@selector(setTitlebarAppearsTransparent:)]) {
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
   269
        [self.nsWindow setTitlebarAppearsTransparent:IS(bits, TRANSPARENT_TITLE_BAR)];
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
   270
    }
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   271
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   272
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   273
- (id) initWithPlatformWindow:(JNFWeakJObjectWrapper *)platformWindow
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   274
                  ownerWindow:owner
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   275
                    styleBits:(jint)bits
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   276
                    frameRect:(NSRect)rect
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   277
                  contentView:(NSView *)view
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   278
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   279
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   280
52527
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   281
    NSUInteger newBits = bits;
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   282
    if (IS(bits, SHEET) && owner == nil) {
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   283
        newBits = bits & ~NSWindowStyleMaskDocModalWindow;
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   284
    }
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   285
    NSUInteger styleMask = [AWTWindow styleMaskForStyleBits:newBits];
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   286
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   287
    NSRect contentRect = rect; //[NSWindow contentRectForFrameRect:rect styleMask:styleMask];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   288
    if (contentRect.size.width <= 0.0) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   289
        contentRect.size.width = 1.0;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   290
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   291
    if (contentRect.size.height <= 0.0) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   292
        contentRect.size.height = 1.0;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   293
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   294
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   295
    self = [super init];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   296
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   297
    if (self == nil) return nil; // no hope
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   298
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   299
    if (IS(bits, UTILITY) ||
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   300
        IS(bits, NONACTIVATING) ||
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   301
        IS(bits, HUD) ||
52527
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   302
        IS(bits, HIDES_ON_DEACTIVATE) ||
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   303
        IS(bits, SHEET))
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   304
    {
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   305
        self.nsWindow = [[AWTWindow_Panel alloc] initWithDelegate:self
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   306
                            frameRect:contentRect
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   307
                            styleMask:styleMask
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   308
                          contentView:view];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   309
    }
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   310
    else
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   311
    {
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   312
        // These windows will appear in the window list in the dock icon menu
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   313
        self.nsWindow = [[AWTWindow_Normal alloc] initWithDelegate:self
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   314
                            frameRect:contentRect
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   315
                            styleMask:styleMask
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   316
                          contentView:view];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   317
    }
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   318
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   319
    if (self.nsWindow == nil) return nil; // no hope either
13009
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
   320
    [self.nsWindow release]; // the property retains the object already
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   321
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   322
    self.isEnabled = YES;
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   323
    self.isMinimizing = NO;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   324
    self.javaPlatformWindow = platformWindow;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   325
    self.styleBits = bits;
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   326
    self.ownerWindow = owner;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   327
    [self setPropertiesForStyleBits:styleBits mask:MASK(_METHOD_PROP_BITMASK)];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   328
25120
8b6a41c3752f 8042465: Applet menus not rendering when browser is full screen on Mac
dmarkov
parents: 24534
diff changeset
   329
    if (IS(self.styleBits, IS_POPUP)) {
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
   330
        [self.nsWindow setCollectionBehavior:(1 << 8) /*NSWindowCollectionBehaviorFullScreenAuxiliary*/];
25120
8b6a41c3752f 8042465: Applet menus not rendering when browser is full screen on Mac
dmarkov
parents: 24534
diff changeset
   331
    }
8b6a41c3752f 8042465: Applet menus not rendering when browser is full screen on Mac
dmarkov
parents: 24534
diff changeset
   332
52527
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   333
    if (IS(bits, SHEET) && owner != nil) {
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   334
        [self.nsWindow setStyleMask: NSWindowStyleMaskDocModalWindow];
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   335
    }
6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder
parents: 51909
diff changeset
   336
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   337
    return self;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   338
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   339
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   340
+ (BOOL) isAWTWindow:(NSWindow *)window {
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   341
    return [window isKindOfClass: [AWTWindow_Panel class]] || [window isKindOfClass: [AWTWindow_Normal class]];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   342
}
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   343
43084
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   344
// Retrieves the list of possible window layers (levels)
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   345
+ (NSArray*) getWindowLayers {
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   346
    static NSArray *windowLayers;
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   347
    static dispatch_once_t token;
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   348
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   349
    // Initialize the list of possible window layers
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   350
    dispatch_once(&token, ^{
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   351
        // The layers are ordered from front to back, (i.e. the toppest one is the first)
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   352
        windowLayers = [NSArray arrayWithObjects:
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   353
                            [NSNumber numberWithInt:CGWindowLevelForKey(kCGPopUpMenuWindowLevelKey)],
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   354
                            [NSNumber numberWithInt:CGWindowLevelForKey(kCGFloatingWindowLevelKey)],
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   355
                            [NSNumber numberWithInt:CGWindowLevelForKey(kCGNormalWindowLevelKey)],
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   356
                            nil
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   357
                        ];
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   358
        [windowLayers retain];
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   359
    });
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   360
    return windowLayers;
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   361
}
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   362
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   363
// returns id for the topmost window under mouse
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   364
+ (NSInteger) getTopmostWindowUnderMouseID {
24534
07cf38b730b5 8041572: [macosx] huge native memory leak in AWTWindow.m
pchelko
parents: 24134
diff changeset
   365
    NSInteger result = -1;
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
   366
43084
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   367
    NSArray *windowLayers = [AWTWindow getWindowLayers];
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   368
    // Looking for the window under mouse starting from the toppest layer
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   369
    for (NSNumber *layer in windowLayers) {
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   370
        result = [AWTWindow getTopmostWindowUnderMouseIDImpl:[layer integerValue]];
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   371
        if (result != -1) {
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   372
            break;
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   373
        }
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   374
    }
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   375
    return result;
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   376
}
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   377
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   378
+ (NSInteger) getTopmostWindowUnderMouseIDImpl:(NSInteger)windowLayer {
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   379
    NSInteger result = -1;
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   380
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   381
    NSRect screenRect = [[NSScreen mainScreen] frame];
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   382
    NSPoint nsMouseLocation = [NSEvent mouseLocation];
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   383
    CGPoint cgMouseLocation = CGPointMake(nsMouseLocation.x, screenRect.size.height - nsMouseLocation.y);
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   384
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   385
    NSMutableArray *windows = (NSMutableArray *)CGWindowListCopyWindowInfo(kCGWindowListOptionOnScreenOnly | kCGWindowListExcludeDesktopElements, kCGNullWindowID);
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   386
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   387
    for (NSDictionary *window in windows) {
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   388
        NSInteger layer = [[window objectForKey:(id)kCGWindowLayer] integerValue];
43084
9d2177bb7cae 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
dmarkov
parents: 43083
diff changeset
   389
        if (layer == windowLayer) {
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   390
            CGRect rect;
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   391
            CGRectMakeWithDictionaryRepresentation((CFDictionaryRef)[window objectForKey:(id)kCGWindowBounds], &rect);
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   392
            if (CGRectContainsPoint(rect, cgMouseLocation)) {
24534
07cf38b730b5 8041572: [macosx] huge native memory leak in AWTWindow.m
pchelko
parents: 24134
diff changeset
   393
                result = [[window objectForKey:(id)kCGWindowNumber] integerValue];
07cf38b730b5 8041572: [macosx] huge native memory leak in AWTWindow.m
pchelko
parents: 24134
diff changeset
   394
                break;
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   395
            }
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   396
        }
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   397
    }
24534
07cf38b730b5 8041572: [macosx] huge native memory leak in AWTWindow.m
pchelko
parents: 24134
diff changeset
   398
    [windows release];
07cf38b730b5 8041572: [macosx] huge native memory leak in AWTWindow.m
pchelko
parents: 24134
diff changeset
   399
    return result;
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   400
}
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   401
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   402
// checks that this window is under the mouse cursor and this point is not overlapped by others windows
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   403
- (BOOL) isTopmostWindowUnderMouse {
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   404
    return [self.nsWindow windowNumber] == [AWTWindow getTopmostWindowUnderMouseID];
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   405
}
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   406
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   407
+ (AWTWindow *) getTopmostWindowUnderMouse {
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   408
    NSEnumerator *windowEnumerator = [[NSApp windows] objectEnumerator];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   409
    NSWindow *window;
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   410
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   411
    NSInteger topmostWindowUnderMouseID = [AWTWindow getTopmostWindowUnderMouseID];
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   412
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   413
    while ((window = [windowEnumerator nextObject]) != nil) {
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   414
        if ([window windowNumber] == topmostWindowUnderMouseID) {
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   415
            BOOL isAWTWindow = [AWTWindow isAWTWindow: window];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   416
            return isAWTWindow ? (AWTWindow *) [window delegate] : nil;
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   417
        }
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   418
    }
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   419
    return nil;
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   420
}
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   421
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   422
+ (void) synthesizeMouseEnteredExitedEvents:(NSWindow*)window withType:(NSEventType)eventType {
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   423
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   424
    NSPoint screenLocation = [NSEvent mouseLocation];
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   425
    NSPoint windowLocation = [window convertScreenToBase: screenLocation];
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   426
    int modifierFlags = (eventType == NSMouseEntered) ? NSMouseEnteredMask : NSMouseExitedMask;
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   427
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   428
    NSEvent *mouseEvent = [NSEvent enterExitEventWithType: eventType
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   429
                                                 location: windowLocation
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   430
                                            modifierFlags: modifierFlags
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   431
                                                timestamp: 0
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   432
                                             windowNumber: [window windowNumber]
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   433
                                                  context: nil
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   434
                                              eventNumber: 0
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   435
                                           trackingNumber: 0
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   436
                                                 userData: nil
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   437
                           ];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   438
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   439
    [[window contentView] deliverJavaMouseEvent: mouseEvent];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   440
}
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   441
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   442
+ (void) synthesizeMouseEnteredExitedEventsForAllWindows {
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   443
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   444
    NSInteger topmostWindowUnderMouseID = [AWTWindow getTopmostWindowUnderMouseID];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   445
    NSArray *windows = [NSApp windows];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   446
    NSWindow *window;
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   447
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   448
    NSEnumerator *windowEnumerator = [windows objectEnumerator];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   449
    while ((window = [windowEnumerator nextObject]) != nil) {
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   450
        if ([AWTWindow isAWTWindow: window]) {
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   451
            BOOL isUnderMouse = ([window windowNumber] == topmostWindowUnderMouseID);
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   452
            BOOL mouseIsOver = [[window contentView] mouseIsOver];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   453
            if (isUnderMouse && !mouseIsOver) {
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   454
                [AWTWindow synthesizeMouseEnteredExitedEvents:window withType:NSMouseEntered];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   455
            } else if (!isUnderMouse && mouseIsOver) {
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   456
                [AWTWindow synthesizeMouseEnteredExitedEvents:window withType:NSMouseExited];
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   457
            }
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   458
        }
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
   459
    }
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   460
}
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
   461
14165
dcb1f9388f85 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
alexsch
parents: 13777
diff changeset
   462
+ (NSNumber *) getNSWindowDisplayID_AppKitThread:(NSWindow *)window {
dcb1f9388f85 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
alexsch
parents: 13777
diff changeset
   463
    AWT_ASSERT_APPKIT_THREAD;
dcb1f9388f85 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
alexsch
parents: 13777
diff changeset
   464
    NSScreen *screen = [window screen];
dcb1f9388f85 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
alexsch
parents: 13777
diff changeset
   465
    NSDictionary *deviceDescription = [screen deviceDescription];
dcb1f9388f85 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
alexsch
parents: 13777
diff changeset
   466
    return [deviceDescription objectForKey:@"NSScreenNumber"];
dcb1f9388f85 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
alexsch
parents: 13777
diff changeset
   467
}
dcb1f9388f85 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
alexsch
parents: 13777
diff changeset
   468
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   469
- (void) dealloc {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   470
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   471
20139
53e1e07a811e 8024779: [macosx] SwingNode crashes on exit
pchelko
parents: 20135
diff changeset
   472
    JNIEnv *env = [ThreadUtilities getJNIEnvUncached];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   473
    [self.javaPlatformWindow setJObject:nil withEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   474
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   475
    self.nsWindow = nil;
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   476
    self.ownerWindow = nil;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   477
    [super dealloc];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   478
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   479
42744
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   480
// Tests whether window is blocked by modal dialog/window
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   481
- (BOOL) isBlocked {
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   482
    BOOL isBlocked = NO;
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   483
42744
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   484
    JNIEnv *env = [ThreadUtilities getJNIEnv];
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   485
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   486
    if (platformWindow != NULL) {
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   487
        static JNF_MEMBER_CACHE(jm_isBlocked, jc_CPlatformWindow, "isBlocked", "()Z");
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   488
        isBlocked = JNFCallBooleanMethod(env, platformWindow, jm_isBlocked) == JNI_TRUE ? YES : NO;
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   489
        (*env)->DeleteLocalRef(env, platformWindow);
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   490
    }
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   491
42744
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   492
    return isBlocked;
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   493
}
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   494
51909
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   495
// Test whether window is simple window and owned by embedded frame
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   496
- (BOOL) isSimpleWindowOwnedByEmbeddedFrame {
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   497
    BOOL isSimpleWindowOwnedByEmbeddedFrame = NO;
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   498
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   499
    JNIEnv *env = [ThreadUtilities getJNIEnv];
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   500
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   501
    if (platformWindow != NULL) {
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   502
        static JNF_MEMBER_CACHE(jm_isBlocked, jc_CPlatformWindow, "isSimpleWindowOwnedByEmbeddedFrame", "()Z");
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   503
        isSimpleWindowOwnedByEmbeddedFrame = JNFCallBooleanMethod(env, platformWindow, jm_isBlocked) == JNI_TRUE ? YES : NO;
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   504
        (*env)->DeleteLocalRef(env, platformWindow);
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   505
    }
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   506
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   507
    return isSimpleWindowOwnedByEmbeddedFrame;
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   508
}
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   509
42744
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   510
// Tests whether the corresponding Java platform window is visible or not
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   511
+ (BOOL) isJavaPlatformWindowVisible:(NSWindow *)window {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   512
    BOOL isVisible = NO;
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
   513
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   514
    if ([AWTWindow isAWTWindow:window] && [window delegate] != nil) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   515
        AWTWindow *awtWindow = (AWTWindow *)[window delegate];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   516
        [AWTToolkit eventCountPlusPlus];
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
   517
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   518
        JNIEnv *env = [ThreadUtilities getJNIEnv];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   519
        jobject platformWindow = [awtWindow.javaPlatformWindow jObjectWithEnv:env];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   520
        if (platformWindow != NULL) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   521
            static JNF_MEMBER_CACHE(jm_isVisible, jc_CPlatformWindow, "isVisible", "()Z");
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   522
            isVisible = JNFCallBooleanMethod(env, platformWindow, jm_isVisible) == JNI_TRUE ? YES : NO;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   523
            (*env)->DeleteLocalRef(env, platformWindow);
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
   524
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   525
        }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   526
    }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   527
    return isVisible;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   528
}
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   529
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   530
// Orders window's childs based on the current focus state
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   531
- (void) orderChildWindows:(BOOL)focus {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   532
AWT_ASSERT_APPKIT_THREAD;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   533
42744
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   534
    if (self.isMinimizing || [self isBlocked]) {
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   535
        // Do not perform any ordering, if iconify is in progress
42744
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   536
        // or the window is blocked by a modal window
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   537
        return;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   538
    }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   539
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   540
    NSEnumerator *windowEnumerator = [[NSApp windows]objectEnumerator];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   541
    NSWindow *window;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   542
    while ((window = [windowEnumerator nextObject]) != nil) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   543
        if ([AWTWindow isJavaPlatformWindowVisible:window]) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   544
            AWTWindow *awtWindow = (AWTWindow *)[window delegate];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   545
            AWTWindow *owner = awtWindow.ownerWindow;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   546
            if (IS(awtWindow.styleBits, ALWAYS_ON_TOP)) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   547
                // Do not order 'always on top' windows
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   548
                continue;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   549
            }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   550
            while (awtWindow.ownerWindow != nil) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   551
                if (awtWindow.ownerWindow == self) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   552
                    if (focus) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   553
                        // Move the childWindow to floating level
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   554
                        // so it will appear in front of its
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   555
                        // parent which owns the focus
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   556
                        [window setLevel:NSFloatingWindowLevel];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   557
                    } else {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   558
                        // Focus owner has changed, move the childWindow
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   559
                        // back to normal window level
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   560
                        [window setLevel:NSNormalWindowLevel];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   561
                    }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   562
                    // The childWindow should be displayed in front of
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   563
                    // its nearest parentWindow
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   564
                    [window orderWindow:NSWindowAbove relativeTo:[owner.nsWindow windowNumber]];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   565
                    break;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   566
                }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   567
                awtWindow = awtWindow.ownerWindow;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   568
            }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   569
        }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   570
    }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   571
}
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   572
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   573
// NSWindow overrides
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   574
- (BOOL) canBecomeKeyWindow {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   575
AWT_ASSERT_APPKIT_THREAD;
51909
8f12ff1c0555 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
dmarkov
parents: 50341
diff changeset
   576
    return self.isEnabled && (IS(self.styleBits, SHOULD_BECOME_KEY) || [self isSimpleWindowOwnedByEmbeddedFrame]);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   577
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   578
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   579
- (BOOL) canBecomeMainWindow {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   580
AWT_ASSERT_APPKIT_THREAD;
20456
91f08f6b7871 8025438: [macosx] right JNFCall* method should be used in JDK-8008728 fix
alexsch
parents: 20139
diff changeset
   581
    if (!self.isEnabled) {
20135
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   582
        // Native system can bring up the NSWindow to
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   583
        // the top even if the window is not main.
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   584
        // We should bring up the modal dialog manually
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   585
        [AWTToolkit eventCountPlusPlus];
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   586
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   587
        JNIEnv *env = [ThreadUtilities getJNIEnv];
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   588
        jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   589
        if (platformWindow != NULL) {
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   590
            static JNF_MEMBER_CACHE(jm_checkBlockingAndOrder, jc_CPlatformWindow,
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   591
                                    "checkBlockingAndOrder", "()Z");
20456
91f08f6b7871 8025438: [macosx] right JNFCall* method should be used in JDK-8008728 fix
alexsch
parents: 20139
diff changeset
   592
            JNFCallBooleanMethod(env, platformWindow, jm_checkBlockingAndOrder);
20135
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   593
            (*env)->DeleteLocalRef(env, platformWindow);
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   594
        }
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   595
    }
f6edca5afe49 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch
parents: 19022
diff changeset
   596
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   597
    return self.isEnabled && IS(self.styleBits, SHOULD_BECOME_MAIN);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   598
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   599
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   600
- (BOOL) worksWhenModal {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   601
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   602
    return IS(self.styleBits, MODAL_EXCLUDED);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   603
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   604
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   605
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   606
// NSWindowDelegate methods
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   607
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   608
- (void) _deliverMoveResizeEvent {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   609
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   610
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   611
    // deliver the event if this is a user-initiated live resize or as a side-effect
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   612
    // of a Java initiated resize, because AppKit can override the bounds and force
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   613
    // the bounds of the window to avoid the Dock or remain on screen.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   614
    [AWTToolkit eventCountPlusPlus];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   615
    JNIEnv *env = [ThreadUtilities getJNIEnv];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   616
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   617
    if (platformWindow == NULL) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   618
        // TODO: create generic AWT assert
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   619
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   620
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   621
    NSRect frame = ConvertNSScreenRect(env, [self.nsWindow frame]);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   622
14651
f032406c1e48 8002308: [macosx] 7198229 should be applied to the user action only
serb
parents: 14648
diff changeset
   623
    static JNF_MEMBER_CACHE(jm_deliverMoveResizeEvent, jc_CPlatformWindow, "deliverMoveResizeEvent", "(IIIIZ)V");
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   624
    JNFCallVoidMethod(env, platformWindow, jm_deliverMoveResizeEvent,
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   625
                      (jint)frame.origin.x,
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   626
                      (jint)frame.origin.y,
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   627
                      (jint)frame.size.width,
14651
f032406c1e48 8002308: [macosx] 7198229 should be applied to the user action only
serb
parents: 14648
diff changeset
   628
                      (jint)frame.size.height,
f032406c1e48 8002308: [macosx] 7198229 should be applied to the user action only
serb
parents: 14648
diff changeset
   629
                      (jboolean)[self.nsWindow inLiveResize]);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   630
    (*env)->DeleteLocalRef(env, platformWindow);
21788
38ffbbef9235 8028485: [macosx] java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java fails
pchelko
parents: 21282
diff changeset
   631
38ffbbef9235 8028485: [macosx] java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java fails
pchelko
parents: 21282
diff changeset
   632
    [AWTWindow synthesizeMouseEnteredExitedEventsForAllWindows];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   633
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   634
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   635
- (void)windowDidMove:(NSNotification *)notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   636
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   637
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   638
    [self _deliverMoveResizeEvent];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   639
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   640
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   641
- (void)windowDidResize:(NSNotification *)notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   642
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   643
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   644
    [self _deliverMoveResizeEvent];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   645
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   646
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   647
- (void)windowDidExpose:(NSNotification *)notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   648
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   649
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   650
    [AWTToolkit eventCountPlusPlus];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   651
    // TODO: don't see this callback invoked anytime so we track
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   652
    // window exposing in _setVisible:(BOOL)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   653
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   654
30944
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
   655
- (NSRect)windowWillUseStandardFrame:(NSWindow *)window
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
   656
                        defaultFrame:(NSRect)newFrame {
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
   657
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
   658
    return NSEqualSizes(NSZeroSize, [self standardFrame].size)
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
   659
                ? newFrame
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
   660
                : [self standardFrame];
30944
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
   661
}
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
   662
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   663
// Hides/shows window's childs during iconify/de-iconify operation
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   664
- (void) iconifyChildWindows:(BOOL)iconify {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   665
AWT_ASSERT_APPKIT_THREAD;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   666
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   667
    NSEnumerator *windowEnumerator = [[NSApp windows]objectEnumerator];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   668
    NSWindow *window;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   669
    while ((window = [windowEnumerator nextObject]) != nil) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   670
        if ([AWTWindow isJavaPlatformWindowVisible:window]) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   671
            AWTWindow *awtWindow = (AWTWindow *)[window delegate];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   672
            while (awtWindow.ownerWindow != nil) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   673
                if (awtWindow.ownerWindow == self) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   674
                    if (iconify) {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   675
                        [window orderOut:window];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   676
                    } else {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   677
                        [window orderFront:window];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   678
                    }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   679
                    break;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   680
                }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   681
                awtWindow = awtWindow.ownerWindow;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   682
            }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   683
        }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   684
    }
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   685
}
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   686
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   687
- (void) _deliverIconify:(BOOL)iconify {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   688
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   689
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   690
    [AWTToolkit eventCountPlusPlus];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   691
    JNIEnv *env = [ThreadUtilities getJNIEnv];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   692
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   693
    if (platformWindow != NULL) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   694
        static JNF_MEMBER_CACHE(jm_deliverIconify, jc_CPlatformWindow, "deliverIconify", "(Z)V");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   695
        JNFCallVoidMethod(env, platformWindow, jm_deliverIconify, iconify);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   696
        (*env)->DeleteLocalRef(env, platformWindow);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   697
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   698
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   699
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   700
- (void)windowWillMiniaturize:(NSNotification *)notification {
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   701
AWT_ASSERT_APPKIT_THREAD;
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   702
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   703
    self.isMinimizing = YES;
43083
8ca2c0fc9537 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
dmarkov
parents: 42744
diff changeset
   704
8ca2c0fc9537 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
dmarkov
parents: 42744
diff changeset
   705
    JNIEnv *env = [ThreadUtilities getJNIEnv];
8ca2c0fc9537 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
dmarkov
parents: 42744
diff changeset
   706
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
8ca2c0fc9537 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
dmarkov
parents: 42744
diff changeset
   707
    if (platformWindow != NULL) {
8ca2c0fc9537 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
dmarkov
parents: 42744
diff changeset
   708
        static JNF_MEMBER_CACHE(jm_windowWillMiniaturize, jc_CPlatformWindow, "windowWillMiniaturize", "()V");
8ca2c0fc9537 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
dmarkov
parents: 42744
diff changeset
   709
        JNFCallVoidMethod(env, platformWindow, jm_windowWillMiniaturize);
8ca2c0fc9537 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
dmarkov
parents: 42744
diff changeset
   710
        (*env)->DeleteLocalRef(env, platformWindow);
8ca2c0fc9537 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
dmarkov
parents: 42744
diff changeset
   711
    }
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   712
    // Explicitly make myself a key window to avoid possible
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   713
    // negative visual effects during iconify operation
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   714
    [self.nsWindow makeKeyAndOrderFront:self.nsWindow];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   715
    [self iconifyChildWindows:YES];
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   716
}
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   717
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   718
- (void)windowDidMiniaturize:(NSNotification *)notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   719
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   720
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   721
    [self _deliverIconify:JNI_TRUE];
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   722
    self.isMinimizing = NO;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   723
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   724
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   725
- (void)windowDidDeminiaturize:(NSNotification *)notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   726
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   727
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   728
    [self _deliverIconify:JNI_FALSE];
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   729
    [self iconifyChildWindows:NO];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   730
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   731
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   732
- (void) _deliverWindowFocusEvent:(BOOL)focused oppositeWindow:(AWTWindow *)opposite {
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   733
//AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   734
    JNIEnv *env = [ThreadUtilities getJNIEnvUncached];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   735
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   736
    if (platformWindow != NULL) {
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   737
        jobject oppositeWindow = [opposite.javaPlatformWindow jObjectWithEnv:env];
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   738
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   739
        static JNF_MEMBER_CACHE(jm_deliverWindowFocusEvent, jc_CPlatformWindow, "deliverWindowFocusEvent", "(ZLsun/lwawt/macosx/CPlatformWindow;)V");
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   740
        JNFCallVoidMethod(env, platformWindow, jm_deliverWindowFocusEvent, (jboolean)focused, oppositeWindow);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   741
        (*env)->DeleteLocalRef(env, platformWindow);
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   742
        (*env)->DeleteLocalRef(env, oppositeWindow);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   743
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   744
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   745
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   746
- (void) windowDidBecomeMain: (NSNotification *) notification {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   747
AWT_ASSERT_APPKIT_THREAD;
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   748
    [AWTToolkit eventCountPlusPlus];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   749
#ifdef DEBUG
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   750
    NSLog(@"became main: %d %@ %@", [self.nsWindow isKeyWindow], [self.nsWindow title], [self menuBarForWindow]);
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   751
#endif
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   752
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   753
    if (![self.nsWindow isKeyWindow]) {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   754
        [self activateWindowMenuBar];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   755
    }
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   756
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   757
    JNIEnv *env = [ThreadUtilities getJNIEnv];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   758
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   759
    if (platformWindow != NULL) {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   760
        static JNF_MEMBER_CACHE(jm_windowDidBecomeMain, jc_CPlatformWindow, "windowDidBecomeMain", "()V");
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   761
        JNFCallVoidMethod(env, platformWindow, jm_windowDidBecomeMain);
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   762
        (*env)->DeleteLocalRef(env, platformWindow);
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   763
    }
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   764
}
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   765
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   766
- (void) windowDidBecomeKey: (NSNotification *) notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   767
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   768
    [AWTToolkit eventCountPlusPlus];
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   769
#ifdef DEBUG
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   770
    NSLog(@"became key: %d %@ %@", [self.nsWindow isMainWindow], [self.nsWindow title], [self menuBarForWindow]);
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   771
#endif
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   772
    AWTWindow *opposite = [AWTWindow lastKeyWindow];
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   773
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   774
    if (![self.nsWindow isMainWindow]) {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   775
        [self activateWindowMenuBar];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   776
    }
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   777
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   778
    [AWTWindow setLastKeyWindow:nil];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   779
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   780
    [self _deliverWindowFocusEvent:YES oppositeWindow: opposite];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   781
    [self orderChildWindows:YES];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   782
}
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   783
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   784
- (void) activateWindowMenuBar {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   785
AWT_ASSERT_APPKIT_THREAD;
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   786
    // Finds appropriate menubar in our hierarchy
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   787
    AWTWindow *awtWindow = self;
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   788
    while (awtWindow.ownerWindow != nil) {
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   789
        awtWindow = awtWindow.ownerWindow;
17684
fc7f8dbe87b4 8010721: [macosx] In JDK7 the menu bar disappears when a Dialog is shown
vkarnauk
parents: 15505
diff changeset
   790
    }
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   791
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   792
    CMenuBar *menuBar = nil;
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   793
    BOOL isDisabled = NO;
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   794
    if ([awtWindow.nsWindow isVisible]){
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   795
        menuBar = awtWindow.javaMenuBar;
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   796
        isDisabled = !awtWindow.isEnabled;
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
   797
    }
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   798
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   799
    if (menuBar == nil) {
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   800
        menuBar = [[ApplicationDelegate sharedDelegate] defaultMenuBar];
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   801
        isDisabled = NO;
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   802
    }
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   803
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   804
    [CMenuBar activate:menuBar modallyDisabled:isDisabled];
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   805
}
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   806
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   807
#ifdef DEBUG
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   808
- (CMenuBar *) menuBarForWindow {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   809
AWT_ASSERT_APPKIT_THREAD;
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   810
    AWTWindow *awtWindow = self;
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   811
    while (awtWindow.ownerWindow != nil) {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   812
        awtWindow = awtWindow.ownerWindow;
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   813
    }
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   814
    return awtWindow.javaMenuBar;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   815
}
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   816
#endif
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   817
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   818
- (void) windowDidResignKey: (NSNotification *) notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   819
    // TODO: check why sometimes at start is invoked *not* on AppKit main thread.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   820
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   821
    [AWTToolkit eventCountPlusPlus];
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   822
#ifdef DEBUG
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   823
    NSLog(@"resigned key: %d %@ %@", [self.nsWindow isMainWindow], [self.nsWindow title], [self menuBarForWindow]);
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   824
#endif
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   825
    if (![self.nsWindow isMainWindow]) {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   826
        [self deactivateWindow];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   827
    }
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   828
}
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   829
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   830
- (void) windowDidResignMain: (NSNotification *) notification {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   831
AWT_ASSERT_APPKIT_THREAD;
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   832
    [AWTToolkit eventCountPlusPlus];
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   833
#ifdef DEBUG
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   834
    NSLog(@"resigned main: %d %@ %@", [self.nsWindow isKeyWindow], [self.nsWindow title], [self menuBarForWindow]);
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   835
#endif
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   836
    if (![self.nsWindow isKeyWindow]) {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   837
        [self deactivateWindow];
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   838
    }
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   839
}
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   840
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   841
- (void) deactivateWindow {
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   842
AWT_ASSERT_APPKIT_THREAD;
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   843
#ifdef DEBUG
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   844
    NSLog(@"deactivating window: %@", [self.nsWindow title]);
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   845
#endif
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
   846
    [self.javaMenuBar deactivate];
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
   847
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   848
    // the new key window
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   849
    NSWindow *keyWindow = [NSApp keyWindow];
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   850
    AWTWindow *opposite = nil;
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   851
    if ([AWTWindow isAWTWindow: keyWindow]) {
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   852
        opposite = (AWTWindow *)[keyWindow delegate];
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   853
        [AWTWindow setLastKeyWindow: self];
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   854
    } else {
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   855
        [AWTWindow setLastKeyWindow: nil];
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   856
    }
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   857
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
   858
    [self _deliverWindowFocusEvent:NO oppositeWindow: opposite];
38970
aabcf4406038 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
dmarkov
parents: 32872
diff changeset
   859
    [self orderChildWindows:NO];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   860
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   861
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   862
- (BOOL)windowShouldClose:(id)sender {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   863
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   864
    [AWTToolkit eventCountPlusPlus];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   865
    JNIEnv *env = [ThreadUtilities getJNIEnv];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   866
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   867
    if (platformWindow != NULL) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   868
        static JNF_MEMBER_CACHE(jm_deliverWindowClosingEvent, jc_CPlatformWindow, "deliverWindowClosingEvent", "()V");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   869
        JNFCallVoidMethod(env, platformWindow, jm_deliverWindowClosingEvent);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   870
        (*env)->DeleteLocalRef(env, platformWindow);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   871
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   872
    // The window will be closed (if allowed) as result of sending Java event
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   873
    return NO;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   874
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   875
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   876
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   877
- (void)_notifyFullScreenOp:(jint)op withEnv:(JNIEnv *)env {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   878
    static JNF_CLASS_CACHE(jc_FullScreenHandler, "com/apple/eawt/FullScreenHandler");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   879
    static JNF_STATIC_MEMBER_CACHE(jm_notifyFullScreenOperation, jc_FullScreenHandler, "handleFullScreenEventFromNative", "(Ljava/awt/Window;I)V");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   880
    static JNF_MEMBER_CACHE(jf_target, jc_CPlatformWindow, "target", "Ljava/awt/Window;");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   881
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   882
    if (platformWindow != NULL) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   883
        jobject awtWindow = JNFGetObjectField(env, platformWindow, jf_target);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   884
        if (awtWindow != NULL) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   885
            JNFCallStaticVoidMethod(env, jm_notifyFullScreenOperation, awtWindow, op);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   886
            (*env)->DeleteLocalRef(env, awtWindow);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   887
        }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   888
        (*env)->DeleteLocalRef(env, platformWindow);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   889
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   890
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   891
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   892
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   893
- (void)windowWillEnterFullScreen:(NSNotification *)notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   894
    static JNF_MEMBER_CACHE(jm_windowWillEnterFullScreen, jc_CPlatformWindow, "windowWillEnterFullScreen", "()V");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   895
    JNIEnv *env = [ThreadUtilities getJNIEnv];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   896
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   897
    if (platformWindow != NULL) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   898
        JNFCallVoidMethod(env, platformWindow, jm_windowWillEnterFullScreen);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   899
        [self _notifyFullScreenOp:com_apple_eawt_FullScreenHandler_FULLSCREEN_WILL_ENTER withEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   900
        (*env)->DeleteLocalRef(env, platformWindow);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   901
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   902
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   903
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   904
- (void)windowDidEnterFullScreen:(NSNotification *)notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   905
    static JNF_MEMBER_CACHE(jm_windowDidEnterFullScreen, jc_CPlatformWindow, "windowDidEnterFullScreen", "()V");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   906
    JNIEnv *env = [ThreadUtilities getJNIEnv];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   907
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   908
    if (platformWindow != NULL) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   909
        JNFCallVoidMethod(env, platformWindow, jm_windowDidEnterFullScreen);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   910
        [self _notifyFullScreenOp:com_apple_eawt_FullScreenHandler_FULLSCREEN_DID_ENTER withEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   911
        (*env)->DeleteLocalRef(env, platformWindow);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   912
    }
18129
614a4d36d8c7 8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
pchelko
parents: 17904
diff changeset
   913
    [AWTWindow synthesizeMouseEnteredExitedEventsForAllWindows];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   914
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   915
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   916
- (void)windowWillExitFullScreen:(NSNotification *)notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   917
    static JNF_MEMBER_CACHE(jm_windowWillExitFullScreen, jc_CPlatformWindow, "windowWillExitFullScreen", "()V");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   918
    JNIEnv *env = [ThreadUtilities getJNIEnv];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   919
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   920
    if (platformWindow != NULL) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   921
        JNFCallVoidMethod(env, platformWindow, jm_windowWillExitFullScreen);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   922
        [self _notifyFullScreenOp:com_apple_eawt_FullScreenHandler_FULLSCREEN_WILL_EXIT withEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   923
        (*env)->DeleteLocalRef(env, platformWindow);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   924
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   925
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   926
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   927
- (void)windowDidExitFullScreen:(NSNotification *)notification {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   928
    static JNF_MEMBER_CACHE(jm_windowDidExitFullScreen, jc_CPlatformWindow, "windowDidExitFullScreen", "()V");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   929
    JNIEnv *env = [ThreadUtilities getJNIEnv];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   930
    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   931
    if (platformWindow != NULL) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   932
        JNFCallVoidMethod(env, platformWindow, jm_windowDidExitFullScreen);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   933
        [self _notifyFullScreenOp:com_apple_eawt_FullScreenHandler_FULLSCREEN_DID_EXIT withEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   934
        (*env)->DeleteLocalRef(env, platformWindow);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   935
    }
18129
614a4d36d8c7 8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
pchelko
parents: 17904
diff changeset
   936
    [AWTWindow synthesizeMouseEnteredExitedEventsForAllWindows];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   937
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   938
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   939
- (void)sendEvent:(NSEvent *)event {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   940
        if ([event type] == NSLeftMouseDown || [event type] == NSRightMouseDown || [event type] == NSOtherMouseDown) {
42744
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   941
            if ([self isBlocked]) {
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   942
                // Move parent windows to front and make sure that a child window is displayed
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   943
                // in front of its nearest parent.
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   944
                if (self.ownerWindow != nil) {
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   945
                    JNIEnv *env = [ThreadUtilities getJNIEnvUncached];
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   946
                    jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   947
                    if (platformWindow != NULL) {
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   948
                        static JNF_MEMBER_CACHE(jm_orderAboveSiblings, jc_CPlatformWindow, "orderAboveSiblings", "()V");
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   949
                        JNFCallVoidMethod(env,platformWindow, jm_orderAboveSiblings);
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   950
                        (*env)->DeleteLocalRef(env, platformWindow);
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   951
                    }
40446
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
   952
                }
42744
a2fcebac9799 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov
parents: 41787
diff changeset
   953
                [self orderChildWindows:YES];
40446
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
   954
            }
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   955
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   956
            NSPoint p = [NSEvent mouseLocation];
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   957
            NSRect frame = [self.nsWindow frame];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   958
            NSRect contentRect = [self.nsWindow contentRectForFrameRect:frame];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   959
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   960
            // Check if the click happened in the non-client area (title bar)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   961
            if (p.y >= (frame.origin.y + contentRect.size.height)) {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   962
                JNIEnv *env = [ThreadUtilities getJNIEnvUncached];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   963
                jobject platformWindow = [self.javaPlatformWindow jObjectWithEnv:env];
38987
ffe8b158dd6a 8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
ant
parents: 38970
diff changeset
   964
                if (platformWindow != NULL) {
ffe8b158dd6a 8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
ant
parents: 38970
diff changeset
   965
                    // Currently, no need to deliver the whole NSEvent.
ffe8b158dd6a 8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
ant
parents: 38970
diff changeset
   966
                    static JNF_MEMBER_CACHE(jm_deliverNCMouseDown, jc_CPlatformWindow, "deliverNCMouseDown", "()V");
ffe8b158dd6a 8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
ant
parents: 38970
diff changeset
   967
                    JNFCallVoidMethod(env, platformWindow, jm_deliverNCMouseDown);
ffe8b158dd6a 8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
ant
parents: 38970
diff changeset
   968
                    (*env)->DeleteLocalRef(env, platformWindow);
ffe8b158dd6a 8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
ant
parents: 38970
diff changeset
   969
                }
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   970
            }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   971
        }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
   972
}
12402
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   973
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   974
- (void)constrainSize:(NSSize*)size {
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   975
    float minWidth = 0.f, minHeight = 0.f;
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   976
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   977
    if (IS(self.styleBits, DECORATED)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   978
        NSRect frame = [self.nsWindow frame];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
   979
        NSRect contentRect = [NSWindow contentRectForFrameRect:frame styleMask:[self.nsWindow styleMask]];
12402
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   980
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   981
        float top = frame.size.height - contentRect.size.height;
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   982
        float left = contentRect.origin.x - frame.origin.x;
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   983
        float bottom = contentRect.origin.y - frame.origin.y;
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   984
        float right = frame.size.width - (contentRect.size.width + left);
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   985
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   986
        // Speculative estimation: 80 - enough for window decorations controls
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   987
        minWidth += left + right + 80;
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   988
        minHeight += top + bottom;
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   989
    }
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   990
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   991
    minWidth = MAX(1.f, minWidth);
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   992
    minHeight = MAX(1.f, minHeight);
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   993
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   994
    size->width = MAX(size->width, minWidth);
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   995
    size->height = MAX(size->height, minHeight);
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   996
}
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
   997
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   998
- (void) setEnabled: (BOOL)flag {
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
   999
    self.isEnabled = flag;
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1000
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1001
    if (IS(self.styleBits, CLOSEABLE)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1002
        [[self.nsWindow standardWindowButton:NSWindowCloseButton] setEnabled: flag];
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1003
    }
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1004
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1005
    if (IS(self.styleBits, MINIMIZABLE)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1006
        [[self.nsWindow standardWindowButton:NSWindowMiniaturizeButton] setEnabled: flag];
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1007
    }
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1008
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1009
    if (IS(self.styleBits, ZOOMABLE)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1010
        [[self.nsWindow standardWindowButton:NSWindowZoomButton] setEnabled: flag];
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1011
    }
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1012
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1013
    if (IS(self.styleBits, RESIZABLE)) {
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1014
        [self updateMinMaxSize:flag];
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1015
        [self.nsWindow setShowsResizeIndicator:flag];
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1016
    }
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1017
}
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1018
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1019
+ (void) setLastKeyWindow:(AWTWindow *)window {
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1020
    [window retain];
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1021
    [lastKeyWindow release];
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1022
    lastKeyWindow = window;
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1023
}
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1024
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1025
+ (AWTWindow *) lastKeyWindow {
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1026
    return lastKeyWindow;
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1027
}
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1028
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1029
@end // AWTWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1030
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1031
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1032
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1033
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1034
 * Method:    nativeCreateNSWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1035
 * Signature: (JJIIII)J
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1036
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1037
JNIEXPORT jlong JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeCreateNSWindow
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
  1038
(JNIEnv *env, jobject obj, jlong contentViewPtr, jlong ownerPtr, jlong styleBits, jdouble x, jdouble y, jdouble w, jdouble h)
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1039
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1040
    __block AWTWindow *window = nil;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1041
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1042
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1043
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1044
    JNFWeakJObjectWrapper *platformWindow = [JNFWeakJObjectWrapper wrapperWithJObject:obj withEnv:env];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1045
    NSView *contentView = OBJC(contentViewPtr);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1046
    NSRect frameRect = NSMakeRect(x, y, w, h);
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
  1047
    AWTWindow *owner = [OBJC(ownerPtr) delegate];
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1048
    [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1049
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1050
        window = [[AWTWindow alloc] initWithPlatformWindow:platformWindow
19021
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
  1051
                                               ownerWindow:owner
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
  1052
                                                 styleBits:styleBits
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
  1053
                                                 frameRect:frameRect
8a5340b88ee5 8017189: [macosx] AWT program menu disabled on Mac
serb
parents: 18129
diff changeset
  1054
                                               contentView:contentView];
13009
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1055
        // the window is released is CPlatformWindow.nativeDispose()
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1056
23651
e41298d0da2f 8037099: [macosx] Remove all references to GC from native OBJ-C code
pchelko
parents: 21790
diff changeset
  1057
        if (window) [window.nsWindow retain];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1058
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1059
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1060
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1061
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1062
    return ptr_to_jlong(window ? window.nsWindow : nil);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1063
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1064
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1065
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1066
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1067
 * Method:    nativeSetNSWindowStyleBits
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1068
 * Signature: (JII)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1069
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1070
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetNSWindowStyleBits
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1071
(JNIEnv *env, jclass clazz, jlong windowPtr, jint mask, jint bits)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1072
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1073
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1074
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1075
    NSWindow *nsWindow = OBJC(windowPtr);
52747
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1076
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1077
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1078
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1079
        AWTWindow *window = (AWTWindow*)[nsWindow delegate];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1080
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1081
        // scans the bit field, and only updates the values requested by the mask
52747
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1082
        // (this implicitly handles the _CALLBACK_PROP_BITMASK case, since those are passive reads)
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1083
        jint newBits = window.styleBits & ~mask | bits & mask;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1084
52747
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1085
        BOOL resized = NO;
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1086
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1087
        // Check for a change to the full window content view option.
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1088
        // The content view must be resized first, otherwise the window will be resized to fit the existing
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1089
        // content view.
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1090
        if (IS(mask, FULL_WINDOW_CONTENT)) {
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1091
            if (IS(newBits, FULL_WINDOW_CONTENT) != IS(window.styleBits, FULL_WINDOW_CONTENT)) {
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1092
                NSRect frame = [nsWindow frame];
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1093
                NSUInteger styleMask = [AWTWindow styleMaskForStyleBits:newBits];
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1094
                NSRect screenContentRect = [NSWindow contentRectForFrameRect:frame styleMask:styleMask];
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1095
                NSRect contentFrame = NSMakeRect(screenContentRect.origin.x - frame.origin.x,
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1096
                    screenContentRect.origin.y - frame.origin.y,
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1097
                    screenContentRect.size.width,
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1098
                    screenContentRect.size.height);
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1099
                nsWindow.contentView.frame = contentFrame;
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1100
                resized = YES;
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1101
            }
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1102
        }
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1103
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1104
        // resets the NSWindow's style mask if the mask intersects any of those bits
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1105
        if (mask & MASK(_STYLE_PROP_BITMASK)) {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1106
            [nsWindow setStyleMask:[AWTWindow styleMaskForStyleBits:newBits]];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1107
        }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1108
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1109
        // calls methods on NSWindow to change other properties, based on the mask
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1110
        if (mask & MASK(_METHOD_PROP_BITMASK)) {
14648
2ef7c7edb4b0 7193214: Consider simplifying CPlatformWindow.setResizable()
serb
parents: 14311
diff changeset
  1111
            [window setPropertiesForStyleBits:newBits mask:mask];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1112
        }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1113
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1114
        window.styleBits = newBits;
52747
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1115
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1116
        if (resized) {
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1117
            [window _deliverMoveResizeEvent];
85fb403c0141 8211301: [macos] support full window content options
alans
parents: 52527
diff changeset
  1118
        }
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1119
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1120
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1121
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1122
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1123
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1124
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1125
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1126
 * Method:    nativeSetNSWindowMenuBar
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1127
 * Signature: (JJ)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1128
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1129
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetNSWindowMenuBar
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1130
(JNIEnv *env, jclass clazz, jlong windowPtr, jlong menuBarPtr)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1131
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1132
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1133
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1134
    NSWindow *nsWindow = OBJC(windowPtr);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1135
    CMenuBar *menuBar = OBJC(menuBarPtr);
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1136
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1137
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1138
        AWTWindow *window = (AWTWindow*)[nsWindow delegate];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1139
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
  1140
        if ([nsWindow isKeyWindow] || [nsWindow isMainWindow]) {
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
  1141
            [window.javaMenuBar deactivate];
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
  1142
        }
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
  1143
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1144
        window.javaMenuBar = menuBar;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1145
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
  1146
        CMenuBar* actualMenuBar = menuBar;
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
  1147
        if (actualMenuBar == nil) {
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
  1148
            actualMenuBar = [[ApplicationDelegate sharedDelegate] defaultMenuBar];
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
  1149
        }
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
  1150
50341
b933614e855e 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb
parents: 49994
diff changeset
  1151
        if ([nsWindow isKeyWindow] || [nsWindow isMainWindow]) {
19022
4d36c6935abb 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr
parents: 19021
diff changeset
  1152
            [CMenuBar activate:actualMenuBar modallyDisabled:NO];
15505
f31ab5cb8bb9 8007006: [macosx] Closing subwindow loses main window menus
leonidr
parents: 15322
diff changeset
  1153
        }
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1154
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1155
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1156
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1157
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1158
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1159
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1160
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1161
 * Method:    nativeGetNSWindowInsets
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1162
 * Signature: (J)Ljava/awt/Insets;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1163
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1164
JNIEXPORT jobject JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeGetNSWindowInsets
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1165
(JNIEnv *env, jclass clazz, jlong windowPtr)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1166
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1167
    jobject ret = NULL;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1168
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1169
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1170
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1171
    NSWindow *nsWindow = OBJC(windowPtr);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1172
    __block NSRect contentRect = NSZeroRect;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1173
    __block NSRect frame = NSZeroRect;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1174
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1175
    [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1176
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1177
        frame = [nsWindow frame];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1178
        contentRect = [NSWindow contentRectForFrameRect:frame styleMask:[nsWindow styleMask]];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1179
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1180
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1181
    jint top = (jint)(frame.size.height - contentRect.size.height);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1182
    jint left = (jint)(contentRect.origin.x - frame.origin.x);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1183
    jint bottom = (jint)(contentRect.origin.y - frame.origin.y);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1184
    jint right = (jint)(frame.size.width - (contentRect.size.width + left));
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1185
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1186
    static JNF_CLASS_CACHE(jc_Insets, "java/awt/Insets");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1187
    static JNF_CTOR_CACHE(jc_Insets_ctor, jc_Insets, "(IIII)V");
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1188
    ret = JNFNewObject(env, jc_Insets_ctor, top, left, bottom, right);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1189
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1190
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1191
    return ret;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1192
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1193
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1194
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1195
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1196
 * Method:    nativeSetNSWindowBounds
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1197
 * Signature: (JDDDD)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1198
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1199
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetNSWindowBounds
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1200
(JNIEnv *env, jclass clazz, jlong windowPtr, jdouble originX, jdouble originY, jdouble width, jdouble height)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1201
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1202
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1203
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1204
    NSRect jrect = NSMakeRect(originX, originY, width, height);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1205
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1206
    // TODO: not sure we need displayIfNeeded message in our view
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1207
    NSWindow *nsWindow = OBJC(windowPtr);
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1208
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1209
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1210
        AWTWindow *window = (AWTWindow*)[nsWindow delegate];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1211
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1212
        NSRect rect = ConvertNSScreenRect(NULL, jrect);
12402
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
  1213
        [window constrainSize:&rect.size];
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
  1214
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1215
        [nsWindow setFrame:rect display:YES];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1216
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1217
        // only start tracking events if pointer is above the toplevel
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1218
        // TODO: should post an Entered event if YES.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1219
        NSPoint mLocation = [NSEvent mouseLocation];
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1220
        [nsWindow setAcceptsMouseMovedEvents:NSPointInRect(mLocation, rect)];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1221
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1222
        // ensure we repaint the whole window after the resize operation
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1223
        // (this will also re-enable screen updates, which were disabled above)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1224
        // TODO: send PaintEvent
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1225
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1226
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1227
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1228
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1229
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1230
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1231
 * Class:     sun_lwawt_macosx_CPlatformWindow
30944
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1232
 * Method:    nativeSetNSWindowStandardFrame
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1233
 * Signature: (JDDDD)V
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1234
 */
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1235
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetNSWindowStandardFrame
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1236
(JNIEnv *env, jclass clazz, jlong windowPtr, jdouble originX, jdouble originY,
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1237
     jdouble width, jdouble height)
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1238
{
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1239
    JNF_COCOA_ENTER(env);
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
  1240
30944
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1241
    NSRect jrect = NSMakeRect(originX, originY, width, height);
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
  1242
30944
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1243
    NSWindow *nsWindow = OBJC(windowPtr);
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1244
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
  1245
30944
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1246
        NSRect rect = ConvertNSScreenRect(NULL, jrect);
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1247
        AWTWindow *window = (AWTWindow*)[nsWindow delegate];
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1248
        window.standardFrame = rect;
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1249
    }];
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
  1250
30944
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1251
    JNF_COCOA_EXIT(env);
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1252
}
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1253
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1254
/*
b24bdcb53f5a 8065739: [macosx] Frame warps to lower left of screen when
alexsch
parents: 30924
diff changeset
  1255
 * Class:     sun_lwawt_macosx_CPlatformWindow
39511
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1256
 * Method:    nativeSetNSWindowLocationByPlatform
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1257
 * Signature: (J)V
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1258
 */
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1259
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetNSWindowLocationByPlatform
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1260
(JNIEnv *env, jclass clazz, jlong windowPtr)
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1261
{
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1262
    JNF_COCOA_ENTER(env);
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1263
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1264
    NSWindow *nsWindow = OBJC(windowPtr);
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1265
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1266
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1267
        if (NSEqualPoints(lastTopLeftPoint, NSZeroPoint)) {
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1268
            // This is the first usage of lastTopLeftPoint. So invoke cascadeTopLeftFromPoint
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1269
            // twice to avoid positioning the window's top left to zero-point, since it may
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1270
            // cause negative user experience.
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1271
            lastTopLeftPoint = [nsWindow cascadeTopLeftFromPoint:lastTopLeftPoint];
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1272
        }
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1273
        lastTopLeftPoint = [nsWindow cascadeTopLeftFromPoint:lastTopLeftPoint];
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1274
    }];
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1275
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1276
    JNF_COCOA_EXIT(env);
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1277
}
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1278
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1279
/*
a7ad23d3d161 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
dmarkov
parents: 38987
diff changeset
  1280
 * Class:     sun_lwawt_macosx_CPlatformWindow
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1281
 * Method:    nativeSetNSWindowMinMax
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1282
 * Signature: (JDDDD)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1283
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1284
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetNSWindowMinMax
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1285
(JNIEnv *env, jclass clazz, jlong windowPtr, jdouble minW, jdouble minH, jdouble maxW, jdouble maxH)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1286
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1287
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1288
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1289
    if (minW < 1) minW = 1;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1290
    if (minH < 1) minH = 1;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1291
    if (maxW < 1) maxW = 1;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1292
    if (maxH < 1) maxH = 1;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1293
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1294
    NSWindow *nsWindow = OBJC(windowPtr);
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1295
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1296
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1297
        AWTWindow *window = (AWTWindow*)[nsWindow delegate];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1298
12402
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
  1299
        NSSize min = { minW, minH };
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
  1300
        NSSize max = { maxW, maxH };
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
  1301
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
  1302
        [window constrainSize:&min];
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
  1303
        [window constrainSize:&max];
f3903de3fd9e 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony
parents: 12177
diff changeset
  1304
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1305
        window.javaMinSize = min;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1306
        window.javaMaxSize = max;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1307
        [window updateMinMaxSize:IS(window.styleBits, RESIZABLE)];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1308
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1309
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1310
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1311
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1312
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1313
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1314
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1315
 * Method:    nativePushNSWindowToBack
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1316
 * Signature: (J)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1317
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1318
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativePushNSWindowToBack
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1319
(JNIEnv *env, jclass clazz, jlong windowPtr)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1320
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1321
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1322
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1323
    NSWindow *nsWindow = OBJC(windowPtr);
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1324
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1325
        [nsWindow orderBack:nil];
40446
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1326
        // Order parent windows
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1327
        AWTWindow *awtWindow = (AWTWindow*)[nsWindow delegate];
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1328
        while (awtWindow.ownerWindow != nil) {
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1329
            awtWindow = awtWindow.ownerWindow;
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1330
            if ([AWTWindow isJavaPlatformWindowVisible:awtWindow.nsWindow]) {
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1331
                [awtWindow.nsWindow orderBack:nil];
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1332
            }
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1333
        }
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1334
        // Order child windows
cf666940a804 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
dmarkov
parents: 39511
diff changeset
  1335
        [(AWTWindow*)[nsWindow delegate] orderChildWindows:NO];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1336
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1337
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1338
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1339
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1340
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1341
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1342
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1343
 * Method:    nativePushNSWindowToFront
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1344
 * Signature: (J)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1345
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1346
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativePushNSWindowToFront
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1347
(JNIEnv *env, jclass clazz, jlong windowPtr)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1348
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1349
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1350
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1351
    NSWindow *nsWindow = OBJC(windowPtr);
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1352
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1353
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1354
        if (![nsWindow isKeyWindow]) {
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1355
            [nsWindow makeKeyAndOrderFront:nsWindow];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1356
        } else {
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1357
            [nsWindow orderFront:nsWindow];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1358
        }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1359
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1360
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1361
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1362
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1363
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1364
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1365
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1366
 * Method:    nativeSetNSWindowTitle
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1367
 * Signature: (JLjava/lang/String;)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1368
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1369
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetNSWindowTitle
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1370
(JNIEnv *env, jclass clazz, jlong windowPtr, jstring jtitle)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1371
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1372
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1373
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1374
    NSWindow *nsWindow = OBJC(windowPtr);
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1375
    [nsWindow performSelectorOnMainThread:@selector(setTitle:)
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1376
                              withObject:JNFJavaToNSString(env, jtitle)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1377
                           waitUntilDone:NO];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1378
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1379
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1380
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1381
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1382
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1383
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1384
 * Method:    nativeRevalidateNSWindowShadow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1385
 * Signature: (J)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1386
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1387
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeRevalidateNSWindowShadow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1388
(JNIEnv *env, jclass clazz, jlong windowPtr)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1389
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1390
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1391
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1392
    NSWindow *nsWindow = OBJC(windowPtr);
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1393
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
13233
4d45f7ebc0d7 7124244: [macosx] Shaped windows support
serb
parents: 13143
diff changeset
  1394
        [nsWindow invalidateShadow];
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1395
    }];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1396
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1397
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1398
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1399
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1400
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1401
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1402
 * Method:    nativeScreenOn_AppKitThread
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1403
 * Signature: (J)I
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1404
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1405
JNIEXPORT jint JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeScreenOn_1AppKitThread
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1406
(JNIEnv *env, jclass clazz, jlong windowPtr)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1407
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1408
    jint ret = 0;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1409
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1410
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1411
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1412
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1413
    NSWindow *nsWindow = OBJC(windowPtr);
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1414
    NSDictionary *props = [[nsWindow screen] deviceDescription];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1415
    ret = [[props objectForKey:@"NSScreenNumber"] intValue];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1416
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1417
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1418
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1419
    return ret;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1420
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1421
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1422
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1423
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1424
 * Method:    nativeSetNSWindowMinimizedIcon
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1425
 * Signature: (JJ)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1426
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1427
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetNSWindowMinimizedIcon
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1428
(JNIEnv *env, jclass clazz, jlong windowPtr, jlong nsImagePtr)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1429
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1430
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1431
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1432
    NSWindow *nsWindow = OBJC(windowPtr);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1433
    NSImage *image = OBJC(nsImagePtr);
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1434
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1435
        [nsWindow setMiniwindowImage:image];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1436
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1437
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1438
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1439
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1440
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1441
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1442
 * Class:     sun_lwawt_macosx_CPlatformWindow
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1443
 * Method:    nativeSetNSWindowRepresentedFilename
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1444
 * Signature: (JLjava/lang/String;)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1445
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1446
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetNSWindowRepresentedFilename
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1447
(JNIEnv *env, jclass clazz, jlong windowPtr, jstring filename)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1448
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1449
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1450
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1451
    NSWindow *nsWindow = OBJC(windowPtr);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1452
    NSURL *url = (filename == NULL) ? nil : [NSURL fileURLWithPath:JNFNormalizedNSStringForPath(env, filename)];
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1453
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1454
        [nsWindow setRepresentedURL:url];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1455
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1456
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1457
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1458
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1459
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1460
/*
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1461
 * Class:     sun_lwawt_macosx_CPlatformWindow
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1462
 * Method:    nativeGetTopmostPlatformWindowUnderMouse
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1463
 * Signature: (J)V
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1464
 */
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1465
JNIEXPORT jobject
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1466
JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeGetTopmostPlatformWindowUnderMouse
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1467
(JNIEnv *env, jclass clazz)
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1468
{
30924
c8765f1fea21 8035568: [macosx] Cursor management unification
pchelko
parents: 28227
diff changeset
  1469
    __block jobject topmostWindowUnderMouse = nil;
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1470
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1471
    JNF_COCOA_ENTER(env);
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1472
30924
c8765f1fea21 8035568: [macosx] Cursor management unification
pchelko
parents: 28227
diff changeset
  1473
    [ThreadUtilities performOnMainThreadWaiting:YES block:^{
c8765f1fea21 8035568: [macosx] Cursor management unification
pchelko
parents: 28227
diff changeset
  1474
        AWTWindow *awtWindow = [AWTWindow getTopmostWindowUnderMouse];
c8765f1fea21 8035568: [macosx] Cursor management unification
pchelko
parents: 28227
diff changeset
  1475
        if (awtWindow != nil) {
c8765f1fea21 8035568: [macosx] Cursor management unification
pchelko
parents: 28227
diff changeset
  1476
            topmostWindowUnderMouse = [awtWindow.javaPlatformWindow jObject];
c8765f1fea21 8035568: [macosx] Cursor management unification
pchelko
parents: 28227
diff changeset
  1477
        }
c8765f1fea21 8035568: [macosx] Cursor management unification
pchelko
parents: 28227
diff changeset
  1478
    }];
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1479
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1480
    JNF_COCOA_EXIT(env);
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1481
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1482
    return topmostWindowUnderMouse;
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1483
}
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1484
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1485
/*
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1486
 * Class:     sun_lwawt_macosx_CPlatformWindow
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1487
 * Method:    nativeSynthesizeMouseEnteredExitedEvents
40993
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1488
 * Signature: ()V
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1489
 */
40993
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1490
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSynthesizeMouseEnteredExitedEvents__
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1491
(JNIEnv *env, jclass clazz)
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1492
{
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1493
    JNF_COCOA_ENTER(env);
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1494
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1495
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
13647
de61414bbcf2 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.
alexsch
parents: 13233
diff changeset
  1496
        [AWTWindow synthesizeMouseEnteredExitedEventsForAllWindows];
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1497
    }];
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1498
12535
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1499
    JNF_COCOA_EXIT(env);
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1500
}
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1501
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1502
/*
6d2ee83614e8 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch
parents: 12402
diff changeset
  1503
 * Class:     sun_lwawt_macosx_CPlatformWindow
40993
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1504
 * Method:    nativeSynthesizeMouseEnteredExitedEvents
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1505
 * Signature: (JI)V
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1506
 */
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1507
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSynthesizeMouseEnteredExitedEvents__JI
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1508
(JNIEnv *env, jclass clazz, jlong windowPtr, jint eventType)
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1509
{
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1510
JNF_COCOA_ENTER(env);
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1511
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1512
    if (eventType == NSMouseEntered || eventType == NSMouseExited) {
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1513
        NSWindow *nsWindow = OBJC(windowPtr);
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1514
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1515
        [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1516
            [AWTWindow synthesizeMouseEnteredExitedEvents:nsWindow withType:eventType];
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1517
        }];
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1518
    } else {
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1519
        [JNFException raise:env as:kIllegalArgumentException reason:"unknown event type"];
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1520
    }
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
  1521
40993
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1522
JNF_COCOA_EXIT(env);
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1523
}
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1524
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1525
/*
a24dc7d0dd28 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov
parents: 40446
diff changeset
  1526
 * Class:     sun_lwawt_macosx_CPlatformWindow
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1527
 * Method:    _toggleFullScreenMode
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1528
 * Signature: (J)V
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1529
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1530
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow__1toggleFullScreenMode
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1531
(JNIEnv *env, jobject peer, jlong windowPtr)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1532
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1533
JNF_COCOA_ENTER(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1534
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1535
    NSWindow *nsWindow = OBJC(windowPtr);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1536
    SEL toggleFullScreenSelector = @selector(toggleFullScreen:);
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1537
    if (![nsWindow respondsToSelector:toggleFullScreenSelector]) return;
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1538
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1539
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1540
        [nsWindow performSelector:toggleFullScreenSelector withObject:nil];
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1541
    }];
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1542
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1543
JNF_COCOA_EXIT(env);
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1544
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
  1545
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1546
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeSetEnabled
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1547
(JNIEnv *env, jclass clazz, jlong windowPtr, jboolean isEnabled)
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1548
{
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1549
JNF_COCOA_ENTER(env);
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1550
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1551
    NSWindow *nsWindow = OBJC(windowPtr);
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1552
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
12648
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1553
        AWTWindow *window = (AWTWindow*)[nsWindow delegate];
00c38c393e11 7149062: [macosx] dock menu don't show available frames
anthony
parents: 12640
diff changeset
  1554
12640
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1555
        [window setEnabled: isEnabled];
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1556
    }];
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1557
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1558
JNF_COCOA_EXIT(env);
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1559
}
5ea775607d72 7124376: [macosx] Modal dialog lost focus
leonidr
parents: 12535
diff changeset
  1560
13009
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1561
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeDispose
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1562
(JNIEnv *env, jclass clazz, jlong windowPtr)
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1563
{
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1564
JNF_COCOA_ENTER(env);
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1565
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1566
    NSWindow *nsWindow = OBJC(windowPtr);
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
  1567
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
13009
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1568
        AWTWindow *window = (AWTWindow*)[nsWindow delegate];
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1569
14311
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1570
        if ([AWTWindow lastKeyWindow] == window) {
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1571
            [AWTWindow setLastKeyWindow: nil];
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1572
        }
b2492ea8d08e 7124310: [macosx] "opposite" seems always null in focus events
leonidr
parents: 14165
diff changeset
  1573
13009
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1574
        // AWTWindow holds a reference to the NSWindow in its nsWindow
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1575
        // property. Unsetting the delegate allows it to be deallocated
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1576
        // which releases the reference. This, in turn, allows the window
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1577
        // itself be deallocated.
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1578
        [nsWindow setDelegate: nil];
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1579
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1580
        [window release];
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1581
    }];
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1582
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1583
JNF_COCOA_EXIT(env);
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1584
}
f409e6ef0185 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
anthony
parents: 12816
diff changeset
  1585
21282
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1586
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeEnterFullScreenMode
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1587
(JNIEnv *env, jclass clazz, jlong windowPtr)
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1588
{
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1589
JNF_COCOA_ENTER(env);
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1590
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1591
    NSWindow *nsWindow = OBJC(windowPtr);
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1592
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1593
        AWTWindow *window = (AWTWindow*)[nsWindow delegate];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1594
        NSNumber* screenID = [AWTWindow getNSWindowDisplayID_AppKitThread: nsWindow];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1595
        CGDirectDisplayID aID = [screenID intValue];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1596
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1597
        if (CGDisplayCapture(aID) == kCGErrorSuccess) {
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1598
            // remove window decoration
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1599
            NSUInteger styleMask = [AWTWindow styleMaskForStyleBits:window.styleBits];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1600
            [nsWindow setStyleMask:(styleMask & ~NSTitledWindowMask) | NSBorderlessWindowMask];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1601
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1602
            int shieldLevel = CGShieldingWindowLevel();
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1603
            window.preFullScreenLevel = [nsWindow level];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1604
            [nsWindow setLevel: shieldLevel];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1605
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1606
            NSRect screenRect = [[nsWindow screen] frame];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1607
            [nsWindow setFrame:screenRect display:YES];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1608
        } else {
21790
dae43c3c462d 8028512: [macosx] Crash in full screen api if incorrect display mode is used
serb
parents: 21788
diff changeset
  1609
            [JNFException raise:[ThreadUtilities getJNIEnv]
dae43c3c462d 8028512: [macosx] Crash in full screen api if incorrect display mode is used
serb
parents: 21788
diff changeset
  1610
                             as:kRuntimeException
dae43c3c462d 8028512: [macosx] Crash in full screen api if incorrect display mode is used
serb
parents: 21788
diff changeset
  1611
                         reason:"Failed to enter full screen."];
21282
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1612
        }
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1613
    }];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1614
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1615
JNF_COCOA_EXIT(env);
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1616
}
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1617
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1618
JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPlatformWindow_nativeExitFullScreenMode
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1619
(JNIEnv *env, jclass clazz, jlong windowPtr)
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1620
{
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1621
JNF_COCOA_ENTER(env);
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1622
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1623
    NSWindow *nsWindow = OBJC(windowPtr);
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1624
    [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1625
        AWTWindow *window = (AWTWindow*)[nsWindow delegate];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1626
        NSNumber* screenID = [AWTWindow getNSWindowDisplayID_AppKitThread: nsWindow];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1627
        CGDirectDisplayID aID = [screenID intValue];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1628
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1629
        if (CGDisplayRelease(aID) == kCGErrorSuccess) {
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1630
            NSUInteger styleMask = [AWTWindow styleMaskForStyleBits:window.styleBits];
41787
a7f3130da805 8167565: [macosx] Maximization of a dialog hides it
azvegint
parents: 40993
diff changeset
  1631
            [nsWindow setStyleMask:styleMask];
21282
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1632
            [nsWindow setLevel: window.preFullScreenLevel];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1633
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1634
            // GraphicsDevice takes care of restoring pre full screen bounds
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1635
        } else {
21790
dae43c3c462d 8028512: [macosx] Crash in full screen api if incorrect display mode is used
serb
parents: 21788
diff changeset
  1636
            [JNFException raise:[ThreadUtilities getJNIEnv]
dae43c3c462d 8028512: [macosx] Crash in full screen api if incorrect display mode is used
serb
parents: 21788
diff changeset
  1637
                             as:kRuntimeException
dae43c3c462d 8028512: [macosx] Crash in full screen api if incorrect display mode is used
serb
parents: 21788
diff changeset
  1638
                         reason:"Failed to exit full screen."];
21282
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1639
        }
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1640
    }];
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1641
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1642
JNF_COCOA_EXIT(env);
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1643
}
1bef38644939 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
leonidr
parents: 21248
diff changeset
  1644