]> git.sesse.net Git - vlc/history - modules/video_output/msw/common.c
vout: remove no longer used display size event parameter
[vlc] / modules / video_output / msw / common.c
2014-10-16 Rémi Denis-Courmontvout: remove no longer used display size event parameter
2014-10-16 Rémi Denis-Courmontmsw: shrink events data structure
2014-03-12 Felix AbecassisWin32: the dimensions of the unclipped source rectangle...
2014-02-27 Felix AbecassisWin32: use visible dimensions for all vouts
2014-02-11 Felix AbecassisWin32: return a failure when a CHANGE_DISPLAY_SIZE...
2014-01-24 Felix AbecassisWin32: correctly use option "disable-screensaver"
2013-09-11 Jean-Baptiste KempfWin32 vout: update comments
2013-09-11 Jean-Baptiste KempfWin32 Vout: remove unnecessary includes
2013-05-01 Rémi Denis-Courmontvout: use var_Inherit*() for video-title* variables
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-01 Rémi Denis-CourmontWin32: use CoInitializeEx() instead of CoInitialize()
2012-09-09 Rémi Denis-Courmontwingapi: remove WinCE vout
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-16 Jean-Baptiste KempfWin32: try to fix the power management issues.
2012-07-19 Rémi Denis-Courmontdirectx: improve DirectSound and DirectDraw module...
2012-05-27 Laurent AimarEnabled screensaver for win32 opengl vout (close #426).
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-01 Rafaël CarréUpdate workarounds for incomplete mingw headers
2011-05-14 Rémi Denis-CourmontMSW vouts: fix warnings
2011-04-28 Laurent AimarDirect2D/3D does not need to clamp to display size.
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