- 27 Oct, 2010 15 commits
-
-
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 25 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
-
Ilkka Ollakka authored
-
Rafaël Carré authored
-
Rafaël Carré authored
--no-color / --color is a fine enough control
-
Rafaël Carré authored
ManageSlider() -> ChangePosition(), now takes the position increment as (signed) argument Don't show percentage of media in Position (elapsed/total already show this information)
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
factor out file/directory detection code remove the need for {OPEN,SEARCH}_CHAIN_SIZE defines
-
Rafaël Carré authored
-
Rafaël Carré authored
remove code to workaround lack of unicode support Also statically allocate open and search buffers
-
Rafaël Carré authored
align 'case' on the same level than 'switch' use an inline function to switch boxes
-
Rafaël Carré authored
-