summaryrefslogtreecommitdiffstats
path: root/apps/menus/recording_menu.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-4/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-20/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-29/+0
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus1-2/+7
2018-10-18Fix menu warningsWilliam Wilgus1-5/+6
2013-07-06Reuse frequency string from recording for playback frequency.Michael Sevakis1-3/+3
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+0
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-2/+2
2011-06-05Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye1-23/+0
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat1-1/+0
2010-10-04New setting to control the file browser start location.Jonathan Gordon1-0/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-03-04fix typo in talk value of histogram settingPeter D'Hoye1-1/+1
2010-03-03Histogram display on recording screen. Based on the work of Jvo Studer in FS ...Peter D'Hoye1-1/+24
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon1-1/+1
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-1/+1
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken1-2/+2
2009-05-21Remove some unused declarationsBertrik Sikken1-1/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon1-5/+10
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+0
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-14Make some dependencies on id3.h explicit.Magnus Holmgren1-0/+1
2008-10-08New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye1-0/+23
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-2/+2
2008-08-08Also have the peakmeter menu shown inside the recording menu, because there i...Peter D'Hoye1-7/+4
2008-08-06First step of the recording screen redesign. The screen is split into a fixed...Peter D'Hoye1-9/+13
2008-07-16Make a couple of locally used callbacks staticBertrik Sikken1-2/+2
2008-07-15rectrigger: voice the splashes, and say "off" when start/stopStéphane Doyon1-10/+19
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-4/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon1-424/+142
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon1-1/+1
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-0/+1
2008-04-20Removed unneeded dependency on pcmbuf.hBertrik Sikken1-1/+0
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2008-01-12Fix FS#8451Nils Wallménius1-1/+1
2007-10-10Voice the recording trigger settings screen.Stéphane Doyon1-19/+72
2007-08-09Allow recording source to be set from recording context menu. Not a very nice...Peter D'Hoye1-2/+5
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-10/+10
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-1/+0
2007-07-16Better keep those buffers a multiple of 32 bit, extends the number of unicode...Peter D'Hoye1-1/+1
2007-07-16Reserve more bytes to display unicode in the recording trigger settings menu....Peter D'Hoye1-1/+1
2007-07-11Rearrange and cleanup settings codeJonathan Gordon1-0/+1
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon1-12/+10
2007-07-03Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in ma...Peter D'Hoye1-2/+2
2007-06-25Give recording related menu entries a recording icon (settings and radio menu...Peter D'Hoye1-1/+1
2007-05-29this adds 2 options to the recording settings menu to let you save all the re...Jonathan Gordon1-2/+19
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis1-16/+14
2007-04-15Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold1-70/+3