[wesnoth-commits] [wesnoth/wesnoth] 9ec858: .gitignore for CLion

GitHub noreply at github.com
Sun Jul 8 21:02:55 UTC 2018


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 9ec8589ef3113f6e7ba62cd21cad1b3323277821
      https://github.com/wesnoth/wesnoth/commit/9ec8589ef3113f6e7ba62cd21cad1b3323277821
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  .gitignore for CLion


  Commit: 30262b8227f36fa6f406089fdd8c1903bb1a24b8
      https://github.com/wesnoth/wesnoth/commit/30262b8227f36fa6f406089fdd8c1903bb1a24b8
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M src/gui/core/event/dispatcher.cpp
    M src/gui/core/event/dispatcher.hpp
    M src/gui/core/event/dispatcher_private.hpp
    M src/gui/core/event/handler.cpp
    M src/gui/core/event/handler.hpp

  Log Message:
  -----------
  3 kinds of touch event compiled: up/down (combined with mouse), swipe and multi-finger gesture.


  Commit: 20e4a6e2078f73d29cdb0c86ea7377c9fbb33f63
      https://github.com/wesnoth/wesnoth/commit/20e4a6e2078f73d29cdb0c86ea7377c9fbb33f63
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M data/core/hotkeys.cfg
    M src/config_cache.cpp
    M src/controller_base.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/events.cpp
    M src/gui/core/event/handler.cpp
    M src/gui/dialogs/hotkey_bind.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/hotkey_item.cpp
    M src/mouse_events.cpp
    M src/mouse_events.hpp
    M src/mouse_handler_base.cpp
    M src/mouse_handler_base.hpp

  Log Message:
  -----------
  iOS: Touch interface implemented, and a RMB emulation of such on PC.


  Commit: d21f643d74363f31cf2ec0acd2bdf8e3cc4781e1
      https://github.com/wesnoth/wesnoth/commit/d21f643d74363f31cf2ec0acd2bdf8e3cc4781e1
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M src/mouse_handler_base.cpp

  Log Message:
  -----------
  std::chrono::high_resolution_clock didn't work (do I have different versions of clang?), changed to clock().


  Commit: 0238d1529f3b13874488306c55ec3e6b162c705d
      https://github.com/wesnoth/wesnoth/commit/0238d1529f3b13874488306c55ec3e6b162c705d
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  iOS document directories. Might use these on other platforms as well.


  Commit: c59987753c2adaaec9dc4c259179e7a31bdabfcb
      https://github.com/wesnoth/wesnoth/commit/c59987753c2adaaec9dc4c259179e7a31bdabfcb
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M data/core/hotkeys.cfg
    M src/hotkey/command_executor.cpp
    M src/hotkey/command_executor.hpp
    M src/hotkey/hotkey_command.cpp
    M src/hotkey/hotkey_command.hpp
    M src/hotkey/hotkey_handler.cpp
    M src/hotkey/hotkey_handler.hpp
    M src/mouse_events.cpp
    M src/mouse_events.hpp
    M src/mouse_handler_base.cpp
    M src/mouse_handler_base.hpp

  Log Message:
  -----------
  iOS: Touch-hex action added.


  Commit: ccb5ccdaf74fa51822a54ba6af6b177c6f6fc38e
      https://github.com/wesnoth/wesnoth/commit/ccb5ccdaf74fa51822a54ba6af6b177c6f6fc38e
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M src/gui/core/event/distributor.cpp
    M src/gui/core/event/distributor.hpp
    M src/gui/widgets/scrollbar.cpp
    M src/gui/widgets/scrollbar.hpp
    M src/gui/widgets/scrollbar_container.cpp
    M src/gui/widgets/scrollbar_container.hpp
    M src/widgets/scrollarea.cpp
    M src/widgets/scrollarea.hpp

  Log Message:
  -----------
  iOS: finger scrolling in controls.


  Commit: 6f515d39ed41661452bab52e99f1da0fd9091357
      https://github.com/wesnoth/wesnoth/commit/6f515d39ed41661452bab52e99f1da0fd9091357
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M src/mouse_events.cpp

  Log Message:
  -----------
  iOS: panning


  Commit: 1845a978c6661f69d2dd3cb8f76b2771b544a727
      https://github.com/wesnoth/wesnoth/commit/1845a978c6661f69d2dd3cb8f76b2771b544a727
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M src/gui/core/event/distributor.cpp
    M src/gui/core/timer.cpp

  Log Message:
  -----------
  iOS: trying 2 fixes in gui2::execute_timer() and gui2::timer_callback(): timer thread safety or tooltips.
timer callback can invoke whole stack of the windows. Don't lock the timers forever.


  Commit: 8f28f8d968a79e8cea8a4c7c8ebf5c10a80745b3
      https://github.com/wesnoth/wesnoth/commit/8f28f8d968a79e8cea8a4c7c8ebf5c10a80745b3
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M src/controller_base.cpp
    M src/controller_base.hpp
    M src/gui/dialogs/drop_down_menu.cpp
    M src/gui/dialogs/drop_down_menu.hpp
    M src/mouse_handler_base.cpp
    M src/mouse_handler_base.hpp

  Log Message:
  -----------
  iOS: Long-touch context menu. Work around event queue delays.


  Commit: fe630e1f5989e11dbec67580941022cbf7430c6d
      https://github.com/wesnoth/wesnoth/commit/fe630e1f5989e11dbec67580941022cbf7430c6d
  Author: Victor Sergienko <singalen at gmail.com>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M src/controller_base.cpp
    M src/events.cpp
    M src/sdl/userevent.hpp

  Log Message:
  -----------
  iOS: double-tap for context menu


Compare: https://github.com/wesnoth/wesnoth/compare/6fb813ba80a9...fe630e1f5989
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Commits mailing list