summaryrefslogtreecommitdiffstats
path: root/apps/recorder/radio.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-14FS#10080Nils Wallménius1-3/+2
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-05-15Remove unneeded function call (radio_load_presets does clear the memory)Alexander Levin1-1/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-21D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase1-0/+8
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold1-0/+1
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon1-6/+9
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-5/+0
2008-12-16Accept FS#9646 by Christopher Williams which fixes a few radio preset bugs:Jonathan Gordon1-24/+52
2008-12-09FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius1-1/+5
2008-08-19Accept FS #9301 by Christopher Williams: fix radio preset list after removing...Peter D'Hoye1-0/+2
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-13/+10
2008-08-03A bit of code police, no functional changesPeter D'Hoye1-64/+67
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling1-1/+1
2008-07-17fix FS#9200Jonathan Gordon1-0/+1
2008-06-28fix redPeter D'Hoye1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye1-8/+8
2008-05-29total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon1-31/+54
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken1-1/+1
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-1/+2
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-3/+3
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius1-3/+3
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-2/+3
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-3/+3
2008-01-10bandaid fix for FS#8168 - statusbar would be enabled if poweroff happened whi...Jonathan Gordon1-1/+2
2007-11-20Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis1-0/+5
2007-11-11FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell1-0/+4
2007-11-07More voice for the radio: accept FS#6331.Stéphane Doyon1-8/+74
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon1-1/+1
2007-10-02Commit FS #7881 by Mark Arigo - enable radio on the Sansa c200. It seems that...Marianne Arnold1-1/+3
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye1-2/+2
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-9/+9
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-11/+11
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-5/+0
2007-07-14Fix all the red this time?Michael Sevakis1-0/+3
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis1-91/+53
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-2/+2
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis1-4/+4
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis1-4/+30
2007-06-04FS #7247 by Gerhard Dirschl. Fixes bufferoverflow in radio code.Peter D'Hoye1-2/+2
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius1-8/+2
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis1-4/+4
2007-05-05Fix buffer overflow when adding a radio preset.Magnus Holmgren1-1/+1
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis1-9/+9
2007-03-18Exit the preset context menu correctly after editing/deleting presetJonathan Gordon1-4/+4
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon1-11/+11