46300 Commits

Author SHA1 Message Date
radius
c2fc35f2cc repurpose the old settings to the new window sizing code 2018-11-25 11:10:58 -05:00
twinaphex
4a4a6511e0 Workaround - fullscreen mode was no longer working properly 2018-11-25 10:08:50 +01:00
twinaphex
5313c50b0e (Windows) Saves/remembers window size now too - still some edge case
when clicking maximize button - you need to then move the window
slightly in order for x/y position to be saved - just clicking maximize
alone is not enough
2018-11-25 09:50:08 +01:00
twinaphex
cc4f834d74 Rename string to 'Remember Window Positions' 2018-11-25 09:08:43 +01:00
twinaphex
e1afdf8c3c (Windows) Start implementing 'remember window positions'. Right now only
saves/remembers X, Y position
2018-11-25 09:02:32 +01:00
twinaphex
881a7d571e Add unfinished patch 2018-11-25 07:19:23 +01:00
twinaphex
4e796ae86e (XMB) Cleanups 2018-11-25 05:29:40 +01:00
twinaphex
8be504e5e5 Don't reupload the textures all the time 2018-11-25 03:39:46 +01:00
twinaphex
0486979bc9 Should now work across core context resets 2018-11-25 03:01:41 +01:00
twinaphex
006a002f19 Revert "Should now correctly rescale after resolution changes"
This reverts commit c9bb537cdd33736c800a4c9ed30f8ead33bf4369.
2018-11-25 02:48:14 +01:00
twinaphex
c9bb537cdd Should now correctly rescale after resolution changes 2018-11-25 02:45:13 +01:00
Twinaphex
80f89479bf
Merge pull request #7640 from alfrix/master
Add more icons XMB/OZONE
2018-11-25 00:52:19 +01:00
Twinaphex
8ba1b3f20f
Merge pull request #7641 from meepingsnesroms/master
Add NULL check to prevent empty password from crashing RetroArch
2018-11-25 00:52:03 +01:00
meepingsnesroms
bcb4d61510 Add NULL check to prevent empty password from crashing RetroArch 2018-11-24 12:58:17 -08:00
twinaphex
3a666373b4 Set currently selected icon 2018-11-24 20:26:34 +01:00
twinaphex
d04f3c01a1 Add initial implementation for resolution switching for Win32 2018-11-24 20:12:57 +01:00
twinaphex
0eb8acd766 (Win32 display server) Try to set current resolution 2018-11-24 19:50:25 +01:00
twinaphex
7d9e564667 Turn some C++ comments into C comments 2018-11-24 19:40:14 +01:00
twinaphex
2945d450f3 Cleanups 2018-11-24 19:38:40 +01:00
Twinaphex
3d4fc5d38f
Merge pull request #7607 from Sunderland93/master
Wayland: xdg-shell support
2018-11-24 18:45:20 +01:00
Sunderland93
17fd203141 Waiting for the "initial" set of globals to appear
(fixed xdg_wm_base_ping working)
2018-11-24 20:52:22 +04:00
Alfrix
1356577c2e Add more icons 2018-11-24 13:21:43 -03:00
twinaphex
a561f789e2 Rename switch_resolution to set_resolution 2018-11-24 10:35:32 +01:00
twinaphex
7730828560 Start implementing dropdown list for resolution - Win32 right now at first - now need to make OK button do something 2018-11-24 10:31:41 +01:00
Twinaphex
ab8e02617d
Merge pull request #7637 from GregorR/revert-7635-master
Fix Buffer Overflow with netplay passwords
2018-11-24 05:04:58 +01:00
twinaphex
0ae3d3873d Create video_display_server_get_resolution_list 2018-11-24 02:50:04 +01:00
twinaphex
fdb4d2b6ad Add get_resolution_list for Win32 2018-11-24 02:47:22 +01:00
twinaphex
5d8666e226 Only one function calls EnumDisplaySettings now 2018-11-24 02:06:28 +01:00
twinaphex
45e075c8fe Cleanup 2018-11-24 01:54:39 +01:00
twinaphex
62c6d60c57 Revert "Cleanup shaders_common.h"
This reverts commit c1de2e569770837d42f0099f95b8838c5f33dc27.
2018-11-24 01:29:35 +01:00
twinaphex
c5b9352c34 Revert "Rename some files"
This reverts commit 03a8bc9875ef4e0e942ab6d8d0d9402c4e1830fe.
2018-11-24 01:26:05 +01:00
twinaphex
08d024ecad Revert "Get rid of the header guards in shaders_common.h/glsl_common.h"
This reverts commit eef67ee0cda98af45e9ef7c54a95cdc7a90ac23f.
2018-11-24 01:25:55 +01:00
twinaphex
eef67ee0cd Get rid of the header guards in shaders_common.h/glsl_common.h 2018-11-24 00:37:07 +01:00
twinaphex
03a8bc9875 Rename some files 2018-11-24 00:30:46 +01:00
twinaphex
c1de2e5697 Cleanup shaders_common.h 2018-11-23 23:57:22 +01:00
twinaphex
747bf136f2 Simplify strip_parameter_pragmas 2018-11-23 23:42:33 +01:00
Sunderland93
fbcab67d8b Fix wrong toplevel geometry 2018-11-23 23:04:06 +04:00
Sunderland93
cd8bf003d1 Add toplevel configuration 2018-11-23 21:23:53 +04:00
Sunderland93
9d5cb529c1 Add wait event for surface configure 2018-11-23 21:08:42 +04:00
Gregor Richards
f897b95d09 Avoid buffer overflows due to sha256_hash's nul-terminator. 2018-11-23 08:24:54 -05:00
Gregor Richards
2a67be3a7c
Revert "This should fix netplay passwords" 2018-11-23 08:15:22 -05:00
Twinaphex
145f3ca2a6
Merge pull request #7635 from meepingsnesroms/master
This should fix netplay passwords
2018-11-23 04:25:03 +01:00
Twinaphex
72d9c18837
Merge pull request #7636 from libretro/revert-7633-shaders
Revert "Fix shader warnings"
2018-11-23 04:19:58 +01:00
Twinaphex
8514d6ccc8
Revert "Fix shader warnings" 2018-11-23 04:18:38 +01:00
meepingsnesroms
129beaefb0 This should fix netplay passwords 2018-11-22 18:46:33 -08:00
Twinaphex
350a7477d6
Merge pull request #7633 from alfrix/shaders
Fix shader warnings
2018-11-22 21:40:51 +01:00
Alfrix
3e7328b00a Fix shader warnings 2018-11-22 16:18:11 -03:00
Twinaphex
e99e1c47cb
Merge pull request #7625 from ayssia/master
Update Simplified Chinese Localization
2018-11-21 22:22:28 +01:00
Twinaphex
da928a9b41
Merge pull request #7630 from Royerson/patch-1
add more model names for Xperia Play hack
2018-11-21 22:20:33 +01:00
Royerson
ba435ce22a
add more model names for Xperia Play hack 2018-11-21 14:06:34 -07:00