summaryrefslogtreecommitdiff
path: root/apps/screens.c
AgeCommit message (Expand)Author
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden
2008-02-05updated the quickscreen's:Jonathan Gordon
2007-11-22#ifdef out unused function to fix warning for non rtc and non bitmap targetsNils Wallménius
2007-11-22Simplify code for set time and date screenNils Wallménius
2007-11-08Fix FS#8114 remove redundant screen updating and minor code police.Nils Wallménius
2007-11-07fix redJonathan Gordon
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon
2007-11-07fix warningsJonathan Gordon
2007-11-07Accept FS#7777: Voice for the "Running Time" screenStéphane Doyon
2007-10-28Detabify a line...Magnus Holmgren
2007-10-24Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin
2007-10-24fix up the (c) noticeJonathan Gordon
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin
2007-10-24Save a few bytes by changing unit selection strategyNils Wallménius
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon
2007-08-18Player: Make sure the USB screen disables double height.Jens Arnold
2007-08-15Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius
2007-08-08Fix display of file path in the ID3 Info screen on hwcodec (i.e., Archos) dev...Magnus Holmgren
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton
2007-07-28FS#6403: Fix the spelling of LANG_ID3_FREQUENCY. Shouldn't break old .lng fil...Barry Wardell
2007-07-24Prevent statusbar from flickering in the 'Set Time/Date' screenNils Wallménius
2007-07-22Recorder V1: repair soft shutdown with the new action context handling.Jens Arnold
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon
2007-07-21Fix 'Set time & date' screen display when the name of the day or month was no...Nils Wallménius
2007-07-15Use the multi-screen api in the usb and time screensJonathan Gordon
2007-07-08ifdef out charging screen for targets that do not use it, + minor cleaningNils Wallménius
2007-07-02Remove useless #ifdef, specify maximum field width for strings in the snprint...Nils Wallménius
2007-07-01"Set Time/Date" screen.Nils Wallménius
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin
2007-06-06Backdrop code should now be surrounded by #if LCD_DEPTH > 1Dave Chapman
2007-05-02Make the ID3 info screen treat empty tag strings as 'no value', like the WPS ...Magnus Holmgren
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin
2007-04-25Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin
2007-04-10Oops. Shouldn't forget the default handler.Dominik Riebeling
2007-04-10make the runtime view nicer.Dominik Riebeling
2007-04-09Player: Fix screen update in Rockbox Info and Runtime display,Jens Arnold
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold
2007-03-26#ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused codeRobert Kukla
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-02remove numerical genre and use genre_string consistently:Robert Kukla
2007-03-01Introducing the root menu!Jonathan Gordon
2007-02-28Character-encoding policingDave Chapman