summaryrefslogtreecommitdiffstats
path: root/apps/screens.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold1-8/+8
2006-05-31Allow pitch ratio to hit top and bottom values when using button repeat.Thom Johansen1-0/+4
2006-05-24Code policed C99-style variable declarations.Jens Arnold1-8/+8
2006-05-21Reworked backdrop handling. Fixes a bug that wasn't in the tracker yet ;)Peter D'Hoye1-0/+7
2006-04-21Fix yellow builds.Zakk Roberts1-1/+2
2006-04-21Updated pitch screen again. *Back to old behavior of only coming up on ON+UP/...Zakk Roberts1-59/+94
2006-04-20Repeat mode should be an integer, not a boolean. Fixes bug #2955.Hardeep Sidhu1-2/+2
2006-04-11Readjusted quickscreen code so that it now actually scales to larger LCDs. Ge...Zakk Roberts1-4/+4
2006-04-10Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and hold...Zakk Roberts1-3/+2
2006-04-02Updated quickscreens, now they look better than before while still retaining ...Zakk Roberts1-1/+16
2006-04-01Missing file from .lang reworkJens Arnold1-1/+1
2006-03-22Whoops, the Archos Player/Studio doesn't have the ability to change pitch..Zakk Roberts1-0/+2
2006-03-22Pitch screen now accessible from the WPS context menu for all targets. This m...Zakk Roberts1-3/+0
2006-03-21Patch #4843 by Nicolas Pennequin - Correct status bar and backdrop in ID3 inf...Linus Nielsen Feltzing1-1/+1
2006-03-21Reworked pitch screen for easier adjustment and better looks. Added some butt...Zakk Roberts1-98/+71
2006-03-18Real Time Clock support in the WPSBrandon Low1-23/+25
2006-03-12Fixed iPod scroll directions for ID3 viewer and corrected semi-misleading com...Zakk Roberts1-4/+4
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low1-1/+6
2006-03-04Patch FS#4744 - This patch maps the "Off" button in the pitch screen to reset...Tomas Salfischberger1-0/+5
2006-01-21AB-repeat mode for software codecs. Accessible through menu as a repeat mode...Brandon Low1-2/+1
2005-12-23Now the quick screen properly sorts the playlist when shuffle is disabledLinus Nielsen Feltzing1-2/+3
2005-12-10Use the abstract SETTINGS_ defines instead of the target-specific BUTTON_ def...Dave Chapman1-12/+8
2005-12-06Fixed red recorder builds.Jens Arnold1-3/+3
2005-12-05Big Code Police raid. Pretty pretty please, we do no macrofy simpleDaniel Stenberg1-7/+8
2005-12-05kill gcc4 warningsDaniel Stenberg1-7/+7
2005-12-05Playback speed changing support for H300.Thom Johansen1-2/+3
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-2/+2
2005-11-28Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen1-4/+9
2005-11-23Replaced the booolean 'Backlight On When Plugged' setting with a complete alt...Jens Arnold1-1/+1
2005-11-22Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch fo...Kevin Ferrare1-63/+7
2005-11-22Even more const policing.Jens Arnold1-1/+1
2005-11-22The const police strikes back. Also only include the F3 quickscreen for units...Jens Arnold1-5/+7
2005-11-22I told you there would be errorsKevin Ferrare1-1/+1
2005-11-22Added multi-screen support for quickscreen (mostly rewritten from scratch) an...Kevin Ferrare1-265/+155
2005-11-20removed old statusbar and buttonbar codeKevin Ferrare1-8/+10
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-2/+2
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare1-168/+4
2005-11-13Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ...Dave Chapman1-1/+1
2005-11-12Use LCD_WHITE macro - this is defined for both greyscale and colour LCDsDave Chapman1-10/+2
2005-11-12Use the correct call to lcd_set_background() for colour LCDsDave Chapman1-2/+6
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