summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-09-04Gracefully shutdown unless firmware is found.Miika Pekkarinen1-5/+6
2006-09-03Fix some more bugs found by amiconn:Antoine Cellerier1-4/+5
2006-09-03Use consistant margins. If people still have ideas to make it look better on ...Antoine Cellerier1-18/+16
2006-09-02Some more tweaking so that it now looks really good on small screensAntoine Cellerier1-8/+12
2006-09-02Fix solitaire card colorsAntoine Cellerier12-24/+46
2006-09-02Hopefully fix solitaire invisible card bug ... and add some more.Antoine Cellerier1-18/+18
2006-09-01fix text editor for actions system, stopgap approach untill actions is modifi...Jonathan Gordon1-79/+6
2006-08-30Correct credits for the calculator pluginLinus Nielsen Feltzing1-1/+1
2006-08-28Test plugin for measuring the internal scan rate of the LCD, for developers. ...Jens Arnold1-0/+177
2006-08-27Stop the paddle moving whie the game is paused.. AKA cheatingJonathan Gordon1-2/+3
2006-08-26Make doom work with sound on X5.Jens Arnold1-1/+3
2006-08-23Add help string for Gigabeat. Fixes a warning.Jonas Häggqvist1-1/+2
2006-08-20Move FPS display out of video_out_rockbox.c and into mpegplayer.c. Also add ...Dave Chapman5-32/+279
2006-08-20Fix errors when building H10 Normal build.Barry Wardell2-0/+15
2006-08-19Add new build target for iriver H10 5/6Gb.Barry Wardell3-0/+10
2006-08-19Added help text in minesweeper for iriver H10Barry Wardell1-0/+2
2006-08-19* Use fast multiplication macro in some more places. * Better pipelining on SH1.Jens Arnold2-12/+10
2006-08-17Clean up the video output code - remove the final traces of libvo (used by mp...Dave Chapman3-168/+23
2006-08-16Greyscale tetrox backgrounds: 'Score' in bold plus some antialiasing. There's...Jens Arnold2-0/+0
2006-08-16Sudoku: Separate set of graphics for X5 and Nano. Fixes wrong colours (pure g...Jens Arnold4-2/+6
2006-08-16Allow exiting of plugin whilst pausedDave Chapman1-0/+2
2006-08-16Convert the "short ciruit operator madness" to plain and simple code thatDaniel Stenberg1-11/+13
2006-08-13Remove 3G compile warningAntoine Cellerier1-1/+2
2006-08-13*: Enhance minesweeper graphicsAntoine Cellerier6-434/+384
2006-08-12Iriver iFP7xx memory layout adjustment.Tomasz Malesinski1-2/+2
2006-08-12Do not compile flashing plugin for H300 to be sure nobody tries thatMiika Pekkarinen1-0/+2
2006-08-12Enabled iriver flashing plugin with additional safety checks,Miika Pekkarinen2-77/+267
2006-08-12Fixing Sudoku menu to work properly with FS#5182Shachar Liberman1-27/+4
2006-08-12Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an ...Dave Chapman1-4/+1
2006-08-11Better implementation of the new greyscale algorithm. A bit faster (+2% on iP...Jens Arnold2-524/+471
2006-08-11Fixed hold switch detection from bootloader when rockbox has beenMiika Pekkarinen1-1/+1
2006-08-11New algorithm for grayscale buffer updates which is faster for large buffer d...Jens Arnold2-715/+1858
2006-08-11Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5.Rani Hod1-1/+2
2006-08-11'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg5-205/+205
2006-08-11don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg5-205/+205
2006-08-11Removed too much...Hristo Kovachev1-0/+1
2006-08-11Correct H10's #define indents, remove redundant linesHristo Kovachev1-25/+17
2006-08-11Patch #5731 by Barry Wardell: more iriver h10 work. Thanks!Hristo Kovachev4-0/+42
2006-08-10== -> =. this should fix a build warningAntoine Cellerier1-1/+1
2006-08-10...nither sleep(0.2). thanks FS#5509 for letting me believe it isShachar Liberman1-3/+4
2006-08-10ON+NEXT make no sense.Shachar Liberman1-2/+2
2006-08-10Correct calculation of necessary buffer size to give maximum number of shades...Jens Arnold1-2/+9
2006-08-10star game: fix several menu pointer bugs, add the option to chooseShachar Liberman1-22/+89
2006-08-10Sudoku: Slightly smaller bitmaps for iPod Video and Gigabeat to make the boar...Jens Arnold4-6/+6
2006-08-09Sudoku: * Changed the LCD size ifdef magic to ease adding of new LCD resoluti...Jens Arnold13-88/+167
2006-08-09ARM targets: Shave off one instruction from the multiply-by-75.Jens Arnold2-6/+4
2006-08-09fix button mappings for the gigabeatMarcoen Hirschberg2-0/+15
2006-08-09fix scroll speed on the gigabeatMarcoen Hirschberg1-0/+4
2006-08-09Bootloader support to search firmware also from flash. Bootloader <->Miika Pekkarinen2-6/+9
2006-08-09Mandelbrot: * Asm optimisation for arm targets. * Proper aspect for all LCD r...Jens Arnold1-13/+45