[Commits] [wesnoth/wesnoth] ea212b: move class floating_label from font.cpp to its own...
GitHub
noreply at github.com
Sun Mar 8 02:24:14 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: ea212b5bc257a1cfc77f5667756bac67560354b2
https://github.com/wesnoth/wesnoth/commit/ea212b5bc257a1cfc77f5667756bac67560354b2
Author: Chris Beck <render787 at gmail.com>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M src/CMakeLists.txt
M src/SConscript
M src/display_chat_manager.cpp
A src/floating_label.cpp
A src/floating_label.hpp
M src/floating_textbox.cpp
M src/font.cpp
M src/font.hpp
M src/game_display.cpp
M src/game_initialization/multiplayer_ui.hpp
M src/gui/widgets/window.cpp
M src/map_label.cpp
M src/play_controller.hpp
M src/show_dialog.cpp
M src/show_dialog.hpp
M src/tooltips.cpp
M src/video.cpp
M src/wesnoth.cpp
Log Message:
-----------
move class floating_label from font.cpp to its own file
floating_label is essentially a primitive GUI1 widget, consisting
just of a text label and non-interacting. It's also used for the
map labels displayed in-game iiuc.
More information about the Commits
mailing list