summaryrefslogtreecommitdiffstats
path: root/apps/screens.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-30Stevie Oh's F3 menu patch (#729556)Linus Nielsen Feltzing1-1/+2
2003-04-25The splash() now doesn't try to output text at negative X positions. This fix...Linus Nielsen Feltzing1-0/+4
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg1-3/+4
2003-04-03splash() could draw the line outside the frame bufferLinus Nielsen Feltzing1-2/+2
2003-03-18remove debug lineRobert Hak1-1/+0
2003-03-18When you use splash() and a centered output, it will now put the text inDaniel Stenberg1-6/+36
2003-03-17power-splash, this should be able to replace most cases where we "splash"Daniel Stenberg1-13/+89
2003-03-17adjust the splash timer if the wrong key is pressed many timesDaniel Stenberg1-1/+2
2003-03-17Hey Linus! Here it is!Daniel Stenberg1-0/+60
2003-02-28invert is now an option on f3Robert Hak1-0/+15
2003-02-15include sprintf.h when we use snprintf()Daniel Stenberg1-0/+1
2003-01-23Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson1-4/+0
2003-01-09Fixes for player/studio in USB mode: 1) Update status bar 2) Disable USB stat...Hardeep Sidhu1-0/+5
2002-11-30updateing a build failure (ata_power_off) and first attempt to add 'playlist ...Robert Hak1-0/+4
2002-10-18Added mpeg_set_pitch() stub to simulator.Björn Stenberg1-4/+0
2002-10-18Pitch steps changed to 0.1% instead of 1%.Björn Stenberg1-9/+36
2002-10-15Use status_set...Mats Lidell1-3/+3
2002-10-11Enable status bar in usb mode.Markus Braun1-1/+70
2002-10-08Reverted bad parts of last patchBjörn Stenberg1-73/+1
2002-10-08f2_screen used the wrong font sizeLinus Nielsen Feltzing1-2/+72
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-0/+35
2002-10-02Quickscreens always use system fontBjörn Stenberg1-0/+8
2002-09-29Quickscreen now stays up after a quick key press only, not if key is held downBjörn Stenberg1-0/+8
2002-09-24Merged 'mp3 filter' and 'show hidden files' into a single filter option.Björn Stenberg1-5/+22
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg1-23/+21
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-0/+292