index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
menus
/
recording_menu.c
Age
Commit message (
Expand
)
Author
2021-04-10
misc: Only include rbpaths.h and string-extra.h in places that need it
Solomon Peachy
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
2020-07-19
do_menu pass internal synclist reference to callback
William Wilgus
2018-10-18
Fix menu warnings
William Wilgus
2013-07-06
Reuse frequency string from recording for playback frequency.
Michael Sevakis
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-06-05
Make the histogram code usable for playback as well. Move the recording histo...
Peter D'Hoye
2010-10-31
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...
Marcin Bukat
2010-10-04
New setting to control the file browser start location.
Jonathan Gordon
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-03-04
fix typo in talk value of histogram setting
Peter D'Hoye
2010-03-03
Histogram display on recording screen. Based on the work of Jvo Studer in FS ...
Peter D'Hoye
2009-12-16
Fix FS#10289 - screens showing a list need to check the show_icons setting be...
Jonathan Gordon
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-05-21
Simplify some redundant boolean expressions
Bertrik Sikken
2009-05-21
Remove some unused declarations
Bertrik Sikken
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
2009-02-02
continuation of last nights statusbar cleanup.
Jonathan Gordon
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-14
Make some dependencies on id3.h explicit.
Magnus Holmgren
2008-10-08
New recording setting to configure how mono recordings are made. Previously, ...
Peter D'Hoye
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-08-08
Also have the peakmeter menu shown inside the recording menu, because there i...
Peter D'Hoye
2008-08-06
First step of the recording screen redesign. The screen is split into a fixed...
Peter D'Hoye
2008-07-16
Make a couple of locally used callbacks static
Bertrik Sikken
2008-07-15
rectrigger: voice the splashes, and say "off" when start/stop
Stéphane Doyon
2008-06-28
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-28
Updated recording trigger screen (seems to be a feature almost noone uses?)
Jonathan Gordon
2008-05-04
a bit of code cleanup.. use a single function to get the statusbar height (or...
Jonathan Gordon
2008-05-03
Made source files #include the header file that they implement to make sure t...
Bertrik Sikken
2008-04-20
Removed unneeded dependency on pcmbuf.h
Bertrik Sikken
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-01-12
Fix FS#8451
Nils Wallménius
2007-10-10
Voice the recording trigger settings screen.
Stéphane Doyon
2007-08-09
Allow 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-22
remove the need for action_signalscreenchange().
Jonathan Gordon
2007-07-16
Better keep those buffers a multiple of 32 bit, extends the number of unicode...
Peter D'Hoye
2007-07-16
Reserve more bytes to display unicode in the recording trigger settings menu....
Peter D'Hoye
2007-07-11
Rearrange and cleanup settings code
Jonathan Gordon
2007-07-10
User configurable recording path (my patch in FS#7201). path defaults to / an...
Jonathan Gordon
2007-07-03
Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in ma...
Peter D'Hoye
2007-06-25
Give recording related menu entries a recording icon (settings and radio menu...
Peter D'Hoye
2007-05-29
this adds 2 options to the recording settings menu to let you save all the re...
Jonathan Gordon
2007-05-20
Use bitmasks to define which inputs are available. Makes it easier to remove ...
Michael Sevakis
[next]