]> git.sesse.net Git - vlc/history - modules/video_output/msw/events.c
kill a warning
[vlc] / modules / video_output / msw / events.c
2009-08-20 Geoffroy Coupriekill a warning
2009-08-19 Jean-Baptiste KempfRemove unused variables
2009-08-13 Geoffroy Coupriewince: fix build of vouts
2009-08-01 Laurent AimarUpdated msw vout modules to the new window API.
2009-07-25 Jean-Baptiste KempfRemove trailing spaces.
2009-07-25 Adrien MagloAdd a desktop mode to the Direct3d video output. This...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-17 Jean-Baptiste Kempfmsw vout: More debug
2009-07-17 Jean-Baptiste KempfRename vout_directx to directx for consistency.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-21 Geoffroy Coupriewin32 vout: factorize code
2009-05-05 Rémi Denis-CourmontWine: compilation fixes
2009-03-19 Rémi Duraffortvout_msw: use var_TriggerCallback and some cleaning.
2009-03-04 Rémi Denis-CourmontRemove unused VOUT_PARENT
2009-02-19 Geoffroy CouprieWin32: go to fullscreen on the same monitor as the...
2009-02-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-02-15 Rémi Denis-CourmontRemove unused VOUT_GET_SIZE...
2009-02-15 Rémi Denis-CourmontRemove unsafe VOUT_SET_FOCUS
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontRemove unneeded VOUT_CLOSE.
2009-02-01 Rémi Denis-CourmontWin32: fix NULL-deref in non embedded video mode (fixes...
2009-01-31 Rémi Denis-CourmontSegregate vout window types
2009-01-31 Rémi Denis-CourmontCleanup vout window handle typedef
2009-01-27 Geoffroy CouprieWinCE: no MonitorFromWindow
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-14 Rémi Denis-CourmontWin32: get rid of vlc_thread_ready()
2009-01-03 Geoffroy CouprieWin32: go fullscreen on the same screen as the vout...
2009-01-03 Geoffroy CouprieWinCE: fix compilation of vout
2008-11-13 COCQUEBERT CédricFix toggling when Video is not embedded
2008-10-01 Jean-Baptiste KempfWin32 Vout: try to correctly set fullscreen mode under...
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-17 Geoffroy Couprieremove on more b_dead old use
2008-09-08 Geoffroy CouprieWinCE: wingdi plugin update
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-19 Rémi DuraffortFix warnings
2008-08-09 Rémi Denis-Courmontconfig.h comes first
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-22 Rémi DuraffortUse pl_Yield and pl_Release everywhere.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-06-15 Felix Paul Kühnethe vout might still run after the playlist termination...
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-22 Rémi DuraffortCheck malloc return value when needed and don't print...
2008-05-10 Rafaël CarréDo not touch the always-on-top when going fullscreen
2008-05-10 Rafaël CarréFactorize video-on-top disabling while in fullscreen
2008-05-10 Rafaël CarréDisable video-on-top on win32 when going fullscreen
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-12 Rémi DuraffortRemove useless test before a free().
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-22 Damien Fouilleul- win32 vouts: fiex potential crash (SIGFPE) if the...
2007-05-14 Damien Fouilleulvout: merged all Microsoft Windows specific vouts under...