]> git.sesse.net Git - vlc/history - modules/video_output/msw/common.c
MSW: fix DisableScreensaver and RestoreScreensaver definitions
[vlc] / modules / video_output / msw / common.c
2010-08-14 Jean-Baptiste KempfMSW: fix DisableScreensaver and RestoreScreensaver...
2010-07-28 David KaplanDirect2D video output module
2010-07-19 Laurent AimarUsed a CPU memory fallback when Direct3DLockSurface...
2010-07-19 Laurent AimarFactorized Direct3DLockSurface/DirectXLock.
2010-06-10 Laurent AimarUpdated window size after changing fullscreen state...
2010-06-10 Laurent AimarFixed invalid mouse cursor state on win32 (close #3675).
2010-06-10 Erwan Tuloumsw: remove unneeded code and useless "shaking" of...
2010-06-10 Erwan Tuloumsw: let zooming to exceed the display size
2010-04-27 Laurent AimarFixed video display with directx and multiple monitors.
2010-04-26 Laurent AimarMoved win7 taskbar disabling code from qt4 to msw.
2010-03-06 Rémi Denis-CourmontWin32: use video-x and video-y (fixes #3215)
2010-01-05 Laurent AimarCompilation fix (gapi).
2010-01-05 Laurent AimarAdded AlignRect helper (msw).
2010-01-05 Laurent AimarConverted directx to "vout display".
2010-01-05 Laurent AimarConverted wingdi/wingapi to vout display.
2010-01-05 Laurent AimarCosmetics (msw).
2009-12-28 Erwan Tuloumsw : support for vout_window_SetFullscreen
2009-12-26 Rémi Denis-CourmontPass full window state to window providers
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-26 Rémi Denis-CourmontVOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE
2009-12-07 Laurent AimarConverted glwin32 to vout display.
2009-11-02 Laurent AimarAdded CommonDisplay for msw.
2009-11-02 Laurent AimarConverted direct3d to vout display.
2009-11-02 Laurent AimarRemoved useless includes (msw).
2009-10-19 Laurent AimarFixed resize quality issue with direct3d vout (especial...
2009-10-13 Geoffroy CouprieWin32: make the fullscreen display really take the...
2009-10-01 Laurent AimarReduced a lock visibility to directx only (msw).
2009-10-01 Laurent AimarCleaned up a bit (msw).
2009-09-30 Laurent AimarDo not access p_vout->p_sys in events.c (msw).
2009-09-28 Laurent AimarPrivatized i_window_x/y/w/h in msw.
2009-09-28 Laurent AimarPrivatized i_window_style in msw.
2009-09-28 Laurent AimarFixed a potential race condition between "event thread...
2009-09-14 Laurent AimarFactorized Manage() common code (msw).
2009-09-14 Laurent AimarCentralized mouse auto-hiding code.
2009-09-14 Laurent AimarMade event_thread_t live as long as the vout.
2009-09-14 Laurent AimarCosmetics (msw).
2009-09-14 Laurent AimarCentralized common init/clean code (msw).
2009-09-14 Laurent AimarSplit out non events code into common.c