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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately st...
Vas Crabb
2016-08-02
1
-2
/
+3
*
Fixed off by one issue and other cleanups requested by Vas
Nathan Woods
2016-07-25
1
-1
/
+1
*
Changed strconv.[cpp|h] functions to return their results as std::string and ...
Nathan Woods
2016-07-24
1
-9
/
+6
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-1
/
+1
*
Add WINAPI to other needed functions for stdcall calling convention on 32-bit
Brad Hughes
2016-06-15
1
-1
/
+1
*
The calling convention goes inside the brackets of pointers to functions. All...
smf-
2016-06-15
1
-1
/
+1
*
Introduce dynamic_module
Giuseppe Gorgoglione
2016-06-11
1
-23
/
+30
*
Fix debugging code in font_dwrite.cpp
Giuseppe Gorgoglione
2016-06-11
1
-21
/
+25
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
3
-33
/
+33
*
fix sdl build. (nw)
dankan1890
2016-04-21
1
-1
/
+1
*
fix cross compile (nw)
Jeffrey Clark
2016-04-03
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
2
-20
/
+19
*
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
*
Merge branch 'master' of https://github.com/mamedev/mame.git
Brad Hughes
2016-03-17
2
-67
/
+85
|
\
|
*
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
2
-15
/
+30
|
*
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
*
|
DirectWrite font enumeration support
Brad Hughes
2016-03-17
1
-32
/
+114
|
/
*
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
6
-197
/
+339
*
Fixes for Linux
Vas Crabb
2016-03-14
1
-3
/
+3
*
Add module probe support for directwrite so we can fall back cleanly.
Brad Hughes
2016-03-03
1
-0
/
+12
*
Fix DirectWrite font module init error handling
Brad Hughes
2016-03-02
1
-2
/
+9
*
Add DirectWrite font support module
Brad Hughes
2016-03-02
1
-0
/
+708
*
Remove SDL 1.2 support (nw)
Miodrag Milanovic
2016-02-16
1
-4
/
+0
*
fixing some more override (nw)
Miodrag Milanovic
2015-12-06
2
-10
/
+10
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-1
/
+1
*
more cleanups and fix (nw)
Miodrag Milanovic
2015-11-11
2
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
4
-0
/
+0
*
did license settings for OG and Andrew, cleared up OSD part for licenses (nw)
Miodrag Milanovic
2015-05-09
5
-13
/
+13
*
Added license headers to the rest of files (nw)
Miodrag Milanovic
2015-05-07
5
-0
/
+10
*
fix linux build (nw)
Miodrag Milanovic
2015-04-22
1
-6
/
+6
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
2
-16
/
+16
*
Fix OSX build and get rid of an astring while at it
Vas Crabb
2015-04-20
1
-12
/
+10
*
SDL fix (nw)
Miodrag Milanovic
2015-04-19
1
-1
/
+1
*
more conversions to std::string (nw)
Miodrag Milanovic
2015-04-19
1
-1
/
+1
*
Fix compile. (nw)
couriersud
2015-04-12
1
-3
/
+3
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-2
/
+2
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
2
-8
/
+8
*
Make OSD options an init parameter for modules
Vas Crabb
2015-04-07
4
-33
/
+31
*
Add a simple CoreAudio sound output module
Vas Crabb
2015-04-05
1
-1
/
+1
*
font_windows.c: don't crash if no memory for bitmap [Peter Ferrie]
Peter Ferrie
2015-03-18
1
-67
/
+72
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
5
-610
/
+607
[prev]
[next]