summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-05Fix FS#10588 by stopping scrolling in the radio screen instead of blindy rely...Thomas Martitz1-1/+2
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun2-1/+4
2009-09-01Add support for vertical stride to resizer.Karl Kurbjun1-0/+25
2009-09-01Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCESKarl Kurbjun1-0/+19
2009-08-31Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+Rob Purchase1-1/+1
2009-08-29Samsung YH: Many keymap fixes for keyboard screen, wps, set time/date and qui...Thomas Martitz1-5/+3
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2-4/+4
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz2-3/+9
2009-08-12Fix yellows.Thomas Martitz1-1/+2
2009-08-12Both of this isn't needed anymore as it's done at the end of the function.Thomas Martitz1-5/+0
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz1-2/+6
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz1-6/+12
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon1-1/+1
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon2-2/+1
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz1-1/+1
2009-07-18correct bottom viewport height calculation in the recording screenAntonius Hellmann1-2/+2
2009-07-17Remove ldrd from ARMv5 JPEG IDCT, remove old debug code selecting ARMv5 code ...Andrew Mahone1-9/+17
2009-07-14FS#10080Nils Wallménius4-11/+9
2009-07-13Add new asmdefs mechanism for exporting information only available to the C c...Andrew Mahone1-150/+54
2009-07-05FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon1-5/+3
2009-07-03JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5.Andrew Mahone1-15/+215
2009-07-02Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4.Andrew Mahone1-14/+233