]> git.sesse.net Git - vlc/history - src/config/file.c
Merge branch 'df-for-upstream' of git://repo.or.cz/vlc/davidf-public
[vlc] / src / config / file.c
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-30 Antoine CellerierFix stupid logic (CID 13).
2008-05-23 Felix Paul KühneWe need xlocale.h here too
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-21 Rémi Denis-CourmontParse vlcrc following American standards for numbers
2008-05-21 Rémi Denis-CourmontAlways print numbers (floats) in American format in...
2008-05-06 Rémi Denis-Courmontconfig_GetConfigFile: remove unused parameter
2008-05-06 Rémi Denis-CourmontUse config_GetUserConfDir internally too
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-04 Rémi Denis-CourmontPrivatize psz_configfile
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
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-23 Felix Paul Kühnefixed typo
2008-03-18 Rémi Denis-CourmontRemove redumdant stdbool includes
2008-03-11 Rafaël Carréfix ticket #1482 (and most problems with config saving...
2008-03-11 Rafaël Carrécleanup : remove useless headers, not used functions...
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-13 Christophe MutricyFix saving of strings config variables. Patch courtesy...
2007-12-22 Christophe MutricyUse dgettext() (aka _() ) rather than gettext().
2007-12-17 Rémi Denis-CourmontAdd support for aliases through vlc_config_set
2007-12-16 Rémi Denis-CourmontCode factorization
2007-12-09 Rémi Denis-CourmontSplit the big config file