summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-0/+4
2011-02-20FS#11939: Simplify talk_time_unit().Andree Buschmann1-1/+1
2011-02-15Undo unwanted commit r29310.Andree Buschmann1-1/+1
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann1-1/+1
2011-02-13Explicitely say 'minutes' when speaking the battery time, fixes FS#11932.Nils Wallménius1-1/+1
2011-02-11Use menu layout for sleep timer that is consistent to other timers. Closes FS...Andree Buschmann1-1/+1
2011-02-11autoresume: Match full directory path names only in autoresumable()Michael Hohmuth1-1/+1
2011-02-08Add option to resume next track on automatic track changeMichael Hohmuth1-26/+60
2011-02-08Make enable-autoresume option more consistent with other settings.Michael Hohmuth1-1/+21
2011-01-29Fix yellowThomas Martitz1-1/+3
2011-01-29Fix oops in r29160 (apps went into games and vice versa).Thomas Martitz1-1/+1
2011-01-29Move fm radio related menus out of radio.c into apps/menus/.Thomas Martitz2-0/+148
2011-01-29Re-factor code for the plugins main menu item, enabling better icons in that ...Thomas Martitz1-0/+74
2011-01-29Change the way how playlists and system menu items in the main menu are inter...Thomas Martitz1-3/+0
2011-01-02Blind commit a 'fix' for automatic resume on HWCODEC since I don't understand...Michael Giacomelli1-0/+4
2011-01-02Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...Michael Giacomelli1-1/+9
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima1-1/+77
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-3/+1
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz1-4/+4
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon1-0/+8
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat1-1/+0
2010-10-08don't reload the skins if color isn't actually changed.Teruaki Kawashima1-5/+9
2010-10-04New setting to control the file browser start location.Jonathan Gordon2-1/+12
2010-09-21eq menu: remove write-only variableRafaël Carré1-4/+1
2010-09-21playback_callback(): remove write-only old_repeat_modeRafaël Carré1-4/+0
2010-09-21eq menu: remove write-only variable present since r8606Rafaël Carré1-2/+0
2010-09-17Fix red, stupid typoFrank Gevaerts1-1/+1
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-0/+5
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-1/+2
2010-09-01Fix reds. The battery_capacity setting is used even for fixed-battery targets.Thomas Martitz1-1/+1
2010-08-21Safeguard against possible stack corruption when the string in the tempbuffer...Nils Wallménius1-1/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz2-2/+7
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-1/+1
2010-07-25Use browse_folder() for browsing eq presets and languages.Thomas Martitz2-12/+9
2010-07-24Delete useless include.Nils Wallménius1-3/+0
2010-07-05Provide the option to automatically update existing bookmark files on stop, w...Torne Wuff1-1/+2
2010-06-29Remove some redundant #include'sBertrik Sikken1-1/+0
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-06-12Fix FS#111395. Call settings_apply_skins() after changing theme colours.Andree Buschmann1-0/+1
2010-06-06Use SYS_FS_CHANGED and a slight rework in the recalculation of free disk spac...Thomas Martitz1-9/+10
2010-06-05Remove the jump scroll settings since they don't do anything, drop the releva...Nils Wallménius1-7/+1
2010-05-27Generate C file / header for svn version stringRafaël Carré1-2/+2
2010-05-26Give the radio screen setting(s) in the themes menu its own language strings ...Marianne Arnold1-2/+2
2010-05-15Hopefully get some green back from r26051.Michael Sevakis1-1/+1
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis3-12/+285
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon1-0/+22
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode2-43/+4
2010-05-07Fix redJeffrey Goode1-1/+1
2010-05-07Hotkey menu items have their own iconJeffrey Goode2-2/+3
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz4-18/+15