Files
test2/intern
Brecht Van Lommel a919b0e4c3 Fix #35265: on OS X, pressing system shortcuts such as cmd+M or cmd+` would both
insert text in the text editor and do the associated operation like minimizing the
window or switching windows.

The code was always doing both without trying to ensure only one is done. Now we
integrate a bit better with the event handling and pass the event to NSApp, which
then decides to handle the event itself or pass it on to the window, from where
we then send it back to be handled.
2013-05-11 10:15:27 +00:00
..
2013-02-11 00:49:00 +00:00
2013-03-29 06:25:22 +00:00
2013-03-18 11:44:56 +00:00
2013-05-01 17:49:19 +00:00
2013-03-20 17:03:20 +00:00
2012-12-17 08:01:43 +00:00
2013-04-25 19:50:51 +00:00
2013-03-29 06:25:22 +00:00