summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz6-83/+89
2010-09-09codecs_crt0.c needs to call cpucache_invalidate after copying code around.Thomas Martitz3-10/+6
2010-09-08Oops, remove left-over DEBUGFs.Thomas Martitz1-2/+0
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz1-0/+2
2010-09-08keybox: do not leak filehandle when the wrong password is entered.Nils Wallménius1-2/+2
2010-09-07workaround weird gcc behaviourRafaël Carré1-0/+6
2010-09-07invadrox: make all inline functions static inlineRafaël Carré1-12/+12
2010-09-07invadrox: make inline function static inlineRafaël Carré1-1/+1
2010-09-07pitch_detector: build with -std=gnu99Rafaël Carré1-42/+44
2010-09-07plugins (doom, midi, rockboy): don't use non-static inlineRafaël Carré4-5/+5
2010-09-07buflib_get_data(): static inline ensures it will be inlinedRafaël Carré1-6/+1
2010-09-06Default to 35px adobe helvetica for big displays (height > 480).Thomas Martitz1-1/+1
2010-09-06fix warningJonathan Gordon1-1/+1
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon9-7/+65
2010-09-05progressbars are drawn inside viewports so all coords are viewport relative. ...Jonathan Gordon1-1/+1
2010-09-02Change the file name extension for the shopper plugin from 'list' to a more d...Alexander Levin1-1/+1
2010-09-02fix test_codec broken after r27968Rafaël Carré1-1/+2
2010-09-02fix FS#11588 - %t(0) inside conditionals wasnt making that subline skipJonathan Gordon2-32/+68
2010-09-02Clip WPS keymap: move pitchscreen to long upRafaël Carré1-2/+3
2010-09-02battery_bench: make functions/struct/variables staticRafaël Carré1-18/+7
2010-09-01Fix reds. The battery_capacity setting is used even for fixed-battery targets.Thomas Martitz4-3/+12
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz3-1/+6
2010-09-01Android: Don't compile sim_tasks.cThomas Martitz1-4/+3
2010-09-01struct DIR -> DIR, should fix most if not all reds.Thomas Martitz1-1/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz17-59/+76
2010-09-01load_plugin_screen(): handle all plugin_load() return valuesRafaël Carré1-2/+12
2010-09-01font_table[].name wasn't filledFred Bauer1-0/+1
2010-09-01FS#11587 : voice for SWCODEC and low memoryRafaël Carré1-30/+168
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts2-6/+11
2010-08-31Should fix the line alternator issue described in http://forums.rockbox.org/i...Jonathan Gordon1-3/+9
2010-08-30don't cast to int when not neededRafaël Carré1-1/+1
2010-08-30panicf() is declared in panic.hRafaël Carré1-0/+1
2010-08-30audio_reset_buffer: check audiobuffer size not only in DEBUG buildsRafaël Carré1-5/+1
2010-08-30Fix FS#11586. Corrects rebuffering behaviour which did not allow to play seve...Andree Buschmann1-1/+1
2010-08-30Update comments in the helloword plugin.Thomas Martitz1-4/+5
2010-08-30Plugins: modify IRAM copying codeRafaël Carré15-110/+39
2010-08-30libdemac: ARMv7 assembler optimisation for the filters, tested on Nokia N900....Jens Arnold2-0/+216
2010-08-29Restore libfaad's IRAM configuration.Andree Buschmann1-2/+2
2010-08-29Fix FS#11539. Undo r23967 and use another way to achieve results for negative...Andree Buschmann2-99/+51
2010-08-29Fix red.Andree Buschmann1-8/+8
2010-08-29Clean up alac/acc demux structure on next track. Solves issues with some file...Andree Buschmann2-8/+12
2010-08-29Make M4A demuxer more flexible when handling the stsd atom. Allows file repor...Magnus Holmgren1-4/+10
2010-08-28output_dyn_value() : don't use strlen() to check string emptinessRafaël Carré1-1/+1
2010-08-28archos player debug menu: factorize and use lcd_putsfRafaël Carré1-34/+7
2010-08-28Fix r27923: folder size displayed "lld" in propertiesRafaël Carré1-3/+3
2010-08-28disktidy: store the number of removed files as global scopeRafaël Carré1-17/+15
2010-08-28cube: only needs text buffer on LCD_BITMAPRafaël Carré1-1/+1
2010-08-28fix r27926 : lcd_puts() not changed to lcd_putsf()Rafaël Carré2-2/+2
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré52-412/+173
2010-08-28splitedit: fix snprintf() argument (size of wrong buffer)Rafaël Carré1-1/+1