Commit Graph

42 Commits

Author SHA1 Message Date
Jasmine Iwanek
de32c40204 Whitespace in lang files 2023-03-01 02:40:33 -05:00
Jasmine Iwanek
ffaa8f885d Capitalize Dynarec strings 2023-03-01 00:19:13 -05:00
Jasmine Iwanek
8c1906bc98 Add missing translation 2023-03-01 00:15:56 -05:00
Jasmine Iwanek
f643391975 Serial Passthrough 2023-02-14 20:53:59 -05:00
Jasmine Iwanek
13b954a336 Port PR#2786 (Higher scaling factors) to win32 UI 2023-02-06 03:22:28 -05:00
Jasmine Iwanek
5d752db6a7 Underlying plumbing for multi-net in win32 ui 2023-02-04 03:35:16 -05:00
Miran Grča
a6ca6e3001 Merge pull request #3071 from jriwanek-forks/multi-sound
Support up to 4 sound cards
2023-02-02 12:39:54 +01:00
Jasmine Iwanek
5f04b29e8f Support up to 4 sound cards 2023-02-02 03:29:38 -05:00
David Hrdlička
7490bb12c9 Move Discord Rich Presence behind a compile-time option 2023-02-01 17:17:56 +01:00
Alexander Babikov
74f3393fe6 Display dynarec information in the About box 2023-01-18 21:09:36 +05:00
Jasmine Iwanek
19a64344ef Updates 2022-11-08 22:09:59 -05:00
Jasmine Iwanek
a157d6faca Update languages 2022-11-08 15:21:35 -05:00
Jasmine Iwanek
2f17689b64 Initial Dual Video on Win32 (UI Settings Part) 2022-11-08 13:04:08 -05:00
Jasmine Iwanek
3a26985e1e Correct Image and Folder to windows design guidelines 2022-11-07 21:48:38 -05:00
OBattler
4d19b8a1e4 Added the ability to select earlier CD-ROM drive (emulates Chinon CDS-431 for SCSI and NEC CDR-260 for ATAPI) - needs to be ported to QT. 2022-10-29 06:44:30 +02:00
RichardG867
10e9285f61 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30
# Conflicts:
#	src/cdrom/cdrom_image.c
#	src/cdrom/cdrom_image_backend.c
#	src/include/86box/cdrom.h
#	src/include/86box/cdrom_image_backend.h
#	src/include/86box/resource.h
#	src/qt/qt_mediamenu.cpp
#	src/qt/qt_mediamenu.hpp
#	src/unix/unix.c
#	src/win/win.c
#	src/win/win_devconf.c
#	src/win/win_dialog.c
#	src/win/win_joystick_rawinput.c
#	src/win/win_media_menu.c
#	src/win/win_mouse.c
#	src/win/win_settings.c
#	src/win/win_ui.c
2022-10-15 14:00:00 -03:00
Alexander Babikov
f51c4cbaab Adjust the layout and label text of the FM synth driver option 2022-07-26 17:03:26 +05:00
Alexander Babikov
9f77a00d32 win: Add the FM synth driver select option to the UI 2022-07-26 10:23:02 +05:00
RichardG867
9bdec4a1d9 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2022-07-08 19:22:52 -03:00
Jasmine Iwanek
0dc77c9238 XGA+XGA2 in win32 UI 2022-07-08 16:27:38 -04:00
RichardG867
50b75c457d Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30
# Conflicts:
#	src/qt/qt_mediamenu.cpp
#	src/qt/qt_mediamenu.hpp
2022-06-07 15:36:12 -03:00
Jasmine Iwanek
3e566c2bf3 8514/a in win32 UI 2022-05-24 12:53:02 -04:00
RichardG867
e11b211af8 Virtual ISO: Add Qt and Win32 user interfaces 2022-03-26 23:38:38 -03:00
Alexander Babikov
c2b0ed4fcd Remove superfluous "M.O." from MO related strings and make the "b" in Mb/Gb uppercase 2022-02-13 21:00:42 +05:00
Alexander Babikov
93ac1b7b52 Unify the naming of Page Up and Page Down keys 2022-02-13 21:00:41 +05:00
Alexander Babikov
e0593523f2 Make the "PAUSED" toolbar string translatable 2022-02-13 21:00:40 +05:00
Alexander Babikov
1a7a93010d Remove the obsolete logging and defunct VRAM dumping options from the Win32 UI 2022-02-07 18:09:21 +05:00
Jasmine Iwanek
3a140e67d9 Refactor IDT_???? to have meaningful names 2022-01-30 23:30:40 -05:00
Jasmine Iwanek
0613845e16 Currently unused parts for Serial Device support 2022-01-30 19:37:49 -05:00
Jasmine Iwanek
e1c845e393 LPT4 was a thing in the pre PS/2 era 2022-01-30 19:37:49 -05:00
Larry Holst
0fef8007ca Better translation 2022-01-28 16:06:20 +03:00
KeishiX
aee5278843 Update ru-RU.rc 2022-01-24 16:20:47 +03:00
KeishiX
8a9e9ec890 Update ru-RU.rc 2022-01-24 15:13:41 +03:00
Alexander Babikov
8739f319a0 Update the Russian translation 2022-01-24 02:16:12 +05:00
David Hrdlička
8d0c1dec81 Add taskbar tooltips to the resources for localization 2022-01-12 23:21:19 +01:00
David Hrdlička
513100b720 Add a menu option to hide the toolbar 2022-01-10 01:49:00 +01:00
Andrey
b56b721650 Парочка изменений // A couple of changes 2022-01-02 20:02:33 +03:00
ts-korhonen
a1955a7698 opengl: more error handling
Show message box on fail.
Enable debug output only when logfile is defined; performance optimization.
Fail if reported opengl version is less than 3.0 or errors are generated
after context is created; fixes some crashes on unsupported hardware or
faulty drivers.
2021-12-07 20:04:56 +02:00
ts-korhonen
40abfc1b5e Lower required OpenGL version from 3.3 -> 3.0 2021-12-04 21:26:55 +02:00
OBattler
4a7b330f3f Minor Russian translation fixes by mlow. 2021-12-03 19:48:51 +01:00
KeishiX
33ee384102 Update ru-RU.rc
Updated Russian translation to more natural look. And fixed some long strings in dialogs that don't fit.
2021-12-02 09:40:16 +03:00
OBattler
9acfdeffa8 Russian translation, closes #1877. 2021-11-30 19:16:36 +01:00