vanfanel
|
03dd7d4b51
|
VIDEO/DISPMANX: Fixed segfault when loading new core and content from RGUI
|
2016-06-15 14:28:13 +02:00 |
|
Hans-Kristian Arntzen
|
21be54501b
|
Log which present modes are supported.
|
2016-06-13 22:00:32 +02:00 |
|
Hans-Kristian Arntzen
|
e7b4f4fd4d
|
Fix various Android Vulkan issues.
Was getting bogus swapchain width/height causing weird issues.
Also, create swapchain after swap interval is correctly set.
|
2016-06-13 19:51:44 +02:00 |
|
Twinaphex
|
d178f90cc1
|
Remove this header
|
2016-06-08 08:19:06 +02:00 |
|
neville
|
f170856374
|
(OSX) Fixes
|
2016-06-08 07:41:59 +02:00 |
|
twinaphex
|
4e91f6fcd0
|
Use CG macro instead
|
2016-06-08 05:26:33 +02:00 |
|
Twinaphex
|
710a3fe249
|
Merge pull request #3090 from fr500/nuklear
[nk] fix nuklear / linux
|
2016-06-08 02:46:02 +02:00 |
|
radius
|
991ea3c008
|
[nk] fix nuklear in linux and don't request a core context on windows
|
2016-06-07 19:40:11 -05:00 |
|
twinaphex
|
f4c3a41f84
|
(Win32) Implement application process events
|
2016-06-07 17:28:51 +02:00 |
|
Twinaphex
|
f17b4fba05
|
Rename ui_cocoa_window.h
|
2016-06-07 16:47:48 +02:00 |
|
twinaphex
|
ee8277b31c
|
Rename ui_win32_window.h to ui_win32.h
|
2016-06-07 16:33:55 +02:00 |
|
Hans-Kristian Arntzen
|
c374c9853d
|
Some potential fixes for Android Vulkan.
|
2016-06-07 01:43:14 +02:00 |
|
twinaphex
|
883d9ff6b5
|
Add HAVE_SHADERPIPELINE define
|
2016-06-07 00:00:28 +02:00 |
|
twinaphex
|
ea5f458fbd
|
Go through function pointer
|
2016-06-06 08:01:26 +02:00 |
|
Twinaphex
|
c4cea05399
|
Go through ui_window_t function pointer
|
2016-06-06 07:39:31 +02:00 |
|
Twinaphex
|
22358d4a92
|
Merge pull request #3078 from fr500/master
fix windows debug builds
|
2016-06-06 05:12:46 +02:00 |
|
radius
|
ed2177d524
|
fix windows debug builds
|
2016-06-05 21:54:37 -05:00 |
|
Twinaphex
|
f77f743403
|
Merge pull request #3076 from FIX94/master
More GX gamma changes
|
2016-06-05 19:05:32 +02:00 |
|
twinaphex
|
c1f9d7b498
|
(shader_glsl.c) Fix dereference after null check warnings
|
2016-06-05 19:02:13 +02:00 |
|
FIX94
|
b80bba2061
|
(GX) only apply better gamma setting to wii and use old setting on ngc
(GX) show gamma setting in the video options on ngc, was hidden before
|
2016-06-05 18:57:29 +02:00 |
|
FIX94
|
f3d0860483
|
(GX) improved video gamma setting by allowing a wider spectrum (0.1 to 3.0)
|
2016-06-05 18:03:39 +02:00 |
|
Nathan S
|
6889b58270
|
(gl_raster_font) Fixed scaling for newlines
|
2016-06-05 14:56:23 +02:00 |
|
twinaphex
|
ca6f539ff5
|
(iOS) Prevent unused variable 'buf' warning
|
2016-06-05 07:02:44 +02:00 |
|
twinaphex
|
2f7bc8760c
|
Turn win32_browser into static function
|
2016-06-04 18:43:03 +02:00 |
|
twinaphex
|
cfc3b97808
|
Use ui_window_win32_focused
|
2016-06-04 17:30:06 +02:00 |
|
twinaphex
|
b5830de236
|
Create stub GetForegroundWindow function for Xbox
|
2016-06-04 17:18:20 +02:00 |
|
twinaphex
|
abbd39fc6e
|
Might want to use GetForegroundWindow instead for window focus
|
2016-06-04 17:17:10 +02:00 |
|
twinaphex
|
c63f11f6fd
|
Use ui_window_win32_set_droppable
|
2016-06-04 08:50:43 +02:00 |
|
twinaphex
|
80b194f491
|
(Cocoa) Cleanups
|
2016-06-04 08:20:39 +02:00 |
|
Twinaphex
|
860fb1d525
|
(Cocoa) Implement ui_window_cocoa_set_title
|
2016-06-04 08:09:55 +02:00 |
|
twinaphex
|
b4c340ca88
|
(win32_common.cpp) Cleanup
|
2016-06-04 06:21:58 +02:00 |
|
twinaphex
|
492818deed
|
(d3d_ctx.cpp) Use set_title function
|
2016-06-04 06:07:11 +02:00 |
|
twinaphex
|
d739e4771e
|
Use set_title function from wgl_ctx.cpp
|
2016-06-04 06:02:15 +02:00 |
|
twinaphex
|
24688469b0
|
Buildfix
|
2016-06-04 05:58:03 +02:00 |
|
twinaphex
|
2d649f5147
|
Reimplement win32_monitor_from_window
|
2016-06-04 05:56:46 +02:00 |
|
twinaphex
|
f490b2b58a
|
Simplify win32_monitor_from_window
|
2016-06-04 05:54:33 +02:00 |
|
twinaphex
|
0c3bc35be1
|
(Win32) Buildfix
|
2016-06-04 05:45:39 +02:00 |
|
twinaphex
|
745b204a8f
|
Start using ui_window_win32_t
|
2016-06-04 05:44:06 +02:00 |
|
twinaphex
|
94e16e638d
|
Cleanup WndProcCommon
|
2016-06-04 05:09:58 +02:00 |
|
mudlord
|
d75fc24ad7
|
update
|
2016-06-04 12:36:05 +10:00 |
|
twinaphex
|
b88db89b89
|
(Win32) Buildfix
|
2016-06-04 03:22:31 +02:00 |
|
twinaphex
|
45d6b4a228
|
Create win32_drag_query_file
|
2016-06-04 03:20:55 +02:00 |
|
twinaphex
|
d7d5f29c90
|
(win32_common.cpp) Buildfix
|
2016-06-03 19:46:09 +02:00 |
|
twinaphex
|
6628da2646
|
Create CONTENT_MODE_LOAD_CONTENT_WITH_NEW_CORE_FROM_COMPANION_UI
|
2016-06-03 18:43:05 +02:00 |
|
mudlord
|
1ab94a2c9a
|
updates to dragndrop
|
2016-06-03 18:25:45 +10:00 |
|
twinaphex
|
30d3cf8a4e
|
Indenting nits
|
2016-06-03 08:23:43 +02:00 |
|
twinaphex
|
4cfe09faed
|
Nits
|
2016-06-03 08:21:56 +02:00 |
|
twinaphex
|
59413e0289
|
(win32_common.cpp) Cleanups/get rid of warning
|
2016-06-03 08:20:36 +02:00 |
|
twinaphex
|
01390f8ceb
|
Use retro_common_api.h
|
2016-06-03 08:06:49 +02:00 |
|
Twinaphex
|
1aef6ddbc8
|
Merge pull request #3058 from mudlord/master
Updates to drag and drop:
|
2016-06-03 08:04:10 +02:00 |
|