summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-02-21replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. ...Frank Gevaerts2-5/+5
2009-02-21Update the french translation.Mustapha Senhaji1-11/+125
2009-02-21And now with the added file...Mustapha Senhaji1-0/+33
2009-02-20Fix the archos builds, stranginess had happen in my local tree.Mustapha Senhaji1-34/+22
2009-02-20FS#9901 by Joshua Simmons for the Goban plugin: Goban overlay for the Archos ...Mustapha Senhaji6-34/+126
2009-02-20Simplify the bookmark delete action. Combos don't need precondition checking....Jens Arnold3-6/+6
2009-02-20Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold1-0/+2
2009-02-20Fix Player status'bar' broken in r19894.Jens Arnold1-1/+5
2009-02-19FS#9930 by Joshua Simmons: Code clean up the goban plugin a bit, mostly by im...Mustapha Senhaji8-22/+30
2009-02-19Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis1-3/+1
2009-02-19Touchscreen fixes:Maurus Cuelenaere1-24/+16
2009-02-19Change Grayscale to Greyscale in the JPEG viewer and add explanation of the D...Jonas Häggqvist1-1/+1
2009-02-17Commit FS#9915 by Sei Aoyumi. Adds hints to help GCC better optimize vorbis ...Michael Giacomelli4-5/+5
2009-02-16Add keymap for Onda VX747 to SOURCESMaurus Cuelenaere1-0/+2
2009-02-16Fix too-soon frequency unboost when pcm buffer crosses watermark from the low...Michael Sevakis1-4/+3
2009-02-16Move parts into the if, as they're unused outside of itThomas Martitz1-5/+7
2009-02-16FS#9904 - Fix for FS#9894 - Position of the progress bar is not updated after...Thomas Martitz3-26/+40
2009-02-16Don't send a trackchange event at end of playlist. Fixes 'Follow Playlist' on...Jens Arnold1-1/+2
2009-02-15Get rid of a useless copy instruction in the SH1 32*32->64bit multiply routin...Jens Arnold2-16/+14
2009-02-15Add an unsigned 32*32->top32 bit multiply for resizing on SH1, and switch to ...Jens Arnold1-1/+41
2009-02-15fix greylib scaler output on sh, output_row_grey was not using SC_MUL macroAndrew Mahone1-1/+1
2009-02-15Define a specific exit button. Stops the plugin from exiting prematurely, e.g...Jens Arnold1-1/+13
2009-02-15Spelling fixes (UK English) by Alex ParkerFrank Gevaerts1-2/+2
2009-02-14Sansa Clip: enable battery charging.Bertrik Sikken1-2/+3
2009-02-13Goban plugin: Fixes a display issue with comments containing '\r' by Joshua S...Mustapha Senhaji1-1/+2
2009-02-13Philips HDD1630 - add LCD YUV functions so mpegplayer works.Mark Arigo3-3/+3
2009-02-13FM radio for Philips HDD1630. Volume was very faint unless recording was enab...Mark Arigo1-0/+17
2009-02-13fix test_greylib_bitmap_scale.cAndrew Mahone1-1/+0
2009-02-13Onda VX747:Maurus Cuelenaere1-0/+61
2009-02-13revert r19656 for lamp which is no longer needed. should fix FS#9877Jonathan Gordon1-1/+0
2009-02-12Touchscreen devices: make scrolling up work betterMaurus Cuelenaere1-2/+2
2009-02-12Goban plugin: FS#9897 by Joshua SimmonsMustapha Senhaji2-7/+52
2009-02-12Make test_codec.c compilable again.Andree Buschmann1-2/+0
2009-02-11Exclude the philips build too for now, to fix building.Mustapha Senhaji1-1/+4
2009-02-11Attempt #2 to fix compilations, let's hope this is the last one :)Mustapha Senhaji2-4/+6
2009-02-11Hopefully fix the red builds.Mustapha Senhaji3-4/+19
2009-02-11Oops, missed some files in my previous commit.Mustapha Senhaji2-0/+2
2009-02-11Increase codec and plugin API version (due to changes it r19971), and sort th...Thomas Martitz4-18/+18
2009-02-11New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk g...Mustapha Senhaji22-0/+9086
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis13-69/+32
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold7-384/+5
2009-02-09GCC suggests parentheses so give it some (aka fix yellow).Jens Arnold1-2/+2
2009-02-09More compact screendump routines for core and greylib. The core routine might...Jens Arnold2-187/+165
2009-02-09Xobox - clear display for all. Fixes problem on colour screens with one or bo...Marianne Arnold1-2/+1
2009-02-09make sure plugin.lds is not processed when building sims since it isn't used ...Daniel Stenberg3-5/+9
2009-02-09do the #error for unknown CPU in the cases we're not building a simDaniel Stenberg1-4/+4
2009-02-09don't do #error if no CPU define was found since we don't set it on simulatorDaniel Stenberg1-1/+3
2009-02-09Onda VX747: commit some parts to get apps/ to compile (more will follow)Maurus Cuelenaere1-1/+12
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold5-111/+146
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis2-2/+7