VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51670   10 years vboxsync Main,Frontends: use safearray for IFramebuffer::Notify3DEvent
(edit) @51634   10 years vboxsync VBoxSDL: implemented NotifyUpdateImage (not used by default).
(edit) @51627   10 years vboxsync IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage.
(edit) @51610   10 years vboxsync Reverted r94341: too early.
(edit) @51606   10 years vboxsync Main,Frontends: IFramebuffer::NotifyUpdateImage
(edit) @51605   10 years vboxsync Main,Frontends: removed obsolete IFramebuffer methods: Address, …
(edit) @51547   10 years vboxsync VBoxSDL: new IFramebuffer interface cleanup.
(edit) @51436   11 years vboxsync Main,Frontends: IDisplay provides the guest screen bitmap to frontends.
(edit) @50406   11 years vboxsync Some RTEnvGet cleanup, adding todos for the rest.
(edit) @46658   11 years vboxsync include VBox/com/EventQueue only if necessary
(edit) @45940   12 years vboxsync crOpenGL->Fe/Qt notification mechanism
(edit) @42852   12 years vboxsync Main: fix QueryInterface method generation for interfaces which …
(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) @41002   13 years vboxsync VBoxSDL: gcc warning
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @34513   14 years vboxsync Frontends/VBoxSDL: fix SDL uninit code, in certain failure cases it …
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26509   15 years vboxsync Frontends: tabs -> spaces.
(edit) @23170   15 years vboxsync VBoxSDL: be more tolerant on video driver initialization failures
(edit) @22911   15 years vboxsync event queues cleaned up
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21369   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21362   15 years vboxsync backing out r49709 to fix windows burns for now
(edit) @21360   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21029   15 years vboxsync VBoxSDL: make OpenGL work
(edit) @20433   15 years vboxsync VBoxSDL: made it compile with SDL1.3 to support multiple guest …
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19817   16 years vboxsync IFramebuffer cleanup next part: * removed obsolete internal …
(edit) @19798   16 years vboxsync removed long obsolete methods IFramebuffer::solidFill() and …
(edit) @15868   16 years vboxsync VBoxSDL framebuffer resize optimization (xTracker #3487).
(edit) @12449   16 years vboxsync +changed IFramebuffer interface to report id of associated window if …
(edit) @11419   16 years vboxsync FE/SDL: setenv => RTEnvSet
(edit) @11400   16 years vboxsync VBoxSDL: improve fullscreenresize hack a little bit
(edit) @10675   16 years vboxsync VBoxSDL: implemented -fullscreenresize
(edit) @10501   16 years vboxsync FE/SDL: added (undocumented) -pidfile parameter
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8154   17 years vboxsync FE/SDL: introduced -seclabelofs
(edit) @8144   17 years vboxsync FE/SDL: use RenderUTF8_Blended() if available to get a better looking font
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5917   17 years vboxsync gcc-4.3 warnings
(edit) @5107   17 years vboxsync getenv => RTEnvGet
(edit) @4637   17 years vboxsync most RT_OS_LINUX -> VBOXSDL_WITH_X11. On e OS/2 workaround.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3761   17 years vboxsync Main/Frontends: Cleaned up IFramebuffer interface.
(edit) @3669   17 years vboxsync replace underscore symbols in VBoxBFE/ and VBoxSDL/
(edit) @3614   17 years vboxsync Main: Renamed PixelFormatDefault => PixelFormatOpaque.
(edit) @3578   17 years vboxsync Removed rendermode property from the base IFrameBuffer class
(edit) @3576   17 years vboxsync Main: Beautified method/property names in COM interfaces.
(edit) @3575   17 years vboxsync Another attempt to fix the build problems.
(edit) @3574   17 years vboxsync More fixes
(edit) @3571   17 years vboxsync Added framebuffer property RenderMode.
(edit) @3569   17 years vboxsync QueryVisibleRegion -> GetVisibleRegion
(edit) @3532   17 years vboxsync Add QueryVisibleRegion & SetVisibleRegion to the IFrameBuffer class.
(edit) @3402   17 years vboxsync VBoxSDL: Fixed OS/2 build.
(edit) @3289   17 years vboxsync FE/SDL: Improved SDL event handling. Don't enqueue further XPCOM …
(edit) @3153   17 years vboxsync Multimonitor support.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2962   18 years vboxsync Don't use putenv if possible as setenv is more correct. The reason is …
(edit) @614   18 years vboxsync Darwin port (hope I didn't mess up anything, am very Zzzzz...)
(edit) @524   18 years vboxsync nice typo :)
(edit) @523   18 years vboxsync use the SDL-provided default bpp if there is one
(edit) @470   18 years vboxsync Main/Frontends: Changed all interface attributes and method parameters …
(edit) @143   18 years vboxsync 64-bit
(add) @1   55 years vboxsync import
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