summaryrefslogtreecommitdiffstats
path: root/apps/screens.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-24Oops, forgot to guard a couple of calls to dsp_set_replaygain...Magnus Holmgren1-0/+2
2005-09-24Iriver: Added new ReplayGain type: track gain if shuffle mode is active, albu...Magnus Holmgren1-0/+5
2005-09-14The power thread now monitors the shutdown process and forces a poweroff if i...Linus Nielsen Feltzing1-1/+1
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold1-1/+1
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-2/+2
2005-08-21UTF-8 badness removedLinus Nielsen Feltzing1-1/+1
2005-08-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing1-1/+8
2005-08-13Show VBR info in the ID3 info screen.Magnus Holmgren1-2/+3
2005-08-11Updated ID3 info screen for devices with a bitmapped screen: show a list of a...Magnus Holmgren1-120/+160
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren1-4/+4
2005-07-24Calculate the with of the right string.Magnus Holmgren1-1/+1
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren1-0/+19
2005-07-23Changing repeat mode from quick screen now works correctly on iriverRyan Jackson1-1/+6
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold1-1/+5
2005-07-19Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold1-2/+2
2005-07-17Bring back missing information (path, frequency) in the ID3 information screen.Magnus Holmgren1-1/+1
2005-07-11Iriver: Disabled dead charging screen code.Jens Arnold1-2/+2
2005-07-11Fixed a long-standing bug in the charging screen. The charging screen froze w...Jens Arnold1-19/+5
2005-07-07Only flush and reload when something is playing. Fixes hang on H1x0 when cha...Hardeep Sidhu1-1/+2
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-36/+33
2005-07-06Check for invalid song data.Michiel Van Der Kolk1-1/+1
2005-07-05Show the same information in the ID3 browser as in the WPS screen; use string...Magnus Holmgren1-62/+73
2005-07-05New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save...Linus Nielsen Feltzing1-1/+1
2005-07-04song rating support.. should probably be moved with browse id3 to a "song opt...Michiel Van Der Kolk1-0/+50
2005-06-29quick scren fixed for h300Daniel Stenberg1-2/+3
2005-06-29Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redund...Christi Scarborough1-3/+3
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-11/+15
2005-06-26Quick menu for iRiver: A long press on the PLAY key in the browser or the WP...Christi Scarborough1-12/+25
2005-06-25Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu1-1/+5
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold1-2/+2
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold1-6/+14
2005-06-23Fix some player build errors.Jens Arnold1-1/+3
2005-06-23Leave the ID3 viewer with LEFT as wellLinus Nielsen Feltzing1-0/+1
2005-06-22Shutdown screen is for recorder v1 only.Jens Arnold1-1/+1
2005-06-18Center USB logo on all modelsAndy1-1/+2
2005-05-30Fixed RED builds.Jens Arnold1-0/+2
2005-05-30Remote LCD: added own backlight timeout stuffChristian Gmeiner1-0/+1
2005-05-22Better pitch handling.Jens Arnold1-21/+7
2005-05-17(1) Early USB detection on boot, before trying to mount the partitions. Clean...Jens Arnold1-0/+1
2005-05-07Not-so-elegant fix for the simulator builds not defining HAVE_CHARGING.Jens Arnold1-1/+1
2005-05-07Ondio: Disabled unused code for time setting and charging splash, saving almo...Jens Arnold1-2/+4
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-8/+8
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing1-6/+7
2005-02-19overlooked warningsJörg Hohensohn1-0/+8
2005-02-19Ondio: disk activity indication in USB mode, tooJörg Hohensohn1-0/+3
2005-02-12long policyJean-Philippe Bernardy1-5/+5
2005-01-26Changed several places to use button_clear_queue() to empty the button queue....Jens Arnold1-1/+1
2005-01-17Added ID3 database dirfilterBjörn Stenberg1-0/+4
2004-12-17You can now leave the quick menus with OFFLinus Nielsen Feltzing1-1/+2
2004-11-21Fixed a simulator warning, and disabled some unused code for targets without ...Jens Arnold1-3/+3