]> git.saurik.com Git - wxWidgets.git/blame - src/mac/carbon/app.cpp
Patch by David Brinegar to fix menubar updating after modal dialog shown
[wxWidgets.git] / src / mac / carbon / app.cpp
CommitLineData
e9576ca5
SC
1/////////////////////////////////////////////////////////////////////////////
2// Name: app.cpp
3// Purpose: wxApp
a31a5f85 4// Author: Stefan Csomor
e9576ca5 5// Modified by:
a31a5f85 6// Created: 1998-01-01
e9576ca5 7// RCS-ID: $Id$
a31a5f85 8// Copyright: (c) Stefan Csomor
65571936 9// Licence: wxWindows licence
e9576ca5
SC
10/////////////////////////////////////////////////////////////////////////////
11
2996adee 12#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
e9576ca5
SC
13#pragma implementation "app.h"
14#endif
15
2996adee 16#include "wx/wxprec.h"
df06d1a4 17
03e11df5 18#include "wx/window.h"
e9576ca5 19#include "wx/frame.h"
e8566d35 20#include "wx/button.h"
e9576ca5
SC
21#include "wx/app.h"
22#include "wx/utils.h"
23#include "wx/gdicmn.h"
24#include "wx/pen.h"
25#include "wx/brush.h"
26#include "wx/cursor.h"
ed5b9811 27#include "wx/intl.h"
e9576ca5
SC
28#include "wx/icon.h"
29#include "wx/palette.h"
30#include "wx/dc.h"
31#include "wx/dialog.h"
32#include "wx/msgdlg.h"
33#include "wx/log.h"
34#include "wx/module.h"
35#include "wx/memory.h"
2f1ae414 36#include "wx/tooltip.h"
b3c406a5 37#include "wx/textctrl.h"
03e11df5 38#include "wx/menu.h"
738a6daa 39#include "wx/docview.h"
1c32ded3 40#include "wx/filename.h"
738a6daa 41
e9576ca5
SC
42#include <string.h>
43
8be97d65
SC
44// mac
45
f5c6eb5c 46#ifndef __DARWIN__
03e11df5 47 #if __option(profile)
8461e4c2 48 #include <profiler.h>
03e11df5 49 #endif
9779893b 50#endif
519cb848 51
9d331599 52// #include "apprsrc.h"
8be97d65 53
03e11df5
GD
54#include "wx/mac/uma.h"
55#include "wx/mac/macnotfy.h"
2f1ae414 56
df06d1a4
GD
57#ifdef __DARWIN__
58# include <CoreServices/CoreServices.h>
21870a5d 59# if defined(WXMAKINGDLL_CORE)
ed581ee2
GD
60# include <mach-o/dyld.h>
61# endif
e9b41b24
RN
62// include hid keyboard
63# include "wx/mac/carbon/private/hid.h"
df06d1a4
GD
64#else
65# include <Sound.h>
66# include <Threads.h>
67# include <ToolUtils.h>
68# include <DiskInit.h>
69# include <Devices.h>
2f1ae414 70#endif
519cb848 71
e9576ca5 72extern wxList wxPendingDelete;
facd6764 73
3fbf8e7f
SC
74// set wxMAC_USE_RAEL to 1 if RunApplicationEventLoop should be used
75// if 0 the lower level CarbonEventLoop will be used
76// on the long run RAEL should replace the low level event loop
77// we will have to clean up event handling to make sure we don't
78// miss handling of things like pending events etc
79// perhaps we will also have to pipe events through an ueber-event-handler
80// to make sure we have one place to do all these house-keeping functions
81
82#define wxMAC_USE_RAEL 0
83
c944ce35 84#if wxUSE_THREADS
e64313ba 85extern size_t g_numberOfThreads;
c944ce35 86#endif // wxUSE_THREADS
e9576ca5 87
c5c9378c
SC
88// statics for implementation
89
738a6daa 90static bool s_inYield = FALSE;
c5c9378c 91
c5c9378c
SC
92static bool s_inReceiveEvent = FALSE ;
93static EventTime sleepTime = kEventDurationNoWait ;
738a6daa 94
2f1ae414 95#if !USE_SHARED_LIBRARY
e9576ca5
SC
96IMPLEMENT_DYNAMIC_CLASS(wxApp, wxEvtHandler)
97BEGIN_EVENT_TABLE(wxApp, wxEvtHandler)
98 EVT_IDLE(wxApp::OnIdle)
15b41e90
SC
99 EVT_END_SESSION(wxApp::OnEndSession)
100 EVT_QUERY_END_SESSION(wxApp::OnQueryEndSession)
e9576ca5 101END_EVENT_TABLE()
2f1ae414 102#endif
e9576ca5 103
169935ad 104
8461e4c2 105const short kMacMinHeap = (29 * 1024) ;
8be97d65 106// platform specific static variables
169935ad 107
519cb848
SC
108const short kwxMacMenuBarResource = 1 ;
109const short kwxMacAppleMenuId = 1 ;
110
fbbdb7cd
GD
111WXHRGN wxApp::s_macCursorRgn = NULL;
112wxWindow* wxApp::s_captureWindow = NULL ;
113int wxApp::s_lastMouseDown = 0 ;
114long wxApp::sm_lastMessageTime = 0;
41d368a4
SC
115long wxApp::s_lastModifiers = 0 ;
116
519cb848 117
fbbdb7cd
GD
118bool wxApp::s_macSupportPCMenuShortcuts = true ;
119long wxApp::s_macAboutMenuItemId = wxID_ABOUT ;
882b0479 120long wxApp::s_macPreferencesMenuItemId = wxID_PREFERENCES ;
2b5f62a0 121long wxApp::s_macExitMenuItemId = wxID_EXIT ;
427ff662 122wxString wxApp::s_macHelpMenuTitleName = wxT("&Help") ;
519cb848 123
e9b41b24
RN
124#ifdef __DARWIN__
125 wxHIDKeyboard* wxApp::s_macHIDKeyboard = NULL;
126#endif
127
e128397f
DS
128// Normally we're not a plugin
129bool wxApp::sm_isEmbedded = false;
15b41e90
SC
130//----------------------------------------------------------------------
131// Core Apple Event Support
132//----------------------------------------------------------------------
133
72055702
SC
134pascal OSErr AEHandleODoc( const AppleEvent *event , AppleEvent *reply , long refcon ) ;
135pascal OSErr AEHandleOApp( const AppleEvent *event , AppleEvent *reply , long refcon ) ;
136pascal OSErr AEHandlePDoc( const AppleEvent *event , AppleEvent *reply , long refcon ) ;
137pascal OSErr AEHandleQuit( const AppleEvent *event , AppleEvent *reply , long refcon ) ;
1c32ded3 138pascal OSErr AEHandleRApp( const AppleEvent *event , AppleEvent *reply , long refcon ) ;
72055702 139
2a294857 140pascal OSErr AEHandleODoc( const AppleEvent *event , AppleEvent *reply , long WXUNUSED(refcon) )
519cb848 141{
8461e4c2 142 return wxTheApp->MacHandleAEODoc( (AppleEvent*) event , reply) ;
519cb848
SC
143}
144
2a294857 145pascal OSErr AEHandleOApp( const AppleEvent *event , AppleEvent *reply , long WXUNUSED(refcon) )
519cb848 146{
8461e4c2 147 return wxTheApp->MacHandleAEOApp( (AppleEvent*) event , reply ) ;
519cb848
SC
148}
149
2a294857 150pascal OSErr AEHandlePDoc( const AppleEvent *event , AppleEvent *reply , long WXUNUSED(refcon) )
519cb848 151{
8461e4c2 152 return wxTheApp->MacHandleAEPDoc( (AppleEvent*) event , reply ) ;
519cb848
SC
153}
154
2a294857 155pascal OSErr AEHandleQuit( const AppleEvent *event , AppleEvent *reply , long WXUNUSED(refcon) )
519cb848 156{
8461e4c2 157 return wxTheApp->MacHandleAEQuit( (AppleEvent*) event , reply) ;
519cb848
SC
158}
159
1c32ded3
SC
160pascal OSErr AEHandleRApp( const AppleEvent *event , AppleEvent *reply , long WXUNUSED(refcon) )
161{
162 return wxTheApp->MacHandleAERApp( (AppleEvent*) event , reply) ;
163}
164
15b41e90 165// AEODoc Calls MacOpenFile on each of the files passed
5ab6aab8 166
2072fbbb
SC
167short wxApp::MacHandleAEODoc(const WXEVENTREF event, WXEVENTREF WXUNUSED(reply))
168{
169 AEDescList docList;
170 AEKeyword keywd;
171 DescType returnedType;
172 Size actualSize;
173 long itemsInList;
2072fbbb
SC
174 OSErr err;
175 short i;
176 err = AEGetParamDesc((AppleEvent *)event, keyDirectObject, typeAEList,&docList);
177 if (err != noErr)
178 return err;
7c9955d1 179
2072fbbb
SC
180 err = AECountItems(&docList, &itemsInList);
181 if (err != noErr)
182 return err;
7c9955d1 183
8461e4c2
VZ
184 ProcessSerialNumber PSN ;
185 PSN.highLongOfPSN = 0 ;
186 PSN.lowLongOfPSN = kCurrentProcess ;
187 SetFrontProcess( &PSN ) ;
7c9955d1 188
a2b77260
SC
189 for (i = 1; i <= itemsInList; i++)
190 {
191 wxString fName ;
192
193 FSRef theRef ;
194 AEGetNthPtr(&docList, i, typeFSRef, &keywd, &returnedType,
195 (Ptr) & theRef, sizeof(theRef), &actualSize);
196 fName = wxMacFSRefToPath( &theRef ) ;
197
2072fbbb
SC
198 MacOpenFile(fName);
199 }
200 return noErr;
519cb848
SC
201}
202
15b41e90
SC
203// AEPDoc Calls MacPrintFile on each of the files passed
204
2072fbbb 205short wxApp::MacHandleAEPDoc(const WXEVENTREF event , WXEVENTREF WXUNUSED(reply))
519cb848 206{
2072fbbb
SC
207 AEDescList docList;
208 AEKeyword keywd;
209 DescType returnedType;
210 Size actualSize;
211 long itemsInList;
2072fbbb
SC
212 OSErr err;
213 short i;
214 err = AEGetParamDesc((AppleEvent *)event, keyDirectObject, typeAEList,&docList);
215 if (err != noErr)
216 return err;
7c9955d1 217
2072fbbb
SC
218 err = AECountItems(&docList, &itemsInList);
219 if (err != noErr)
220 return err;
7c9955d1 221
2072fbbb
SC
222 ProcessSerialNumber PSN ;
223 PSN.highLongOfPSN = 0 ;
224 PSN.lowLongOfPSN = kCurrentProcess ;
225 SetFrontProcess( &PSN ) ;
7c9955d1 226
2072fbbb 227 for (i = 1; i <= itemsInList; i++) {
a2b77260
SC
228 wxString fName ;
229
230 FSRef theRef ;
231 AEGetNthPtr(&docList, i, typeFSRef, &keywd, &returnedType,
232 (Ptr) & theRef, sizeof(theRef), &actualSize);
233 fName = wxMacFSRefToPath( &theRef ) ;
234
2072fbbb
SC
235 MacPrintFile(fName);
236 }
237 return noErr;
519cb848
SC
238}
239
15b41e90
SC
240// AEOApp calls MacNewFile
241
2a294857 242short wxApp::MacHandleAEOApp(const WXEVENTREF WXUNUSED(event) , WXEVENTREF WXUNUSED(reply))
519cb848 243{
2072fbbb 244 MacNewFile() ;
8461e4c2 245 return noErr ;
519cb848
SC
246}
247
76a60a81 248// AEQuit attempts to quit the application
15b41e90 249
2a294857 250short wxApp::MacHandleAEQuit(const WXEVENTREF WXUNUSED(event) , WXEVENTREF WXUNUSED(reply))
519cb848 251{
38106243 252 wxWindow* win = GetTopWindow() ;
8461e4c2
VZ
253 if ( win )
254 {
38106243
JS
255 wxCommandEvent exitEvent(wxEVT_COMMAND_MENU_SELECTED, s_macExitMenuItemId);
256 if (!win->ProcessEvent(exitEvent))
257 win->Close(TRUE ) ;
8461e4c2 258 }
38106243 259 else
8461e4c2
VZ
260 {
261 ExitMainLoop() ;
262 }
263 return noErr ;
519cb848
SC
264}
265
1c32ded3
SC
266// AEROApp calls MacReopenApp
267
268short wxApp::MacHandleAERApp(const WXEVENTREF WXUNUSED(event) , WXEVENTREF WXUNUSED(reply))
269{
270 MacReopenApp() ;
271 return noErr ;
272}
273
274
15b41e90
SC
275//----------------------------------------------------------------------
276// Support Routines linking the Mac...File Calls to the Document Manager
277//----------------------------------------------------------------------
278
279void wxApp::MacOpenFile(const wxString & fileName )
280{
281 wxDocManager* dm = wxDocManager::GetDocumentManager() ;
282 if ( dm )
283 dm->CreateDocument(fileName , wxDOC_SILENT ) ;
284}
285
286void wxApp::MacPrintFile(const wxString & fileName )
287{
288 wxDocManager* dm = wxDocManager::GetDocumentManager() ;
289 if ( dm )
290 {
291 wxDocument *doc = dm->CreateDocument(fileName , wxDOC_SILENT ) ;
292 if ( doc )
293 {
294 wxView* view = doc->GetFirstView() ;
295 if( view )
296 {
297 wxPrintout *printout = view->OnCreatePrintout();
298 if (printout)
299 {
300 wxPrinter printer;
301 printer.Print(view->GetFrame(), printout, TRUE);
302 delete printout;
303 }
304 }
305 if (doc->Close())
306 {
307 doc->DeleteAllViews();
308 dm->RemoveDocument(doc) ;
309 }
310 }
311 }
312}
313
314void wxApp::MacNewFile()
315{
316}
317
1c32ded3
SC
318void wxApp::MacReopenApp()
319{
3f42061b
SC
320 // HIG says :
321 // if there is no open window -> create a new one
322 // if all windows are hidden -> show the first
323 // if some windows are not hidden -> do nothing
324
325 wxWindowList::compatibility_iterator node = wxTopLevelWindows.GetFirst();
326 if ( node == NULL )
327 {
328 MacNewFile() ;
329 }
330 else
331 {
3f42061b
SC
332 wxTopLevelWindow* firstIconized = NULL ;
333 while (node)
334 {
335 wxTopLevelWindow* win = (wxTopLevelWindow*) node->GetData();
336 if ( win->IsIconized() == false )
337 {
338 firstIconized = NULL ;
339 break ;
340 }
341 else
342 {
343 if ( firstIconized == NULL )
344 firstIconized = win ;
345 }
346 node = node->GetNext();
347 }
348 if ( firstIconized )
349 firstIconized->Iconize( false ) ;
350 }
1c32ded3
SC
351}
352
c5c9378c
SC
353//----------------------------------------------------------------------
354// Carbon Event Handler
355//----------------------------------------------------------------------
9779893b 356
facd6764
SC
357static const EventTypeSpec eventList[] =
358{
359 { kEventClassCommand, kEventProcessCommand } ,
360 { kEventClassCommand, kEventCommandUpdateStatus } ,
7c9955d1 361
facd6764
SC
362 { kEventClassMenu, kEventMenuOpening },
363 { kEventClassMenu, kEventMenuClosed },
364 { kEventClassMenu, kEventMenuTargetItem },
e32f4a9f 365
facd6764
SC
366 { kEventClassApplication , kEventAppActivated } ,
367 { kEventClassApplication , kEventAppDeactivated } ,
368 // handling the quit event is not recommended by apple
369 // rather using the quit apple event - which we do
7c9955d1 370
facd6764 371 { kEventClassAppleEvent , kEventAppleEvent } ,
7c9955d1 372
facd6764
SC
373 { kEventClassMouse , kEventMouseDown } ,
374 { kEventClassMouse , kEventMouseMoved } ,
375 { kEventClassMouse , kEventMouseUp } ,
376 { kEventClassMouse , kEventMouseDragged } ,
377 { 'WXMC' , 'WXMC' }
378} ;
519cb848 379
e32f4a9f 380static pascal OSStatus
facd6764 381wxMacAppMenuEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
27740109 382{
dae6d730
SC
383 wxMacCarbonEvent cEvent( event ) ;
384 MenuRef menuRef = cEvent.GetParameter<MenuRef>(kEventParamDirectObject) ;
385 wxMenu* menu = wxFindMenuFromMacMenu( menuRef ) ;
386
387 if ( menu )
e32f4a9f 388 {
dae6d730
SC
389 wxEventType type=0;
390 MenuCommand cmd=0;
391 switch (GetEventKind(event))
852b1185 392 {
dae6d730
SC
393 case kEventMenuOpening:
394 type = wxEVT_MENU_OPEN;
395 break;
396 case kEventMenuClosed:
397 type = wxEVT_MENU_CLOSE;
398 break;
399 case kEventMenuTargetItem:
400 cmd = cEvent.GetParameter<MenuCommand>(kEventParamMenuCommand,typeMenuCommand) ;
401 if (cmd != 0)
9f2bfce7 402 type = wxEVT_MENU_HIGHLIGHT;
dae6d730
SC
403 break;
404 default:
405 wxFAIL_MSG(wxT("Unexpected menu event kind"));
406 break;
407 }
852b1185 408
dae6d730
SC
409 if ( type )
410 {
37a4035b 411 wxMenuEvent wxevent(type, cmd, menu);
dae6d730 412 wxevent.SetEventObject(menu);
e32f4a9f 413
dae6d730
SC
414 wxEvtHandler* handler = menu->GetEventHandler();
415 if (handler && handler->ProcessEvent(wxevent))
416 {
417 // handled
418 }
419 else
420 {
421 wxWindow *win = menu->GetInvokingWindow();
422 if (win)
423 win->GetEventHandler()->ProcessEvent(wxevent);
424 }
425 }
e32f4a9f 426 }
dae6d730 427
e32f4a9f 428 return eventNotHandledErr;
519cb848
SC
429}
430
facd6764 431static pascal OSStatus wxMacAppCommandEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
15b41e90
SC
432{
433 OSStatus result = eventNotHandledErr ;
434
e40298d5 435 HICommand command ;
7c9955d1 436
dae6d730
SC
437 wxMacCarbonEvent cEvent( event ) ;
438 cEvent.GetParameter<HICommand>(kEventParamDirectObject,typeHICommand,&command) ;
439
440 wxMenuItem* item = NULL ;
e40298d5 441 MenuCommand id = command.commandID ;
dae6d730 442 // for items we don't really control
e40298d5 443 if ( id == kHICommandPreferences )
6d565349 444 {
dae6d730
SC
445 id = wxApp::s_macPreferencesMenuItemId ;
446
447 wxMenuBar* mbar = wxMenuBar::MacGetInstalledMenuBar() ;
448 if ( mbar )
6d565349 449 {
dae6d730
SC
450 wxMenu* menu = NULL ;
451 item = mbar->FindItem( id , &menu ) ;
6d565349
SC
452 }
453 }
dae6d730
SC
454 else if ( id != 0 && command.menu.menuRef != 0 && command.menu.menuItemIndex != 0 )
455 {
456 GetMenuItemRefCon( command.menu.menuRef , command.menu.menuItemIndex , (UInt32*) &item ) ;
457 }
458
459 if ( item )
460 {
461 switch( cEvent.GetKind() )
e40298d5
JS
462 {
463 case kEventProcessCommand :
464 {
465 if (item->IsCheckable())
466 {
467 item->Check( !item->IsChecked() ) ;
468 }
7c9955d1 469
dae6d730 470 item->GetMenu()->SendEvent( id , item->IsCheckable() ? item->IsChecked() : -1 ) ;
e40298d5
JS
471 result = noErr ;
472 }
dae6d730 473 break ;
e40298d5
JS
474 case kEventCommandUpdateStatus:
475 // eventually trigger an updateui round
6d565349 476 result = noErr ;
e40298d5 477 break ;
dae6d730
SC
478 default :
479 break ;
480 }
481 }
15b41e90
SC
482 return result ;
483}
484
facd6764 485static pascal OSStatus wxMacAppApplicationEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
15b41e90
SC
486{
487 OSStatus result = eventNotHandledErr ;
e40298d5
JS
488 switch ( GetEventKind( event ) )
489 {
490 case kEventAppActivated :
491 {
3470af1c 492 if ( wxTheApp )
facd6764 493 wxTheApp->SetActive( true , NULL ) ;
e40298d5
JS
494 result = noErr ;
495 }
496 break ;
497 case kEventAppDeactivated :
498 {
3470af1c 499 if ( wxTheApp )
facd6764 500 wxTheApp->SetActive( false , NULL ) ;
e40298d5
JS
501 result = noErr ;
502 }
503 break ;
504 default :
505 break ;
506 }
15b41e90
SC
507 return result ;
508}
509
facd6764 510pascal OSStatus wxMacAppEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
15b41e90 511{
27740109
SC
512 EventRef formerEvent = (EventRef) wxTheApp->MacGetCurrentEvent() ;
513 EventHandlerCallRef formerEventHandlerCallRef = (EventHandlerCallRef) wxTheApp->MacGetCurrentEventHandlerCallRef() ;
514 wxTheApp->MacSetCurrentEvent( event , handler ) ;
515
15b41e90
SC
516 OSStatus result = eventNotHandledErr ;
517 switch( GetEventClass( event ) )
518 {
e40298d5 519 case kEventClassCommand :
facd6764 520 result = wxMacAppCommandEventHandler( handler , event , data ) ;
e40298d5
JS
521 break ;
522 case kEventClassApplication :
facd6764 523 result = wxMacAppApplicationEventHandler( handler , event , data ) ;
e40298d5
JS
524 break ;
525 case kEventClassMenu :
facd6764 526 result = wxMacAppMenuEventHandler( handler , event , data ) ;
e40298d5
JS
527 break ;
528 case kEventClassMouse :
95a8b77a
SC
529 {
530 wxMacCarbonEvent cEvent( event ) ;
531
532 WindowRef window ;
533 Point screenMouseLocation = cEvent.GetParameter<Point>(kEventParamMouseLocation) ;
255df092 534 ::FindWindow(screenMouseLocation, &window);
95a8b77a
SC
535 // only send this event in case it had not already been sent to a tlw, as we get
536 // double events otherwise (in case event.skip) was called
537 if ( window == NULL )
538 result = wxMacTopLevelMouseEventHandler( handler , event , NULL ) ;
539 }
e40298d5
JS
540 break ;
541 case kEventClassAppleEvent :
542 {
543 EventRecord rec ;
544 wxMacConvertEventToRecord( event , &rec ) ;
545 result = AEProcessAppleEvent( &rec ) ;
546 }
547 break ;
548 default :
549 break ;
15b41e90
SC
550 }
551
27740109
SC
552 wxTheApp->MacSetCurrentEvent( formerEvent, formerEventHandlerCallRef ) ;
553
15b41e90
SC
554 return result ;
555}
556
facd6764 557DEFINE_ONE_SHOT_HANDLER_GETTER( wxMacAppEventHandler )
15b41e90 558
21870a5d 559#if defined(WXMAKINGDLL_CORE) && !defined(__DARWIN__)
53fd991c
SC
560// we know it's there ;-)
561WXIMPORT char std::__throws_bad_alloc ;
562#endif
563
8d1147f9
RN
564#if __WXDEBUG__
565
facd6764
SC
566pascal static void wxMacAssertOutputHandler(OSType componentSignature, UInt32 options,
567 const char *assertionString, const char *exceptionLabelString,
568 const char *errorString, const char *fileName, long lineNumber, void *value, ConstStr255Param outputMsg)
e9576ca5 569{
facd6764
SC
570 // flow into assert handling
571 wxString fileNameStr ;
572 wxString assertionStr ;
573 wxString exceptionStr ;
574 wxString errorStr ;
575#if wxUSE_UNICODE
576 fileNameStr = wxString(fileName, wxConvLocal);
577 assertionStr = wxString(assertionString, wxConvLocal);
578 exceptionStr = wxString((exceptionLabelString!=0) ? exceptionLabelString : "", wxConvLocal) ;
579 errorStr = wxString((errorString!=0) ? errorString : "", wxConvLocal) ;
580#else
581 fileNameStr = fileName;
582 assertionStr = assertionString;
583 exceptionStr = (exceptionLabelString!=0) ? exceptionLabelString : "" ;
584 errorStr = (errorString!=0) ? errorString : "" ;
585#endif
9779893b 586
facd6764
SC
587#if 1
588 // flow into log
c847adaa 589 wxLogDebug( wxT("AssertMacros: %s %s %s file: %s, line: %ld (value %p)\n"),
facd6764
SC
590 assertionStr.c_str() ,
591 exceptionStr.c_str() ,
592 errorStr.c_str(),
593 fileNameStr.c_str(), lineNumber ,
594 value ) ;
595#else
596
597 wxOnAssert(fileNameStr, lineNumber , assertionStr ,
c847adaa 598 wxString::Format( wxT("%s %s value (%p)") ,exceptionStr, errorStr , value ) ) ;
facd6764
SC
599#endif
600}
601
8d1147f9
RN
602#endif //__WXDEBUG__
603
facd6764
SC
604bool wxApp::Initialize(int& argc, wxChar **argv)
605{
fbbdb7cd 606 // Mac-specific
9779893b 607
facd6764
SC
608#if __WXDEBUG__
609 InstallDebugAssertOutputHandler ( NewDebugAssertOutputHandlerUPP( wxMacAssertOutputHandler ) );
610#endif
e128397f 611 UMAInitToolbox( 4, sm_isEmbedded ) ;
fbbdb7cd 612 SetEventMask( everyEvent ) ;
8461e4c2 613 UMAShowWatchCursor() ;
8be97d65 614
f5c6eb5c 615#ifndef __DARWIN__
fbbdb7cd 616# if __option(profile)
882b0479 617 ProfilerInit( collectDetailed, bestTimeBase , 40000 , 50 ) ;
fbbdb7cd 618# endif
9779893b 619#endif
519cb848 620
f5c6eb5c 621#ifndef __DARWIN__
ed581ee2 622 // now avoid exceptions thrown for new (bad_alloc)
e40298d5 623 // FIXME CS for some changes outside wxMac does not compile anymore
15b41e90
SC
624#if 0
625 std::__throws_bad_alloc = 0 ;
626#endif
627
03e11df5 628#endif
7c9955d1 629
8461e4c2 630 s_macCursorRgn = ::NewRgn() ;
8be97d65 631
05e2b077
VZ
632 // Mac OS X passes a process serial number command line argument when
633 // the application is launched from the Finder. This argument must be
634 // removed from the command line arguments before being handled by the
635 // application (otherwise applications would need to handle it)
636 if ( argc > 1 )
637 {
638 static const wxChar *ARG_PSN = _T("-psn_");
46e2a2e7 639 if ( wxStrncmp(argv[1], ARG_PSN, wxStrlen(ARG_PSN)) == 0 )
05e2b077
VZ
640 {
641 // remove this argument
33f39af3
GD
642 --argc;
643 memmove(argv + 1, argv + 2, argc * sizeof(char *));
05e2b077
VZ
644 }
645 }
646
94826170
VZ
647 if ( !wxAppBase::Initialize(argc, argv) )
648 return false;
e9576ca5 649
d9d19e75
SC
650#if wxUSE_INTL
651 wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
652#endif
653
e256c692
SC
654#if TARGET_API_MAC_OSX
655 // these might be the startup dirs, set them to the 'usual' dir containing the app bundle
656 wxString startupCwd = wxGetCwd() ;
6601362a 657 if ( startupCwd == wxT("/") || startupCwd.Right(15) == wxT("/Contents/MacOS") )
e256c692 658 {
e256c692
SC
659 CFURLRef url = CFBundleCopyBundleURL(CFBundleGetMainBundle() ) ;
660 CFURLRef urlParent = CFURLCreateCopyDeletingLastPathComponent( kCFAllocatorDefault , url ) ;
661 CFRelease( url ) ;
662 CFStringRef path = CFURLCopyFileSystemPath ( urlParent , kCFURLPOSIXPathStyle ) ;
663 CFRelease( urlParent ) ;
a2cffa18 664 wxString cwd = wxMacCFStringHolder(path).AsString(wxLocale::GetSystemEncoding());
e256c692
SC
665 wxSetWorkingDirectory( cwd ) ;
666 }
667#endif
d9d19e75 668
376b18ea 669 wxMacCreateNotifierTable() ;
9779893b 670
376b18ea 671 UMAShowArrowCursor() ;
8461e4c2 672
94826170 673 return true;
e9576ca5
SC
674}
675
15b41e90
SC
676bool wxApp::OnInitGui()
677{
e40298d5
JS
678 if( !wxAppBase::OnInitGui() )
679 return false ;
7c9955d1 680
e40298d5 681 InstallStandardEventHandler( GetApplicationEventTarget() ) ;
7c9955d1 682
e128397f
DS
683 if (!sm_isEmbedded)
684 {
685 InstallApplicationEventHandler(
facd6764 686 GetwxMacAppEventHandlerUPP(),
e128397f
DS
687 GetEventTypeCount(eventList), eventList, wxTheApp, (EventHandlerRef *)&(wxTheApp->m_macEventHandler));
688 }
7c9955d1 689
e128397f
DS
690 if (!sm_isEmbedded)
691 {
e128397f
DS
692 AEInstallEventHandler( kCoreEventClass , kAEOpenDocuments ,
693 NewAEEventHandlerUPP(AEHandleODoc) ,
694 0 , FALSE ) ;
695 AEInstallEventHandler( kCoreEventClass , kAEOpenApplication ,
696 NewAEEventHandlerUPP(AEHandleOApp) ,
697 0 , FALSE ) ;
698 AEInstallEventHandler( kCoreEventClass , kAEPrintDocuments ,
699 NewAEEventHandlerUPP(AEHandlePDoc) ,
700 0 , FALSE ) ;
1c32ded3
SC
701 AEInstallEventHandler( kCoreEventClass , kAEReopenApplication ,
702 NewAEEventHandlerUPP(AEHandleRApp) ,
703 0 , FALSE ) ;
e128397f
DS
704 AEInstallEventHandler( kCoreEventClass , kAEQuitApplication ,
705 NewAEEventHandlerUPP(AEHandleQuit) ,
706 0 , FALSE ) ;
e128397f 707 }
15b41e90 708
e40298d5 709 return TRUE ;
15b41e90
SC
710}
711
e9576ca5
SC
712void wxApp::CleanUp()
713{
12cd5f34 714 wxToolTip::RemoveToolTips() ;
2f1ae414
SC
715
716 // One last chance for pending objects to be cleaned up
717 wxTheApp->DeletePendingObjects();
718
fbbdb7cd 719 wxMacDestroyNotifierTable() ;
84c1ffa9 720
f5c6eb5c 721#ifndef __DARWIN__
fbbdb7cd 722# if __option(profile)
ac2153a6 723 ProfilerDump( (StringPtr)"\papp.prof" ) ;
fbbdb7cd
GD
724 ProfilerTerm() ;
725# endif
3246bafd 726#endif
e9b41b24 727
3246bafd 728#ifdef __DARWIN__
e9b41b24
RN
729 // clean up HID Keyboard
730 if (s_macHIDKeyboard)
731 delete s_macHIDKeyboard;
9779893b 732#endif
519cb848 733
8461e4c2 734 UMACleanupToolbox() ;
fbbdb7cd 735 if (s_macCursorRgn) {
76a5e5d2 736 ::DisposeRgn((RgnHandle)s_macCursorRgn);
fbbdb7cd 737 }
84c1ffa9 738
8461e4c2
VZ
739 #if 0
740 TerminateAE() ;
741 #endif
94826170
VZ
742
743 wxAppBase::CleanUp();
e9576ca5
SC
744}
745
92b002a4 746//----------------------------------------------------------------------
05e2b077 747// misc initialization stuff
92b002a4
RD
748//----------------------------------------------------------------------
749
21870a5d 750#if defined(WXMAKINGDLL_CORE) && !defined(__DARWIN__)
53fd991c 751
ed581ee2
GD
752// for shared libraries we have to manually get the correct resource
753// ref num upon initializing and releasing when terminating, therefore
754// the __wxinitialize and __wxterminate must be used
53fd991c 755
53fd991c 756extern "C" {
e40298d5 757 void __sinit(void); /* (generated by linker) */
fbbdb7cd
GD
758 pascal OSErr __initialize(const CFragInitBlock *theInitBlock);
759 pascal void __terminate(void);
53fd991c 760}
53fd991c
SC
761
762pascal OSErr __wxinitialize(const CFragInitBlock *theInitBlock)
763{
fbbdb7cd 764 return __initialize( theInitBlock ) ;
53fd991c
SC
765}
766
767pascal void __wxterminate(void)
768{
53fd991c
SC
769 __terminate() ;
770}
ed581ee2 771
21870a5d 772#endif /* WXMAKINGDLL_CORE && !__DARWIN__ */
53fd991c 773
b4efa069
SC
774bool wxMacConvertEventToRecord( EventRef event , EventRecord *rec)
775{
776 bool converted = ConvertEventRefToEventRecord( event,rec) ;
777 OSStatus err = noErr ;
778 if ( !converted )
779 {
780 switch( GetEventClass( event ) )
781 {
782 case kEventClassKeyboard :
783 {
784 converted = true ;
84c1ffa9 785 switch( GetEventKind(event) )
b4efa069
SC
786 {
787 case kEventRawKeyDown :
788 rec->what = keyDown ;
789 break ;
790 case kEventRawKeyRepeat :
791 rec->what = autoKey ;
792 break ;
793 case kEventRawKeyUp :
794 rec->what = keyUp ;
795 break ;
796 case kEventRawKeyModifiersChanged :
797 rec->what = nullEvent ;
798 break ;
799 default :
800 converted = false ;
801 break ;
802 }
803 if ( converted )
804 {
805 UInt32 keyCode ;
806 unsigned char charCode ;
807 UInt32 modifiers ;
808 GetMouse( &rec->where) ;
809
810 err = GetEventParameter(event, kEventParamKeyModifiers, typeUInt32, NULL, 4, NULL, &modifiers);
811 err = GetEventParameter(event, kEventParamKeyCode, typeUInt32, NULL, 4, NULL, &keyCode);
812 err = GetEventParameter(event, kEventParamKeyMacCharCodes, typeChar, NULL, 1, NULL, &charCode);
813 rec->modifiers = modifiers ;
814 rec->message = (keyCode << 8 ) + charCode ;
815 }
816 }
817 break ;
818 case kEventClassTextInput :
819 {
820 switch( GetEventKind( event ) )
821 {
822 case kEventTextInputUnicodeForKeyEvent :
823 {
824 EventRef rawEvent ;
825 err = GetEventParameter( event , kEventParamTextInputSendKeyboardEvent ,typeEventRef,NULL,sizeof(rawEvent),NULL,&rawEvent ) ;
826 converted = true ;
827 {
828 UInt32 keyCode ;
829 unsigned char charCode ;
830 UInt32 modifiers ;
831 GetMouse( &rec->where) ;
832 rec->what = keyDown ;
833 err = GetEventParameter(rawEvent, kEventParamKeyModifiers, typeUInt32, NULL, 4, NULL, &modifiers);
834 err = GetEventParameter(rawEvent, kEventParamKeyCode, typeUInt32, NULL, 4, NULL, &keyCode);
835 err = GetEventParameter(rawEvent, kEventParamKeyMacCharCodes, typeChar, NULL, 1, NULL, &charCode);
836 rec->modifiers = modifiers ;
837 rec->message = (keyCode << 8 ) + charCode ;
838 }
839 }
840 break ;
841 default :
842 break ;
843 }
844 }
845 break ;
846 }
847 }
84c1ffa9 848
b4efa069
SC
849 return converted ;
850}
851
e9576ca5
SC
852wxApp::wxApp()
853{
e9576ca5 854 m_printMode = wxPRINT_WINDOWS;
1ea39a03
SC
855
856 m_macCurrentEvent = NULL ;
857 m_macCurrentEventHandlerCallRef = NULL ;
e9576ca5
SC
858}
859
e9576ca5
SC
860int wxApp::MainLoop()
861{
e40298d5 862 m_keepGoing = TRUE;
3fbf8e7f
SC
863#if wxMAC_USE_RAEL
864 RunApplicationEventLoop() ;
865#else
e40298d5
JS
866 while (m_keepGoing)
867 {
868 MacDoOneEvent() ;
869 }
3fbf8e7f 870#endif
e40298d5 871 return 0;
e9576ca5
SC
872}
873
e9576ca5
SC
874void wxApp::ExitMainLoop()
875{
3fbf8e7f
SC
876 m_keepGoing = FALSE;
877#if wxMAC_USE_RAEL
878 QuitApplicationEventLoop() ;
879#endif
e9576ca5
SC
880}
881
882// Is a message/event pending?
883bool wxApp::Pending()
884{
2dd35daa
SC
885 // without the receive event (with pull param = false ) nothing is ever reported
886 EventRef theEvent;
887 ReceiveNextEvent (0, NULL, kEventDurationNoWait, false, &theEvent);
888 return GetNumEventsInQueue( GetMainEventQueue() ) > 0 ;
e9576ca5
SC
889}
890
891// Dispatch a message.
1bf77ee5 892bool wxApp::Dispatch()
e9576ca5 893{
8461e4c2 894 MacDoOneEvent() ;
1bf77ee5
VZ
895
896 return true;
e9576ca5
SC
897}
898
899void wxApp::OnIdle(wxIdleEvent& event)
900{
955a9197 901 wxAppBase::OnIdle(event);
21870a5d 902
2f1ae414
SC
903 // If they are pending events, we must process them: pending events are
904 // either events to the threads other than main or events posted with
905 // wxPostEvent() functions
906 wxMacProcessNotifierAndPendingEvents();
907
3fdac2ab
DE
908 if(!wxMenuBar::MacGetInstalledMenuBar() && wxMenuBar::MacGetCommonMenuBar())
909 wxMenuBar::MacGetCommonMenuBar()->MacInstallMenuBar();
e9576ca5
SC
910}
911
e2478fde 912void wxApp::WakeUpIdle()
9779893b 913{
8461e4c2 914 wxMacWakeUp() ;
9779893b
RD
915}
916
e2478fde 917void wxApp::Exit()
e9576ca5 918{
2f1ae414 919 wxApp::CleanUp();
8461e4c2 920 ::ExitToShell() ;
e9576ca5
SC
921}
922
2f1ae414
SC
923void wxApp::OnEndSession(wxCloseEvent& WXUNUSED(event))
924{
925 if (GetTopWindow())
926 GetTopWindow()->Close(TRUE);
927}
928
929// Default behaviour: close the application with prompts. The
930// user can veto the close, and therefore the end session.
931void wxApp::OnQueryEndSession(wxCloseEvent& event)
932{
933 if (GetTopWindow())
934 {
935 if (!GetTopWindow()->Close(!event.CanVeto()))
936 event.Veto(TRUE);
937 }
938}
939
940extern "C" void wxCYield() ;
941void wxCYield()
942{
8461e4c2 943 wxYield() ;
2f1ae414
SC
944}
945
e9576ca5 946// Yield to other processes
cb2713bf 947
8461e4c2 948bool wxApp::Yield(bool onlyIfNeeded)
e9576ca5 949{
8461e4c2
VZ
950 if (s_inYield)
951 {
952 if ( !onlyIfNeeded )
953 {
954 wxFAIL_MSG( wxT("wxYield called recursively" ) );
955 }
956
957 return FALSE;
958 }
959
960 s_inYield = TRUE;
cb2713bf 961
e40298d5 962 // by definition yield should handle all non-processed events
facd6764 963
e40298d5
JS
964 EventRef theEvent;
965
966 OSStatus status = noErr ;
967 do
968 {
969 s_inReceiveEvent = true ;
970 status = ReceiveNextEvent(0, NULL,kEventDurationNoWait,true,&theEvent) ;
971 s_inReceiveEvent = false ;
7c9955d1 972
e40298d5
JS
973 if ( status == eventLoopTimedOutErr )
974 {
975 // make sure next time the event loop will trigger idle events
976 sleepTime = kEventDurationNoWait ;
977 }
978 else if ( status == eventLoopQuitErr )
979 {
980 // according to QA1061 this may also occur when a WakeUp Process
981 // is executed
982 }
983 else
984 {
985 MacHandleOneEvent( theEvent ) ;
986 ReleaseEvent(theEvent);
987 }
988 } while( status == noErr ) ;
2f1ae414 989
8461e4c2 990 wxMacProcessNotifierAndPendingEvents() ;
8461e4c2 991 s_inYield = FALSE;
cb2713bf 992
8461e4c2 993 return TRUE;
169935ad
SC
994}
995
9779893b 996void wxApp::MacDoOneEvent()
169935ad 997{
e40298d5 998 EventRef theEvent;
c5c9378c 999
e40298d5
JS
1000 s_inReceiveEvent = true ;
1001 OSStatus status = ReceiveNextEvent(0, NULL,sleepTime,true,&theEvent) ;
1002 s_inReceiveEvent = false ;
1003 if ( status == eventLoopTimedOutErr )
1004 {
c5c9378c 1005 if ( wxTheApp->ProcessIdle() )
e40298d5 1006 sleepTime = kEventDurationNoWait ;
c5c9378c 1007 else
820d6bac 1008 sleepTime = kEventDurationSecond;
e40298d5
JS
1009 }
1010 else if ( status == eventLoopQuitErr )
1011 {
1012 // according to QA1061 this may also occur when a WakeUp Process
1013 // is executed
1014 }
1015 else
1016 {
1017 MacHandleOneEvent( theEvent ) ;
1018 ReleaseEvent(theEvent);
3470af1c 1019 sleepTime = kEventDurationNoWait ;
e40298d5 1020 }
8461e4c2 1021 // repeaters
519cb848 1022
6264b550 1023 DeletePendingObjects() ;
8461e4c2 1024 wxMacProcessNotifierAndPendingEvents() ;
169935ad
SC
1025}
1026
e128397f
DS
1027/*virtual*/ void wxApp::MacHandleUnhandledEvent( WXEVENTREF evr )
1028{
1029 // Override to process unhandled events as you please
1030}
1031
76a5e5d2 1032void wxApp::MacHandleOneEvent( WXEVENTREF evr )
169935ad 1033{
e40298d5
JS
1034 EventTargetRef theTarget;
1035 theTarget = GetEventDispatcherTarget();
c5c9378c 1036 m_macCurrentEvent = evr ;
e128397f
DS
1037 OSStatus status = SendEventToEventTarget ((EventRef) evr , theTarget);
1038 if(status == eventNotHandledErr)
1039 {
1040 MacHandleUnhandledEvent(evr);
1041 }
8461e4c2 1042 wxMacProcessNotifierAndPendingEvents() ;
f8df60f2
SC
1043#if wxUSE_THREADS
1044 wxMutexGuiLeaveOrEnter();
1045#endif // wxUSE_THREADS
169935ad
SC
1046}
1047
72055702 1048long wxMacTranslateKey(unsigned char key, unsigned char code) ;
7c551d95 1049long wxMacTranslateKey(unsigned char key, unsigned char code)
9779893b 1050{
8461e4c2 1051 long retval = key ;
9779893b 1052 switch (key)
519cb848 1053 {
12e049f6 1054 case kHomeCharCode :
8461e4c2
VZ
1055 retval = WXK_HOME;
1056 break;
12e049f6 1057 case kEnterCharCode :
8461e4c2
VZ
1058 retval = WXK_RETURN;
1059 break;
12e049f6 1060 case kEndCharCode :
8461e4c2
VZ
1061 retval = WXK_END;
1062 break;
12e049f6 1063 case kHelpCharCode :
8461e4c2
VZ
1064 retval = WXK_HELP;
1065 break;
12e049f6 1066 case kBackspaceCharCode :
8461e4c2
VZ
1067 retval = WXK_BACK;
1068 break;
12e049f6 1069 case kTabCharCode :
8461e4c2
VZ
1070 retval = WXK_TAB;
1071 break;
12e049f6 1072 case kPageUpCharCode :
8461e4c2
VZ
1073 retval = WXK_PAGEUP;
1074 break;
12e049f6 1075 case kPageDownCharCode :
8461e4c2
VZ
1076 retval = WXK_PAGEDOWN;
1077 break;
12e049f6 1078 case kReturnCharCode :
8461e4c2
VZ
1079 retval = WXK_RETURN;
1080 break;
12e049f6 1081 case kFunctionKeyCharCode :
8461e4c2
VZ
1082 {
1083 switch( code )
1084 {
1085 case 0x7a :
1086 retval = WXK_F1 ;
1087 break;
1088 case 0x78 :
1089 retval = WXK_F2 ;
1090 break;
1091 case 0x63 :
1092 retval = WXK_F3 ;
1093 break;
1094 case 0x76 :
1095 retval = WXK_F4 ;
1096 break;
1097 case 0x60 :
1098 retval = WXK_F5 ;
1099 break;
1100 case 0x61 :
1101 retval = WXK_F6 ;
1102 break;
1103 case 0x62:
1104 retval = WXK_F7 ;
1105 break;
1106 case 0x64 :
1107 retval = WXK_F8 ;
1108 break;
1109 case 0x65 :
1110 retval = WXK_F9 ;
1111 break;
1112 case 0x6D :
1113 retval = WXK_F10 ;
1114 break;
1115 case 0x67 :
1116 retval = WXK_F11 ;
1117 break;
1118 case 0x6F :
1119 retval = WXK_F12 ;
1120 break;
1121 case 0x69 :
1122 retval = WXK_F13 ;
1123 break;
1124 case 0x6B :
1125 retval = WXK_F14 ;
1126 break;
1127 case 0x71 :
1128 retval = WXK_F15 ;
1129 break;
1130 }
1131 }
1132 break ;
12e049f6 1133 case kEscapeCharCode :
8461e4c2
VZ
1134 retval = WXK_ESCAPE ;
1135 break ;
12e049f6 1136 case kLeftArrowCharCode :
8461e4c2
VZ
1137 retval = WXK_LEFT ;
1138 break ;
12e049f6 1139 case kRightArrowCharCode :
8461e4c2
VZ
1140 retval = WXK_RIGHT ;
1141 break ;
12e049f6 1142 case kUpArrowCharCode :
8461e4c2
VZ
1143 retval = WXK_UP ;
1144 break ;
12e049f6 1145 case kDownArrowCharCode :
8461e4c2
VZ
1146 retval = WXK_DOWN ;
1147 break ;
12e049f6 1148 case kDeleteCharCode :
8461e4c2
VZ
1149 retval = WXK_DELETE ;
1150 default:
1151 break ;
1152 } // end switch
1153
1154 return retval;
169935ad
SC
1155}
1156
facd6764 1157int wxMacKeyCodeToModifier(wxKeyCode key)
6ed892f3
RN
1158{
1159 switch (key)
1160 {
1161 case WXK_START:
15c2acd2 1162 case WXK_MENU:
6ed892f3
RN
1163 return cmdKey;
1164
1165 case WXK_SHIFT:
1166 return shiftKey;
1167
1168 case WXK_CAPITAL:
1169 return alphaLock;
1170
15c2acd2
RN
1171 case WXK_ALT:
1172 return optionKey;
6ed892f3
RN
1173
1174 case WXK_CONTROL:
1175 return controlKey;
1176
1177 default:
1178 return 0;
1179 }
1180}
1181
1751226c 1182bool wxGetKeyState(wxKeyCode key) //virtual key code if < 10.2.x, else see below
6ed892f3 1183{
e9b41b24
RN
1184#ifdef __DARWIN__
1185 // Startup HID keyboard for getting key codes on DARWIN
1186 if (!wxApp::s_macHIDKeyboard)
1187 {
1188 wxApp::s_macHIDKeyboard = new wxHIDKeyboard();
1189 wxApp::s_macHIDKeyboard->Create();
1190 }
1191
1192 return wxApp::s_macHIDKeyboard->IsActive(key);
1193#else
6ed892f3
RN
1194//if OS X > 10.2 (i.e. 10.2.x)
1195//a known apple bug prevents the system from determining led
1196//states with GetKeys... can only determine caps lock led
facd6764 1197 return !!(GetCurrentKeyModifiers() & wxMacKeyCodeToModifier(key));
6ed892f3
RN
1198//else
1199// KeyMapByteArray keymap;
1200// GetKeys((BigEndianLong*)keymap);
1201// return !!(BitTst(keymap, (sizeof(KeyMapByteArray)*8) - iKey));
e9b41b24 1202#endif
6ed892f3
RN
1203}
1204
c5c9378c 1205
12e049f6 1206bool wxApp::MacSendKeyDownEvent( wxWindow* focus , long keymessage , long modifiers , long when , short wherex , short wherey )
ac2d1ca6 1207{
ba12463b
SC
1208 if ( !focus )
1209 return false ;
7c9955d1 1210
12e049f6
SC
1211 short keycode ;
1212 short keychar ;
1213 keychar = short(keymessage & charCodeMask);
1214 keycode = short(keymessage & keyCodeMask) >> 8 ;
7c9955d1 1215
ef08713a 1216 if ( modifiers & ( controlKey|shiftKey|optionKey ) )
12e049f6
SC
1217 {
1218 // control interferes with some built-in keys like pgdown, return etc. therefore we remove the controlKey modifier
1219 // and look at the character after
1220 UInt32 state = 0;
ef08713a 1221 UInt32 keyInfo = KeyTranslate((Ptr)GetScriptManagerVariable(smKCHRCache), ( modifiers & (~(controlKey|shiftKey|optionKey))) | keycode, &state);
12e049f6
SC
1222 keychar = short(keyInfo & charCodeMask);
1223 keycode = short(keyInfo & keyCodeMask) >> 8 ;
1224 }
1225 long keyval = wxMacTranslateKey(keychar, keycode) ;
e40298d5
JS
1226 long realkeyval = keyval ;
1227 if ( keyval == keychar )
1228 {
1229 // we are not on a special character combo -> pass the real os event-value to EVT_CHAR, but not to EVT_KEY (make upper first)
1230 realkeyval = short(keymessage & charCodeMask) ;
1231 keyval = wxToupper( keyval ) ;
1232 }
7c9955d1 1233
ac2d1ca6 1234 wxKeyEvent event(wxEVT_KEY_DOWN);
41d368a4 1235 bool handled = false ;
ac2d1ca6
SC
1236 event.m_shiftDown = modifiers & shiftKey;
1237 event.m_controlDown = modifiers & controlKey;
1238 event.m_altDown = modifiers & optionKey;
1239 event.m_metaDown = modifiers & cmdKey;
ef08713a 1240 event.m_keyCode = keyval ;
ac2d1ca6
SC
1241
1242 event.m_x = wherex;
1243 event.m_y = wherey;
687706f5 1244 event.SetTimestamp(when);
ac2d1ca6
SC
1245 event.SetEventObject(focus);
1246 handled = focus->GetEventHandler()->ProcessEvent( event ) ;
1247 if ( handled && event.GetSkipped() )
1248 handled = false ;
1249 if ( !handled )
1250 {
ba2928c6 1251#if wxUSE_ACCEL
ac2d1ca6
SC
1252 if (!handled)
1253 {
1254 wxWindow *ancestor = focus;
1255 while (ancestor)
1256 {
1257 int command = ancestor->GetAcceleratorTable()->GetCommand( event );
1258 if (command != -1)
8461e4c2 1259 {
ac2d1ca6
SC
1260 wxCommandEvent command_event( wxEVT_COMMAND_MENU_SELECTED, command );
1261 handled = ancestor->GetEventHandler()->ProcessEvent( command_event );
1262 break;
8461e4c2 1263 }
ac2d1ca6
SC
1264 if (ancestor->IsTopLevel())
1265 break;
1266 ancestor = ancestor->GetParent();
8461e4c2 1267 }
ac2d1ca6
SC
1268 }
1269#endif // wxUSE_ACCEL
1270 }
1271 if (!handled)
1272 {
1273 event.Skip( FALSE ) ;
1274 event.SetEventType( wxEVT_CHAR ) ;
12e049f6 1275 // raw value again
ef08713a 1276 event.m_keyCode = realkeyval ;
ac2d1ca6
SC
1277
1278 handled = focus->GetEventHandler()->ProcessEvent( event ) ;
1279 if ( handled && event.GetSkipped() )
1280 handled = false ;
1281 }
bdf956fb 1282 if ( !handled && (keyval == WXK_TAB) )
ac2d1ca6 1283 {
bdf956fb
SC
1284 wxWindow* iter = focus->GetParent() ;
1285 while( iter && !handled )
1286 {
1287 if ( iter->HasFlag( wxTAB_TRAVERSAL ) )
1288 {
1289 wxNavigationKeyEvent new_event;
1290 new_event.SetEventObject( focus );
1291 new_event.SetDirection( !event.ShiftDown() );
1292 /* CTRL-TAB changes the (parent) window, i.e. switch notebook page */
1293 new_event.SetWindowChange( event.ControlDown() );
1294 new_event.SetCurrentFocus( focus );
1295 handled = focus->GetParent()->GetEventHandler()->ProcessEvent( new_event );
1296 if ( handled && new_event.GetSkipped() )
1297 handled = false ;
1298 }
1299 iter = iter->GetParent() ;
1300 }
ac2d1ca6
SC
1301 }
1302 // backdoor handler for default return and command escape
1303 if ( !handled && (!focus->IsKindOf(CLASSINFO(wxControl) ) || !focus->MacCanFocus() ) )
1304 {
1305 // if window is not having a focus still testing for default enter or cancel
1306 // TODO add the UMA version for ActiveNonFloatingWindow
1307 wxWindow* focus = wxFindWinFromMacWindow( FrontWindow() ) ;
e562df9b
SC
1308 if ( focus )
1309 {
1310 if ( keyval == WXK_RETURN )
1311 {
1312 wxButton *def = wxDynamicCast(focus->GetDefaultItem(),
1313 wxButton);
1314 if ( def && def->IsEnabled() )
1315 {
1316 wxCommandEvent event(wxEVT_COMMAND_BUTTON_CLICKED, def->GetId() );
1317 event.SetEventObject(def);
1318 def->Command(event);
ac2d1ca6 1319 return true ;
e562df9b
SC
1320 }
1321 }
8461e4c2 1322 /* generate wxID_CANCEL if command-. or <esc> has been pressed (typically in dialogs) */
ac2d1ca6 1323 else if (keyval == WXK_ESCAPE || (keyval == '.' && modifiers & cmdKey ) )
8461e4c2 1324 {
e562df9b
SC
1325 wxCommandEvent new_event(wxEVT_COMMAND_BUTTON_CLICKED,wxID_CANCEL);
1326 new_event.SetEventObject( focus );
1327 handled = focus->GetEventHandler()->ProcessEvent( new_event );
8461e4c2 1328 }
e562df9b 1329 }
8461e4c2 1330 }
ac2d1ca6 1331 return handled ;
169935ad
SC
1332}
1333
12e049f6 1334bool wxApp::MacSendKeyUpEvent( wxWindow* focus , long keymessage , long modifiers , long when , short wherex , short wherey )
ac2d1ca6 1335{
ba12463b
SC
1336 if ( !focus )
1337 return false ;
1338
12e049f6
SC
1339 short keycode ;
1340 short keychar ;
1341 keychar = short(keymessage & charCodeMask);
1342 keycode = short(keymessage & keyCodeMask) >> 8 ;
ef08713a 1343 if ( modifiers & ( controlKey|shiftKey|optionKey ) )
12e049f6
SC
1344 {
1345 // control interferes with some built-in keys like pgdown, return etc. therefore we remove the controlKey modifier
1346 // and look at the character after
1347 UInt32 state = 0;
ef08713a 1348 UInt32 keyInfo = KeyTranslate((Ptr)GetScriptManagerVariable(smKCHRCache), ( modifiers & (~(controlKey|shiftKey|optionKey))) | keycode, &state);
12e049f6
SC
1349 keychar = short(keyInfo & charCodeMask);
1350 keycode = short(keyInfo & keyCodeMask) >> 8 ;
1351 }
1352 long keyval = wxMacTranslateKey(keychar, keycode) ;
1353
e40298d5
JS
1354 if ( keyval == keychar )
1355 {
7c9955d1 1356 keyval = wxToupper( keyval ) ;
e40298d5 1357 }
ac2d1ca6 1358 bool handled = false ;
ac2d1ca6 1359
ba12463b
SC
1360 wxKeyEvent event(wxEVT_KEY_UP);
1361 event.m_shiftDown = modifiers & shiftKey;
1362 event.m_controlDown = modifiers & controlKey;
1363 event.m_altDown = modifiers & optionKey;
1364 event.m_metaDown = modifiers & cmdKey;
ef08713a 1365 event.m_keyCode = keyval ;
ba12463b
SC
1366
1367 event.m_x = wherex;
1368 event.m_y = wherey;
687706f5 1369 event.SetTimestamp(when);
ba12463b
SC
1370 event.SetEventObject(focus);
1371 handled = focus->GetEventHandler()->ProcessEvent( event ) ;
1372
ac2d1ca6
SC
1373 return handled ;
1374}