rdb
|
51f5124048
|
dtoolutil: consistently use char32_t for Unicode code points
Unlike wchar_t, char32_t is guaranteed to be able to hold a UTF-32 character.
|
2018-10-15 22:23:45 +02:00 |
Sam Edwards
|
e2b4353800
|
general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
|
2018-06-03 16:35:13 -06:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
86a898b40a
|
Tack on combining diacritics for static fonts if font doesn't specify modified letters
|
2015-12-31 12:48:02 +01:00 |
rdb
|
a453ec1925
|
Overhaul text generation; now 75x as fast as before.
|
2015-11-13 01:44:03 +01:00 |
rdb
|
18ad6d1543
|
Replace many int params with size_t params where appropriate, and work towards fixing type conversion warnings
|
2015-10-07 18:58:26 +02:00 |
David Rose
|
6b3cc48bb6
|
fix static init crash
|
2011-09-01 22:33:08 +00:00 |
David Rose
|
6ecf2fed29
|
preparing for unicode filenames
|
2011-08-29 04:33:00 +00:00 |