[Commits] [wesnoth/wesnoth] 81debc: Update formatting.
GitHub
noreply at github.com
Sat May 31 22:22:43 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 81debc2fdba7545d79263ead25001b1046d6f2e8
https://github.com/wesnoth/wesnoth/commit/81debc2fdba7545d79263ead25001b1046d6f2e8
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M src/gui/auxiliary/canvas.cpp
M src/gui/auxiliary/event/distributor.cpp
M src/gui/auxiliary/event/handler.cpp
M src/gui/auxiliary/iterator/policy_order.hpp
M src/gui/dialogs/campaign_selection.cpp
M src/gui/dialogs/core_selection.cpp
M src/gui/dialogs/game_load.cpp
M src/gui/dialogs/lobby_main.cpp
M src/gui/dialogs/mp_change_control.cpp
M src/gui/dialogs/screenshot_notification.cpp
M src/gui/dialogs/screenshot_notification.hpp
M src/gui/dialogs/theme_list.cpp
M src/gui/dialogs/theme_list.hpp
M src/gui/dialogs/tip.cpp
M src/gui/dialogs/title_screen.cpp
M src/gui/dialogs/transient_message.cpp
M src/gui/dialogs/unit_create.cpp
M src/gui/dialogs/wml_error.cpp
M src/gui/dialogs/wml_error.hpp
M src/gui/widgets/helper.cpp
M src/gui/widgets/settings.cpp
M src/gui/widgets/text.cpp
Log Message:
-----------
Update formatting.
Commit: b3403e29e86a717c5514820b392995d5d08a4c8b
https://github.com/wesnoth/wesnoth/commit/b3403e29e86a717c5514820b392995d5d08a4c8b
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M src/gui/auxiliary/event/handler.cpp
Log Message:
-----------
Disable the unicode for SDL2 key events.
The values are wrong so disable them for now.
Commit: abee16b16efcdfa27513aec1bbc8c9630b1bbef4
https://github.com/wesnoth/wesnoth/commit/abee16b16efcdfa27513aec1bbc8c9630b1bbef4
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M src/gui/auxiliary/event/dispatcher.cpp
M src/gui/auxiliary/event/dispatcher.hpp
M src/gui/auxiliary/event/distributor.cpp
M src/gui/auxiliary/event/distributor.hpp
M src/gui/auxiliary/event/handler.cpp
M src/gui/widgets/password_box.cpp
M src/gui/widgets/password_box.hpp
M src/gui/widgets/text.cpp
M src/gui/widgets/text.hpp
M src/gui/widgets/text_box.cpp
M src/gui/widgets/text_box.hpp
Log Message:
-----------
Convert the GUI2 text API to take strings.
This change makes it easier to use the SDL2 text input events.
Commit: 5cfd93488b050d32dff1879f0aed24510a888640
https://github.com/wesnoth/wesnoth/commit/5cfd93488b050d32dff1879f0aed24510a888640
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M src/gui/auxiliary/event/handler.cpp
Log Message:
-----------
Implement the SDL2 text input event in GUI2.
This enables text editing in the GUI2 widgets.
Commit: 6deda4ca7f67ca1e711be0c15c7f9e692e6b1492
https://github.com/wesnoth/wesnoth/commit/6deda4ca7f67ca1e711be0c15c7f9e692e6b1492
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-31 (Sat, 31 May 2014)
Changed paths:
M src/gui/auxiliary/event/dispatcher.cpp
M src/gui/auxiliary/event/dispatcher.hpp
M src/gui/auxiliary/event/distributor.cpp
M src/gui/auxiliary/event/distributor.hpp
M src/gui/auxiliary/event/handler.cpp
M src/gui/auxiliary/iterator/policy_order.hpp
M src/gui/dialogs/campaign_selection.cpp
M src/gui/dialogs/core_selection.cpp
M src/gui/dialogs/game_load.cpp
M src/gui/dialogs/lobby_main.cpp
M src/gui/dialogs/mp_change_control.cpp
M src/gui/dialogs/screenshot_notification.cpp
M src/gui/dialogs/screenshot_notification.hpp
M src/gui/dialogs/theme_list.cpp
M src/gui/dialogs/theme_list.hpp
M src/gui/dialogs/tip.cpp
M src/gui/dialogs/title_screen.cpp
M src/gui/dialogs/transient_message.cpp
M src/gui/dialogs/unit_create.cpp
M src/gui/dialogs/wml_error.cpp
M src/gui/dialogs/wml_error.hpp
M src/gui/widgets/helper.cpp
M src/gui/widgets/password_box.cpp
M src/gui/widgets/password_box.hpp
M src/gui/widgets/settings.cpp
M src/gui/widgets/text.cpp
M src/gui/widgets/text.hpp
M src/gui/widgets/text_box.cpp
M src/gui/widgets/text_box.hpp
Log Message:
-----------
Merge branch 'SDL2_GUI2_input'
Enable SDL2 text input in the GUI2 widgets.
Compare: https://github.com/wesnoth/wesnoth/compare/954e068a5488...6deda4ca7f67
More information about the Commits
mailing list