summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-06-24Housekeeping. Comment musepack code seqments unused in rockbox.Andree Buschmann4-2/+23
2010-06-24I somehow messed up the previous commit, undo the unrelated changes.Maurus Cuelenaere1-8/+12
2010-06-24Fix touchscreen scrollbar behaviour when it's on the right.Maurus Cuelenaere1-12/+7
2010-06-24text_viewer: rename preference values.Yoshihisa Uchida7-45/+45
2010-06-23Build doom on clipv2 and clip+Rafaël Carré2-3/+13
2010-06-23fuze: make sure down exits the FM screen, and nothing elseRafaël Carré1-1/+2
2010-06-23FS#11399 by me: fix r26998 for text_viewerRafaël Carré13-52/+115
2010-06-23Clean up comments.Andree Buschmann1-16/+16
2010-06-23r27028 again.. properly close font fd's and reload the skins on usb exit (dis...Jonathan Gordon1-0/+14
2010-06-23playback.c: don't assume cacheline size is 16 bytesRafaël Carré2-8/+7
2010-06-23revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon1-6/+0
2010-06-22Convert plasma to use pluginlib actions.Thomas Martitz1-147/+26
2010-06-22test_codec: allocate wavbuffer/dspbuffer dynamicallyRafaël Carré1-3/+6
2010-06-22test_codec: remove 2 static string buffers and put them on the stackRafaël Carré1-2/+2
2010-06-22fix charcellJonathan Gordon1-1/+3
2010-06-22fiddle with the code a bit so gcc doesnt optimise out a struct viewport cause...Jonathan Gordon1-11/+4
2010-06-22test_codec: fix DEBUGF pointer format specifierRafaël Carré1-1/+1
2010-06-22FS#11427 by Marek Salaba: Update of Czech languageMichael Chicoine1-0/+14
2010-06-21Fix charcell red.Michael Sparmann1-2/+4
2010-06-21Unload fonts when entering UMS mode to close their file handles. Closes FS#11428Michael Sparmann1-0/+5
2010-06-21Disable unneeded parts of mpc's file-I/O interface.Andree Buschmann2-17/+6
2010-06-21I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmet...Thomas Martitz1-1/+1
2010-06-21Fix yellows and reds (one was a type, the other was rather incorrect before a...Thomas Martitz1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz51-126/+132
2010-06-21Fix include fileFrank Gevaerts1-1/+1
2010-06-21Remove plugin-specific defines from the pdbox makefile, and add them to m_pd....Frank Gevaerts5-2/+12
2010-06-21Make the title area go up one level in the lists again. This Doesnt work if y...Jonathan Gordon1-5/+6
2010-06-21close the viewers.config file fdJonathan Gordon1-0/+1
2010-06-21Allow the progressbar and volume touch regions to be reverse by prepending th...Jonathan Gordon3-0/+10
2010-06-21Add a patch file in libwmapro to make it easier to add the library and the de...Mohamed Tarek2-10/+48
2010-06-21Don't leak a file handle if nvram.bin is <8 bytes in sizeMichael Sparmann1-2/+4
2010-06-21Remove the stubbed main() from wmaprodec.c since it's useless now and remove ...Mohamed Tarek2-17/+0
2010-06-21Fix the hotkey touch region in the wpsJonathan Gordon1-0/+4
2010-06-21Fix reds. (Actually removed wmapro from main build, which was added in a prev...Mohamed Tarek2-2/+0
2010-06-21Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t...Mohamed Tarek16-42/+246
2010-06-21Touchregion support for the Base Skin and FM Skins. display obviously needs t...Jonathan Gordon10-149/+252
2010-06-21debug menu: avoid using constant variables in array initializationRafaël Carré1-6/+5
2010-06-20text_viewer: cleanup & bugfixRafaël Carré19-383/+275
2010-06-20Make unnecessarily static local variables non-static. It's more efficient, an...Jens Arnold1-2/+2
2010-06-20woops, this chaneg tooJonathan Gordon1-1/+1
2010-06-20fix ffwd/rewind on touchscreen targets using regionsJonathan Gordon1-0/+3
2010-06-20Fix FS#11416. Resuming mpc was broken since r26032 due to false assumption of...Andree Buschmann1-1/+1
2010-06-20FS#11418 by Peter Lecky: Slovak language updateMichael Chicoine1-0/+14
2010-06-19minesweeper: bugfixes / code improvementsRafaël Carré1-40/+33
2010-06-18ACTION_FM_QUICKSCREEN is unusedRafaël Carré18-21/+0
2010-06-18clip recording keymap changes, thanks to dfktRafaël Carré1-8/+6
2010-06-18radio keymap: enable fuze/clip buttonsRafaël Carré1-1/+3
2010-06-18clip+ keymap: revert r26396Rafaël Carré1-5/+1
2010-06-18Fix error: assignment of read-only variable 'list_width'Maurus Cuelenaere1-1/+1
2010-06-18Simplify check in gui_synclist_do_touchscreen(), no functional changes.Maurus Cuelenaere1-9/+7