summaryrefslogtreecommitdiffstats
path: root/apps/screens.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-21Animated charging screen for playerJens Arnold1-8/+68
2004-11-20Fix: Properly apply the backlight settings for the charging screenJens Arnold1-2/+3
2004-11-19Added iRiver button codesLinus Nielsen Feltzing1-1/+1
2004-11-12Only voice the MMC remove prompt if voicing is enabledJens Arnold1-1/+2
2004-10-19The display is forced in to two row modes for player before showing the splas...Kjell Ericson1-0/+4
2004-10-12Removed the backlight control from the charging screenLinus Nielsen Feltzing1-10/+4
2004-10-12Request to remove MMC before acknowledging USB (Ondio)Jens Arnold1-1/+26
2004-10-10Removed car adapter mode for Ondio, and changed the misleading config option ...Jens Arnold1-2/+2
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-2/+2
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-4/+153
2004-09-10temporary hacks to make it compile with the Ondio (=Player) keypad. No influe...Jörg Hohensohn1-1/+1
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn1-0/+2
2004-08-26Made local constant arrays static, saving a few bytesJens Arnold1-20/+25
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-6/+6
2004-07-27Fix for bug #998515, by Jan GajdosLinus Nielsen Feltzing1-2/+1
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-11/+19
2004-07-26Ignore repeat button events in the shutdown confirmation screenLinus Nielsen Feltzing1-2/+4
2004-07-24Replaced the poweroff confirmation string with a language ID, and removed the...Linus Nielsen Feltzing1-9/+4
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing1-0/+39
2004-07-21splash(): Avoid negative x coordinates if the text doesn't fitLinus Nielsen Feltzing1-1/+4
2004-07-20Const'ed the usb logoJens Arnold1-1/+1
2004-06-27The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing1-1/+0
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold1-10/+2
2004-04-21The month wasn't spoken in set_time_screen()Linus Nielsen Feltzing1-1/+1
2004-04-21Moved set_time_screen() to screens.cLinus Nielsen Feltzing1-0/+287
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-142/+129
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu1-2/+2
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-17/+5
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn1-0/+1
2004-01-02oops, before code police arrests me: C++ style comment removedJörg Hohensohn1-1/+0
2004-01-01on popular demand: flip screen now in F3 menu, instead of inverseJörg Hohensohn1-9/+18
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg1-2/+6
2003-12-04Added a splash to indicate battery charging if user tries to shut off while p...Björn Stenberg1-0/+11
2003-12-03for FM and V2: removed the now false voltage reading from charging screen.Jörg Hohensohn1-8/+15
2003-07-20Added adc_read in place for saving simulator builds forMats Lidell1-0/+5
2003-07-19doesn't mess with the charging (let algorithm decide), show charge phase as t...Jörg Hohensohn1-8/+32
2003-07-18Charging screen displays status + animation, "On"-behaviour fixed.Jörg Hohensohn1-4/+79
2003-07-17A very basic charging screen, probably buggy, the pro's would make it much ni...Jörg Hohensohn1-0/+56
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-2/+2
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg1-0/+1
2003-05-29Now the playlist isn't sorted/randomized if no music is playing (fixes the F2...Linus Nielsen Feltzing1-4/+7