[wesnoth-commits] [wesnoth/wesnoth] 16a8ac: Turn ime_in_progress_ off when composition text is...
GitHub
noreply at github.com
Sun Mar 25 13:49:43 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 16a8ac7e4956bdf236b518e42913af1ae7360cbf
https://github.com/wesnoth/wesnoth/commit/16a8ac7e4956bdf236b518e42913af1ae7360cbf
Author: Hironori Fujimoto <broadbarredfirefish at gmail.com>
Date: 2018-03-25 (Sun, 25 Mar 2018)
Changed paths:
M src/gui/widgets/text_box_base.cpp
Log Message:
-----------
Turn ime_in_progress_ off when composition text is nothing
Commit: 5e22b2b714d58b7f6041c323b0e4c9c7e02bc0b1
https://github.com/wesnoth/wesnoth/commit/5e22b2b714d58b7f6041c323b0e4c9c7e02bc0b1
Author: Hironori Fujimoto <broadbarredfirefish at gmail.com>
Date: 2018-03-25 (Sun, 25 Mar 2018)
Changed paths:
M src/gui/widgets/text_box_base.cpp
M src/gui/widgets/text_box_base.hpp
Log Message:
-----------
Remove private member 'ime_length_'
In order to get length of composition text, just compare text_ and
text_cached
Commit: 6212a62a985b60110a7350ed28bfb0601cc1d0b8
https://github.com/wesnoth/wesnoth/commit/6212a62a985b60110a7350ed28bfb0601cc1d0b8
Author: Hironori Fujimoto <broadbarredfirefish at gmail.com>
Date: 2018-03-25 (Sun, 25 Mar 2018)
Changed paths:
M src/gui/widgets/text_box_base.cpp
Log Message:
-----------
Use is_composing() instead of raw ime_in_progress_
Commit: 6b98bbdca125a748bc4eafb5f54394d0f14a7177
https://github.com/wesnoth/wesnoth/commit/6b98bbdca125a748bc4eafb5f54394d0f14a7177
Author: Hironori Fujimoto <broadbarredfirefish at gmail.com>
Date: 2018-03-25 (Sun, 25 Mar 2018)
Changed paths:
M src/gui/widgets/text_box_base.cpp
M src/gui/widgets/text_box_base.hpp
Log Message:
-----------
Rename variable so that it's role becomes clearly
Compare: https://github.com/wesnoth/wesnoth/compare/39d1476ade2a...6b98bbdca125
More information about the Commits
mailing list