aboutsummaryrefslogtreecommitdiff
path: root/src/intlGUIEditBox.cpp
AgeCommit message (Collapse)Author
2016-07-04Fix & make linux conditionals uniform (#4278)Rogier-5
The source used a hodge-podge of different combinations of different macros to check for linux: 'linux', '__linux', '__linux__'. As '__linux__' is standard (Posix), and the others are not, the source now uniformly uses __linux__. If either linux or __linux are defined, it is made sure that __linux__ is defined as well.
2015-06-13Add utf-8 conversion utilities and re-add intlGUIEditBoxest31
2014-06-17Remove not really used guiTextInputMenusapier
2013-02-24Update Copyright YearsSfan5
2013-02-14Add Freetype supportIlya Zhuravlev