diff options
author | das <das> | 2007-05-09 12:55:15 (GMT) |
---|---|---|
committer | das <das> | 2007-05-09 12:55:15 (GMT) |
commit | c0e4ec8c452c01a8d95608e922f8bd3657c10ccb (patch) | |
tree | 506fdf03b09705deab71a428fb32dc8204a24c92 /macosx/Wish.xcodeproj/default.pbxuser | |
parent | b7ca14476921fec908be93647b91fe3947b5f824 (diff) | |
download | tk-c0e4ec8c452c01a8d95608e922f8bd3657c10ccb.zip tk-c0e4ec8c452c01a8d95608e922f8bd3657c10ccb.tar.gz tk-c0e4ec8c452c01a8d95608e922f8bd3657c10ccb.tar.bz2 |
* macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front
* macosx/tkMacOSXMouseEvent.c: at the start of a window drag (except
* macosx/tkMacOSXInt.h: when cmd key is down); formatting and
whitespace fixes.
* macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd): add -filetypes option
processing (fixes fileDialog-0.1, fileDialog-0.2 failures).
* macosx/tkMacOSXEmbed.c (TkpMakeWindow, TkpUseWindow): fix sending of
Visibility event for embedded windows (fixes frame-3.9 hang).
* macosx/tkMacOSXScrlbr.c (ScrollbarBindProc): fix testsuite
* macosx/tkMacOSXSubwindows.c (TkMacOSXUpdateClipRgn): crashes by
adding sanity checks.
* macosx/Wish.xcodeproj/project.pbxproj: add 'DebugUnthreaded' &
* macosx/Wish.xcodeproj/default.pbxuser: 'DebugLeaks' targets and env
var settings needed to run the 'leaks' tool.
* macosx/tkMacOSXButton.c: fix debug msg typo.
Diffstat (limited to 'macosx/Wish.xcodeproj/default.pbxuser')
-rw-r--r-- | macosx/Wish.xcodeproj/default.pbxuser | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/macosx/Wish.xcodeproj/default.pbxuser b/macosx/Wish.xcodeproj/default.pbxuser index 853eaaa..8c7c7b7 100644 --- a/macosx/Wish.xcodeproj/default.pbxuser +++ b/macosx/Wish.xcodeproj/default.pbxuser @@ -33,13 +33,17 @@ NO, NO, NO, + NO, + NO, ); argumentStrings = ( "${SRCROOT}/../../tk/library/demos/widget", "${SRCROOT}/../../tk/library/demos/ttk_demo.tcl", "${SRCROOT}/../../tk/tests/all.tcl", + "-geometry +0+0", "-singleproc 1", "-verbose \"bet\"", + "-skip 'unixfont-5.11 window-2.9'", ); autoAttachOnCrash = 1; configStateDict = { @@ -88,13 +92,43 @@ value = /Library/Tcl; }, { - active = YES; + active = NO; + name = DYLD_PRINT_LIBRARIES; + }, + { + active = NO; + name = EventDebug; + value = 1; + }, + { + active = NO; name = MallocBadFreeAbort; value = 1; }, { active = NO; - name = DYLD_PRINT_LIBRARIES; + name = MallocLogFile; + value = /tmp/malloc.log; + }, + { + active = NO; + name = MallocStackLogging; + value = 1; + }, + { + active = NO; + name = MallocStackLoggingNoCompact; + value = 1; + }, + { + active = NO; + name = MallocPreScribble; + value = 1; + }, + { + active = NO; + name = MallocScribble; + value = 1; }, ); executableSystemSymbolLevel = 0; |