aboutsummaryrefslogtreecommitdiff
path: root/src/guiChatConsole.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add paste command (Ctrl-V) in GUIChatConsoleKahrl2014-12-101-0/+13
|
* Make hud use fontengine toosapier2014-11-301-1/+1
| | | | | Fix non coding style conforming glb_fontengine to g_fontengine Fix fonts never been deleted due to grabbed to often
* Implement proper font handlingsapier2014-11-301-22/+5
|
* Make freetype usage configureable by a settingPilzAdam2013-08-041-6/+11
|
* Add basic unicode support to the console (linux workaround)Esteban I. Ruiz Moreno2013-06-151-1/+7
|
* Close console when it loses focus but it is still on screenEsteban I. Ruiz Moreno2013-06-051-0/+5
|
* Dont drop fonts with ENABLE_FREETYPE=0PilzAdam2013-05-161-1/+3
|
* Fix memory leaks: delete font in main and GUIChatConsolePilzAdam2013-05-101-0/+1
|
* Fix nick completionPilzAdam2013-04-051-1/+1
|
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-1/+1
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Add Freetype supportIlya Zhuravlev2013-02-141-0/+10
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Chat console, including a number of rebases and modifications.Kahrl2012-03-101-0/+550
Defaults modified from original: alpha=200, key=F10