summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-05-20pdbox: Rewrote recently added bugfixesWincent Balin2-5/+8
2010-05-20pdbox: Got rid of signedness-related warningsWincent Balin1-3/+3
2010-05-20pdbox: Made size value signedWincent Balin1-3/+3
2010-05-20pdbox: Adjusted return values for functions read() and write()Wincent Balin2-5/+5
2010-05-19sudoku: remove commented out code.Teruaki Kawashima1-286/+0
2010-05-19skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify c...Teruaki Kawashima1-16/+17
2010-05-19Add charging/discharging indication to battery debug menu if CONFIG_CHARGING ...Marcin Bukat1-1/+5
2010-05-18Updated italian translation.Alessio Lenzi1-14/+338
2010-05-18plugins: undefine DEBUG macros just in case, before defining them to a real s...Rafaël Carré1-2/+4
2010-05-18Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré9-25/+15
2010-05-18apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré1-7/+27
2010-05-18plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré5-57/+43
2010-05-18fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1Rafaël Carré1-4/+0
2010-05-18mp3_encoder: fix a typo, put uninitialized variable in BSSRafaël Carré1-2/+2
2010-05-18Add memset/memcpy benches to test_mem pluginMarcin Bukat1-0/+40
2010-05-18mp3_encoder: reduce plugin binsizeRafaël Carré1-173/+130
2010-05-17Add missing svn properties for the new files created in r26109Dave Chapman3-3/+3
2010-05-17as3514/as3543 fixesRafaël Carré1-5/+5
2010-05-17plugins: reorder SOURCES conditions to be more readableRafaël Carré2-91/+123
2010-05-17fix yellow/redJonathan Gordon1-0/+5
2010-05-17split the radio code into multiple files in the hope that makes it more likel...Jonathan Gordon6-801/+994
2010-05-17splash.c: correct calculation of y coordinate of splash.Teruaki Kawashima1-1/+1
2010-05-17Change default chip8 keymap on c200/m200/clip families to use up/down on the ...Torne Wuff1-2/+2
2010-05-17rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...Teruaki Kawashima1-7/+7
2010-05-17Simplify mpegplayer a bit and use array-based lists rather than linked lists ...Michael Sevakis12-279/+146
2010-05-17fft plugin: move const data into a c file and use no wider types than necessa...Nils Wallménius3-2650/+2685
2010-05-17rockboy: add a Clip keymapRafaël Carré1-0/+10
2010-05-17I think I intended a different expression.Michael Sevakis1-1/+1
2010-05-17count is being used as the value of the last item to show, so rename it to no...Jonathan Gordon1-4/+4
2010-05-17the fm presets list should wrap.. so make that workJonathan Gordon1-1/+1
2010-05-16How punny. Just one more whack-a-mole to get.Michael Sevakis1-1/+1
2010-05-16MPEGPlayer: reconceal the point punsMichael Sevakis3-13/+20
2010-05-16Rearrange statements for a small binsize reduction; delete unneeded bracesAlexander Levin1-6/+2
2010-05-16MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...Michael Sevakis5-76/+178
2010-05-16fix a minor fms presetlist viewer bug with displaying prev when you are on th...Jonathan Gordon1-2/+3
2010-05-16fix redNils Wallménius1-1/+1
2010-05-16Since we no longer use -fno-strict-aliasing in CFLAGS we don't need to strip ...Nils Wallménius1-2/+2
2010-05-16yellow go bye byeJonathan Gordon1-0/+1
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon8-6/+179
2010-05-16Make sure to include audiohw.h in settings.h or the definition of struct user...Michael Sevakis1-0/+1
2010-05-15Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...Frank Gevaerts4-12/+6
2010-05-15Format FM frequency depending on the regional settings (FS#11273)Alexander Levin1-21/+32
2010-05-15Revert r26055 since it breaks certain Archos targets.Michael Sevakis1-9/+1
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-3/+10
2010-05-15Small mistake in francais.langRafaël Carré1-2/+2
2010-05-15Fix alarmclock plugin time miscalculationRafaël Carré1-6/+13
2010-05-15If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis1-1/+9
2010-05-15Hopefully finish off the red from r26051.Michael Sevakis1-1/+3
2010-05-15Hopefully get some green back from r26051.Michael Sevakis1-1/+1
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis11-21/+617