- 07 Jul, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
More l10n string fixes. Adds a FIXME to atmo.cpp, because that setting description is not understable for me.
-
- 05 Jul, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 22 Jun, 2008 1 commit
-
-
ivoire authored
-
- 13 Jun, 2008 1 commit
-
-
Felix Paul Kühne authored
Great news: there is no need to check for the existance of the playlist!
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 May, 2008 1 commit
-
-
Rafaël Carré authored
Mark description & shortnames as translatable with N_ (Thanks for testing the build before committing, I think the source code had the same review)
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 12 Mar, 2008 1 commit
-
-
Rafaël Carré authored
[] cause problems in zsh completion Changing it to () is easier than fixing zsh completion generator
-
- 26 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. * Meaning, that when created objects gets a refcount to 1. * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0. * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed) * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed. (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
-
- 16 Feb, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 12 Feb, 2008 1 commit
-
-
dionoea authored
-