summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Preliminary Mac native OSD. Not working yet. [R. Belmont] arbee2019-09-1518-4/+2223
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-116-52/+40
* Fix QT debugger (nw) AJR2019-09-101-3/+3
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-108-88/+32
* gdbstub: more improvements (#5569) Ramiro Polla2019-08-311-29/+155
* srcclean (nw) Vas Crabb2019-08-252-27/+27
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-193-2/+11
* debuggdbstub: uncomment parameters (nw) Patrick Mackinlay2019-08-151-3/+3
* gdbstub: add z80 and m6502 Ramiro Polla2019-08-121-0/+53
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-113-0/+1137
* Removed some dead static variables (nw) (#5458) npwoods2019-08-111-9/+1
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-084-6/+6
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-049-18/+173
* Use canonical spelling of "canonical" (nw) AJR2019-08-022-2/+2
* -scc68070: Moved Quizard MCU HLE from SCC68070 device to cdi.cpp and converte... MooglyGuy2019-07-241-0/+151
* Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool R. Belmont2019-07-224-7/+7
|\
| * Changed winwindow_has_focus() to return bool npwoods2019-07-224-7/+7
* | Merge pull request #5379 from npwoods/draw_video_contents_take_bool R. Belmont2019-07-224-7/+7
|\ \
| * | Changing win_window_info::draw_video_contents()'s update parameter to be npwoods2019-07-224-7/+7
| |/
* / Removing a stray (likely vestigial) variable from window.cpp (nw) npwoods2019-07-221-8/+0
|/
* Suggestion for very-low-latency mode on portaudio Eric Vidal2019-07-141-8/+27
* (nw) updated debug media menu to latest version Robbbert2019-07-132-13/+34
* (nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would ... Robbbert2019-07-132-4/+2
* Remove shaders that I didn't mean to commit, nw MooglyGuy2019-07-105-533/+0
* -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-1011-67/+534
* MIDI: fixed reception of several System Common messages [Golden Child, R. Bel... arbee2019-06-231-2/+15
* d3d: this fixes alt-tab crash (nw) hap2019-06-171-1/+5
* make useless comment less confusing (nw) hap2019-06-176-6/+6
* apply minimize crashfix for bgfx too (nw) hap2019-06-171-1/+3
* Let's try to solve the quit-on-minimize problem (nw) yz70s2019-06-173-0/+6
* Changed a number of comment declarations to read *.cpp instead of *.c npwoods2019-06-168-8/+8
* Disable WII Lightgun hack by default (#5056) Kiall Mac Innes2019-05-141-1/+1
* (nw) possible fix for MT 07275 [hap] Robbbert2019-04-191-0/+5
* Merge pull request #4862 from kiall/multi-lightgun R. Belmont2019-04-051-2/+26
|\
| * Linux X11 Input: Fix multiple lightgun support Kiall Mac Innes2019-04-051-2/+26
* | OS X debugger: Update window titles when restoring configuration for disassem... AJR2019-03-272-0/+2
* | (nw) Clean up the mess on master Vas Crabb2019-03-2625-166/+563
* | Revert "conflict resolution (nw)" andreasnaive2019-03-2525-563/+166
* | fs_xbr-lv3-noblend.sc: Fix compile (nw) Olivier Galibert2019-03-251-3/+3
|/
* OSD/OpenGl: Improve performance by moving calculations out of loop Andreas Müller2019-03-041-14/+18
* Qt debugger: fix error in determining where clicks are in debugger views [Gol... goldnchild2019-03-041-1/+1
* Merge pull request #4698 from kiall/bug-4695 R. Belmont2019-03-011-1/+17
|\
| * Linux X11 Input: Fix lightgun support Kiall Mac Innes2019-02-281-1/+17
* | Qt debugger: fix error in determining where clicks are in memory views [Golde... R. Belmont2019-02-271-1/+1
* | srcclean (nw) Vas Crabb2019-02-241-257/+257
* | sdl_sound.cpp: Remove leftover variable (nw) Enik Land2019-02-181-3/+0
* | misc fixes Vas Crabb2019-02-183-44/+68
* | (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-181-4/+2
* | Show video-mode option 'accel' in help and GUI Andreas Müller2019-02-171-0/+1
* | Fixed sdl2 keymap processing. [Couriersud] couriersud2019-02-163-43/+280