summaryrefslogtreecommitdiffstats
path: root/apps/screens.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-19Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev1-1/+0
2009-10-19Remove declaration of inexistent functionTomer Shalev1-4/+0
2009-06-16Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere1-0/+5
2008-10-31cleanup storage definesFrank Gevaerts1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-03Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon1-5/+0
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden1-0/+5
2008-02-05updated the quickscreen's:Jonathan Gordon1-5/+0
2007-07-08ifdef out charging screen for targets that do not use it, + minor cleaningNils Wallménius1-1/+4
2007-07-01"Set Time/Date" screen.Nils Wallménius1-1/+1
2007-03-26#ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused codeRobert Kukla1-1/+0
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-1/+1
2007-02-01Comment out an unused functionNils Wallménius1-1/+1
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-1/+1
2006-12-19update the runtime screen and move it to the inf menu instead of debugJonathan Gordon1-0/+1
2006-08-16* fixed the pitch screen key mappings for all targets, targets require aJonathan Gordon1-0/+2
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-45/+0
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+7
2006-03-22Pitch screen now accessible from the WPS context menu for all targets. This m...Zakk Roberts1-0/+14
2006-03-21Whoops, double-defined buttons for Ondio...Zakk Roberts1-1/+1
2006-03-21Reworked pitch screen for easier adjustment and better looks. Added some butt...Zakk Roberts1-5/+27
2005-12-05Playback speed changing support for H300.Thom Johansen1-1/+2
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-1/+1
2005-11-28Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen1-1/+3
2005-11-22Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch fo...Kevin Ferrare1-2/+2
2005-11-22Added multi-screen support for quickscreen (mostly rewritten from scratch) an...Kevin Ferrare1-9/+5
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare1-6/+0
2005-07-04song rating support.. should probably be moved with browse id3 to a "song opt...Michiel Van Der Kolk1-0/+1
2005-06-29provide quick screen proto for h300 builds tooDaniel Stenberg1-1/+1
2005-06-29Move quick menu to MODE button to avoid conflict with page up/down in WPSChristi Scarborough1-1/+1
2005-06-26Fix broken sim buildsChristi Scarborough1-0/+1
2005-06-26Quick menu for iRiver: A long press on the PLAY key in the browser or the WP...Christi Scarborough1-0/+7
2004-10-12Request to remove MMC before acknowledging USB (Ondio)Jens Arnold1-0/+4
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-1/+1
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-1/+2
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-5/+5
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing1-1/+3
2004-04-21Moved set_time_screen() to screens.cLinus Nielsen Feltzing1-0/+6
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-2/+1
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-1/+0
2003-12-04Added a splash to indicate battery charging if user tries to shut off while p...Björn Stenberg1-0/+1
2003-07-17A very basic charging screen, probably buggy, the pro's would make it much ni...Jörg Hohensohn1-0/+2
2003-03-17power-splash, this should be able to replace most cases where we "splash"Daniel Stenberg1-3/+6
2003-03-17Hey Linus! Here it is!Daniel Stenberg1-0/+4
2002-10-11Enable status bar in usb mode.Markus Braun1-0/+1
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-0/+30