summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-09-20Remove the call to settings_save() from settings_load_config() as it seems un...Marcin Bukat
2010-09-19Remove some unused variables.Michael Giacomelli
2010-09-19Hopefully fix FS#11630 where the wps backdrop would be shown instead of the m...Jonathan Gordon
2010-09-19get_mp3file_info(): Use the correct printf format in DEBUGF()Rafaël Carré
2010-09-19tagcache open_files(): open the correct file (missed in r27656)Rafaël Carré
2010-09-19radio_screen() return value is unused -> voidRafaël Carré
2010-09-19kbd_input(): move sc assignement under #ifdef HAVE_TOUCHSCREENRafaël Carré
2010-09-19ASAP parse_sap_header() : remove write only variablesRafaël Carré
2010-09-19setid3v2title(): unused variableRafaël Carré
2010-09-19get_mp3file_info(): remove unused variableRafaël Carré
2010-09-19playlist_shuffle(): remove unused variableRafaël Carré
2010-09-18Update Polish translationRafaël Carré
2010-09-17Fix red, stupid typoFrank Gevaerts
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts
2010-09-16fix redJonathan Gordon
2010-09-16skin engine: completly rework the sbs title handing codeJonathan Gordon
2010-09-15flac: more detailed debug messageRafaël Carré
2010-09-14Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing.Andree Buschmann
2010-09-14More unification of FIXED_POINT and FLOAT. Small refactoring.Andree Buschmann
2010-09-14Also correct autocorrelation for yet undefined SBR_LOW_POWER. Unify FIXED_POI...Andree Buschmann
2010-09-14Fix scaling error that was introduced with r28069. With this fix the level of...Andree Buschmann
2010-09-14Correct comment.Andree Buschmann
2010-09-14Correct autocorrelation function in libfaad. It used the wrong fract part for...Andree Buschmann
2010-09-14fix build (typo)Jonathan Gordon
2010-09-14why did plugin.h need statusbar-skinned.h?Jonathan Gordon
2010-09-14woopsJonathan Gordon
2010-09-14fix errors, warnings, tabsJonathan Gordon
2010-09-14new file got lostJonathan Gordon
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon
2010-09-14pitch_detector: don't use a struct with only one memberRafaël Carré
2010-09-14Further libfaad cleanup. Make libfaad compilable for floating point. Floating...Andree Buschmann
2010-09-13Further libfaad cleanup.Andree Buschmann
2010-09-13Clean up libfaad's fixed point implementation.Andree Buschmann
2010-09-09Fix sim reds (forgot \ at end of line).Thomas Martitz
2010-09-09Bump plugin api for new functions.Thomas Martitz
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz
2010-09-09codecs_crt0.c needs to call cpucache_invalidate after copying code around.Thomas Martitz
2010-09-08Oops, remove left-over DEBUGFs.Thomas Martitz
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz
2010-09-08keybox: do not leak filehandle when the wrong password is entered.Nils Wallménius
2010-09-07workaround weird gcc behaviourRafaël Carré
2010-09-07invadrox: make all inline functions static inlineRafaël Carré
2010-09-07invadrox: make inline function static inlineRafaël Carré
2010-09-07pitch_detector: build with -std=gnu99Rafaël Carré
2010-09-07plugins (doom, midi, rockboy): don't use non-static inlineRafaël Carré
2010-09-07buflib_get_data(): static inline ensures it will be inlinedRafaël Carré
2010-09-06Default to 35px adobe helvetica for big displays (height > 480).Thomas Martitz
2010-09-06fix warningJonathan Gordon
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon
2010-09-05progressbars are drawn inside viewports so all coords are viewport relative. ...Jonathan Gordon