summaryrefslogtreecommitdiffstats
path: root/apps/plugins/rockboy
AgeCommit message (Expand)AuthorFilesLines
2007-02-06Major Rockboy update. Tom Ross47-5400/+4876
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold3-4/+4
2007-01-15FS#6539 - Thanks to Tom RossBarry Wardell2-1/+9
2007-01-09Removed executable flagLinus Nielsen Feltzing4-0/+0
2006-12-05add gigabeat button definesMarcoen Hirschberg2-6/+2
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-2/+2
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis1-12/+4
2006-11-15Hopefully clean up some errorsKarl Kurbjun1-6/+0
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun1-0/+1
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-16/+9
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-2/+2
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold1-4/+4
2006-10-02iPod bugfix - re-enable scroll events when leaving rockboyDave Chapman1-4/+8
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell1-6/+0
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell1-2/+8
2006-09-26Ooops. Fix red buildsDave Chapman1-2/+2
2006-09-26Use the absolute wheel position driver for Rockboy. Mappings are: top = UP, ...Dave Chapman2-6/+75
2006-08-11'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg1-14/+14
2006-08-11don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg1-14/+14
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing1-1/+1
2006-06-19Fix the scaling not being initialized properly.Karl Kurbjun5-16/+11
2006-06-19Fix errorsKarl Kurbjun1-3/+8
2006-06-19Update for Rockboy: - fix scaling for other color screens than H300 - full me...Karl Kurbjun21-762/+453
2006-04-09use #ifdef x instead of #if defined(x)Christian Gmeiner1-2/+2
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner1-2/+2
2006-03-30MCF5249 isn't the only Coldfire CPULinus Nielsen Feltzing1-7/+7
2006-03-23Make fullscreen off by default for Rockboy.Zakk Roberts1-11/+11
2006-03-02gigabeat related changesMarcoen Hirschberg2-0/+13
2006-02-27Correctly byte-swap the pixel values for the iPod 4G Color and Nano - this fi...Dave Chapman1-0/+6
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-07Rework PCM bufferBrandon Low1-2/+2
2006-01-20Initial support for iPod color and video. The Nano has a 176x132 LCD, which ...Dave Chapman5-19/+68
2006-01-20simulator build fixDaniel Stenberg1-2/+1
2006-01-20Karl Kurbjun's patch #1407719:Daniel Stenberg27-213/+490
2006-01-18The .entry section does no longer exist.Jens Arnold1-1/+0
2006-01-16Archos recorders: The Rockboy overlay loader now uses the same header as the ...Jens Arnold2-23/+5
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold2-7/+4
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+7
2006-01-10Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedupsLinus Nielsen Feltzing11-101/+194
2006-01-09SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg1-1/+17
2006-01-08Don't include the .bss section in the archos rockboy overlay as well. Explici...Jens Arnold1-6/+7
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold3-2/+5
2005-12-02numerous gcc4 (un)signed warnings killedDaniel Stenberg2-3/+3
2005-11-16Rockboy: adapted to colour LCD (but no colours for gameboy color games yet). ...Jens Arnold4-486/+483
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-09-28iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren2-1/+9
2005-09-11Rockboy: Asm optimised updatepatpix() for coldfire. The vertical-mirroring pa...Jens Arnold1-2/+117
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-1/+1
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold3-7/+7
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold18-55/+33