- 27 Oct, 2010 10 commits
-
-
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 30 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
-
Rafaël Carré authored
Comment out all messages box code Factorize Eject() Replace break/goto in HandleKey() by return Draw immediately on start of interface (avoid flicker) fix Playlist race condition in Run() Remove pointless comments
-
Rafaël Carré authored
remove unused intf_sys_t members remove useless assignements use C99 for(;;) fix a double free when not using ncursesw use sizeof instead of strlen() when possible use var_GetInteger() instead of var_Get() use calloc() to allocate intf_sys_t and remove assignements which set memory to 0
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Split some functions
-