1. e522daf SCP: Replace stray TAB and fix sprintf format specifier by Mark Pizzolato · 7 years ago
  2. c94edb6 VAXStations: Improvements and bug fixes to keyboard and mouse devices by Matt Burke · 7 years ago
  3. d741bdc VIDEO: Allow SCREENSHOT command to optionally specify bitmap file extension by Mark Pizzolato · 8 years ago
  4. a24aba6 VIDEO: Added priority boost to thread performing SDL processing and updates by Mark Pizzolato · 8 years ago
  5. 3743d3d VIDEO: Avoid losing mouse button state when coalescing motion events by Mark Pizzolato · 8 years ago
  6. 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 8 years ago
  7. 717f382 VIDEO: cleanup SHOW VERSION output when video support isn't available. by Mark Pizzolato · 8 years ago
  8. aadd66c VIDEO: Fix uninitialized pointer reference under libSDL by Mark Pizzolato · 9 years ago
  9. 51419a2 VIDEO: Add ability for a video window Quit event to optionally propagate back to SCP. by Mark Pizzolato · 9 years ago
  10. 4f3dd08 VIDEO: Add window title to vid_open. by Mark Pizzolato · 9 years ago
  11. 21b31fc VIDEO: Add hot location functionality to cursor support. by Mark Pizzolato · 9 years ago
  12. dce0aa2 VIDEO: Add SDL audio support to generate a beep. Add absolute pointer position to mouse events. by Mark Pizzolato · 9 years ago
  13. 33b88a3 VIDEO: Act on potential libSDL error return values by Mark Pizzolato · 9 years ago
  14. 2029c3e VIDEO: Restore direct update of video bitmap data when using libSDL (vs libSDL2). by Mark Pizzolato · 9 years ago
  15. b64401c VIDEO: Fix crash using libSDL on hosts which display using X11. by Mark Pizzolato · 9 years ago
  16. 4921d92 VIDEO: Produce SCREENSHOT images in PNG format if libpng is available in the host build environment by Mark Pizzolato · 9 years ago
  17. 13bb335 VIDEO: Fix vid_draw to copy drawing data before returning when drawing is deferred. by Mark Pizzolato · 9 years ago
  18. 42403ef VIDEO: Avoid compiler warning when building without video support by Mark Pizzolato · 9 years ago
  19. 78399f1 SCP: Added a SCREENSHOT command to record the video display window. by Mark Pizzolato · 9 years ago
  20. 1348a1f VIDEO: Fix building of video capable simulators on host systems which don't have libsdl available. by Mark Pizzolato · 10 years ago
  21. a7d0b0e VIDEO: Fix video capable simulator builds on platforms which don't have libSDL available at all by enabling stub code by Mark Pizzolato · 10 years ago
  22. 66dba79 ALPHA, ALTAIR, AltairZ80, I7094, NOVA, PDP1, PDP10, PDP11, PDP18B, PDP8, SAGE, sigma, swtp6800, TX-0, VAX: Change tabs to spaces which had crept in over time by Mark Pizzolato · 10 years ago
  23. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  24. 9accae5 BESM6 and VAX: Cleanup for building on VMS by Mark Pizzolato · 10 years ago
  25. 960b22d VIDEO: Fix build when using SDL2 versions prior to 2.0.3. Fix #187 by Mark Pizzolato · 10 years ago
  26. c9eb08c VIDEO: Fix build when using SDL vs SDL2 by Mark Pizzolato · 10 years ago
  27. 4ee599b SCP: Added a SHOW VIDEO command for simulators which include video devices by Mark Pizzolato · 10 years ago
  28. e40d81d VIDEO: Add proper WRU detection when SIM_VIDEO is used on OS X. by Mark Pizzolato · 10 years ago
  29. 93a2f9f VIDEO: Fix build when SDL libraries are not available by Mark Pizzolato · 10 years ago
  30. 2142168 VIDEO: Restructured vid_show_video to perform SDL APIs on the SDL event thread. by Mark Pizzolato · 10 years ago
  31. 8c4397e VIDEO: Initial working OSX support by Mark Pizzolato · 10 years ago
  32. cd4da41 VIDEO: Changed SDL2 vid_draw implementation to perform all texture references in the event processing thread by Mark Pizzolato · 10 years ago
  33. 4cb4477 VIDEO: Restructured SDL threading model to perform all event processing in the main thread and run the application main logic in a different thread. by Mark Pizzolato · 10 years ago
  34. 383ce78 VAX,MicroVAX,QVSS: Video improvements by Mark Pizzolato · 10 years ago
  35. f0f3176 VIDEO: Fix build for platforms with SDL2 prior to v2.0.2. Fix #177 by Mark Pizzolato · 10 years ago
  36. 433fa20 VIDEO: Added SDL2 error checking coalescing of mouse motion events which are queued concurrently. by Mark Pizzolato · 10 years ago
  37. 722579c VIDEO: SDL2 Ignoring multiple successively queued REDRAW events to avoid overrunning the GPU by Mark Pizzolato · 10 years ago
  38. 136f586 VIDEO: Migrate SDL2 vid_draw to SDL_UpdateTexture for just the requested rectangle by Mark Pizzolato · 10 years ago
  39. ad6dd02 VIDEO: Change the SDL mouse position in window to reflect the simulated mouse position. by Mark Pizzolato · 10 years ago
  40. 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
  41. 1e0b83c SCP: Avoid building sim_video code when it isn't used by a simulator. by Mark Pizzolato · 10 years ago
  42. 6ce8d99 SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) by Mark Pizzolato · 11 years ago
  43. b57201b QVSS/VIDEO: Fix for mouse tracking on Ultrix from Mike Burke for issue #88 by Mark Pizzolato · 11 years ago
  44. 30cd103 VIDEO: When using libSDL2, make sure we use the key scan code to index the vid_key_state array. Also, make sure we stick to getting bare key events instead of TextInput events. by Mark Pizzolato · 11 years ago
  45. 6b45d9b SCP/VIDEO: Added support for libSDL2 video capabilities. Changed existing video layer to carry pixels as 32bpp vs 8bpp for more natural behaviors in libSDL2. by Mark Pizzolato · 11 years ago
  46. 351d748 VIDEO: Move all SDL graphics activities to the background video thread by Mark Pizzolato · 11 years ago
  47. 610b7b5 VIDEO: Moved SDL initialization and cleanup from event thread to the primary thread. by Mark Pizzolato · 11 years ago
  48. 8617a58 VAX/QVSS: Added debugging support to sim_video by Mark Pizzolato · 11 years ago
  49. 5de0c8d Instrumented the qvss activities for better debug support by Mark Pizzolato · 11 years ago
  50. a7a8f3d Added reporting of the QVSS window focus release key when Video Windows is created by Mark Pizzolato · 11 years ago
  51. b3a9a0d Add sim_video and VAX QVSS (VCB01) Monochrome Video Board from Matt Burke by Mark Pizzolato · 11 years ago