index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
modules
/
font
/
font_sdl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-4
/
+4
*
Low-level #include overhaul
AJR
2021-01-02
1
-1
/
+0
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-1
/
+1
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-3
/
+3
*
Fix Solaris 2.11 (non-Oracle)
Rick V
2019-08-19
1
-1
/
+1
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
fix sdl build. (nw)
dankan1890
2016-04-21
1
-1
/
+1
*
Initial work to make MAME work on Android [Miodrag Milanovic]
Miodrag Milanovic
2016-03-27
1
-1
/
+1
*
Revert "Don't invoke VLA unnecessarily"
Miodrag Milanovic
2016-03-19
1
-1
/
+1
*
Don't invoke VLA unnecessarily
Vas Crabb
2016-03-19
1
-1
/
+1
*
fix compile on 4.9.x (nw)
Miodrag Milanovic
2016-03-19
1
-2
/
+3
*
Slight simplification to the code
Vas Crabb
2016-03-19
1
-4
/
+2
*
Do single conversion instead of two (nw)
Vas Crabb
2016-03-17
1
-3
/
+3
*
Fix TTC loading (thanks for the tip, Sarayan)
Vas Crabb
2016-03-17
1
-14
/
+29
*
Implement couriersud's proposal to put style name in the config name for SDL ...
Vas Crabb
2016-03-17
1
-43
/
+40
*
Build more of font_sdl.cpp with Emscripten since there is an SDL2_ttf port no...
Justin Kerk
2016-03-17
1
-8
/
+14
*
Fix linux font loading. [Couriersud]
couriersud
2016-03-16
1
-1
/
+1
*
A lot of ttf fonts (including C/J/K fonts like unifont) do not have an
couriersud
2016-03-16
1
-1
/
+2
*
Fix drawing characters outside Unicode BMP with SDL
Vas Crabb
2016-03-17
1
-67
/
+46
*
Move font enumeration to OSD, separate font name from display name as needed ...
Vas Crabb
2016-03-17
1
-84
/
+115
*
Fixes for Linux
Vas Crabb
2016-03-14
1
-3
/
+3
*
Remove SDL 1.2 support (nw)
Miodrag Milanovic
2016-02-16
1
-4
/
+0
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+361