summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-18Fix for issues in speaking the time in Rockbox Info screen (B#9167).Stéphane Doyon1-22/+11
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius4-9/+8
2008-08-13gcc 4.3.1 quite rightfully warnings when printf-style functions use "formatDaniel Stenberg1-2/+2
2008-08-08Also have the peakmeter menu shown inside the recording menu, because there i...Peter D'Hoye2-7/+7
2008-08-06First step of the recording screen redesign. The screen is split into a fixed...Peter D'Hoye1-9/+13
2008-08-03Fix FS#9237 (Mismatch in voiced and displayed buffer size).Bertrik Sikken1-7/+5
2008-07-16Make a couple of locally used callbacks staticBertrik Sikken1-2/+2
2008-07-15rectrigger: voice the splashes, and say "off" when start/stopStéphane Doyon1-10/+19
2008-07-14Rename and rework the "Study Mode" menu into the "Skip Length" setting. Updat...Thom Johansen1-9/+6
2008-07-08fix FS#9162 - the time needs to not talk so often, not the date lineJonathan Gordon1-13/+13
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon1-12/+22
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye2-6/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg13-26/+52
2008-06-25fix redJonathan Gordon1-1/+3
2008-06-25ok, only update the screen if the time is selected... otherwise the scrolling...Jonathan Gordon1-1/+1
2008-06-25fix FS#8969 - rockbox info screen is now redrawn every half secondJonathan Gordon1-1/+10
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-0/+3
2008-05-29Gigabeat F/X:Michael Sevakis1-0/+7
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon1-424/+142
2008-05-22FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playb...Steve Bavin3-3/+3
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis1-2/+2
2008-05-06Fix the colour selector. The only colours not allowed should be when trying t...Barry Wardell1-2/+9
2008-05-05scroll all lines in read-only info listsJonathan Gordon1-0/+2
2008-05-04Accept FS#6188: study mode.Stéphane Doyon1-0/+6
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon1-1/+1
2008-05-03Fixed warning about unused flipdisplay_callback function for targets that can...Bertrik Sikken1-1/+1
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken2-5/+6