[Commits] [wesnoth/wesnoth] 374eb2: Added an override for point_in_rect that takes a t...

GitHub noreply at github.com
Sat Oct 22 09:57:18 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 374eb2ecb79145744d5f0c7d8805b27992ed2437
      https://github.com/wesnoth/wesnoth/commit/374eb2ecb79145744d5f0c7d8805b27992ed2437
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M src/sdl/rect.cpp
    M src/sdl/rect.hpp

  Log Message:
  -----------
  Added an override for point_in_rect that takes a tpoint argument


  Commit: 2e982c0824a8b30b6ce50d002294e302e7bf3cb2
      https://github.com/wesnoth/wesnoth/commit/2e982c0824a8b30b6ce50d002294e302e7bf3cb2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M src/gui/widgets/scrollbar_container.hpp

  Log Message:
  -----------
  Scrollbar Container: added some member getters


  Commit: 4595e8d3740f56c65810875d8df0a349058bc652
      https://github.com/wesnoth/wesnoth/commit/4595e8d3740f56c65810875d8df0a349058bc652
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M src/gui/widgets/scrollbar.hpp

  Log Message:
  -----------
  Scrollbar: made tstate enum public

We should evaluate whether this should be done for all widgets. Right now, having them private makes a public get_state
rather useless, since it can't be stored or compared against anything.


  Commit: 632c8671443637d2750cdd5060ec1d3b084b324d
      https://github.com/wesnoth/wesnoth/commit/632c8671443637d2750cdd5060ec1d3b084b324d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M src/gui/dialogs/drop_down_list.cpp

  Log Message:
  -----------
  Drop Down List: fixed dialog closing when scrolling with scrollbar (bug #25195)


  Commit: 098f1a15aa409beb4546c3fd9503b66c4044db0d
      https://github.com/wesnoth/wesnoth/commit/098f1a15aa409beb4546c3fd9503b66c4044db0d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M src/gui/dialogs/drop_down_list.cpp

  Log Message:
  -----------
  Drop Down List: minor code simplification


Compare: https://github.com/wesnoth/wesnoth/compare/80115b11faa3...098f1a15aa40


More information about the Commits mailing list