twinaphex
|
b45acf2223
|
MSVC buildfixes
|
2021-05-21 17:09:55 +02:00 |
|
Woohyun Shin
|
4e8a71d034
|
GDI: Fix non-ASCII text rendering
|
2021-04-22 20:38:58 +09:00 |
|
twinaphex
|
662e37f670
|
Replace more instances of string_split
|
2020-08-26 13:35:05 +02:00 |
|
twinaphex
|
9cb4d924cb
|
Revert "(drivers_font) Cut down on unnecessary strlen calls within a for loop"
This reverts commit 3e9d0b875835dba8452d18cf36bc0f9e4e46517a.
|
2020-06-24 21:09:44 +02:00 |
|
twinaphex
|
3e9d0b8758
|
(drivers_font) Cut down on unnecessary strlen calls within a for loop
- precompute once for function duration
|
2020-06-24 20:52:39 +02:00 |
|
jdgleaver
|
73bcd7a692
|
Enable correct vertical alignment of text (+ font rendering fixes)
|
2020-03-31 16:55:22 +01:00 |
|
twinaphex
|
f4c5036c3c
|
Get rid of video_frame_info dep for fonts
|
2020-03-10 03:24:59 +01:00 |
|
twinaphex
|
c77861126f
|
remove video_info deps
|
2020-03-09 22:35:25 +01:00 |
|
twinaphex
|
43feea3496
|
(Drivers font) Add parameter
|
2020-03-09 21:34:14 +01:00 |
|
twinaphex
|
e8ff0fddca
|
(drivers_font) More untangling of video_info
|
2020-03-07 05:48:21 +01:00 |
|
twinaphex
|
ee9c6ef5ba
|
(Font driver) Get rid of more video_frame_info dependencies
|
2020-03-07 01:41:00 +01:00 |
|
twinaphex
|
2e034c1574
|
(gfx/drivers_font) header cleanups
|
2020-03-05 14:01:34 +01:00 |
|
twinaphex
|
ee3208ac39
|
Integrate video_driver.c into retroarch.c
|
2019-06-17 15:10:22 +02:00 |
|
Brad Parker
|
4f0d61a2ac
|
update copyright
|
2019-02-22 19:13:36 -05:00 |
|
Brad Parker
|
2517670f80
|
gdi: remove unused variable
|
2018-10-10 17:54:38 -04:00 |
|
twinaphex
|
04cc181771
|
Cleanups
|
2018-10-10 16:18:29 +02:00 |
|
Brad Parker
|
b9699f4780
|
gdi: texture load support, fix menu text alignment, support multi-line messages
|
2018-10-10 09:58:49 -04:00 |
|
twinaphex
|
0d39701145
|
Get rid of double void argument
|
2018-07-14 00:54:14 +02:00 |
|
twinaphex
|
4d1b4f905f
|
Start adding OSD statistics - doesn't work yet for SDL2/SDL
|
2018-03-23 17:43:49 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
Brad Parker
|
75eed7997b
|
GDI: use configured message color for OSD/menu text
|
2017-12-06 01:41:00 -05:00 |
|
twinaphex
|
5879e551a5
|
Pass video_info to font driver functions
|
2017-11-13 10:42:40 +01:00 |
|
Brad Parker
|
3098b5e3df
|
gdi: fix uninitialized usage warning
|
2017-10-24 00:37:50 -04:00 |
|
Brad Parker
|
0a1b3fedc0
|
VC6 support (targets NT 3.51)
|
2017-09-06 23:03:02 -04:00 |
|
Brad Parker
|
e3d68cd131
|
GDI: fix flickering of text
|
2017-08-22 23:39:42 -04:00 |
|
Brad Parker
|
c8e6a98651
|
gdi: enable OSD text drawing
|
2017-08-04 21:47:46 -04:00 |
|
twinaphex
|
affb259409
|
Pass video_driver_is_threaded return value to font driver init/free
functions
|
2017-01-25 14:47:24 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
Brad Parker
|
bc8b3ebad5
|
gdi: fix font alignment
|
2017-01-21 15:46:46 -05:00 |
|
twinaphex
|
2f175f1a15
|
Remove video_driver_get_size call in gfx/drivers_font
|
2017-01-19 22:03:59 +01:00 |
|
twinaphex
|
e0ff0541a2
|
Pass video_info pointer to font drivers
|
2017-01-19 16:30:40 +01:00 |
|
Brad Parker
|
afb94e2b96
|
GDI: draw a gradient background for xmb
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
177d811475
|
GDI driver partially visible with RGUI/game now, need to figure out why it isn't totally visible. Also need to stretch the frame, swap red/blue and flip vertically.
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
dd2778fb32
|
GDI text testing
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
05c37bd39f
|
initial GDI driver skeleton
|
2017-01-16 20:41:04 -05:00 |
|