]> git.sesse.net Git - vlc/history - modules/video_output/msw/common.c
msw : support for vout_window_SetFullscreen
[vlc] / modules / video_output / msw / common.c
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