summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-09-26Warn about erasing dynamic playlist when loading bookmark - FS #10482 by Tuom...Bertrik Sikken1-0/+2
2010-09-26Make sure get_lif_token_value isn't inlined, as it would defeat the purpose o...Magnus Holmgren1-3/+9
2010-09-26Fix FS#11552 - touches outside of the UI viewport can do unexpected list move...Jonathan Gordon1-5/+8
2010-09-26Fix FS#1159 - stack overflow in the skin engine when there is too many nested...Jonathan Gordon2-62/+69
2010-09-24Make sure the dsp code has proper resample buffers even if HAVE_PITCHSCREEN i...Frank Gevaerts1-4/+6
2010-09-23Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz3-16/+14
2010-09-23Explicitly disable hiding the selection bar by default.Thomas Martitz1-0/+1
2010-09-23Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz2-59/+127
2010-09-21Bad copy&paste.Thomas Martitz1-1/+1
2010-09-21Use convenience function.Thomas Martitz1-7/+4
2010-09-21eq menu: remove write-only variableRafaël Carré1-4/+1
2010-09-21do_setting_from_menu(): remove write-only variablesRafaël Carré1-12/+1
2010-09-21playback_callback(): remove write-only old_repeat_modeRafaël Carré1-4/+0
2010-09-21eq menu: remove write-only variable present since r8606Rafaël Carré1-2/+0
2010-09-21lang_load(): ignore unused field from the lang fileRafaël Carré1-2/+4
2010-09-21parse_sap_header(): remove write-only variableRafaël Carré1-5/+0
2010-09-20Fix a bug in playlist viewer's list handling, causing superfluous redraws andThomas Martitz1-15/+20
2010-09-20iap: make variable serbuf non-globalBertrik Sikken2-4/+14
2010-09-20Remove the call to settings_save() from settings_load_config() as it seems un...Marcin Bukat1-1/+0
2010-09-19Remove some unused variables.Michael Giacomelli1-6/+4
2010-09-19Hopefully fix FS#11630 where the wps backdrop would be shown instead of the m...Jonathan Gordon1-8/+9
2010-09-19get_mp3file_info(): Use the correct printf format in DEBUGF()Rafaël Carré1-9/+7
2010-09-19tagcache open_files(): open the correct file (missed in r27656)Rafaël Carré1-1/+1
2010-09-19radio_screen() return value is unused -> voidRafaël Carré2-15/+3
2010-09-19kbd_input(): move sc assignement under #ifdef HAVE_TOUCHSCREENRafaël Carré1-2/+3
2010-09-19ASAP parse_sap_header() : remove write only variablesRafaël Carré1-8/+2
2010-09-19setid3v2title(): unused variableRafaël Carré1-3/+0
2010-09-19get_mp3file_info(): remove unused variableRafaël Carré1-3/+2
2010-09-19playlist_shuffle(): remove unused variableRafaël Carré1-2/+0
2010-09-18Update Polish translationRafaël Carré1-1/+107
2010-09-17Fix red, stupid typoFrank Gevaerts1-1/+1
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts12-14/+51
2010-09-16fix redJonathan Gordon2-2/+4
2010-09-16skin engine: completly rework the sbs title handing codeJonathan Gordon4-61/+34
2010-09-15flac: more detailed debug messageRafaël Carré1-1/+2
2010-09-14Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing.Andree Buschmann1-9/+3
2010-09-14More unification of FIXED_POINT and FLOAT. Small refactoring.Andree Buschmann3-78/+54
2010-09-14Also correct autocorrelation for yet undefined SBR_LOW_POWER. Unify FIXED_POI...Andree Buschmann1-102/+36
2010-09-14Fix scaling error that was introduced with r28069. With this fix the level of...Andree Buschmann1-4/+4
2010-09-14Correct comment.Andree Buschmann1-2/+2
2010-09-14Correct autocorrelation function in libfaad. It used the wrong fract part for...Andree Buschmann1-41/+32
2010-09-14fix build (typo)Jonathan Gordon1-1/+1
2010-09-14why did plugin.h need statusbar-skinned.h?Jonathan Gordon1-1/+0
2010-09-14woopsJonathan Gordon1-1/+1
2010-09-14fix errors, warnings, tabsJonathan Gordon6-12/+23
2010-09-14new file got lostJonathan Gordon1-0/+246
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon19-542/+373
2010-09-14pitch_detector: don't use a struct with only one memberRafaël Carré1-65/+58
2010-09-14Further libfaad cleanup. Make libfaad compilable for floating point. Floating...Andree Buschmann3-86/+42
2010-09-13Further libfaad cleanup.Andree Buschmann2-58/+15