David Hrdlička
|
691aa95cd1
|
Slight function reordering
|
2022-01-13 01:17:27 +01:00 |
|
David Hrdlička
|
5e51e28f6e
|
Reorder the toolbar buttons
|
2022-01-13 01:14:58 +01:00 |
|
David Hrdlička
|
6746bbce7d
|
Fix duplicate string ID
|
2022-01-13 00:52:48 +01:00 |
|
David Hrdlička
|
318875bf09
|
Add proper icons
|
2022-01-13 00:47:14 +01:00 |
|
David Hrdlička
|
dc8c94814e
|
Initialize the Pause button to the correct state on start
|
2022-01-13 00:43:01 +01:00 |
|
David Hrdlička
|
6a98625e28
|
Fix 64-bit build due to no GWL_WNDPROC constant
|
2022-01-13 00:14:01 +01:00 |
|
David Hrdlička
|
b6d033481f
|
Change tooltip for Pause button if paused
|
2022-01-13 00:09:45 +01:00 |
|
David Hrdlička
|
88037d9bda
|
Change the Pause icon if paused
|
2022-01-13 00:08:06 +01:00 |
|
David Hrdlička
|
e5bf6ea015
|
Add support for icon set switching to the toolbar
|
2022-01-12 23:40:40 +01:00 |
|
David Hrdlička
|
8d0c1dec81
|
Add taskbar tooltips to the resources for localization
|
2022-01-12 23:21:19 +01:00 |
|
David Hrdlička
|
cd616b407c
|
Add tooltips to the toolbar buttons
|
2022-01-12 22:01:41 +01:00 |
|
David Hrdlička
|
d9b30521b8
|
Merge branch 'master' into feature/toolbar
|
2022-01-12 21:12:43 +01:00 |
|
Miran Grča
|
843f28d884
|
Merge pull request #1988 from ts-korhonen/master
Exit full screen mode if changing window (with alt-tab)
|
2022-01-12 18:55:05 +01:00 |
|
ts-korhonen
|
b13c14b039
|
Exit full screen mode if changing window
with alt-tab etc. unintended way.
|
2022-01-12 19:39:17 +02:00 |
|
Miran Grča
|
c359c3caef
|
Merge pull request #1986 from altiereslima/master
Update pt-BR.rc
|
2022-01-11 14:03:28 +01:00 |
|
Miran Grča
|
72df4876d4
|
Merge pull request #1987 from ts-korhonen/master
Fix opengl core renderer message pump
|
2022-01-11 14:03:07 +01:00 |
|
ts-korhonen
|
3be3acf78f
|
Fix opengl core renderer message pump
|
2022-01-11 08:04:56 +02:00 |
|
altiereslima
|
be76456921
|
Update pt-BR.rc
|
2022-01-10 21:05:09 -03:00 |
|
altiereslima
|
3198a844b0
|
Update pt-BR.rc
|
2022-01-10 20:55:12 -03:00 |
|
OBattler
|
bf8227dd6c
|
And another.
|
2022-01-10 20:41:43 +01:00 |
|
OBattler
|
e0578fbf5b
|
And another fix.
|
2022-01-10 20:26:36 +01:00 |
|
OBattler
|
6b7e674877
|
And another fix.
|
2022-01-10 20:12:26 +01:00 |
|
OBattler
|
28b772b1f7
|
More READ CD fixes.
|
2022-01-10 19:53:07 +01:00 |
|
OBattler
|
273d5af048
|
READ CD, READ CD OLD, and READ CD MSF with all flag bits cleared, are now treated as a non-data command.
|
2022-01-10 14:36:53 +01:00 |
|
David Hrdlička
|
513100b720
|
Add a menu option to hide the toolbar
|
2022-01-10 01:49:00 +01:00 |
|
David Hrdlička
|
529889d21e
|
Show full version string in the title bar
|
2022-01-10 01:25:35 +01:00 |
|
David Hrdlička
|
a284ddd45b
|
Reduce the status message to speed and mouse capture
|
2022-01-10 01:20:21 +01:00 |
|
David Hrdlička
|
70883fd2e5
|
Merge branch 'master' into feature/toolbar
|
2022-01-09 20:56:05 +01:00 |
|
David Hrdlička
|
50679f8faa
|
Fix link to WinBox in readme
|
2022-01-09 20:37:47 +01:00 |
|
David Hrdlička
|
3323f26a1f
|
Fix missing terminator of DLL import array
|
2022-01-09 20:37:47 +01:00 |
|
David Hrdlička
|
9abdb1e048
|
Add the toolbar code to the MinGW makefile
|
2022-01-09 19:58:06 +01:00 |
|
David Hrdlička
|
b1664a258d
|
Fix blank space between toolbar and render area
|
2022-01-09 19:56:53 +01:00 |
|
David Hrdlička
|
e5b56e8820
|
Move machine information to the toolbar
|
2022-01-09 19:12:08 +01:00 |
|
David Hrdlička
|
929ee51234
|
Add a toolbar to the Windows GUI
|
2022-01-09 18:38:18 +01:00 |
|
Miran Grča
|
d790ed5894
|
Merge pull request #1984 from ts-korhonen/master
Add hide_tool_bar config file setting
|
2022-01-09 15:51:40 +01:00 |
|
ts-korhonen
|
9a566a501c
|
Add hide_tool_bar config file setting
In preparation for toolbar implementation
|
2022-01-09 16:46:44 +02:00 |
|
David Hrdlička
|
65310e0141
|
Delay load SetCurrentProcessExplicitAppUserModelID
Appears to be the only thing preventing 86Box from running on Vista.
Note that this doesn't mean a change in the official system requirements.
|
2022-01-08 21:43:04 +01:00 |
|
Miran Grča
|
750f00d0dc
|
Merge pull request #1983 from ts-korhonen/midi-fix
Fix UART-mode detection on input sysex messages
|
2022-01-07 22:53:56 +01:00 |
|
ts-korhonen
|
edc8c88062
|
Properly UART-mode detection on input sysex messages
|
2022-01-07 23:36:25 +02:00 |
|
Miran Grča
|
519d379d10
|
Merge pull request #1982 from dob205/master
Various translation fixes
|
2022-01-07 19:01:34 +01:00 |
|
David Hrdlička
|
7576393c6e
|
Merge pull request #1981 from ts-korhonen/midi-fix
Pass sysex messages in mpu-401 uart mode
|
2022-01-07 17:33:27 +01:00 |
|
dob205
|
6122aff602
|
Updates to hr-HR.rc
Translates previously untranslated renderer messages and fixes small glitches
|
2022-01-07 17:22:59 +01:00 |
|
dob205
|
c4448492e8
|
Adjustments to the German translation
Aligns the German translation to the CHS used in the disk overview table and fixes smaller mishaps
|
2022-01-07 17:16:18 +01:00 |
|
ts-korhonen
|
a4081be22c
|
Pass sysex messages in mpu-401 uart mode
|
2022-01-07 18:09:16 +02:00 |
|
ts-korhonen
|
e9332cf670
|
Fixes for midi input
- Fix buffer overflow in midi input messages
- Detect sysex messages by starting byte instead of length
|
2022-01-07 10:01:57 +01:00 |
|
Cacodemon345
|
2da187c0bd
|
Fix plat_mmap on FreeBSD (#1980)
* Fix plat_mmap on FreeBSD
* Same for old codegen backend
* ...and for new codegen backend
|
2022-01-07 09:58:59 +01:00 |
|
Miran Grča
|
95c223e9cc
|
Merge pull request #1978 from Cacodemon345/patch-35
Change MO vendor length to 9
|
2022-01-06 16:02:20 +01:00 |
|
Cacodemon345
|
f83d386d35
|
Change MO vendor length to 9
Makes sure the string doesn't overflow its field into other fields
|
2022-01-06 20:35:01 +06:00 |
|
Miran Grča
|
c0c0ec0bfc
|
Merge pull request #1977 from dob205/master
Updates to the current German translation
|
2022-01-06 13:51:44 +01:00 |
|
dob205
|
6d9e9969c2
|
Further adjustments to the German translation
|
2022-01-06 13:18:38 +01:00 |
|