]> git.sesse.net Git - vlc/history - src/text
Move last.fm password from PasswordShowOnEdit to Password.
[vlc] / src / text /
2008-07-12 Pierre d'Herbemonttext: Remove forbidden, and subject to race, playlist...
2008-07-05 Rémi Denis-CourmontDead code
2008-07-05 Rémi Denis-Courmontlocale_fast: simplifications
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-27 Rémi Denis-CourmontRemove DecodeLanguage (dead code)
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-24 Rémi Denis-Courmontvlc_fix_readdir: declare internally
2008-05-23 Felix Paul KühneInclude xlocale.h on OS X for locale_t
2008-05-21 Rémi Denis-Courmontus_strtod: do not make any kludgy assumptions about...
2008-05-21 Rémi Denis-CourmontRemove unused i18n_atof
2008-05-21 Rémi Denis-CourmontRemove i18n_strtod - nobody uses it and it's an ugly...
2008-05-05 Rafaël CarréDo not duplicate NULL strings
2008-05-03 Rémi Denis-CourmontImprove doxy comments
2008-04-30 Rémi Denis-CourmontExport ToLocaleDup
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-04-04 Rafaël CarréAttribute copyright of vlc_current_charset() to Bruno...
2008-03-24 Rafaël CarréDo not use sprintf without a format
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-03-08 Jean-Baptiste KempfRemove unused parameter warning for Windows CE/32
2008-03-03 Pierre d'Herbemonttext/unicode.c: More unused warning fix.
2008-02-28 Antoine CellerierAdd format string variable to display frame count....
2008-02-04 Rémi Denis-Courmontif -> ifdef
2008-02-04 Pierre d'Herbemontcharset.c: Use defined() for HAVE_ macro.
2008-02-04 Pierre d'Herbemonttext/charset.c: Use #ifdef for HAVE_* macro.
2008-02-03 Pierre d'Herbemonttext/charset.c: Use #ifdef instead of #if for HAVE_...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi DuraffortImplementation of utf8_unlink. If someone can test...
2008-01-16 Rafaël Carréfix #1362 (replace ':' with '_' in filenames on macosx)
2007-12-01 Rafaël Carrévlc_b64_decode_binary_to_buffer(): i_dst is the size...
2007-11-20 Rémi Denis-CourmontUse cached ACP
2007-11-19 Rémi Denis-CourmontForce ISO-8859-8 for Hebrew users
2007-09-23 Rémi Denis-CourmontAssume UTF-8 instead of ASCII.
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-19 Rémi Denis-CourmontAvoid setlocale - not thread-safe
2007-09-19 Rémi Denis-CourmontDo not set never used value
2007-09-17 Rafaël Carréstr_format_meta(): fix HUGE memory leak & segfault.
2007-09-16 Rémi Denis-CourmontError handling
2007-09-12 Rémi Denis-CourmontCosmetic
2007-09-11 Christophe MutricyRemove always true tests
2007-09-01 Rémi Denis-CourmontFix warning
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rémi Denis-CourmontFix utf8_readdir usage
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-07-01 Antoine CellerierAdd option to format strings to prevent displaying...
2007-05-18 Antoine Cellerier* src/text/strings.c: Add a lot of entities to the...
2007-04-30 Rémi Denis-CourmontHandle errors without crashing
2007-04-10 Damien Fouilleullibvlc_video_take_snapshot: removed kludge and fixed...
2007-03-15 Damien Fouilleul- unicode.c, wincp.c: compile fix
2007-03-14 Rémi Denis-CourmontFix crash on UTF-8 systems in previous commit
2007-03-14 Rémi Denis-CourmontFix for obsolete setups
2007-03-14 Rémi Denis-Courmont- Make FromLocale() usable any time (after setlocale...
2007-03-14 Rémi Denis-CourmontRemove bogus variable
2007-03-14 Rémi Denis-CourmontFix MB2MB and use it
2007-03-13 Rémi Denis-Courmont- Fix POSIX locale handling (well you'd better not...
2007-03-11 Rémi Denis-CourmontFix a bunch of errors in PO files (fuzzy file descripti...
2007-03-02 Antoine CellerierDon't authorize "." or ".." for filenames.
2007-03-01 Antoine CellerierOops.
2007-03-01 Antoine Cellerier * Fix forbiden windows characters list. (in fact it...
2007-03-01 Antoine CellerierDots are allowed in filenames (even on WIN32...). Thank...
2007-02-28 Christophe Massiot * src/text/iso-639_def.h: Add original audio pseudo...
2007-02-27 Laurent AimarAdded vlc_b64_decode_binary_to_buffer/vlc_b64_decode_bi...
2007-02-25 Laurent AimarAdded vlc_b64_encode_binary (include/vlc_strings.h...
2007-02-10 Rémi Denis-CourmontDe-inline base64 decoder
2007-01-26 Antoine CellerierOops.
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2007-01-05 Rémi Denis-CourmontFix CRLF on Win32 with utf8_fopen (thanks to Md) closes...
2007-01-04 Rémi Denis-CourmontAllow directory module to recurse through symbolic...
2006-12-15 Rémi Denis-CourmontSimpler UTF-8 check functions + rudimentary unit test
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-12-11 Rémi Denis-Courmont- WTF?! Do not use non-existant vlc_closedir_wrapper
2006-12-11 Derk-Jan Hartman* Fix utf8_scandir (wasn't using vlc_closedir_wrapper)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Rémi Denis-CourmontAttempt to use wide directory indexing on Win32
2006-11-25 Rémi Denis-CourmontContinuation of previous commit
2006-11-25 Rémi Denis-CourmontFix invalid mix of closedir and free on Win32.
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory