C++11 patchset 9: move hardcoded init parameters to class definitions (part 1) (...
[oweals/minetest.git] / src / guiChatConsole.cpp
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-05-20 Loïc BlotReal control fix (#5787)
2017-05-20 Loic BlotFix wchar_t type on 605599b6f150b89ba6539c4d088231b326a...
2017-05-20 Craig DavisonFix shift key producing space in console (#5777)
2017-04-28 ShadowNinjaClean up getTime helpers
2017-01-29 Zeno-Rename height to scale for openConsole() (#5139)
2016-12-26 sfan5Irrlicht 1.9 support
2016-07-04 Rogier-5Fix & make linux conditionals uniform (#4278)
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-05-04 Craig RobbinsFix holding down F10 (open console) causing GUI to...
2016-03-12 ShadowNinjaFix chat console not opening after formspec opened...
2016-03-03 ShadowNinjaAdd support for non-ASCII characters to chat console
2016-03-03 ShadowNinjaAdd text selection and copying to console
2016-03-03 ShadowNinjaUnlock cursor when opening console
2016-03-03 Esteban I. Ruiz... Use the console instead of a dedicated window when...
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2015-02-17 KahrlGrab GUIChatConsole::m_font, fixes segfault when changi...
2015-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-01-18 KahrlFix use of uninit data in Sky and (potentially) GUIChat...
2014-12-10 KahrlAdd paste command (Ctrl-V) in GUIChatConsole
2014-11-30 sapierMake hud use fontengine too
2014-11-30 sapierImplement proper font handling
2013-08-04 PilzAdamMake freetype usage configureable by a setting
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-15 Esteban I. Ruiz... Add basic unicode support to the console (linux workaround)
2013-06-05 Esteban I. Ruiz... Close console when it loses focus but it is still on...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-16 PilzAdamDont drop fonts with ENABLE_FREETYPE=0
2013-05-13 WeblateMerge remote-tracking branch 'origin/master'
2013-05-10 PilzAdamFix memory leaks: delete font in main and GUIChatConsole
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-05 PilzAdamFix nick completion
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-14 Ilya ZhuravlevAdd Freetype support
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-10 KahrlChat console, including a number of rebases and modific...