[Commits] [wesnoth/wesnoth] 3802fd: Rename some labels to be more explanatory
GitHub
noreply at github.com
Tue Apr 18 18:26:47 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 3802fda221e6ef5513677883186ed28149b088c6
https://github.com/wesnoth/wesnoth/commit/3802fda221e6ef5513677883186ed28149b088c6
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-18 (Tue, 18 Apr 2017)
Changed paths:
M src/scripting/lua_gui2.cpp
Log Message:
-----------
Rename some labels to be more explanatory
Commit: 3c5a9aa57c7cb0984f281f35de470395bbb2c3a8
https://github.com/wesnoth/wesnoth/commit/3c5a9aa57c7cb0984f281f35de470395bbb2c3a8
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-18 (Tue, 18 Apr 2017)
Changed paths:
M src/scripting/lua_gui2.cpp
Log Message:
-----------
Some style/formatting cleanup
Commit: 1954bb67b4421fb763043d10d227842b6bb0b2f2
https://github.com/wesnoth/wesnoth/commit/1954bb67b4421fb763043d10d227842b6bb0b2f2
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-18 (Tue, 18 Apr 2017)
Changed paths:
M src/gui/dialogs/addon/manager.cpp
M src/gui/dialogs/preferences_dialog.cpp
M src/gui/widgets/listbox.cpp
M src/gui/widgets/listbox.hpp
M src/gui/widgets/multimenu_button.cpp
M src/gui/widgets/multimenu_button.hpp
M src/gui/widgets/stacked_widget.cpp
M src/gui/widgets/stacked_widget.hpp
M src/scripting/lua_gui2.cpp
Log Message:
-----------
Lua GUI2: A few additions
- Support for multimenu buttons
- Support for selecting multiple items in listboxes and stacked widgets
GUI2 C++ API:
- Documentation fixups
- Function to test if a layer of a stacked_widget is selected
- Function to test if a row of a listbox is selected
- listbox::select_row now returns false if it failed to select/deselect anything
- Functions to count and select options of a multimenu_button
- multimenu_button now always has keep_open, so the function to set it is removed
- multimenu_button now assumes every option has a toggle
Compare: https://github.com/wesnoth/wesnoth/compare/a6719622b58c...1954bb67b442
More information about the Commits
mailing list