Commit Graph

35 Commits

Author SHA1 Message Date
Jasmine Iwanek
0dc77c9238 XGA+XGA2 in win32 UI 2022-07-08 16:27:38 -04:00
Jasmine Iwanek
3e566c2bf3 8514/a in win32 UI 2022-05-24 12:53:02 -04:00
Alexander Babikov
b122f96787 Remove an unneeded double percent sign 2022-02-13 21:00:43 +05: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
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
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
295f750884 Moved the OpenGL 3.3 renderer and Discord integration out of the Dev branch. 2021-11-29 15:42:50 +01:00
OBattler
27903db09f Options and Preferences string translations update. 2021-11-26 20:56:56 +01:00
David Hrdlička
a1df1c23ed Rename Program Settings to Preferences 2021-11-20 23:34:23 +01:00
OBattler
a7f7820940 Fixed translation for icon sets. 2021-11-18 22:21:43 +01:00
Miran Grča
52e23efb44 Merge branch 'master' into changeable_icon_set 2021-11-18 22:15:53 +01:00
OBattler
e027f52e57 Slight correction for the About dialog. 2021-11-18 17:56:23 +01:00
Laci bá
81700ee043 Merge branch 'changeable_icon_set' of https://github.com/laciba96/86Box into changeable_icon_set 2021-11-17 19:02:22 +01:00
Laci bá
03a7247630 Apply requested changes
- Remove icon functions from plat.h.
- Fix some indentation problems.
- Remove unused parameter from win_stbar.c
- Rename win_lang.c to win_progsett.c
- Remove stub functions from unix.c
- Move win_load_icon_set() to ui_init()
- Replace the translated texts to English, and let the translators translate them
- Fix the control IDs in dialogs.rc.
- Use the requested solution in win_icon.c for setting the array variables.
2021-11-17 19:02:19 +01:00
Laci bá
c362cf3654 Merge branch '86Box:master' into changeable_icon_set 2021-11-17 18:32:21 +01:00
OBattler
b14e04b926 Mae the dialog font and font size redefinable and fixed ROMs path on Mac. 2021-11-17 17:05:05 +01:00
Laci bá
0aa6e9c8a6 Finish the changeable iconset 2021-11-16 19:38:31 +01:00
OBattler
f737926fc7 And Portuguese (Brazil). 2021-11-14 21:56:31 +01:00
OBattler
cfb24f9c15 Converted dialog localization to the new system with common dialog definitions and string #define's, has to be ported to non-English languages. 2021-11-14 19:50:35 +01:00
David Hrdlička
7cbf588860 Fix the Visual Studio build
- resource files must end with trailing newspace,
otherwise the builds fails with RC1040
- rc.exe did not like the multi-line string declaration for the about
dialog text, might have to think about a more definitive solution there
2021-11-14 18:49:35 +01:00
Laci bá
c705803c1d Remove translators text from en-US about 2021-11-13 22:54:31 +01:00
Laci bá
7ae10144ad Cumulative changes
Move to translateable (System Default) message
Move change language to Tools menu
Redesign the language dialog
Add the translators' name to the About dialog, to make the translation process more attractive
2021-11-13 22:36:13 +01:00
Laci bá
80c01b9bfe Settings dialog cleanup 2021-11-12 22:43:18 +01:00
Laci bá
b4f5ff7ad1 Separate language dialog, and minor language fixes 2021-11-12 22:41:01 +01:00
Laci bá
11527d39b0 Select the current language in the ComboBox, and change it's style 2021-11-09 20:50:38 +01:00
Laci bá
0b1b116061 Enable the disabled language ComboBox in the settings dialog 2021-11-09 20:02:52 +01:00
Laci bá
56e93959b4 Initial commit for multilingual UI, and Hungarian translation 2021-11-07 21:32:06 +01:00