]> git.sesse.net Git - vlc/history - src/modules/configuration.c
Changing the order of parameters may be needed, but changing the parameters themselve...
[vlc] / src / modules / configuration.c
2007-10-21 Rémi Denis-CourmontChanging the order of parameters may be needed, but...
2007-10-15 Rafaël CarréUse $HOME before anything else to determine the home...
2007-09-22 Rémi Denis-CourmontFix directory permission again
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
2007-09-09 Antoine CellerierXDG Base Directory Specification fix. I wasn't using...
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-01 Rémi Denis-CourmontFix compiler warning
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-19 Rafaël CarréAdds CONFIG_ITEM_PASSWORD for showing stars in preferen...
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-06 Rémi Denis-CourmontSync with module macros and sout chain parsing
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-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-CourmontCategory and subcategory items are also integers. Fix...
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-14 Rémi Denis-CourmontMove libvlc module stuff to their own subdirectory