summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon3-32/+15
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier1-7/+56
2009-11-16mpeg.h/c cleanupJeffrey Goode2-2/+0
2009-11-15Fix scrolling lines that keep scrolling after exiting plugins and scrolling l...Nils Wallménius1-0/+2
2009-11-09keyboard: some random cleanup.Teruaki Kawashima1-126/+71
2009-11-08Merge duplicating code to remove char in keyboard.Teruaki Kawashima1-39/+11
2009-11-08FS#10338: Add "use morse input " entry to settings menuTeruaki Kawashima1-64/+74
2009-11-06Merge duplicating code to move cursor left/right.Teruaki Kawashima1-79/+27
2009-11-04Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz1-6/+0
2009-10-31FS#10739: playback.c code splitJeffrey Goode1-1/+0
2009-10-29Revert the recording key functionality changes back to before r21034: Both pl...Peter D'Hoye1-21/+22