aboutsummaryrefslogtreecommitdiff
path: root/src/guiChatConsole.cpp
AgeCommit message (Expand)Author
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot
2015-02-18Grab GUIChatConsole::m_font, fixes segfault when changing font_sizeKahrl
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2015-01-18Fix use of uninit data in Sky and (potentially) GUIChatConsole constructorsKahrl
2014-12-10Add paste command (Ctrl-V) in GUIChatConsoleKahrl
2014-11-30Make hud use fontengine toosapier
2014-11-30Implement proper font handlingsapier
2013-08-04Make freetype usage configureable by a settingPilzAdam
2013-06-15Add basic unicode support to the console (linux workaround)Esteban I. Ruiz Moreno
2013-06-05Close console when it loses focus but it is still on screenEsteban I. Ruiz Moreno
2013-05-16Dont drop fonts with ENABLE_FREETYPE=0PilzAdam
2013-05-10Fix memory leaks: delete font in main and GUIChatConsolePilzAdam
2013-04-05Fix nick completionPilzAdam
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-14Add Freetype supportIlya Zhuravlev
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-03-10Chat console, including a number of rebases and modifications.Kahrl