]> git.sesse.net Git - vlc/history - modules/video_output/msw/common.c
Win32: make the fullscreen display really take the full screen
[vlc] / modules / video_output / msw / common.c
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