summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-03-26woops, used the wrong defineJonathan Gordon1-1/+1
2007-03-26Convert the playback control menu to the new API. Makes a good example Jonathan Gordon2-18/+29
2007-03-26Rockblox: Repair initial display on targets with no highscore list.Jens Arnold1-1/+1
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold5-36/+35
2007-03-26Fix warningDave Chapman1-1/+1
2007-03-26mpegplayer for grayscale targets. Note that performance is slow...Dave Chapman4-6/+46
2007-03-25Initial attempt at rebufferingDave Chapman1-23/+103
2007-03-25Fix a few bugs in Xobox. Now menu isn't pure black on non-color targets and a...Tom Ross1-5/+11
2007-03-25fix redJonathan Gordon1-0/+2
2007-03-25convert the xobox menu to the new API so it can be used as an example for plu...Jonathan Gordon1-54/+8
2007-03-22Clamp output when converting from libmad's s3.28 format to 16-bit integers.Dave Chapman1-3/+22
2007-03-22Some small mpegplayer improvements/bug-fixes, and improved A/V sync. Audio i...Dave Chapman3-107/+104
2007-03-18Volume control for mpegplayer - based on FS #6814 by Jacob Gardner and Pascal...Dave Chapman1-0/+47
2007-03-18Dont boost so often, fixes FS#6845Jonathan Gordon1-6/+0
2007-03-18Remove buffer overflow in solatiare menuJonathan Gordon1-1/+1
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold2-2/+3
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold3-3/+3
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold14-31/+31
2007-03-17Give the greyscale minesweeper tiles a bit more shadowMarianne Arnold1-0/+0
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold3-8/+8
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold58-68/+68
2007-03-16Ooops.Jens Arnold1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold72-332/+325
2007-03-16Render at 30fps on the GigabeatDave Chapman1-2/+2
2007-03-16FS#6790 - Add playback control menu to Solitaire, thanks to Douglas Valentine.Zakk Roberts1-8/+14
2007-03-14Correct a commentDave Chapman1-1/+1
2007-03-14The code police strikes backLinus Nielsen Feltzing1-2/+2
2007-03-14Always restore backlight timer when user exits Version screen - fix FS#6811Steve Bavin1-1/+5
2007-03-14Reset sample rate correctly after MIDI playbackSteve Bavin1-3/+1
2007-03-13FS #6782 - Adjust right player movement to use Vol+ and Vol- instead of pausi...Tom Ross1-2/+2
2007-03-12Make the Play / Pause option restart playback if its stopped alsoJonathan Gordon1-1/+10
2007-03-11revert FS#6747 — y-margin reset in gui_list_draw, it introduced a nasty Jonathan Gordon2-0/+7
2007-03-10Accept FS#6747 by Timo HorstschäferJonathan Gordon2-7/+0
2007-03-07Oy I wish I'd stop that. That plugins/SOURCES line shouldn't be there.Michael Sevakis1-2/+0
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis1-0/+2
2007-03-05Uups. Forgot to update a plugin.Michael Sevakis1-4/+3
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold1-1/+1
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers3-8/+8
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla1-1/+1
2007-02-21Make it easier to quit Snake2 (much easier on iPods at least) by allowing use...Zakk Roberts1-1/+9
2007-02-21Allow button repeat events in the Brickmania main menu. Makes it easier to sc...Zakk Roberts1-0/+2
2007-02-21Correct drawing of hour hand when hour == 12Linus Nielsen Feltzing1-2/+2
2007-02-20Fix plugins/bitmaps/mono/SOURCES.Zakk Roberts1-19/+0
2007-02-20Add changes to in-file changelog. Changes of huge previous commit: Drawing no...Zakk Roberts1-0/+6
2007-02-20git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12407 a1c6a512-1295-4272-9138...Zakk Roberts52-2339/+1233
2007-02-20Scale to 50% size on the Archos devices (LCD_WIDTH <= 112) and slow it down, ...Dave Chapman1-25/+50
2007-02-18Fixed an off-by-one bug that caused the nasty crash on archos, and wrong limi...Jens Arnold1-2/+2
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold2-4/+4
2007-02-18#if => #ifdefDaniel Stenberg1-1/+1
2007-02-18#if => #ifdefDaniel Stenberg1-2/+2