]> git.sesse.net Git - vlc/history - modules/video_output/msw/events.c
Use pl_Release with the right argument.
[vlc] / modules / video_output / msw / events.c
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...