[Commits] [wesnoth/wesnoth] 70f04d: Update mouse_handler_base.cpp
GitHub
noreply at github.com
Tue Dec 29 21:00:04 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 70f04dd2b14556d03daed9019114a92521c035c9
https://github.com/wesnoth/wesnoth/commit/70f04dd2b14556d03daed9019114a92521c035c9
Author: Martin Proud <ancestral at users.noreply.github.com>
Date: 2015-12-29 (Tue, 29 Dec 2015)
Changed paths:
M src/mouse_handler_base.cpp
Log Message:
-----------
Update mouse_handler_base.cpp
For Apple, control is the modifier key that is used for contextual menus.
KMOD_CTRL will check for a control-click. This fixes #15259 (https://gna.org/bugs/?15259). (I’ve built and verified with this patch, it works correctly.)
Commit: 6738f3737567773753f9e38a451d86f2f1ec82a1
https://github.com/wesnoth/wesnoth/commit/6738f3737567773753f9e38a451d86f2f1ec82a1
Author: Martin Proud <ancestral at users.noreply.github.com>
Date: 2015-12-29 (Tue, 29 Dec 2015)
Changed paths:
M src/mouse_handler_base.cpp
Log Message:
-----------
Merge pull request #1 from ancestral/ancestral-apple-ctrl-click
Update mouse_handler_base.cpp for OS X to look for ctrl-click instead of command-click
Commit: 44cf166010fc55dd8207ddce3caef5af326089de
https://github.com/wesnoth/wesnoth/commit/44cf166010fc55dd8207ddce3caef5af326089de
Author: Martin Proud <ancestral at users.noreply.github.com>
Date: 2015-12-29 (Tue, 29 Dec 2015)
Changed paths:
M projectfiles/Xcode/Mac Sources/SDLMain.m
Log Message:
-----------
Update SDLMain.m
Fixes crash on launch for SDL2 on OS X.
Commit: b0d4cc679ef7c9766d83568600c7002f068143c2
https://github.com/wesnoth/wesnoth/commit/b0d4cc679ef7c9766d83568600c7002f068143c2
Author: Martin Proud <ancestral at users.noreply.github.com>
Date: 2015-12-29 (Tue, 29 Dec 2015)
Changed paths:
M changelog
Log Message:
-----------
Update changelog
Commit: e8bc1755f205c29edc722506e880a9b4568f43ae
https://github.com/wesnoth/wesnoth/commit/e8bc1755f205c29edc722506e880a9b4568f43ae
Author: Andreas <andreas at alternating.net>
Date: 2015-12-30 (Wed, 30 Dec 2015)
Changed paths:
M changelog
M projectfiles/Xcode/Mac Sources/SDLMain.m
M src/mouse_handler_base.cpp
Log Message:
-----------
Merge pull request #567 from ancestral/master
Fix SDL2 crash; update mouse_handler_base.cpp for OS X to look for ctrl-click instead of cmd-click
Compare: https://github.com/wesnoth/wesnoth/compare/461d2335de1a...e8bc1755f205
More information about the Commits
mailing list