summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2006-05-21Reworked backdrop handling. Fixes a bug that wasn't in the tracker yet ;)Peter D'Hoye2-12/+67
2006-05-14Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...Jens Arnold2-331/+6
2006-05-11Fix red sim.Thom Johansen1-3/+3
2006-05-11Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ...Thom Johansen1-4/+19
2006-04-30Fix red builds?Peter D'Hoye1-0/+5
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye2-3/+4
2006-04-30The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye1-4/+8
2006-04-30Ondio, gmini, ipod: Don't trigger vkeyboard accept if the button is already p...Jens Arnold1-1/+3
2006-04-25Added bad filename protection when user enters an fm radio preset filename. F...Peter D'Hoye1-4/+38
2006-04-24Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on...Frank Dischner1-12/+60
2006-04-22Recording screen: Make the peakmeter single height again on archos, bringing ...Jens Arnold1-19/+30
2006-04-22Fixed busy loop, and implemented a simpler kind of cursor blinking that also ...Jens Arnold1-102/+98
2006-04-22Updated vkeyboard. For players that require the user to scroll the cursor off...Zakk Roberts1-27/+23
2006-04-16New harddisk icon for units (and remotes) without real harddisk LED.Jens Arnold1-1/+1
2006-04-03FMRadio: Zero the presets struct on new "preset scan", also replace the hardc...Hristo Kovachev2-14/+19
2006-04-03Patch #4999 by Matthias Mohr - Peakmeter scaling dots does not respect x-offs...Linus Nielsen Feltzing1-1/+2
2006-04-02Patch #2711 by Alexander Spyridakis with some changes by me: adds load/save o...Hristo Kovachev4-82/+295
2006-04-01simulator stubs for iriver recording, iriver sims now have a recording screen...Peter D'Hoye1-1/+77
2006-03-31Optimize keyboard code a bitFrank Dischner1-79/+42
2006-03-29Add support for loadable vkeyboard layoutsFrank Dischner3-191/+450
2006-03-25Support the recording screen on the LCD remote. Also adds support for the pea...Dan Everton4-127/+244
2006-03-20iRiver: Stop disabling the peak meter when stopping the radio.Magnus Holmgren1-0/+1
2006-03-18Correct pallette->RGB565 conversion when loading 1-bit BMP files.Jens Arnold1-4/+4
2006-03-11Patch #2839 by Christian Marg - Always show the buttonbar in the keyboard screenLinus Nielsen Feltzing1-0/+8
2006-03-11The image size calculation was wrong on monochrome targetsLinus Nielsen Feltzing1-1/+1
2006-03-08Make clipping detection more sensitive for swcodec platforms by triggering on...Peter D'Hoye1-1/+11
2006-03-07Patch FS#4745 by Manuel Dejonghe 1) Get CPU out of idle mode on key press (on...Hristo Kovachev1-2/+29
2006-03-03Do not show peakmeter and recording time on radio screen for targets with sof...Peter D'Hoye1-1/+9
2006-03-01Always stop recording when performing shutdown in the recording screen. Fixes...Peter D'Hoye1-0/+5
2006-02-24also enable recording cliplight when monitoring before recordingPeter D'Hoye1-2/+2
2006-02-24first gigabeat commitMarcoen Hirschberg1-0/+14
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing1-2/+2
2006-02-23Make peak meter work in simulator for SWCODEC targets.Dan Everton1-7/+6
2006-02-21First attempt at generating and using .h files from bitmaps using bmp2rb. Th...Dave Chapman1-40/+9
2006-02-18320x98 Rockbox logo for larger LCDs (currently only iPod 5G).Zakk Roberts1-4/+9
2006-02-17Patch #1423609 by Martin Scarratt and myself: enables using the backlight as ...Peter D'Hoye1-2/+32
2006-02-08Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain.Hristo Kovachev2-80/+403
2006-02-05Use the iPod 4G button mappings for the iPod 3G as well (at least for now)Dave Chapman1-1/+1
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman2-0/+83
2006-02-02Color logo-*.c files no longer required - the bitmaps are in libbitmapsnativeDave Chapman3-4163/+0
2006-01-31Handle 8-bit BMP filesLinus Nielsen Feltzing1-0/+45
2006-01-31Slighly less confusing handling of inverted monochrome imagesLinus Nielsen Feltzing1-5/+5
2006-01-31Iriver: Another grayscale bmp loader bug fixed: clear the right amount of dat...Magnus Holmgren1-1/+1
2006-01-31Correct PaddedWidth calculationLinus Nielsen Feltzing1-1/+1
2006-01-31Small iPod colour BMP fix by linuxstdChristi Scarborough1-7/+0
2006-01-31Fixed endianness problem in the BMP loaderLinus Nielsen Feltzing1-3/+1
2006-01-30Iriver: Calculate proper height (i.e., size) for grayscale bitmaps.Magnus Holmgren1-1/+1
2006-01-29Better working fix for the BMP loader transparency flag bugLinus Nielsen Feltzing1-5/+13
2006-01-29Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot.Brandon Low1-6/+6
2006-01-28Color BMP supportLinus Nielsen Feltzing2-41/+213