summaryrefslogtreecommitdiff
path: root/apps/menus/recording_menu.c
AgeCommit message (Expand)Author
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-06-05Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat
2010-10-04New setting to control the file browser start location.Jonathan Gordon
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-03-04fix typo in talk value of histogram settingPeter D'Hoye
2010-03-03Histogram display on recording screen. Based on the work of Jvo Studer in FS ...Peter D'Hoye
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken
2009-05-21Remove some unused declarationsBertrik Sikken
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg
2008-10-14Make some dependencies on id3.h explicit.Magnus Holmgren
2008-10-08New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-08-08Also have the peakmeter menu shown inside the recording menu, because there i...Peter D'Hoye
2008-08-06First step of the recording screen redesign. The screen is split into a fixed...Peter D'Hoye
2008-07-16Make a couple of locally used callbacks staticBertrik Sikken
2008-07-15rectrigger: voice the splashes, and say "off" when start/stopStéphane Doyon
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2008-04-20Removed unneeded dependency on pcmbuf.hBertrik Sikken
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon
2008-01-12Fix FS#8451Nils Wallménius
2007-10-10Voice the recording trigger settings screen.Stéphane Doyon
2007-08-09Allow recording source to be set from recording context menu. Not a very nice...Peter D'Hoye
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon
2007-07-16Better keep those buffers a multiple of 32 bit, extends the number of unicode...Peter D'Hoye
2007-07-16Reserve more bytes to display unicode in the recording trigger settings menu....Peter D'Hoye
2007-07-11Rearrange and cleanup settings codeJonathan Gordon
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon
2007-07-03Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in ma...Peter D'Hoye
2007-06-25Give recording related menu entries a recording icon (settings and radio menu...Peter D'Hoye
2007-05-29this adds 2 options to the recording settings menu to let you save all the re...Jonathan Gordon
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis
2007-04-15Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold
2007-04-15Recording countdown timer and repeat timer - see FS #6297 for more detailsMartin Scarratt
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon
2007-03-17Unify the way functions are called from menus.Jonathan Gordon
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-14dont exit the recording screen after going into the rec settings unless Jonathan Gordon
2007-03-13Convert the recording menu to the new APIJonathan Gordon