summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-08Add language identifier for Lithuanian.Jens Arnold1-1/+3
2009-06-08M:Robe 500: Add missing file.Karl Kurbjun1-0/+23
2009-06-08FS#10293: More Tagalog translation by Melba Sitjar.Robert Menes1-12/+147
2009-06-08New translation: Lithuanian by Vytenis Sabelka. From FS#10255.Robert Menes3-0/+12472
2009-06-08Fix Creative ZVM buildKarl Kurbjun1-0/+1
2009-06-08M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun12-56/+1048
2009-06-07FS#10273 : Power Sansa Clip screen for some models needing as3514's DCDC15Rafaël Carré1-1/+9
2009-06-07Undo the delta on ARM but making the loop variables signed as before r21205. ...Jens Arnold1-4/+3
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold24-70/+88
2009-06-07Fix missed text change in beep volume, and adjust related strings to match (g...Magnus Holmgren1-7/+7
2009-06-07Onda VX747: 'touchscreenize' the play button on the cabbiev2 themeMaurus Cuelenaere1-0/+3
2009-06-07pdbox: new patch by wincent. make s_print work on sim.Dominik Wenger2-2/+113
2009-06-07Clean up configuration dialog debug output.Dominik Riebeling1-24/+20
2009-06-06Fix some delays in generic_i2cBertrik Sikken1-8/+5
2009-06-06Sansa Clip: apply r21190 to asm lcd_greydata : 2% speedupRafaël Carré1-2/+7
2009-06-06Sansa Fuze : use single press HOME button for exiting battery_benchRafaël Carré1-2/+2
2009-06-06Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6...Andrew Mahone2-2/+2
2009-06-06Fix undefined BIT_N on non-SH targets.Andrew Mahone1-2/+2
2009-06-06Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...Andrew Mahone5-31/+29
2009-06-05Show Qt version number in Sysinfo dialog and in startup debug output.Dominik Riebeling2-0/+7
2009-06-05Add language identifiers for Arabic. Also map 'walon' to Belgian French. It i...Jens Arnold1-2/+11
2009-06-04Commit FS#10265 - add m200 images (complete set of SVG,PNG and PDF) to the ma...Marianne Arnold3-0/+2086
2009-06-04Update the Fuze images for the manual with 'scroll fwd/back' labels -patch fr...Marianne Arnold3-153/+451
2009-06-04Make more effective use of the DBOP FIFO for the sansa clip.Bertrik Sikken1-3/+4
2009-06-04mkamsboot: refuse to patch an untested OF, and provide a list of tested OF ve...Rafaël Carré1-3/+21
2009-06-04version.sh : fix revision in git-svn treesRafaël Carré1-1/+1
2009-06-04Sansa AMS: Revert r21177 : the timer frequency is used by the user timer (exa...Rafaël Carré2-12/+13
2009-06-04Ingenic Jz4740: fix debug messages not being readable due to backdropMaurus Cuelenaere1-0/+1
2009-06-04Fix RoLo on MIPS targetsMaurus Cuelenaere2-1/+2
2009-06-03Ingenic Jz4740: should fix timer (thanks to Rafaël Carré)Maurus Cuelenaere2-27/+27
2009-06-03Ingenic Jz4740: add extended exception debug reporting optionMaurus Cuelenaere1-1/+36
2009-06-03git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21182 a1c6a512-1295-4272-9138...Jack Halpin2-0/+7
2009-06-03Change the timer interrupt setup so that TIMER_FREQ is changed for HAVE_SCROL...Thomas Martitz2-6/+8
2009-06-03Replace bitfield for tagcache tag sets with array of char on SH.Andrew Mahone2-23/+23
2009-06-03Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...Andrew Mahone3-77/+72
2009-06-03Don't perform YUV->RGB conversion before row output for unscaled loads of gre...Andrew Mahone1-12/+15
2009-06-03Fix red.Andrew Mahone1-0/+2
2009-06-03PictureFlow: subtract space used to load plugin from available audio buffer s...Andrew Mahone1-0/+5
2009-06-02Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessorRafaël Carré4-4/+4
2009-06-02avoid echo -e and use printf insteadDaniel Stenberg1-1/+1
2009-06-02pdbox: correct makefile for make reconf. From wincent balin (FS#10244).Dominik Wenger1-5/+5
2009-06-02Add the Lua scripting language plugin to the manual.Alex Parker3-0/+32
2009-06-02Deactivate the playback capabilites for targets with PLUGIN_BUFFER_SIZE <= 0x...Thomas Martitz1-7/+24
2009-06-02Revisite Sansa fuze button driver:Thomas Martitz1-29/+38
2009-06-01Lua: add touchscreen_set_mode & current_path (+ some constants)Maurus Cuelenaere3-22/+61
2009-06-01Lua: add bitlib (makes bitwise operators possible)Maurus Cuelenaere4-0/+129
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold3-30/+124
2009-06-01Fix reds & yellowMaurus Cuelenaere4-0/+52
2009-06-01Fix PF keymap issue caused by conflict between new CONTEXT_PLUGIN and ALLOW_S...Andrew Mahone3-28/+26
2009-06-01Onda VX747: try at implementing FM tuner supportMaurus Cuelenaere6-19/+149