aboutsummaryrefslogtreecommitdiff
path: root/src/intlGUIEditBox.cpp
AgeCommit message (Collapse)Author
2017-05-24Revert 1469424 and fix wrong char position when doing mouse selection on ↵Loïc Blot
intlGUIEditBox (#5806) * Revert 1469424075affce7c27bb44e5a5cbd51485e44b2 and fix wrong char position when doing mouse selection on intlGUIEditBox position should look at current line not the whole text and shift 1 character on the last line (due to \0 string delimiter) * Finish the fix and prevent values under zero for getCursorPos which crash the program if found * Forget to remove old comment * fix zero to NULL * Fix typo
2017-05-20Fix input regression introduced by a4a377ecad6f1732cc54e7ac329fdef9949f9bf7Loic Blot
Fix #5776
2017-05-19Fix textarea bug: clicking right of the end of a line caused the cursor to ↵you
be in one of the next lines (#3474)
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