exceptions instead of exn:fail exceptions for errors having to do
with the actual attempt to change/retrieve the creator and type
(but leaving alone the type errors)
closes PR 12400
original commit: b40cc23f60239b4af50c5c9fad66dfdf8c48c9f4
After all the previous attempts, the problem seems almost trivial:
although Apple documents `NSAnyEventMask' as the constant #xFFFFFFFF,
it's actually NSUIntegerMax (and the difference matters in 64-bit
mode).
Merge to 5.2.
original commit: dc912ee6def7a6e8b4edc13c230b367761c5c722
This fix uses the same`run'-vs-`finishLaunch' technique as before,
but patches up the modal-dialog problem by calling `run' again
with a callback to start a modal loop.
Merge to 5.2.
original commit: f6e5468dbb85c2ed48178ac43fb25084430413ef
This reverts commit 60101618db61c347a3477b0ced4e42e0d50d6fb2.
While this changes fixes a 64-bit Lion problem, it creates a
worse problem of breaking file and print dialogs.
original commit: 9aa93ab5aebed19cd571f18d1580884030f3b9b8
Calling NSApplication's `run' works better than calling `finishLaunching'
directly, particularly in 64-bit Lion for some reason.
Relevant to PR 12102
Relevant to PR 12257
original commit: 60101618db61c347a3477b0ced4e42e0d50d6fb2
Also, fix `set-selection' in `list-box%' to not invoke the
tab panel's callback function (cocoa & gtk).
original commit: 4535f5d8cc0fe4d0c3c360d7527980b1c3b7e39a
Closes PR 12149
Also adjust id on NSTableColumn to be a string, because a Cocoa
warning on Lion told me to.
original commit: ec25a74b97f0ab7a487c5fd8c7c89d2900a84ad5
GRacket registers witht a global table to indicate that
no transform is needed. (This change was intended to address
a 64-bit problem on Lion. It didn't help, but this seems
better than ignoring an error.)
original commit: 9d4fcd8e84e8663526420ff2de4b8b67869442c9
We could try to figure out the current state of the process,
instead, but it seems like too much work.
original commit: 9c5b78e998c7cf3e6a0bfe9848b7a47f18562ef3
Since the number of monitors can change at any time, reliable
use of these functions requires handling failure in some way.
Handling #f results is easier (and less likely to mask other
problems) than catching exceptions.
original commit: ce4705cedce9dc6f1658e93245d07f739e26a19b
Avoids a problem with the file dialog when a sheet is the
current "main window" (Cocoa terminology); when the file
dialog is closed, both the sheet owner and the sheet
become the main window (in that order), so that when the
sheet goes away, the sheet owner doesn't become the main
window as it should. It seems like a Cocoa problem. The
workaround is to hook into the callback that says a
sheet went away.
Closes PR 12073
original commit: 69f7e912d2bffd638123475ce0041e6188ab5f02
* Note the ugly hack of adding "foo~" for every "foo" suffix.
* Note also that when "*.*" is in the glob list all files should be
available but it looks like this isn't working yet for some reason.
original commit: e9487fb0c739427fa49f79b4f512fb717ab683a9