Commit Graph

7901 Commits

Author SHA1 Message Date
Cacodemon345
e7566d6974 qt: Get rid of resize rounding 2022-03-23 16:00:36 +06:00
Cacodemon345
f2df8a4cce qt: Keyboard input now works properly when mouse is uncaptured 2022-03-21 15:28:43 +06:00
Cacodemon345
81dfba16f3 wl_mouse: Don't uncapture mouse if is already uncaptured 2022-03-18 00:56:59 +06:00
RichardG867
5e9a47d6d1 Jenkins: Attempt to streamline failure state 2022-03-16 15:41:58 -03:00
RichardG867
eceffadcae Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2022-03-16 14:37:18 -03:00
RichardG867
3de4fbb75c Jenkins: Minor fixes to Windows build flow 2022-03-16 14:36:57 -03:00
RichardG867
fd6646f21b Run clang-format on all my new code 2022-03-16 14:12:45 -03:00
Miran Grča
5261afe6c2 Merge pull request #2231 from ts-korhonen/mouse-capture-fixes
qt: mouse capture fixes
2022-03-16 17:27:21 +01:00
ts-korhonen
f2ec3c6201 qt: uncapture mouse when deactivated or dialog.
Uncapture mouse when application is deactivated or window is blocked
(dialog shown). Re-capture after full screen dialog.
2022-03-16 18:19:44 +02:00
RichardG867
66e565000f Change struct initializers on new devices 2022-03-16 00:46:25 -03:00
RichardG867
71ba610366 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30
# Conflicts:
#	.ci/build.sh
#	.ci/dependencies_msys.txt
#	src/sound/snd_audiopci.c
2022-03-16 00:39:53 -03:00
RichardG867
f57cbe36b1 GDB Stub: More progress 2022-03-16 00:33:01 -03:00
RichardG867
7a3ff82a63 Jenkins: Don't git clone on Windows nodes due to line ending issues 2022-03-15 23:23:47 -03:00
richardg867
81cf8b7e8e Jenkins: Don't git clone on Windows nodes due to line ending issues 2022-03-15 23:23:35 -03:00
richardg867
cc800ee64d Jenkins: Make the pipeline more resilient to node dropouts 2022-03-15 23:18:03 -03:00
RichardG867
68ad22bf09 Jenkins: Streamline AppImage exclusion list with globs 2022-03-15 23:16:41 -03:00
RichardG867
1cc29c0aab Jenkins: Small cosmetic change to build script 2022-03-15 21:46:10 -03:00
RichardG867
0cdc68d2bd Jenkins: Make the pipeline more resilient to node dropouts 2022-03-15 21:45:08 -03:00
richardg867
78a6a67a54 Using the upload tool was a mistake, part 3 2022-03-15 21:39:14 -03:00
richardg867
7acf41b1e4 Using the upload tool was a mistake, part 2 2022-03-15 21:37:12 -03:00
richardg867
f9e3cb0956 Using the upload tool was a mistake... 2022-03-15 21:35:41 -03:00
richardg867
5d91eb1486 Jenkins: Fix build script sh compatibility 2022-03-15 21:31:40 -03:00
RichardG867
fa795f0f50 Jenkins: Fix build script sh compatibility 2022-03-15 21:23:51 -03:00
richardg867
95b145d118 Jenkins: Add MSYS2 dependencies file I forgot 2022-03-15 19:55:39 -03:00
richardg867
88b201b37f Jenkins: Update build script with Windows dependency management, FAudio on Linux 2022-03-15 19:52:17 -03:00
Miran Grča
d2fffe9074 Merge pull request #2230 from ts-korhonen/fix-joystick-dialog
qt: Another joystick dialog fix
2022-03-15 17:53:12 +01:00
ts-korhonen
3c3e42fb84 qt: Destroy the widgets when changing joystick device.
Just removing them from layout will not destroy them.
2022-03-15 18:24:38 +02:00
Miran Grča
83000338aa Merge pull request #2229 from lemondrops/master
Add handling for several missing strings to plat_get_string on Qt and legacy Unix UIs
2022-03-15 00:36:03 +01:00
Alexander Babikov
4b8b7c3950 Add handling for several missing strings to plat_get_string on Qt and legacy Unix UIs 2022-03-15 04:19:10 +05:00
Miran Grča
e962b80dd2 Merge pull request #2226 from ts-korhonen/fix-joystick-dialog
Fix Qt joystick dialog
2022-03-14 22:40:23 +01:00
ts-korhonen
d12a92141b qt: Fix joystick dialog title 2022-03-14 19:50:20 +02:00
ts-korhonen
25ac5e0edf qt: Fix joystick dialog size.
Set fixed size as a constraint to allow the dialog conform to selections
instead of staying the initial minimum size.
2022-03-14 19:45:47 +02:00
Jasmine Iwanek
f7e91c4e2c Fix header screwup in lpt.c 2022-03-13 17:42:18 -04:00
Jasmine Iwanek
fdd1070b2c Fix missing return 2022-03-13 17:37:11 -04:00
Jasmine Iwanek
3b38042409 Fix the fix 2022-03-13 17:25:17 -04:00
Jasmine Iwanek
4064e6ed67 Merge pull request #2225 from jriwanek-forks/anotherfix
Fix yet another null dereference in lpt.c
2022-03-13 17:23:41 -04:00
Jasmine Iwanek
8cbbf151b7 yet another null dereference in lpt.c 2022-03-13 17:22:57 -04:00
Jasmine Iwanek
041148b090 Merge pull request #2224 from jriwanek-forks/ni-fixes
Fixes
2022-03-13 17:19:12 -04:00
Jasmine Iwanek
27a2631069 correct function calls in openal.c 2022-03-13 17:16:28 -04:00
Jasmine Iwanek
591ff2c2c5 Fix null dereference in lpt.c 2022-03-13 17:16:11 -04:00
Jasmine Iwanek
fc51359579 Fix warnings in gameport.c 2022-03-13 17:15:54 -04:00
Miran Grča
a2136fa706 Merge pull request #2222 from jriwanek-forks/named-initializers
Named initializers
2022-03-13 17:49:19 +01:00
Jasmine Iwanek
e54d136e3b Add WD1004 series of XT HDD controllers 2022-03-13 10:29:05 -04:00
Jasmine Iwanek
c195b348a7 src/sound 2022-03-13 10:03:39 -04:00
Jasmine Iwanek
0d9161016d Some escaped hardcoding of max devices in fdd.c 2022-03-13 09:59:11 -04:00
Jasmine Iwanek
a61379eaee src/sio 2022-03-13 09:57:57 -04:00
Jasmine Iwanek
98be04c955 src/scsi 2022-03-13 09:54:10 -04:00
Jasmine Iwanek
e188137b96 src/printer 2022-03-13 09:51:07 -04:00
Jasmine Iwanek
d1dc795659 src/network 2022-03-13 09:50:25 -04:00
Jasmine Iwanek
438e05d100 src/mem 2022-03-13 09:47:11 -04:00