aboutsummaryrefslogtreecommitdiff
path: root/src/intlGUIEditBox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix input regression introduced by a4a377ecad6f1732cc54e7ac329fdef9949f9bf7Loic Blot2017-05-201-2/+2
| | | | Fix #5776
* Fix textarea bug: clicking right of the end of a line caused the cursor to ↵you2017-05-191-1/+3
| | | | be in one of the next lines (#3474)
* Fix & make linux conditionals uniform (#4278)Rogier-52016-07-041-1/+1
| | | | | | | | 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.
* Add utf-8 conversion utilities and re-add intlGUIEditBoxest312015-06-131-0/+1509
|
* Remove not really used guiTextInputMenusapier2014-06-171-1508/+0
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Add Freetype supportIlya Zhuravlev2013-02-141-0/+1508