summaryrefslogtreecommitdiff
path: root/apps/recorder (follow)
Commit message (Expand)AuthorAge
* Another round of making local functions static and making sure that source fi...Bertrik Sikken2008-05-03
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius2008-04-26
* Killed unnecessary global variables by making them static.Bertrik Sikken2008-04-20
* When looking for album art in /.rockbox/albumart/, use album artist rather th...Magnus Holmgren2008-04-19
* Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius2008-04-16
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* Remove some more simulator debugging output.Steve Bavin2008-04-07
* Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman2008-03-26
* 1) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman2008-03-26
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman2008-03-21
* Fix BMP loader for the iAudio M3 display.Jens Arnold2008-03-20
* Make vkeyboard usable on M3.Jens Arnold2008-03-18
* Simplify that clip indicator reset code a bitPeter D'Hoye2008-03-08
* Reset recording clipping indicators when changing gain. Solves FS #6147Peter D'Hoye2008-03-08
* Fix FS #8514 (remote peakmeter issue) by separating the peak release times fo...Peter D'Hoye2008-02-06
* Prevent possible buffer overflow when locating album art.Magnus Holmgren2008-02-06
* Add a couple safety checks in search_albumart_files(). Should fix the sliding...Nicolas Pennequin2008-02-05
* Look for albumart in .rockbox/albumart/<artist>-<album><size>.bmp in addition...Jonas Häggqvist2008-01-19
* Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin2008-01-18
* bandaid fix for FS#8168 - statusbar would be enabled if poweroff happened whi...Jonathan Gordon2008-01-10
* Quick fix to prevent freezing of H10 (possibly others too) when left at the d...Peter D'Hoye2007-12-15
* Initial commit of the PictureFlow plugin, a nice visualization for album covers.Nicolas Pennequin2007-12-09
* More code policePeter D'Hoye2007-12-07
* Code policePeter D'Hoye2007-12-07
* Fix gradient selection bar in recording screenPeter D'Hoye2007-12-07
* BMP loader: Handle top-down BMP files (height is negative). Note that the e20...Jens Arnold2007-11-30
* Repair the no-spinup on start/split feature of recording. Recording directory...Michael Sevakis2007-11-30
* Make the recording screen handle button repeats correctly when changing gain....Linus Nielsen Feltzing2007-11-26
* Make the variable for numbers of screens to update const on non-remote-lcd ta...Nils Wallménius2007-11-25
* make check_dir use dir_exists and slightly optimise the latter Robert Kukla2007-11-21
* consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla2007-11-21
* Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis2007-11-20
* Improved use of album name when locating the album art file: replace chars th...Magnus Holmgren2007-11-15
* Add an error check, just to be safe.Nicolas Pennequin2007-11-12
* Various album art improvements:Nicolas Pennequin2007-11-12
* FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell2007-11-11
* Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin2007-11-11
* Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...Nicolas Pennequin2007-11-10
* More voice for the radio: accept FS#6331.Stéphane Doyon2007-11-07
* Mop up some yellow.Steve Bavin2007-10-19
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Disable highperf mode in the peakmeter for swcodec targets, as it makes no se...Jens Arnold2007-10-16
* Add the vkeyboard line end beep to (swcodec) targets with non-modal keyboard....Jens Arnold2007-10-10
* Slight code policing.Jens Arnold2007-10-10
* Fix red Ondio builds. Hwcodec targets can't beep that way, so disable that be...Jens Arnold2007-10-10
* Accessible keyboard: guard the beep with talk_menus_enabled()Stéphane Doyon2007-10-10
* Make the virtual keyboard easier to use for blind users.Stéphane Doyon2007-10-10