Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix input regression introduced by a4a377ecad6f1732cc54e7ac329fdef9949f9bf7 | Loic Blot | 2017-05-20 |
| | | | | Fix #5776 | ||
* | Fix textarea bug: clicking right of the end of a line caused the cursor to ↵ | you | 2017-05-19 |
| | | | | be in one of the next lines (#3474) | ||
* | Fix & make linux conditionals uniform (#4278) | Rogier-5 | 2016-07-04 |
| | | | | | | | | 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 intlGUIEditBox | est31 | 2015-06-13 |
| | |||
* | Remove not really used guiTextInputMenu | sapier | 2014-06-17 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Add Freetype support | Ilya Zhuravlev | 2013-02-14 |