summaryrefslogtreecommitdiffstats
path: root/apps/screens.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-06Backdrop code should now be surrounded by #if LCD_DEPTH > 1Dave Chapman1-1/+1
2007-05-02Make the ID3 info screen treat empty tag strings as 'no value', like the WPS ...Magnus Holmgren1-3/+1
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin1-1/+1
2007-04-25Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin1-0/+3
2007-04-10Oops. Shouldn't forget the default handler.Dominik Riebeling1-0/+2
2007-04-10make the runtime view nicer.Dominik Riebeling1-82/+53
2007-04-09Player: Fix screen update in Rockbox Info and Runtime display,Jens Arnold1-2/+0
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-2/+3
2007-03-26#ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused codeRobert Kukla1-49/+0
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold1-13/+13
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-3/+3
2007-03-02remove numerical genre and use genre_string consistently:Robert Kukla1-1/+1
2007-03-01Introducing the root menu!Jonathan Gordon1-3/+0
2007-02-28Character-encoding policingDave Chapman1-1/+1
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis1-1/+1
2007-02-18CONFIG_CHARGINGJonathan Gordon1-3/+3
2007-02-17#if => #ifdefDaniel Stenberg1-1/+1
2007-02-17Fix bug (first line was displayed under the status bar)Antoine Cellerier1-2/+7
2007-02-17A few more bookmark code tweaks. Also improves how the bookmark selection scr...Magnus Holmgren1-2/+1
2007-02-17fix payer buildJonathan Gordon1-1/+2
2007-02-17fix margin problem in "view runtime" and "rockbox info" screensJonathan Gordon1-0/+3
2007-02-11Fix the missing entries in the ID3 info screen.Magnus Holmgren1-25/+21
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen1-11/+19
2007-02-01Comment out an unused functionNils Wallménius1-2/+2
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon1-6/+6
2006-12-25Next round of static'ing and related fixes.Jens Arnold1-6/+6
2006-12-19update the runtime screen and move it to the inf menu instead of debugJonathan Gordon1-0/+96
2006-11-20new usb logos for all screens, utilising lcd_bitmap_transparent() on colour d...Marianne Arnold1-2/+9
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon1-3/+0
2006-11-06dont allow the volume setting to wrapJonathan Gordon1-1/+1
2006-11-06Patch #6145 by Alexander Levin - Pitch adjustment in semitone stepsLinus Nielsen Feltzing1-38/+132