1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
sonninnos
7566a0fea7
(WIN32) Fix native ui savestate slots (#16290) 2024-02-26 03:12:07 -08:00
Dwedit
34a31f8a1c ui_win32_application.c: Add support for accelerators to main win32 message loop
rarch.rc: Add accelerators for Open (Ctrl+O) and Fullscreen (Alt+Enter)
ui_win32_resource.h: Add accelerator resource ID definition
win32_common.c: Load accelerators, Localize Win32 menu items to current language, and display shortcut keys
2020-12-28 16:39:39 -05:00
Dwedit
64a43dd280 Move #pragma code_page(932) into rarch.rc, as #pragma code_page is ignored for included files. Fixes locale problems for Japanese resources. 2019-05-21 20:09:05 -05:00
twinaphex
0f9fd971e2 (Windows) Add Toggle Desktop Menu to UI menubar 2019-05-05 17:00:11 +02:00
orbea
28ff4b391a Clean up white space. 2019-02-03 16:00:50 -08:00
Dwedit
387d4d87eb Fix core selection appearing unnecessarily
Re-order the dialog items in core selection dialog to make the listbox have focus
Removed the "do wm close" stuff.
2018-05-09 21:04:23 -05:00
radius
34236932a3 update icons 2017-08-09 13:04:55 -05:00
Brad Parker
c283c1eaf4 disable shader dialog until video_threaded issues are fixed 2017-01-16 19:26:28 -05:00
Brad Parker
416c6fc4e8 add ellipses to indicate a popup window 2016-12-16 22:33:58 -05:00
Brad Parker
5be688331d add JP translation resource file for windows menu bar 2016-12-16 21:12:26 -05:00
Brad Parker
c1d9f6c30c revert "add JP translation resource file for windows menu bar" that was added by accident 2016-12-16 19:16:50 -05:00
Brad Parker
f4adb19758 add JP translation resource file for windows menu bar 2016-12-16 17:01:50 -05:00
mudlord
bcf636283b Updates to drag and drop:
* Now recognises old core used, if compatible.
* If not compatible, compatibile cores are scanned and used.
* Different compatible cores are now enumerated to be selected at will.
2016-06-03 16:00:08 +10:00
twinaphex
25bbd3b572 Move win32_resource.h 2015-11-19 07:59:10 +01:00
radius
6739316bda update icons 2015-11-01 22:23:01 -05:00
twinaphex
51b789ef6e Rename retroarch icons 2015-10-23 07:46:20 +02:00
twinaphex
66a17301f1 Move resource.h file to gfx/drivers_wm 2015-04-04 20:37:22 +02:00
aliaspider
a43af8622d (windows) add a shader parameters popup windows. 2015-03-23 17:36:37 +01:00
twinaphex
376ee9e4ba (Win32 UI) Add Audio Mute Toggle 2015-01-15 23:55:49 +01:00
twinaphex
6484c4882a (Win32 menubar) Add 'Take Screenshot' to Commands 2015-01-15 23:30:41 +01:00
twinaphex
834f7f119e (Win32) Add State Index menubar options 2015-01-15 07:58:31 +01:00
twinaphex
0959fd2243 (Win32) Add Mouse Grab to menubar 2015-01-15 07:44:01 +01:00
radius
ee50f9eed6 fix rc file for mingw 2015-01-14 23:38:30 -05:00
twinaphex
02a882784f (Win32) Initial menubar - will become optional 2015-01-15 05:17:22 +01:00
Lioncash
954d39c1d1 rarch.rc: Don't use duplicate IDs
Fixes compilation with VS2013
2014-07-11 19:42:45 -04:00
OV2
051f0c1e75 win32: mark retroarch as DPI-aware 2013-11-05 21:26:46 +01:00
Themaister
8e5a0b4a38 Remove the stub Win32 GUI.
It is only confusing and doesn't add anything atm.
If we want to go for WIMP-based GUI, it will be using a multi-platform toolkit anyways.
2013-09-27 16:39:22 +02:00
OV2
b9cbcd0b81 win32: add simple menu to opengl context 2013-07-07 02:22:11 +02:00
OV2
aafb553240 win32: update msvc project file 2012-11-13 20:54:46 +01:00
Themaister
cf37629d0d Add icon to WGL. 2012-10-11 00:09:24 +02:00