summaryrefslogtreecommitdiffstats
path: root/apps/screens.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-5/+3
2008-08-02Fix voicing of incorrect run time (top time instead of run time). Simplify ru...Bertrik Sikken1-12/+12
2008-07-06Repair charging screen on archos. usb_detect() doesn't return a boolean since...Jens Arnold1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-23A bit of code police...Peter D'Hoye1-11/+15
2008-05-11doh! fix yellow.Jonathan Gordon1-1/+1
2008-05-11and the time/date screen...Jonathan Gordon1-19/+20
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-05move the pitchscreen out of screens.c.. no functional changesJonathan Gordon1-253/+1
2008-05-03Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon1-152/+0
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-2/+2
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-13/+16
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-4/+1
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-2/+2
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden1-0/+152
2008-02-05updated the quickscreen's:Jonathan Gordon1-152/+0
2007-11-22#ifdef out unused function to fix warning for non rtc and non bitmap targetsNils Wallménius1-0/+3
2007-11-22Simplify code for set time and date screenNils Wallménius1-102/+75
2007-11-08Fix FS#8114 remove redundant screen updating and minor code police.Nils Wallménius1-32/+28
2007-11-07fix redJonathan Gordon1-1/+1
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-3/+1
2007-11-07fix warningsJonathan Gordon1-2/+4
2007-11-07Accept FS#7777: Voice for the "Running Time" screenStéphane Doyon1-3/+18
2007-10-28Detabify a line...Magnus Holmgren1-1/+1
2007-10-24Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin1-6/+3
2007-10-24fix up the (c) noticeJonathan Gordon1-1/+1
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin1-25/+3
2007-10-24Save a few bytes by changing unit selection strategyNils Wallménius1-2/+5
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-2/+2
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-1/+1
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-2/+2
2007-08-18Player: Make sure the USB screen disables double height.Jens Arnold1-0/+1
2007-08-15Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold1-3/+3
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-1/+1
2007-08-08Fix display of file path in the ID3 Info screen on hwcodec (i.e., Archos) dev...Magnus Holmgren1-2/+2
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton1-13/+17
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-9/+9
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton1-12/+22
2007-07-28FS#6403: Fix the spelling of LANG_ID3_FREQUENCY. Shouldn't break old .lng fil...Barry Wardell1-2/+2
2007-07-24Prevent statusbar from flickering in the 'Set Time/Date' screenNils Wallménius1-1/+1
2007-07-22Recorder V1: repair soft shutdown with the new action context handling.Jens Arnold1-2/+2
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-9/+0
2007-07-21Fix 'Set time & date' screen display when the name of the day or month was no...Nils Wallménius1-53/+47
2007-07-15Use the multi-screen api in the usb and time screensJonathan Gordon1-99/+122
2007-07-08ifdef out charging screen for targets that do not use it, + minor cleaningNils Wallménius1-7/+5
2007-07-02Remove useless #ifdef, specify maximum field width for strings in the snprint...Nils Wallménius1-4/+3
2007-07-01"Set Time/Date" screen.Nils Wallménius1-75/+86
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-2/+2
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin1-2/+2