summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon2-2/+28
2007-02-10Allow cursor changes in Morse Vkeyboard for targets that use line_edit modeMartin Scarratt1-9/+19
2007-02-08Revert the changes using global status for the screen states. It should wait ...Michael Sevakis4-22/+39
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon1-0/+1
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis4-39/+25
2007-02-07Don't save the in-out state of the recording screen as a setting. Fixes the s...Michael Sevakis2-2/+10
2007-02-06Ifdef some remote lcd code in the recording screen that is not used for non l...Nils Wallménius1-2/+6
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold2-2/+2
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-1/+1
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon1-3/+3
2007-01-23Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon1-1/+0
2007-01-14Align backdrop buffersGreg White1-2/+2
2007-01-04Enable Morse mode for virtual keyboard on h10 players and make it possible t...Nils Wallménius1-2/+12
2006-12-26Fix FS#6361. Allow the FM auto-scanning to be abort with the standardJonathan Gordon1-1/+1
2006-12-25Next round of static'ing and related fixes.Jens Arnold5-57/+57
2006-12-18Enable morse mode in the virtual keyboard for Ipods. Keymap changes in VK: Pl...Martin Scarratt1-0/+1
2006-12-17One #if less :-DNils Wallménius1-3/+1
2006-12-17Add colon and semicolon to the default virtual keyboard, clean up some unnecc...Nils Wallménius1-10/+8
2006-12-17Sims hate me again (or is that the other way). Fixup the stubs.Michael Sevakis1-13/+5
2006-12-10The sims hate me again.Michael Sevakis1-0/+5
2006-12-10Place all recording functionality on pcmrec thread to serialize all recording...Michael Sevakis1-4/+21
2006-11-25Made the AGC functions compatible with non-latin languages following theShachar Liberman1-10/+10
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis2-0/+4
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis2-117/+6
2006-11-20BMP loader: Using shifts for division by powers of 2 saves a bit on code size.Jens Arnold1-10/+10
2006-11-20BMP loader: Remote LCD format support.Jens Arnold1-70/+123
2006-11-19Fixed the dithering once more.Jens Arnold1-8/+10
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon2-87/+0
2006-11-18Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ...Jens Arnold1-337/+340
2006-11-15H100/300: Fixed radio silence problem. Removed the wrong call in my last upda...Michael Sevakis1-0/+1
2006-11-15dump the old scrollbar(), make it a wrapper to gui_scrollbar_draw() onlyJonathan Gordon1-75/+3
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis1-24/+14
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold2-13/+13
2006-11-11Patch #5771 by Frederik Vestre: Fix BMP loader to work in 64bit environments ...Jens Arnold1-18/+19
2006-11-09Recording trigger for software codec targetsMartin Scarratt3-43/+133
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis6-205/+239
2006-10-21woops, damn vim isnt set to use space instead of tabsJonathan Gordon1-1/+1
2006-10-21missed a signalscreenchange()Jonathan Gordon1-0/+1
2006-10-21Hopefully fix the copyright notice.Barry Wardell1-1/+1
2006-10-21sorry Bjorn, blame kateJonathan Gordon1-1/+1
2006-10-21add signalscreenchange() to vkeyboardJonathan Gordon1-1/+3
2006-10-15More color adjustments. Better translation to and from native colors with eve...Michael Sevakis1-32/+27
2006-10-13Added inner fill option to normal scrollbar and foreground only option. Added...Michael Sevakis2-9/+11
2006-10-12Make sure to set deemphasis correctly when starting the radio.Dominik Riebeling1-1/+5
2006-10-12Fix tuning into weird frequencies at unpause after changing region settingDominik Riebeling1-0/+1
2006-10-12Left some crud in bmp.c that should've been removed before committing. Don't ...Michael Sevakis1-4/+0
2006-10-11Fixed the problem with the backdrops on iPod. The same problem was in the upd...Michael Sevakis1-1/+5
2006-10-11Small bitmap dithering tweakMichael Sevakis1-11/+17
2006-10-11Fixed errors. Forgot to include system.h for swap16 in bmp.cMichael Sevakis1-0/+1
2006-10-11Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...Michael Sevakis2-18/+55