summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye2-12/+12
2008-05-29total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon1-31/+54
2008-05-29move the HAS_BUTTONBAR define to the config-<target>.h filesJonathan Gordon1-5/+0
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon3-35/+29
2008-05-15Fix redPeter D'Hoye1-1/+3
2008-05-15Accept FS #8994: add another recording filesplit option: stop recording and s...Peter D'Hoye2-2/+17
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 Sikken3-1/+5
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2-2/+0
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-3/+3
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken2-5/+2
2008-04-19When looking for album art in /.rockbox/albumart/, use album artist rather th...Magnus Holmgren1-2/+5
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-04-07Remove some more simulator debugging output.Steve Bavin1-1/+0
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman1-1/+1
2008-03-261) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman1-1/+6
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-3/+3
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman1-4/+4
2008-03-20Fix BMP loader for the iAudio M3 display.Jens Arnold1-23/+42
2008-03-18Make vkeyboard usable on M3.Jens Arnold1-2/+2
2008-03-08Simplify that clip indicator reset code a bitPeter D'Hoye2-10/+4
2008-03-08Reset recording clipping indicators when changing gain. Solves FS #6147Peter D'Hoye1-0/+4
2008-02-06Fix FS #8514 (remote peakmeter issue) by separating the peak release times fo...Peter D'Hoye1-0/+10
2008-02-06Prevent possible buffer overflow when locating album art.Magnus Holmgren1-1/+1
2008-02-05Add a couple safety checks in search_albumart_files(). Should fix the sliding...Nicolas Pennequin1-1/+5
2008-01-19Look for albumart in .rockbox/albumart/<artist>-<album><size>.bmp in addition...Jonas Häggqvist1-0/+16
2008-01-18Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin1-29/+1
2008-01-10bandaid fix for FS#8168 - statusbar would be enabled if poweroff happened whi...Jonathan Gordon1-1/+2
2007-12-15Quick fix to prevent freezing of H10 (possibly others too) when left at the d...Peter D'Hoye1-0/+7
2007-12-09Initial commit of the PictureFlow plugin, a nice visualization for album covers.Nicolas Pennequin2-4/+7
2007-12-07More code policePeter D'Hoye1-6/+6
2007-12-07Code policePeter D'Hoye1-69/+79
2007-12-07Fix gradient selection bar in recording screenPeter D'Hoye1-3/+29
2007-11-30BMP loader: Handle top-down BMP files (height is negative). Note that the e20...Jens Arnold1-4/+16
2007-11-30Repair the no-spinup on start/split feature of recording. Recording directory...Michael Sevakis1-30/+40
2007-11-26Make the recording screen handle button repeats correctly when changing gain....Linus Nielsen Feltzing1-0/+2
2007-11-25Make the variable for numbers of screens to update const on non-remote-lcd ta...Nils Wallménius1-1/+3
2007-11-21make check_dir use dir_exists and slightly optimise the latter Robert Kukla1-5/+2
2007-11-21consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla1-20/+1
2007-11-20Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis1-0/+5
2007-11-15Improved use of album name when locating the album art file: replace chars th...Magnus Holmgren1-34/+58
2007-11-12Add an error check, just to be safe.Nicolas Pennequin1-1/+2
2007-11-12Various album art improvements:Nicolas Pennequin2-9/+21
2007-11-11FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell1-0/+4
2007-11-11Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin2-0/+324
2007-11-10Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...Nicolas Pennequin2-27/+41
2007-11-07More voice for the radio: accept FS#6331.Stéphane Doyon1-8/+74
2007-10-19Mop up some yellow.Steve Bavin1-1/+3
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2-13/+13