summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c (follow)
Commit message (Expand)AuthorAge
* split the radio code into multiple files in the hope that makes it more likel...Jonathan Gordon2010-05-17
* FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon2010-05-16
* fix FS#11264 - frequency bar and presets not working in the sbsJonathan Gordon2010-05-13
* fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon2010-05-12
* fix red and yellow (most of it anyway)Jonathan Gordon2010-05-12
* FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon2010-05-12
* slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon2010-05-09
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* Fix FS#11152 in a cleaner way. At least on the sim, the state remained in FMR...Frank Gevaerts2010-03-31
* Make sure FM Tuner is stopped at initRafaël Carré2010-03-30
* Factor out some drawing code.Thomas Martitz2010-02-20
* Quickscreen for the radio screen. I added a keymap for almost all targets. I ...Thomas Martitz2010-02-20
* Fix up Fuze's radio keymap a bit.Thomas Martitz2010-02-20
* Remove a few unused definesThomas Martitz2010-02-20
* Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev2009-12-15
* FS#10824 - viewport/statusbar API rework.Jonathan Gordon2009-12-09
* Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier2009-12-01
* mpeg.h/c cleanupJeffrey Goode2009-11-16
* Fix scrolling lines that keep scrolling after exiting plugins and scrolling l...Nils Wallménius2009-11-15
* Avoid more useless string copys and make some random cleanupsNils Wallménius2009-10-11
* Fix FS#10588 by stopping scrolling in the radio screen instead of blindy rely...Thomas Martitz2009-09-05
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* FS#10080Nils Wallménius2009-07-14
* Fix duplicate #includesBertrik Sikken2009-05-17
* Remove unneeded function call (radio_load_presets does clear the memory)Alexander Levin2009-05-15
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase2009-03-21
* Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold2009-02-10
* continuation of last nights statusbar cleanup.Jonathan Gordon2009-02-02
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Accept FS#9646 by Christopher Williams which fixes a few radio preset bugs:Jonathan Gordon2008-12-16
* FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius2008-12-09
* Accept FS #9301 by Christopher Williams: fix radio preset list after removing...Peter D'Hoye2008-08-19
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* A bit of code police, no functional changesPeter D'Hoye2008-08-03
* Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling2008-08-02
* fix FS#9200Jonathan Gordon2008-07-17
* fix redPeter D'Hoye2008-06-28
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye2008-05-29
* total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon2008-05-29
* 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
* 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
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* bandaid fix for FS#8168 - statusbar would be enabled if poweroff happened whi...Jonathan Gordon2008-01-10