[Commits] [wesnoth/wesnoth] 889e5a: Size lock widget, the C++ part
GitHub
noreply at github.com
Fri Nov 18 14:33:55 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 889e5a8fd64ab8c88de52480182eaca18b3f44b2
https://github.com/wesnoth/wesnoth/commit/889e5a8fd64ab8c88de52480182eaca18b3f44b2
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2016-11-15 (Tue, 15 Nov 2016)
Changed paths:
M projectfiles/VC12/wesnoth.vcxproj
M projectfiles/VC12/wesnoth.vcxproj.filters
M src/CMakeLists.txt
M src/SConscript
M src/gui/widgets/container.hpp
A src/gui/widgets/size_lock.cpp
A src/gui/widgets/size_lock.hpp
Log Message:
-----------
Size lock widget, the C++ part
Commit: 8f404621160ca00db8e10e74325af867d8b4f6ec
https://github.com/wesnoth/wesnoth/commit/8f404621160ca00db8e10e74325af867d8b4f6ec
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2016-11-15 (Tue, 15 Nov 2016)
Changed paths:
M data/gui/macros/_initial.cfg
M data/gui/schema.cfg
A data/gui/widget/size_lock_default.cfg
Log Message:
-----------
Size lock widget, the WML part
Commit: 4ed014625158e39749603d6fd4c34f1f55ab1fa3
https://github.com/wesnoth/wesnoth/commit/4ed014625158e39749603d6fd4c34f1f55ab1fa3
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2016-11-15 (Tue, 15 Nov 2016)
Changed paths:
M data/gui/window/lobby_main.cfg
M data/gui/window/mp_join_game.cfg
M data/gui/window/mp_staging.cfg
Log Message:
-----------
Lock sizes of all chat boxes
This fixes the chat box randomly becoming too large in the MP lobby.
Commit: 57b33f390386c745b408e5414c2d31e8aebef499
https://github.com/wesnoth/wesnoth/commit/57b33f390386c745b408e5414c2d31e8aebef499
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2016-11-16 (Wed, 16 Nov 2016)
Changed paths:
M src/gui/core/window_builder.cpp
Log Message:
-----------
Attempted fix for WML unit tests failing
Commit: c1f1a61f686d43ecbfab3b8745eecb3af8fc6307
https://github.com/wesnoth/wesnoth/commit/c1f1a61f686d43ecbfab3b8745eecb3af8fc6307
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2016-11-18 (Fri, 18 Nov 2016)
Changed paths:
M data/gui/macros/_initial.cfg
M data/gui/schema.cfg
A data/gui/widget/size_lock_default.cfg
M data/gui/window/lobby_main.cfg
M data/gui/window/mp_join_game.cfg
M data/gui/window/mp_staging.cfg
M projectfiles/VC12/wesnoth.vcxproj
M projectfiles/VC12/wesnoth.vcxproj.filters
M src/CMakeLists.txt
M src/SConscript
M src/gui/core/window_builder.cpp
M src/gui/widgets/container.hpp
A src/gui/widgets/size_lock.cpp
A src/gui/widgets/size_lock.hpp
Log Message:
-----------
Merge pull request #859 from wesnoth/fixed-size-chatbox
Size lock widget
Compare: https://github.com/wesnoth/wesnoth/compare/7cd2408a1c7a...c1f1a61f686d
More information about the Commits
mailing list