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
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
2007-04-15
Revert recording/repeat timer for now. It is useful as a feature, but didn't ...
Jens Arnold
2007-04-15
Recording countdown timer and repeat timer - see FS #6297 for more details
Martin Scarratt
2007-04-12
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...
Jens Arnold
2007-03-18
Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and
Jonathan Gordon
2007-03-17
Unify the way functions are called from menus.
Jonathan Gordon
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-14
dont exit the recording screen after going into the rec settings unless
Jonathan Gordon
2007-03-13
Convert the recording menu to the new API
Jonathan Gordon
2007-03-03
Remove the need to double up the MENU macros in manu.h.
Jonathan Gordon
2007-03-01
Introducing the root menu!
Jonathan Gordon
2007-02-14
Icons in the menus. Thanks midkay for them.
Jonathan Gordon
2007-02-08
Testing svn_autoprops by readding one of the files with missing Ids.
Michael Sevakis
2007-02-08
unstatic the string buffer, fix the recording setting lang, change the
Jonathan Gordon
2007-02-08
beginning of the new menu system. This commit shouldnt break anything,
Jonathan Gordon