summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2010-07-04Simulator: build recording codeRafaël Carré2-76/+3
2010-06-27FS#10925 by myself: add touchscreen support for virtual keyboard.Teruaki Kawashima1-3/+168
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis1-4/+4
2010-06-21I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmet...Thomas Martitz1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-3/+3
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-12/+12
2010-06-09keyboard: clean up. remove unneeded #ifdefs.Teruaki Kawashima1-73/+37
2010-06-06Virtual keyboard: enable line edit mode as an alternative on all target. Ther...Marianne Arnold1-11/+1
2010-05-26Fix r26298 yellow: Somehow missed those warnings. Need playback.h.Michael Sevakis1-0/+1
2010-05-26SWCODEC: Wait for audio init to complete before starting radio or recording; ...Michael Sevakis1-0/+4
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-5/+5
2010-05-17split the radio code into multiple files in the hope that makes it more likel...Jonathan Gordon2-1852/+0
2010-05-16yellow go bye byeJonathan Gordon1-0/+1
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon3-0/+150
2010-05-14Enable recording on clipv1/m200v4/c200v2Rafaël Carré1-6/+22
2010-05-13fix FS#11264 - frequency bar and presets not working in the sbsJonathan Gordon1-6/+0
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon1-2/+5
2010-05-12fix red and yellow (most of it anyway)Jonathan Gordon1-1/+3
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon2-176/+140
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon4-6/+10
2010-05-06Fix some more snprintf related warnings.Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz7-18/+14
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-04-06Make array static const in apps/recorder/jpeg_load.cBertrik Sikken1-1/+1
2010-03-31Fix FS#11152 in a cleaner way. At least on the sim, the state remained in FMR...Frank Gevaerts1-7/+12
2010-03-30Make sure FM Tuner is stopped at initRafaël Carré1-1/+2
2010-03-08Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...Thomas Martitz1-1/+2
2010-03-08fix yellowPeter D'Hoye1-1/+2
2010-03-08change histogram display principle to scrolling and simplify the code a bitPeter D'Hoye1-39/+28
2010-03-06fix cutoff of f2/f3_rec_screen in the recording screen. Teruaki Kawashima1-0/+2
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-1/+1
2010-03-03Histogram display on recording screen. Based on the work of Jvo Studer in FS ...Peter D'Hoye2-65/+209
2010-02-25keyboard: accept FS#11047 partially with some modifications. make some parts ...Teruaki Kawashima1-228/+225
2010-02-20Factor out some drawing code.Thomas Martitz1-45/+23
2010-02-20Quickscreen for the radio screen. I added a keymap for almost all targets. I ...Thomas Martitz1-0/+23
2010-02-20Fix up Fuze's radio keymap a bit.Thomas Martitz1-1/+2
2010-02-20Remove a few unused definesThomas Martitz1-13/+0
2010-02-18FS#10535: bmp viewer plugin.Teruaki Kawashima1-6/+40
2010-02-14keyboard: check length of the last line. avoid dividing by 0.Teruaki Kawashima1-2/+8
2010-02-13keyboard: stretch dispalying of virtual keyboard to fit the screen width if p...Teruaki Kawashima1-1/+17
2010-02-11fix typoSzymon Dziok1-1/+1
2010-02-11Packard Bell Vibe 500: correct main keymaps, enable full keyboard editing, en...Szymon Dziok1-2/+4
2010-02-04keyboard: make some parts of kbd_input into separate functions.Teruaki Kawashima1-339/+341
2010-01-31keyboard: a bit of rework in keyboard.Teruaki Kawashima1-286/+295
2010-01-16FS#10785: Add new context CONTEXT_MORSE_INPUT for keymaps which is used durin...Teruaki Kawashima1-1/+5
2010-01-03Coldfire targets: Restore EMAC status after using the EMAC for bitmap resizin...Jens Arnold1-0/+6
2010-01-03Disable speaker when recording to prevent feedback.Maurus Cuelenaere1-0/+10
2010-01-03Fix further tabsAndree Buschmann1-1/+1
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-1/+1
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-1/+1