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