[Commits] [wesnoth/wesnoth] 9fcc72: Tree View Node: add child type alias and implement...
GitHub
noreply at github.com
Wed Nov 2 08:58:10 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 9fcc726d72556f9a8fa022deae8a4e4b836a8f07
https://github.com/wesnoth/wesnoth/commit/9fcc726d72556f9a8fa022deae8a4e4b836a8f07
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-11-02 (Wed, 02 Nov 2016)
Changed paths:
M src/gui/widgets/tree_view_node.hpp
Log Message:
-----------
Tree View Node: add child type alias and implement operator==
Commit: 50867795352861762ebe4b42da8e13b0ecb9b3ee
https://github.com/wesnoth/wesnoth/commit/50867795352861762ebe4b42da8e13b0ecb9b3ee
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-11-02 (Wed, 02 Nov 2016)
Changed paths:
M src/gui/widgets/tree_view.cpp
M src/gui/widgets/tree_view.hpp
Log Message:
-----------
Tree View: cleaned up remove_node and made it return the removed node's position
Commit: 97a3188d8cd42714fc72026b2586c765a2087088
https://github.com/wesnoth/wesnoth/commit/97a3188d8cd42714fc72026b2586c765a2087088
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-11-02 (Wed, 02 Nov 2016)
Changed paths:
M src/gui/widgets/tree_view.cpp
M src/gui/widgets/tree_view.hpp
Log Message:
-----------
Tree View: allow add_node to forward a third index argument to ttree_view_node::add_child
Commit: a389d7c59d6b3b3dfbf96d41c6087b38c0d24cb1
https://github.com/wesnoth/wesnoth/commit/a389d7c59d6b3b3dfbf96d41c6087b38c0d24cb1
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-11-02 (Wed, 02 Nov 2016)
Changed paths:
M src/gui/dialogs/multiplayer/mp_create_game.cpp
M src/gui/dialogs/multiplayer/mp_options_helper.cpp
M src/gui/dialogs/multiplayer/mp_options_helper.hpp
M src/gui/dialogs/sp_options_configure.cpp
Log Message:
-----------
MP Options Helper: refactoring to prevent the entire tree being recreated every refresh
Compare: https://github.com/wesnoth/wesnoth/compare/a9dd8da443b8...a389d7c59d6b
More information about the Commits
mailing list