]> git.sesse.net Git - vlc/history - modules/video_output/msw/glwin32.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / video_output / msw / glwin32.c
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-02 Jean-Baptiste KempfWin32 Vout: after the previous fix of Win32 Vout, the...
2008-10-01 Jean-Baptiste KempfRemove useless test. At that point, p_sys is not NULL
2008-10-01 Jean-Baptiste KempfWin32 Vout: set fullscreen back before quitting Vout.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
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-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
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-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
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-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-14 Damien Fouilleulvout: merged all Microsoft Windows specific vouts under...