twinaphex
|
c744baeb89
|
Add ctype variants to stdstring and use it in RA
|
2020-09-27 22:15:32 +02:00 |
|
twinaphex
|
f09df7c6e3
|
Reorder structs, alignment
|
2020-08-15 19:43:17 +02:00 |
|
twinaphex
|
1ae20ea17c
|
Style nits - turn macro names into upper-case - some while style nits
|
2020-06-26 20:00:19 +02:00 |
|
jdgleaver
|
73bcd7a692
|
Enable correct vertical alignment of text (+ font rendering fixes)
|
2020-03-31 16:55:22 +01:00 |
|
Twinaphex
|
714e3ddc2a
|
(SBT font driver) Check first if font files exist before
we try to open them
|
2019-08-24 03:30:32 +02:00 |
|
twinaphex
|
8784d21c74
|
(STB) WinRT/UWP can't deal with relative paths, so don't look for
osd-font.ttf
|
2019-04-28 07:24:34 +02:00 |
|
twinaphex
|
2c47d571aa
|
Use path_is_valid instead of filestream_exists when we only
need to know if a file exists on the filesystem
|
2019-04-27 14:01:50 +02:00 |
|
Huw Pascoe
|
fed06044c4
|
silence warnings
|
2019-04-12 17:32:11 +01:00 |
|
jdgleaver
|
136762f6a2
|
Fix text display issues when using Japanese (and other unicode-dependent language) text with stb_unicode
|
2019-04-09 15:51:33 +01:00 |
|
jdgleaver
|
38d2febba5
|
Fix text alignment when using stb_unicode
|
2019-04-08 17:37:23 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
krzys-h
|
ced5af9314
|
(UWP) Don't try to access C:\Windows\Fonts
It's going to fail anyway
|
2019-01-06 15:46:03 +01:00 |
|
orbea
|
d40da6aca3
|
Fix c89 'keyword is hidden by macro definition' with clang.
|
2018-12-16 08:01:03 -08:00 |
|
twinaphex
|
c7c4b723d6
|
Move path_file_exists to filestream and do away with filestream
dependencies in file/file_path
|
2017-12-14 20:05:46 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
aliaspider
|
db490a69a3
|
(WiiU) add a menu display driver. enable MATERIALUI and XMB.
|
2017-05-22 01:45:40 +01:00 |
|
aliaspider
|
b17e76d8b7
|
(WiiU) add freetype and stb font support.
freetype disabled by default due to requiring an external library.
|
2017-05-21 04:22:32 +01:00 |
|
twinaphex
|
3cfaf47637
|
Avoid 'variable may be used uninitialized in this function' warnings
|
2017-02-19 18:59:02 +01:00 |
|
aliaspider
|
0d945a81d7
|
stb_unicode: use the same unicode handling code as the freetype
renderer, which supports codepoints > 0xFFFF.
|
2017-02-19 14:40:05 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
a153d600e4
|
(font_renderer) Cleanups
|
2017-01-10 21:50:59 +01:00 |
|
Alcaro
|
506c14dcc4
|
No need for inconsistency, let's just not have this at all.
|
2016-11-06 12:09:08 +01:00 |
|
twinaphex
|
89ed02cd01
|
(stb_unicode.c) Style nits
|
2016-11-06 11:44:21 +01:00 |
|
twinaphex
|
f7378be00f
|
Fix C89_BUILD warnings
|
2016-11-06 11:42:35 +01:00 |
|
twinaphex
|
ad5d78b63e
|
Define this too
|
2016-11-05 20:50:13 +01:00 |
|
twinaphex
|
37ff8cb66f
|
Prevent stb_truetype from being included twice for Griffin
|
2016-11-05 20:45:23 +01:00 |
|
Francisco José García García
|
14c9eb47c4
|
(VITA) Add uft8 support
|
2016-11-05 16:21:21 +01:00 |
|