ppsspp/ext/native/util
Silent 6639a550f1
Improve WordWrapper:
- When wrapping before word, left trim whitespaces to prevent newlines from starting indented
- Change lastLineStart_ to size_t to cut down on nasty typecasts
- Replace operator += with explicit call to append to make intent more clear and reduce memory allocations
2019-05-30 19:24:31 +02:00
..
hash Fix issue with caret position in text boxes caused by a bad hash function. Fletcher is 2-bytes-at-a-time and thus very inappropriate for short strings. 2017-10-24 22:45:27 +02:00
random Remove UTF-8 BOMs from a few files. 2016-08-07 17:59:35 -07:00
text Improve WordWrapper: 2019-05-30 19:24:31 +02:00
CMakeLists.txt UI: Add a generic word wrapper class. 2016-07-04 16:03:22 -07:00
const_map.h Merge remote repo native into ext/native/. 2015-09-06 12:24:17 -07:00