Commit Graph

6454 Commits

Author SHA1 Message Date
Joakim L. Gilje
54ae64d2ac Merge pull request #3 from Cacodemon345/qt
Fix macOS builds
2021-12-01 22:33:14 +01:00
Cacodemon345
23dbb85fa8 Significantly improve renderer performance 2021-12-02 00:47:02 +06:00
Cacodemon345
88452f7957 Implement title bar statistics 2021-12-01 15:55:41 +06:00
Cacodemon345
ac52b32adb Keep emulator paused while settings is open
Reduces crashes
2021-12-01 14:50:49 +06:00
Cacodemon345
dcf492b299 Merge remote-tracking branch 'upstream/master' into qt 2021-12-01 11:31:10 +06:00
Cacodemon345
2297c33751 Fix macOS builds 2021-12-01 11:17:44 +06:00
Joakim L. Gilje
cee1c93d49 refactored machinestatus to update the qstatusbar 2021-11-30 22:06:41 +01:00
Joakim L. Gilje
a6f8e6b68e plugged in keyboard_isfsexit and keyboard_ismsexit to ungrab mouse and leave fullscreen 2021-11-30 21:29:58 +01:00
Joakim L. Gilje
358feb19cc fixed up fullscreen 2021-11-30 21:26:51 +01:00
Joakim L. Gilje
6c2d7bef4a promote the gleswidget to centralwidget via the .ui file 2021-11-30 21:18:25 +01:00
Joakim L. Gilje
7e38ff7d4d removed sdl from gleswidget, use slots to update mouse movement 2021-11-30 21:04:55 +01:00
Joakim L. Gilje
9cdb4f90ca only need to signal update when we've been blitted 2021-11-30 20:52:14 +01:00
Joakim L. Gilje
82f6f6f5e8 fixed up dynld_module, actually loads and sets pointers correct now (tested against libpcap) 2021-11-30 20:34:07 +01:00
Joakim L. Gilje
4cd5cb76d9 return null when dynld_module fails to load library 2021-11-30 20:20:53 +01:00
Joakim L. Gilje
6fb22514fa simplified macos_event_filter.mm inclusion, link to X11 if UNIX-and-not-Apple 2021-11-30 20:18:13 +01:00
Joakim L. Gilje
3da9aae95f Merge pull request #1 from Cacodemon345/qt
Render emulator output on main window
2021-11-30 20:15:10 +01:00
Cacodemon345
de88caf4b1 Accidentally left mouse capture half-baked 2021-12-01 01:11:06 +06:00
Cacodemon345
563869a06e Fix macOS builds 2021-12-01 01:00:41 +06:00
OBattler
9acfdeffa8 Russian translation, closes #1877. 2021-11-30 19:16:36 +01:00
OBattler
a909d08e6f Changed a #define in device/mouse_serial.c, should make the serial mouse use the normal period on the interpreter even on builds with the new recompiler. 2021-11-30 17:10:19 +01:00
OBattler
eaf7032e63 Added another Olivetti workaround to the AT keyboard controller code (the rewrite that works just fine even on the Olivetti M240 without any hacks, can't come soon enough!), fixes #1861. 2021-11-30 17:05:06 +01:00
OBattler
82c2522f42 Fixed graphics mode on Hercules Plus, fixes #1832. 2021-11-30 13:04:30 +01:00
OBattler
dfb5ef8cae Fixed OPTi 283 shadow RAM implementation, fixes #1881. 2021-11-30 12:35:52 +01:00
Cacodemon345
0108c93e2d Render emulator output on main window
Introduce hardware renderer
2021-11-30 16:26:49 +06:00
OBattler
e87b40dd8a The Leopard no longer has on-board IDE as the real board does not. 2021-11-30 10:58:07 +01:00
OBattler
c0a66022d4 Introduced the NVR hacks to the remaining boards with cache errors. 2021-11-30 00:25:03 +01:00
OBattler
f7177cc27a Reverted the AMI keyboard controller revision. 2021-11-29 21:26:30 +01:00
Miran Grča
48c0635be7 Merge pull request #1882 from ts-korhonen/master
Adjust the OpenGL 3.3 submenu position
2021-11-29 19:49:30 +01:00
ts-korhonen
bec748ac11 Adjust the OpenGL 3.3 submenu position 2021-11-29 20:40:44 +02:00
Joakim L. Gilje
668887a30a missed showMessage_ declaration 2021-11-29 19:03:00 +01:00
Miran Grča
31f6c06f23 And fixed. 2021-11-29 17:57:21 +01:00
Miran Grča
451217c96b Changed strcpy_s to strncpy. 2021-11-29 17:48:44 +01:00
Joakim L. Gilje
8385051f6a fixup showMessage from both qt thread and external thread, while blocking 2021-11-29 17:25:31 +01:00
OBattler
85fc32c8a3 And fixed resource.h. 2021-11-29 16:05:56 +01:00
OBattler
dedd568f92 Removed an #ifdef in 86box.h so that the enable_discord variable is always declared. 2021-11-29 15:47:55 +01: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
Joakim L. Gilje
238fb7ef62 handle messageboxes inside qt's thread 2021-11-29 12:25:27 +01:00
Joakim L. Gilje
97d844c3fc match g_strlcpy with glib proper 2021-11-29 10:51:44 +01:00
Joakim L. Gilje
22c89177d5 use real glib when compiling for Qt on Unix platforms 2021-11-29 10:51:29 +01:00
Joakim L. Gilje
a5be6a3faa Merge branch '86Box:master' into qt 2021-11-28 21:07:50 +01:00
Joakim L. Gilje
6211834a21 status updates are done 2021-11-28 21:06:39 +01:00
Joakim L. Gilje
ccb851343e replaced blitter function with a copy from win_sdl 2021-11-28 21:00:41 +01:00
Joakim L. Gilje
6aef88c957 set project cpp-files to c++17 when qt is included, search and link to a threading library 2021-11-28 20:54:32 +01:00
Joakim L. Gilje
859ee888ce fixed macos bundling (thanks to @dob205) 2021-11-28 20:50:02 +01:00
Joakim L. Gilje
6c81074f0a added status icons 2021-11-28 20:49:05 +01:00
RichardG867
c6c2988b64 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2021-11-28 13:59:08 -03:00
RichardG867
05bbbaff21 Improve Jenkins build flow, now with symbol stripping for regular builds 2021-11-28 13:57:58 -03:00
RichardG867
cf373449fc Fix enum entries in VIA chipset code that were bugging me 2021-11-28 00:15:31 -03:00
Miran Grča
5b0d9b60f3 Merge pull request #1878 from 86Box/tc1995
Fixed text mode of the Sigma video card.
2021-11-27 01:22:34 +01:00
TC1995
0264c31e8b Fixed text mode of the Sigma video card. 2021-11-26 23:14:20 +01:00