- 28 Oct, 2010 8 commits
-
-
Rémi Denis-Courmont authored
Only one track per file implemented yet
-
Rémi Denis-Courmont authored
This uses some unspecified C++ statically linked version of GME. That does not correspond to libgme, and seems unused.
-
Rémi Denis-Courmont authored
Our PO files are all encoded in UTF-8, and VLC always binds its text domain as UTF-8. There is no need to convert localized strings. So libintl does not need to use iconv.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This should help a lot the future work.
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 27 Oct, 2010 18 commits
-
-
Pierre Ynard authored
We can't use the VLM object because the instances and their input resources are cleaned up in the VLM destructor
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Ilkka Ollakka authored
This reverts commit d38706da. Changed back, as changed loop didn't do same as original did
-
Rafaël Carré authored
-
Rafaël Carré authored
Also assume p_item->i_es is set correctly
-
Rafaël Carré authored
-
Rafaël Carré authored
- use switch/case instead of if/else if/else if - factor out HandleEditBoxKey() and HandleCommonKey() - return bool instead of int
-
Rafaël Carré authored
Use one line per switch label when it improves readability Also explicit the sign of position increment even when positive so +x and -x are aligned
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
And cleanup includes of StandardPanel
-
Jean-Baptiste Kempf authored
Remove friendship Factorisation of CoverArt Reduction of class footprints virtual and protected correctness Forward declaration when possible
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 26 Oct, 2010 14 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
It's useless and create bogus empty commands, that output ugly blank lines and crap during login
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Ilkka Ollakka authored
-