maron2000
|
9148698602
|
Refactor LoadMessageFile()
|
2025-04-26 10:52:45 +09:00 |
|
maron2000
|
a45168c7e5
|
Add prototype to header and some comments
|
2025-04-26 09:01:14 +09:00 |
|
Jonathan Campbell
|
bf6e0af798
|
Merge pull request #5659 from checktext00/patch-1
Update macOS internal link
|
2025-04-25 07:54:56 -07:00 |
|
Jonathan Campbell
|
383d19376c
|
Merge pull request #5653 from FredBezies/patch-3
Synchronizing french translation
|
2025-04-25 07:54:40 -07:00 |
|
Jonathan Campbell
|
c77ffb3c5f
|
Merge pull request #5652 from maron2000/fix_cdbrowse
Fix crash in MenuBrowseCDImage()
|
2025-04-25 07:54:23 -07:00 |
|
Jonathan Campbell
|
3300765a9d
|
Merge pull request #5651 from maron2000/add_translation
Fix Linux needs dialog messages in UTF8, not guest codepage
|
2025-04-25 07:54:07 -07:00 |
|
checktext00
|
c3a08647a4
|
Update macOS internal link
|
2025-04-25 11:49:35 +00:00 |
|
maron2000
|
9c96418a21
|
Fix non-DBCS and newline character handling in Windows
|
2025-04-25 20:32:26 +09:00 |
|
FredBezies
|
9afe84b6fc
|
Synchronizing french translation
To last english update
|
2025-04-24 21:06:18 +02:00 |
|
maron2000
|
7c70d5d86c
|
Fix quote and newline character handling in Linux
|
2025-04-24 18:28:20 +09:00 |
|
maron2000
|
5bb05e6136
|
Fix crash in MenuBrowseCDImage()
|
2025-04-24 16:11:44 +09:00 |
|
maron2000
|
9da348e845
|
Fix Linux needs dialog messages in UTF8, not guest codepage
|
2025-04-24 12:44:45 +09:00 |
|
Jonathan Campbell
|
4102710e01
|
Merge pull request #5650 from maron2000/add_translation
Making more messages in dialog boxes to be translatable
|
2025-04-23 20:36:09 -07:00 |
|
maron2000
|
df425f676b
|
Make messages in messagebox translatable (sdlmain.cpp)
|
2025-04-23 20:33:57 +09:00 |
|
maron2000
|
e5d6c9e981
|
Make messages in messagebox translatable (menu_callback.cpp)
|
2025-04-23 19:48:43 +09:00 |
|
maron2000
|
e78e0b3740
|
Fix tfd_quoteDetected to consider DBCS characters
|
2025-04-23 19:11:49 +09:00 |
|
maron2000
|
78fd99f893
|
Translation for warning message to mount images requiring DOS 7.0 or higher
|
2025-04-22 23:39:09 +09:00 |
|
Jonathan Campbell
|
60b9ade73d
|
Merge pull request #5649 from FredBezies/patch-2
Synchronizing french translation
|
2025-04-21 07:26:48 -07:00 |
|
Jonathan Campbell
|
40434ea54b
|
Merge pull request #5648 from rderooy/master
Update Dutch (NL) translation
|
2025-04-21 07:26:34 -07:00 |
|
FredBezies
|
d4ba3a8cac
|
Synchronizing french translation
To last update.
|
2025-04-21 13:02:58 +02:00 |
|
Robert de Rooy
|
b0a274da58
|
Update Dutch (NL) translation
|
2025-04-21 09:54:09 +02:00 |
|
Jonathan Campbell
|
e39750620e
|
Merge pull request #5647 from maron2000/refactor_message
Refactor message related functions
|
2025-04-20 09:12:27 -07:00 |
|
maron2000
|
85c722c5d4
|
Fix build error on Linux
|
2025-04-20 22:18:50 +09:00 |
|
maron2000
|
53a5d3dd30
|
Some more refactoring of MSG_Write() function
|
2025-04-20 22:02:27 +09:00 |
|
maron2000
|
86146dcaea
|
Refactor message related functions
|
2025-04-20 21:47:03 +09:00 |
|
Jonathan Campbell
|
6635f3f175
|
Merge pull request #5646 from josch1710/master
MVP implementation of tinyfiledialogs for OS/2
|
2025-04-19 16:57:24 -07:00 |
|
Jonathan Campbell
|
7c5815ccdc
|
Simplify code
|
2025-04-19 16:05:58 -07:00 |
|
Jonathan Campbell
|
2746e42077
|
Merge pull request #5645 from maron2000/add_translation
Make messages in dialog boxes to be translatable
|
2025-04-19 15:57:24 -07:00 |
|
josch1710
|
73a4931b5e
|
configure.ac
Fixed AM_CONDITIONAL
|
2025-04-19 17:42:34 +02:00 |
|
maron2000
|
80f9415337
|
Fix build error on macOS
|
2025-04-19 23:24:52 +09:00 |
|
maron2000
|
71535912f2
|
Add items to language files (English and Japanese)
|
2025-04-19 22:57:36 +09:00 |
|
maron2000
|
906dce6325
|
Start making messages in dialog boxes to be translatable
|
2025-04-19 22:56:05 +09:00 |
|
maron2000
|
3855d51f5c
|
Add function to generate string from format
|
2025-04-19 22:55:04 +09:00 |
|
Jochen Schfer
|
1b9231e60a
|
Finished first implementation of tfd support for OS/2
|
2025-04-19 15:37:03 +02:00 |
|
Jochen Schfer
|
c25a13b7c4
|
Merge branch 'master' of github.com:josch1710/dosbox-x
|
2025-04-18 19:02:52 +02:00 |
|
Jochen Schfer
|
eb88986e20
|
Work on tinyfiledialogs. Done are open and save dialogs as well as message boxes.
|
2025-04-18 19:02:36 +02:00 |
|
Jonathan Campbell
|
69c925592b
|
Merge pull request #5643 from maron2000/update_buildmd
Update BUILD.md
|
2025-04-18 07:27:46 -07:00 |
|
maron2000
|
57af3627ce
|
Update BUILD.md
|
2025-04-18 18:58:20 +09:00 |
|
Jonathan Campbell
|
854215a086
|
Merge pull request #5642 from maron2000/add_translation
Fix a message showed in English instead of the translated one.
|
2025-04-18 01:25:40 -07:00 |
|
Jonathan Campbell
|
a2b4a6101a
|
Merge pull request #5641 from maron2000/update_changelog
Update CHANGELOG
|
2025-04-18 01:25:25 -07:00 |
|
Jonathan Campbell
|
0eaed9299c
|
PC-98 CG MMIO fix for "Plants of Dragon" by ASCII. Not entirely sure if this fix reflects real PC-98 hardware, but it fixes the corrupted characters (custom char font 0xxx56 codes) in the game. Apparently that part of the CG cannot be read/written the full 16 bits, and if you try, you get 8 bits at a time anyway?
|
2025-04-17 23:42:40 -07:00 |
|
maron2000
|
e4bb9df395
|
Fixed a message showed in English instead of the translated one.
|
2025-04-18 14:22:28 +09:00 |
|
maron2000
|
ab6545a62a
|
Update CHANGELOG
|
2025-04-18 14:19:09 +09:00 |
|
Jonathan Campbell
|
d43fd90a16
|
Revise EGA/VGA CRTC CGA/Hercules bit remapping to map out only those bits rather than as an upper mask bound
|
2025-04-17 21:11:12 -07:00 |
|
Jonathan Campbell
|
fd4631dec1
|
Merge pull request #5640 from maron2000/update_libpng
Update libpng to version 1.6.47
|
2025-04-17 20:49:12 -07:00 |
|
Jonathan Campbell
|
bf023ea707
|
Merge pull request #5637 from maron2000/update_xcopy
Update XCOPY to ver 1.9a
|
2025-04-17 20:48:51 -07:00 |
|
Jonathan Campbell
|
3646f868e1
|
Merge pull request #5636 from josch1710/master
OS/2: SDL 2 builds and run
|
2025-04-17 20:48:29 -07:00 |
|
Jonathan Campbell
|
1ef1db2a8e
|
Merge pull request #5634 from FredBezies/patch-1
Sync french translation
|
2025-04-17 20:48:11 -07:00 |
|
Jonathan Campbell
|
77f6be9cf4
|
Merge pull request #5632 from maron2000/update_changelog
Update CHANGELOG
|
2025-04-17 20:47:49 -07:00 |
|
maron2000
|
91f5d8b429
|
Add missing file for libpng arm builds
|
2025-04-18 07:56:40 +09:00 |
|