Go to file
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
build_files Fix OS X 32 bit build error, and bring buildbot config in sync with default. 2013-05-07 18:32:37 +00:00
doc update autogenerated changelog. also correct typos in the generator. 2013-05-09 01:58:49 +00:00
extern Left extra logging print by accident. 2013-05-10 07:26:55 +00:00
intern Fix #35265: on OS X, pressing system shortcuts such as cmd+M or cmd+` would both 2013-05-11 10:15:27 +00:00
release Fix #35273: click in empty space to deselect as used by the Maya keymap gave 2013-05-10 20:49:16 +00:00
source BGE: Fix for [#34044] "Objects with no material don't have their "face image" always working on bge" reported by Dalai Felinto (dfelinto). 2013-05-11 03:20:19 +00:00
CMakeLists.txt add option to disable guardedalloc, helps for debugging memory errors 2013-05-08 12:55:23 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile correct too-big allocation in mesh beautify. 2013-04-01 07:57:33 +00:00
SConstruct Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00