index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
rendfont.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
emufwd.h: Add forward declaration for render_bounds
AJR
2023-12-11
1
-2
/
+0
*
rendfont.cpp: Modest refactoring
AJR
2022-02-05
1
-3
/
+3
*
rendfont.cpp: Convert another function to std::string_view
AJR
2020-12-12
1
-1
/
+1
*
C++17 string handling updates (without charconv so as not to break GCC 7)
AJR
2020-12-08
1
-2
/
+2
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-1
/
+2
*
general cleanup:
Vas Crabb
2017-05-23
1
-3
/
+0
*
cleanup headers of not used friend classes (nw)
Miodrag Milanovic
2017-02-12
1
-1
/
+0
*
coretmpl: add an associative LRU cache with map-like behaviour
Vas Crabb
2016-12-15
1
-20
/
+21
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-9
/
+9
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-9
/
+9
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-5
/
+5
*
quick fixes to some more stuff that isn't supplementary plane clean
Vas Crabb
2016-08-03
1
-2
/
+2
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
Move font enumeration to OSD, separate font name from display name as needed ...
Vas Crabb
2016-03-17
1
-3
/
+3
*
Initial import of MEWUI to MAME [Dankan1890]
Dankan1890
2016-02-04
1
-1
/
+13
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-2
/
+2
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-3
/
+3
*
Changed osd_font to struct osd_font and removed unnecessary osdepend.h
couriersud
2015-01-17
1
-1
/
+3
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-5
/
+5
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-3
/
+10
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-19
/
+19
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-2
/
+2
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-1
/
+1
*
Cleanup & version bump.
mame0140u1
Aaron Giles
2010-11-08
1
-2
/
+2
*
Added support for OSD-generated fonts. The OSD is queried first to see
Aaron Giles
2010-10-24
1
-15
/
+17
*
Convert rendfont to C++.
Aaron Giles
2010-10-23
1
-13
/
+104
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+0
*
Replaces mame_bitmap with bitmap_t
Zsolt Vasvari
2008-02-29
1
-1
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+33