Age | Commit message (Collapse) | Author |
|
This allows the virtual keyboard to be enabled without causing breakage
to engines which use F7.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also rename connected function geidaProcs() to follow() and update it's comments.
|
|
|
|
|
|
The code currenly has 4 logically dead lines. Instead of requiring
both newWidth and newHeight to be non zero, just make sure one of
them is non zero and set the other one to the current size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is actually the version from Bundle in a Box
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is due to the 4 byte long as int32 which leads to format mismatch
warnings. These are supressed to allow any real issues to be seen.
|
|
|
|
ANDROID: Fix color key handling for 16bit mouse cursors.
|