VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103402   10 months vboxsync FE/VBoxSDL: Fix typo introduced when cleaning up copyright text.
(edit) @103124   10 months vboxsync FE/VBoxSDL: Adapted to the new VM execution engine enum. ​bugref:10583
(edit) @103123   10 months vboxsync FE/VBoxSDL: Adapted to the new VM execution engine enum. ​bugref:10583
(edit) @99950   19 months vboxsync FE/SDL: Windows build fix. ​bugref:9449
(edit) @99494   20 months vboxsync FE/VBoxSDL: Make it work with macOS, bugref:9449
(edit) @99090   21 months vboxsync FE/SDL: Framebuffer rendering fixes for Windows hosts. bugref:9449
(edit) @98392   22 months vboxsync FE/SDL: bugref:9449. Revive passing ctrl+alt+Fx key combination to guest.
(edit) @98372   22 months vboxsync FE/SDL: Fixed compilation on Linux (got broken in r155613). ​bugref:9449
(edit) @98371   22 months vboxsync FE/SDL: bugref:9449. Some cleanup for MacOS build. Still getting some …
(edit) @98370   22 months vboxsync FE/SDL: bugref:9449. According to SDL_scancodes.h SDL2 keyboard event …
(edit) @98369   22 months vboxsync FE/SDL: Made keyboard handling on Windows hosts work. We might switch …
(edit) @98357   22 months vboxsync FE/SDL: Fixed and simplified the host key detection …
(edit) @98345   22 months vboxsync FE/SDL. bugref:9449. Handling mouse wheel event.
(edit) @98343   22 months vboxsync FE/SDL: Attach or allocate a console, now that we're running on the …
(edit) @98306   23 months vboxsync FE/SDL. bugref:9449. scm fix.
(edit) @98305   23 months vboxsync FE/SDL. bugref:9449. Removing VBOX_WITH_SDL2 define.
(edit) @98304   23 months vboxsync FE/SDL. bugref:9449. Removing more SDL 1.2 bits.
(edit) @98302   23 months vboxsync FE/SDL. bugref:9449. Removing secure label related code.
(edit) @98301   23 months vboxsync FE/SDL. bugref:9449. Initializing SDL_TimerID with 0, not NULL.
(edit) @98246   23 months vboxsync FE/SDL: bugref:9449. First fixes to build VBoxSDL with SDL2 on linux.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96402   2 years vboxsync /Config.kmk and many other places: Change VBOX_VENDOR to the official …
(edit) @95141   3 years vboxsync Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. …
(edit) @93901   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93460   3 years vboxsync Main/MachineDebugger,VBoxHeadless,VirtualBoxVM,VBoxSDL,VBoxDbg: …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92613   3 years vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @91363   3 years vboxsync FE/VBoxSDL+VirtualBox,Main/Console+Machine+VirtualBox.xidl: VMs which …
(edit) @86650   4 years vboxsync Fixed bad commit. Hope this help.
(edit) @86648   4 years vboxsync bugref:9781. Added the placeholder …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81964   5 years vboxsync Main/GraphicsAdapter: Split off a few attributes from Machine …
(edit) @81537   5 years vboxsync FE/VBoxSDL: Added first support for SDL2 (by setting VBOX_WITH_SDL2). …
(edit) @80824   5 years vboxsync Main: bugref:9341: The "environment" parameter in the …
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @78995   5 years vboxsync PDM, Devices, FE, Main: allow size hints without notification for …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65653   8 years vboxsync gcc 7: Frontends: fall thru
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63384   8 years vboxsync Frontends: warnings (gcc)
(edit) @63298   8 years vboxsync VBoxSDL: warnings
(edit) @60865   9 years vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60759   9 years vboxsync Frontends: various cleanups, mostly ATL related, remove code for no …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55977   10 years vboxsync Main/Snapshot: add a parameter to IMachine.takeSnapshot, returning the …
(edit) @55800   10 years vboxsync Main/Session+Machine: small API cleanup, introducing explicit session …
(edit) @55543   10 years vboxsync Frontends: use approvals for VBoxEventType_OnCanShowWindow, workaround …
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @55133   10 years vboxsync Main,Frontends: framebuffer identifier.
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @52978   10 years vboxsync IDisplay::GetScreenResolution returns status of the guest monitor.
(edit) @52922   10 years vboxsync VBoxSDL: update the mouse pointer when starting with a separate VM.
(edit) @51677   10 years vboxsync VBoxSDL: option to run a separate VM process.
(edit) @51547   11 years vboxsync VBoxSDL: new IFramebuffer interface cleanup.
(edit) @51436   11 years vboxsync Main,Frontends: IDisplay provides the guest screen bitmap to frontends.
(edit) @51122   11 years vboxsync FE/SDL: make lock keys work with recent SDL versions.
(edit) @49032   11 years vboxsync FE/SDL: use an absolute path here
(edit) @48137   11 years vboxsync FE/Qt and FE/SDL: always call XInitThreads() before any other Xlib calls.
(edit) @46649   11 years vboxsync Forward ported r85941 and required build fixes (Main: Implemented new …
(edit) @44970   12 years vboxsync Main/VirtualBoxClient: add method to perform VM error checking which …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44039   12 years vboxsync Main: renavation com::Guid class. PR5744
(edit) @42472   12 years vboxsync better help text
(edit) @42446   12 years vboxsync added --settingspw and --settingspwfile to VBoxHeadless and VBoxSDL
(edit) @42382   12 years vboxsync Main/Session+Console+Machine: minimal change to reduce the overhead of …
(edit) @42248   12 years vboxsync API change for SetVideoModeHint to be able to disable guest screens …
(edit) @41216   13 years vboxsync Frontends: back out the Framebuffer cleanup, to be retried later
(edit) @41215   13 years vboxsync Frontends/VBoxSDL: clean up framebuffer implementation in a …
(edit) @41120   13 years vboxsync Replace calls of findMedium with openMedium, remove findMedium …
(edit) @41106   13 years vboxsync backed out r77705 as it broke the builds (webservices)
(edit) @41105   13 years vboxsync use openMedium instead of findMedium
(edit) @41100   13 years vboxsync better error report if the global settings directory is not accessible
(edit) @40023   13 years vboxsync gcc-4.7 fixes
(edit) @39725   13 years vboxsync burn fix
(edit) @38735   13 years vboxsync %lS -> %ls.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @37525   13 years vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @35741   14 years vboxsync frontends: init ATL, used for listener instantiation
(edit) @35726   14 years vboxsync VBoxSDL: remove excessive listener release
(edit) @35722   14 years vboxsync Main: reworked listener objects creation, fixes Win problems with …
(edit) @35666   14 years vboxsync SDL frontend: fixed starting SDL VMs using API
(edit) @35287   14 years vboxsync FE/Headless, FE/SDL: fixed a couple of copy'n'paste bugs
(edit) @35172   14 years vboxsync Main/Events+VirtualBoxClient: merge VBoxSVCUnavailable and …
(edit) @34646   14 years vboxsync Frontends/VBoxSDL: use VirtualBoxClient object, and terminate VM as …
(edit) @34645   14 years vboxsync Frontends/VBoxSDL: variable naming cleanup and other minor cleanups
(edit) @33976   14 years vboxsync now for real
(edit) @33972   14 years vboxsync forgotten include
(edit) @33968   14 years vboxsync one more
(edit) @33967   14 years vboxsync burn fix
(edit) @33963   14 years vboxsync Main: moved listeners to location usable by fronends, rework
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette