twinaphex
|
724b68d5cb
|
(gdi_gfx.c) Style nits
|
2017-01-17 10:54:48 +01:00 |
|
twinaphex
|
d79fe15e9a
|
Use wcstombs by default instead of relying on preprocessor detection
of Windows version
|
2017-01-17 10:49:33 +01:00 |
|
Brad Parker
|
76b7235dc5
|
msvc2005 buildfix
|
2017-01-16 22:20:59 -05:00 |
|
Brad Parker
|
7dc558344b
|
GDI: do not draw background with rgui
|
2017-01-16 21:11:47 -05:00 |
|
Brad Parker
|
7b057fd43f
|
GDI: add msimg32 library to msvc2010 project
|
2017-01-16 20:56:32 -05:00 |
|
Brad Parker
|
afb94e2b96
|
GDI: draw a gradient background for xmb
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
5eaf00b39d
|
GDI: fix rendering of 32-bit color cores
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
e4bdc5ce8b
|
GDI: remove unused code and fix menu toggle in rgui and xmb
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
493b7372bd
|
only disable glui/xmb/zarch if GL/ES/Vulkan AND libcaca is not enabled
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
240b43e0ba
|
windows buildfix
|
2017-01-16 20:41:09 -05:00 |
|
Brad Parker
|
e0f71928ca
|
add msvc2005 project files for Win2000
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
e1f4db8081
|
Win2000 buildfixes
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
061c13b84c
|
fix XP runtime error with MinGW
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
7acfa39fb9
|
GDI: MSVC2010 build fix
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
7c6bf6aaf7
|
fix msys2 compilation when opengl, vulkan and d3d9 are disabled
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
69ce5bdd65
|
GDI: allow menu drivers to be built without acceleration
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
8d9a43eec6
|
GDI: pitch seems to be reported wrong? this looks correct now
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
c09996cd22
|
GDI: don't need to store the padding
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
d6300a7946
|
GDI: video correctly fills the screen now, but resolution is poor. why is it scaled down by half?
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
0ee3f39d76
|
GDI: no more flicker
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
f51472395a
|
GDI: fix bad color due to reading as RGB555 instead of 565
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
6b89064242
|
GDI: no more alternating black lines, but now video only takes up half the window
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
acd6826df9
|
GDI: stretch video output to fill window
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
69bac11f02
|
GDI: fix window not clearing on every frame, requires both FillRect calls and InvalidateRect
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
6c62901ae5
|
GDI: fix window not responding, but menu corruption still happens if set_gdi_pixel_format is called
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
bdc68e679f
|
GDI: flip image and render text after other graphics
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
6fe2a974a5
|
GDI: does not freeze after a few seconds anymore, but the window still freezes when moving the mouse into it
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
8eba18a54f
|
GDI: xmb draws for a few seconds and then freezes
|
2017-01-16 20:41:06 -05:00 |
|
Brad Parker
|
90ef57948c
|
GDI testing
|
2017-01-16 20:41:06 -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
|
49d7be9813
|
MSVC GDI buildfix
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
6df175bd31
|
GDI paint test
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
bc8f9f7f3f
|
add SwapBuffers() for gdi
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
fb7c3f4c37
|
set pixel format for GDI driver
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
33520fca6f
|
set win32_hdc for gdi
|
2017-01-16 20:41:05 -05:00 |
|
Brad Parker
|
a7a1f093c0
|
add GDI message loop
|
2017-01-16 20:41:04 -05:00 |
|
Brad Parker
|
2c6a24653c
|
testing
|
2017-01-16 20:41:04 -05:00 |
|
Brad Parker
|
e6d7116da0
|
create GDI window
|
2017-01-16 20:41:04 -05:00 |
|
Brad Parker
|
05c37bd39f
|
initial GDI driver skeleton
|
2017-01-16 20:41:04 -05:00 |
|
Brad Parker
|
c283c1eaf4
|
disable shader dialog until video_threaded issues are fixed
|
2017-01-16 19:26:28 -05:00 |
|
Jean-André Santoni
|
a9c3837cdb
|
Display image thumbnail in the menu background selector
|
2017-01-17 01:02:48 +01:00 |
|
twinaphex
|
aae2b2a276
|
(ui_win32.c) Further cleanups
|
2017-01-17 00:59:29 +01:00 |
|
twinaphex
|
864df4f55d
|
Move local variable
|
2017-01-16 23:38:46 +01:00 |
|
twinaphex
|
1709b6889f
|
(ui_win32.c) Use stdstring.c
|
2017-01-16 23:32:28 +01:00 |
|
twinaphex
|
1f3409dba8
|
(ui_win32.c) Some minor cleanups
|
2017-01-16 23:27:55 +01:00 |
|
Brad Parker
|
57e5af6461
|
update JP translation
|
2017-01-16 16:42:48 -05:00 |
|
twinaphex
|
b3642df33f
|
(ui_cocoa.m) Cleanups
|
2017-01-16 22:34:36 +01:00 |
|
twinaphex
|
0b1a204949
|
Roll this back
|
2017-01-16 22:32:39 +01:00 |
|
twinaphex
|
8958e02b54
|
Don't invoke this at beginning of function
|
2017-01-16 22:17:44 +01:00 |
|