]> git.sesse.net Git - vlc/history - src/modules
modules/gui/wxwidgets/*: bunch of fixes.
[vlc] / src / modules /
2007-05-20 Antoine Cellerier* Force cast to vlc_object_t when calling config_GetDat...
2007-05-20 Antoine Cellerier* add missing includes (trying to fix compilation error...
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Antoine Cellerier* src/modules/modules.c: hopefully fix compilation...
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-19 Rémi Denis-CourmontSame as previous commit
2007-05-19 Rémi Denis-CourmontDo not unload plugins in debug builds. Not sure if...
2007-04-15 Rémi Denis-CourmontRemove useless wrapper around free()
2007-04-15 Rémi Denis-CourmontComplain in case of error when parsing the config file
2007-04-15 Rémi Denis-CourmontIncrease plugin cache version to force stalling.
2007-04-15 Rémi Denis-CourmontCategory and subcategory items are also integers. Fix...
2007-04-14 Rémi Denis-CourmontWorks this time
2007-04-14 Rémi Denis-CourmontUndo erroneous commit
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-14 Rémi Denis-CourmontTiny code factorization
2007-04-14 Rémi Denis-CourmontFurther hide module_t layout from plugins
2007-04-14 Rémi Denis-CourmontHandle plugin cache reading error case
2007-04-14 Rémi Denis-CourmontInitial work on hiding module_t layout from plugins
2007-04-14 Rémi Denis-CourmontMove libvlc module stuff to their own subdirectory