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