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_dwrite.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-2
/
+2
*
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-1
/
+1
*
dwrite: noticed an error msg with missing \n (nw)
hap
2018-12-14
1
-1
/
+1
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
1
-1
/
+0
*
first srcclean pass (nw)
Vas Crabb
2016-12-25
1
-1
/
+1
*
Merge pull request #1749 from bradhugh/dynamic_api
Vas Crabb
2016-12-02
1
-41
/
+21
|
\
|
*
Update name of DYNAMIC_API macros (nw)
Brad Hughes
2016-12-01
1
-20
/
+20
|
*
Simpler low-cost implementation making modules and function pointers class me...
Brad Hughes
2016-11-21
1
-23
/
+21
|
*
Changing singleton to be thread safe (nw)
Brad Hughes
2016-11-20
1
-3
/
+3
|
*
Update dwrite debugging functions with DYNAMIC_API (nw)
Brad Hughes
2016-11-20
1
-9
/
+3
|
*
Update DirectWrite font provider to use DYNAMIC_API (nw)
Brad Hughes
2016-11-20
1
-31
/
+19
*
|
srcclean (nw)
Vas Crabb
2016-11-27
1
-1
/
+1
|
/
*
UWP: Different default font. Tahoma not available on XBOX (nw)
Brad Hughes
2016-11-14
1
-1
/
+6
*
Small cleanup (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
simplified memory allocation for osd_module (nw)
Miodrag Milanovic
2016-11-11
1
-0
/
+2
*
More UWP work - the UI actually renders (nw)
Brad Hughes
2016-11-10
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-18
/
+18
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
Bulk renaming of Windows string conversion functions
Nathan Woods
2016-10-03
1
-2
/
+2
*
Fix compile for DirectWrite font provider and make it compile with normal win...
Brad Hughes
2016-09-16
1
-39
/
+42
*
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
1
-8
/
+8
*
fix cross compile (nw)
Jeffrey Clark
2016-04-03
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
1
-19
/
+19
*
DirectWrite font enumeration support
Brad Hughes
2016-03-17
1
-32
/
+114
*
Move font enumeration to OSD, separate font name from display name as needed ...
Vas Crabb
2016-03-17
1
-6
/
+11
*
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