[wesnoth-commits] [wesnoth/wesnoth] 7ac369: Turn ime_in_progress_ off when composition text is...

GitHub noreply at github.com
Sun Mar 25 13:41:58 UTC 2018


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 7ac3697142512e1654ab2428ca18a835ec288e62
      https://github.com/wesnoth/wesnoth/commit/7ac3697142512e1654ab2428ca18a835ec288e62
  Author: Hironori Fujimoto <broadbarredfirefish at gmail.com>
  Date:   2018-03-20 (Tue, 20 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: 264fe1d4d3880f9f518553005066653971acd863
      https://github.com/wesnoth/wesnoth/commit/264fe1d4d3880f9f518553005066653971acd863
  Author: Hironori Fujimoto <broadbarredfirefish at gmail.com>
  Date:   2018-03-20 (Tue, 20 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: 8522e25ffb581155e79a1cb273187bcce9e3931b
      https://github.com/wesnoth/wesnoth/commit/8522e25ffb581155e79a1cb273187bcce9e3931b
  Author: Hironori Fujimoto <broadbarredfirefish at gmail.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
    M src/gui/widgets/text_box_base.cpp

  Log Message:
  -----------
  Use is_composing() instead of raw ime_in_progress_


  Commit: 8cd0585ba50cc6406aaf4d8b94f082188dc191e5
      https://github.com/wesnoth/wesnoth/commit/8cd0585ba50cc6406aaf4d8b94f082188dc191e5
  Author: Hironori Fujimoto <broadbarredfirefish at gmail.com>
  Date:   2018-03-20 (Tue, 20 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


  Commit: e6b411d21a60af300931736bf16221a30da9066b
      https://github.com/wesnoth/wesnoth/commit/e6b411d21a60af300931736bf16221a30da9066b
  Author: Jyrki Vesterinen <sandgtx 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:
  -----------
  Merge branch 'fix_2694' into 1.14

Manual merge of pull request #2697.


Compare: https://github.com/wesnoth/wesnoth/compare/f6c795ffc07b...e6b411d21a60


More information about the Commits mailing list