summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-4/+7
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius1-7/+0
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz2-21/+6
2009-10-11Avoid more useless string copys and make some random cleanupsNils Wallménius2-9/+8
2009-10-09Correct a recording screen usability issue created in r21034. Pause used to s...Peter D'Hoye1-10/+7
2009-10-09Vertical Stride: Add support for yuv to native output.Karl Kurbjun1-4/+12
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius1-2/+1
2009-10-06Complete r22917. The icon still overlapped the text slightly.Teruaki Kawashima1-11/+10
2009-10-04Fix FS#7511, icon could overlap the line to edit.Teruaki Kawashima1-55/+57
2009-10-03Fix FS#10597: Loadable keyboard layout rendered incorrectly.Teruaki Kawashima1-39/+43
2009-09-25Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz1-14/+14
2009-09-07rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon1-14/+18