[Commits] [wesnoth/wesnoth] 7ead84: WIP: a widget that forces its child widget to a fi...

GitHub noreply at github.com
Fri Oct 28 18:28:35 UTC 2016


  Branch: refs/heads/fixed-size-chatbox
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 7ead84efc8ad8ebed9666988e697f39f9db7bf1b
      https://github.com/wesnoth/wesnoth/commit/7ead84efc8ad8ebed9666988e697f39f9db7bf1b
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M projectfiles/VC12/wesnoth.vcxproj
    M projectfiles/VC12/wesnoth.vcxproj.filters
    M src/CMakeLists.txt
    M src/SConscript
    M src/gui/widgets/container.hpp
    A src/gui/widgets/size_fixater.cpp
    A src/gui/widgets/size_fixater.hpp
    M src/gui/widgets/stacked_widget.cpp

  Log Message:
  -----------
  WIP: a widget that forces its child widget to a fixed size


  Commit: b7170e7e0a93ddcdfd73055e5f8b7a3d3f150bd4
      https://github.com/wesnoth/wesnoth/commit/b7170e7e0a93ddcdfd73055e5f8b7a3d3f150bd4
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M projectfiles/VC12/wesnoth.vcxproj
    M projectfiles/VC12/wesnoth.vcxproj.filters
    M src/CMakeLists.txt
    M src/SConscript
    R src/gui/widgets/size_fixater.cpp
    R src/gui/widgets/size_fixater.hpp
    A src/gui/widgets/size_lock.cpp
    A src/gui/widgets/size_lock.hpp

  Log Message:
  -----------
  Minor fixes

* Renamed the widget from size_fixater to size_lock.
  Thanks @shikadilord for the suggestion.
* Fixed build with -Werror=reorder.
* Fixed: the line of size_fixater.cpp was indented with spaces
  in CMakeLists.txt.
* Added newlines to the end of the new files.


Compare: https://github.com/wesnoth/wesnoth/compare/a3c8c976b01a...b7170e7e0a93


More information about the Commits mailing list