summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/font (follow)
Commit message (Expand)AuthorAgeFilesLines
* font_sdl: better fix for variable-length array Patrick Mackinlay2023-02-011-1/+1
* font_sdl: avoid variable-length array Patrick Mackinlay2023-02-011-3/+2
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-1/+1
* Various input and OSD refactoring: Vas Crabb2023-01-295-17/+26
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-281-5/+17
* util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (... npwoods2022-09-152-3/+3
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-6/+8
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-044-5/+10
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-261-5/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+3
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-143-5/+5
* Much more core std::string_view modernization AJR2021-01-202-5/+5
* Low-level #include overhaul AJR2021-01-023-3/+0
* font_windows.cpp: include unicode.h Ivan Vangelista2020-12-151-1/+2
* Cleaned up bitmap API. Vas Crabb2020-09-273-4/+5
* font_osx.cpp: Why does Apple even have these macros? They're not expected to ... AJR2020-04-081-2/+2
* Mac: Use Arial Unicode MS as the default font (fixes missing glyphs in many l... arbee2020-04-081-1/+25
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-1/+1
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-1/+1
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-263-7/+7
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-191-1/+1
* dwrite: noticed an error msg with missing \n (nw) hap2018-12-141-1/+1
* log failure to get glyph, but keep drawing (nw) Vas Crabb2017-08-081-3/+0
* font_osx: handle fonts where space glyphs return a null bounding box (e.g. Hi... Vas Crabb2017-08-061-43/+64
* log some failures (nw) Vas Crabb2017-08-051-28/+37
* Use proper font metrics on OSX rather than trying to guess advance from glyph... Vas Crabb2017-08-051-67/+38
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-282-2/+0
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* Merge pull request #1749 from bradhugh/dynamic_api Vas Crabb2016-12-021-41/+21
|\
| * Update name of DYNAMIC_API macros (nw) Brad Hughes2016-12-011-20/+20
| * Simpler low-cost implementation making modules and function pointers class me... Brad Hughes2016-11-211-23/+21
| * Changing singleton to be thread safe (nw) Brad Hughes2016-11-201-3/+3
| * Update dwrite debugging functions with DYNAMIC_API (nw) Brad Hughes2016-11-201-9/+3
| * Update DirectWrite font provider to use DYNAMIC_API (nw) Brad Hughes2016-11-201-31/+19
* | srcclean (nw) Vas Crabb2016-11-271-1/+1
|/
* UWP: Different default font. Tahoma not available on XBOX (nw) Brad Hughes2016-11-141-1/+6
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-111-0/+2
* More UWP work - the UI actually renders (nw) Brad Hughes2016-11-101-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-222-23/+23
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-225-9/+9
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-032-5/+5
* Adding new string conversion overloads Nathan Woods2016-10-011-1/+1
* Fix compile for DirectWrite font provider and make it compile with normal win... Brad Hughes2016-09-161-39/+42
* Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately st... Vas Crabb2016-08-021-2/+3
* Fixed off by one issue and other cleanups requested by Vas Nathan Woods2016-07-251-1/+1
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-9/+6
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* Add WINAPI to other needed functions for stdcall calling convention on 32-bit Brad Hughes2016-06-151-1/+1