[Commits] [wesnoth/wesnoth] e32bb5: Use std::unique_ptr to manage the layout and conte...
GitHub
noreply at github.com
Thu May 4 19:19:07 UTC 2017
Branch: refs/heads/large-gui-canvas
Home: https://github.com/wesnoth/wesnoth
Commit: e32bb5e24da204d6c592e2b91baf43029a33839b
https://github.com/wesnoth/wesnoth/commit/e32bb5e24da204d6c592e2b91baf43029a33839b
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M projectfiles/VC12/wesnoth.vcxproj
M projectfiles/VC12/wesnoth.vcxproj.filters
R src/font/pango/iter.hpp
M src/font/text.cpp
M src/font/text.hpp
Log Message:
-----------
Use std::unique_ptr to manage the layout and context in pango_text
This makes it easier for one canvas to manage multiple layouts.
More information about the Commits
mailing list