summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2002-08-23restore was allwas true. Set it to false when last restore request wasMarkus Braun1-0/+1
2002-08-23two fixes at once:Daniel Stenberg1-3/+6
2002-08-23playlist_next() now returns NULL on excessive 'step' amountsDaniel Stenberg1-0/+4
2002-08-23OK, a (hopefully) successful attempt at getting rid of the yellows that I cre...Justin Heiner1-0/+2
2002-08-23Forgot to #ifdef somethingJustin Heiner1-0/+2
2002-08-23Fixed a problem with my #define CUSTOM_WPS - It didn't lower the menu items t...Justin Heiner1-4/+6
2002-08-23Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ic...Justin Heiner1-1/+20
2002-08-22statusbar bug fix when going to the menu from the dir browserDaniel Stenberg1-7/+0
2002-08-22when we want to stop the scroll and clear the screen, it is a lot betterDaniel Stenberg1-3/+4
2002-08-22Bill Napier's patch slightly remodelled. This adds a setting calledDaniel Stenberg4-8/+43
2002-08-22Changed CUSTOM_WPS to be a define-only feature until it is more complete. To ...Justin Heiner3-3/+16
2002-08-22fix file name pointer usage, clean the buffer faster, don't use extraDaniel Stenberg1-6/+9
2002-08-22Flipped a line to make it workJustin Heiner1-1/+1
2002-08-22Attempt at fixing redsJustin Heiner1-3/+3
2002-08-22fixed compiler errorDaniel Stenberg1-2/+2
2002-08-22Added conditional Title-Artist to appease PsycoXul :-) It's bound to %hJustin Heiner1-0/+9
2002-08-22Added %% as an available tag to the Custom WPS. Displays % when usedJustin Heiner2-1/+4
2002-08-22Added ability to have a Custom WPS Display on the Player. See the commited do...Justin Heiner2-10/+126
2002-08-21Changed the previous patch to restart the same song if over 2 seconds to 3 se...Justin Heiner1-1/+1
2002-08-21Stays in pause mode after seekBjörn Stenberg1-6/+16
2002-08-21Lee Marlow's patch to restart the same song if the back button is hit in the wpsEric Linenberg1-1/+7
2002-08-21made the main menu have a USB selection when built for simulator so thatDaniel Stenberg1-0/+4
2002-08-21play_list() is now modified to accept a playlist index that is eitherDaniel Stenberg3-21/+41
2002-08-21Ignore recorder playmode states.Mats Lidell1-0/+3
2002-08-21Fix for fixMarkus Braun1-1/+1
2002-08-21Fixed wps usb bug. Before rockbox switched not to usb mode when cable wasMarkus Braun1-1/+1
2002-08-21Added icons for charcell simulator.Mats Lidell1-1/+1
2002-08-21lets point to the docs dirRobert Hak1-0/+2
2002-08-21store the correct index in the resume info when we fire up a single song in aDaniel Stenberg1-1/+2
2002-08-21Consolidated display restore code.Markus Braun1-39/+21
2002-08-21Make use of the fixed lcd_getstringsize() for prop fonts.Markus Braun2-18/+15
2002-08-20corrected lcd margins for debug menuMarkus Braun1-0/+27
2002-08-20calculate the string width for numerical volume display and time display inMarkus Braun2-5/+35
2002-08-20corrected display of values when entering a settingMarkus Braun1-1/+1
2002-08-20Always remove double-height when resumingBjörn Stenberg1-3/+4
2002-08-20faster redraw of time displayMarkus Braun1-0/+26
2002-08-20Define instead of a number.Markus Braun1-1/+1
2002-08-20Now using lcd margins instead of a line offset for displaying status bar.Markus Braun3-60/+65
2002-08-20enabled status bar in menus on recordersMarkus Braun3-37/+205
2002-08-20status_draw() now uses lcd_update_rect()Björn Stenberg1-0/+5
2002-08-20use the gcc option -ffreestanding: (quote from the gcc man page)Daniel Stenberg1-1/+1
2002-08-20Use same updated method for delta calculation as powermgmt.c uses (maybeHeikki Hannikainen1-2/+6
2002-08-20Added draw_screen(id3) after volume change. Fixed bug in player WPS ID3 Info ...Justin Heiner1-16/+19
2002-08-20Use correct offset (0x14 instead of 0x18) when clearing the RTC user RAM spaceHeikki Hannikainen1-1/+1
2002-08-19When shuffle is ENABLED. And you press PLAY in a dir, the selected songDaniel Stenberg1-7/+33
2002-08-19Pause now works again (I broke it with my mpeg_is_playing() fix...)Björn Stenberg1-6/+6
2002-08-19fixed missing APPSVERSION definitionFelix Arends1-1/+1
2002-08-19Expanded resume options: off/ask/onBjörn Stenberg4-6/+11
2002-08-19Added Smart(tm) ID3 displaying to the new 1 Line ID3. If no ID3 is available,...Justin Heiner1-6/+17
2002-08-19More of the new 1 Line ID3 for the playerJustin Heiner1-14/+47