[Commits] [wesnoth/wesnoth] 082fd2: ttree_view_node: added set_callback_state_change s...
GitHub
noreply at github.com
Sat Jan 30 16:05:21 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 082fd28dc5552d1306f0ef0be2de0d4c946fec83
https://github.com/wesnoth/wesnoth/commit/082fd28dc5552d1306f0ef0be2de0d4c946fec83
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M src/gui/widgets/tree_view_node.cpp
M src/gui/widgets/tree_view_node.hpp
Log Message:
-----------
ttree_view_node: added set_callback_state_change support
Commit: 07794e4b33e70177deb8e11f268ceef86d176944
https://github.com/wesnoth/wesnoth/commit/07794e4b33e70177deb8e11f268ceef86d176944
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M src/gui/widgets/combobox.hpp
Log Message:
-----------
tcombobox: added a getter method for the currently selected option's string
Commit: 9ee26c53bf7a91219597348c716e1f701eb7851d
https://github.com/wesnoth/wesnoth/commit/9ee26c53bf7a91219597348c716e1f701eb7851d
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M src/gui/widgets/listbox.cpp
Log Message:
-----------
tlistbox: don't request resize when removing the last row
This fixes an issue where calling clear() outside a preshow function
would result in an assert.
Commit: 61ce8437a9a4a0082f0f0bd43935707f0849be23
https://github.com/wesnoth/wesnoth/commit/61ce8437a9a4a0082f0f0bd43935707f0849be23
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M src/gui/widgets/text_box.hpp
Log Message:
-----------
ttext_box: added a clear() function
Commit: 0d424e9d5dae9f3ed330108800dc2f263bf4ff53
https://github.com/wesnoth/wesnoth/commit/0d424e9d5dae9f3ed330108800dc2f263bf4ff53
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M src/gui/widgets/tree_view_node.cpp
M src/gui/widgets/tree_view_node.hpp
Log Message:
-----------
ttree_view: partially implemented fold() and unfold()
Currently lacks recursive or removal mode support
Commit: 5f67eee678e082b75aa67b83952572db8a096827
https://github.com/wesnoth/wesnoth/commit/5f67eee678e082b75aa67b83952572db8a096827
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M src/gui/widgets/tree_view_node.cpp
Log Message:
-----------
ttree_view_node: bind label selection event to toggle if label is not present
Commit: 65332d6a532c6defc9f7f290d3c6851f000b127c
https://github.com/wesnoth/wesnoth/commit/65332d6a532c6defc9f7f290d3c6851f000b127c
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M src/gui/widgets/scrollbar.cpp
Log Message:
-----------
tscrollbar_: make manual scroll function fire MODIFIED event
This fixes, for one, sliders not firing NOTIFY_MODIFIED events when using
keyboard keys to change the value
Commit: ebf01eb3a43c1d7ea3165094db6fff24042f7997
https://github.com/wesnoth/wesnoth/commit/ebf01eb3a43c1d7ea3165094db6fff24042f7997
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M src/gui/widgets/horizontal_scrollbar.cpp
M src/gui/widgets/horizontal_scrollbar.hpp
M src/gui/widgets/scrollbar.cpp
M src/gui/widgets/scrollbar.hpp
M src/gui/widgets/slider.cpp
M src/gui/widgets/slider.hpp
M src/gui/widgets/vertical_scrollbar.cpp
M src/gui/widgets/vertical_scrollbar.hpp
Log Message:
-----------
gui2: make scrollbars only accept input in the orthogonal range
Compare: https://github.com/wesnoth/wesnoth/compare/6f9a6271a06a...ebf01eb3a43c
More information about the Commits
mailing list