summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken1-2/+2
2009-05-21Remove some unused declarationsBertrik Sikken1-1/+0
2009-05-17Fix duplicate #includesBertrik Sikken2-3/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken3-3/+0
2009-04-11M:Robe 500: Start of proper remote support, touchscreen works without remote ...Karl Kurbjun1-2/+8
2009-03-27FS#10014 - Separate tracklocking out of skip length, skip length prevented to...Thomas Martitz1-1/+2
2009-03-24Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point ...Rob Purchase1-1/+18
2009-03-08Yet more #include cleanupsBertrik Sikken1-0/+3
2009-03-08Clean up some more #includesBertrik Sikken2-3/+2
2009-03-08Clean up some #includesBertrik Sikken2-8/+0
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken1-1/+1
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz1-3/+3
2009-03-02Onda VX747:Maurus Cuelenaere1-0/+7
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz1-1/+2
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon1-5/+10
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon1-1/+1
2009-02-01Statusbar handling fixes. Jonathan Gordon1-1/+1
2009-01-28Forget Info screen auto refresh for now since it messes with text scrolling.Michael Sevakis1-8/+0
2009-01-28Make sure 'Battery: Charging' is displayed in the info screen when charging n...Michael Sevakis1-7/+27
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz1-6/+4
2009-01-06Changed lang message for credits item in Rockbox Mainmenu/System and updated ...Alessio Lenzi1-1/+1
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon1-7/+3
2009-01-05"fix" FS#9757 by handing the statusbar redraw event more correctly... the eqs...Jonathan Gordon1-1/+8
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon3-4/+2
2008-12-25Hopefully fix read.Michael Giacomelli1-10/+10
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-0/+6
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-11/+10
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-7/+3
2008-12-02fix FS#9569 - exiting the time&date screen goes to the wrong screenJonathan Gordon1-3/+15
2008-12-01Static police.Bertrik Sikken2-2/+2
2008-12-01fix yellowJonathan Gordon1-0/+1
2008-12-01FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon3-192/+312
2008-11-26Add hardware backlight fading on Gigabeat S with fade up and down options in ...Michael Sevakis1-2/+4
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin1-3/+5
2008-11-09FS#7916 - Adapt graphical EQ to smaller screens (Fixes FS#9517)Jonathan Gordon1-172/+154
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon1-22/+0
2008-11-03FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...Jonathan Gordon1-0/+22
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon1-2/+2
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-14Make some dependencies on id3.h explicit.Magnus Holmgren1-0/+1
2008-10-13Move 'Playback Settings' up from 'General Settings' to 'Settings' (FS#9472 by...Nils Wallménius2-1/+2
2008-10-08New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye1-0/+23
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts2-7/+7
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius1-3/+3
2008-09-23Display the expected album art size in the info screenJonathan Gordon1-0/+32
2008-09-18Make local function ticking_callback static in apps/menus/display_menu.cBertrik Sikken1-1/+1
2008-09-12Make local function static and add missing #includes for Archos playerBertrik Sikken1-1/+1
2008-09-08Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin1-3/+1
2008-09-08Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin1-1/+3
2008-08-19Rockbox info: restore the 5seconds update delay to allow scrolling,Stéphane Doyon1-1/+4