summaryrefslogtreecommitdiffstats
path: root/apps/misc.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis1-0/+10
2012-03-03Correct actionable offense for misappropriation of action context.Michael Sevakis1-1/+1
2012-03-03Change keyclick_click so that it may accept raw buttons or actions.Michael Sevakis1-1/+1
2012-03-03Add a %cs(current screen) state for the "Track Info" screenOsborne Jacobs1-1/+2
2012-01-12keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon1-1/+3
2011-12-20Convert hard-coded unicode byte order mark values to constants.Nick Peskett1-0/+7
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero1-1/+1
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon1-1/+2
2011-08-07%cs (current screen) changes:Jonathan Gordon1-1/+4
2011-08-05Add a %cs item for the context menusJonathan Gordon1-1/+2
2011-08-04Add a plugin activity which to the %cs screen option listJonathan Gordon1-1/+2
2011-07-20FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon1-1/+2
2011-07-08Have mpegplayer use the mixer (the playback channel, since it's mutually excl...Michael Sevakis1-3/+19
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-0/+3
2011-06-23Fixed a regression caused in r30021: tagnavi_custom.config parsingMiika Pekkarinen1-1/+1
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon1-0/+20
2011-02-18Fix yellows and checkwps.Thomas Martitz1-1/+0
2010-08-10Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon1-1/+2
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-2/+0
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-10/+1
2009-11-25Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting ...Thomas Martitz1-1/+2
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev1-0/+7
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode1-8/+0
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius1-1/+4
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-1/+2
2009-02-21replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. ...Frank Gevaerts1-1/+1
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold1-50/+0
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold1-0/+12
2009-02-08Small code reuse improvementNils Wallménius1-1/+1
2009-01-29Fix yellowMaurus Cuelenaere1-0/+1
2008-08-28Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to mis...Dave Chapman1-3/+0
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling1-0/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-07fix red and pointer screwupJonathan Gordon1-1/+1
2008-06-07oops, missed to failed hunks in the patchJonathan Gordon1-1/+1
2008-06-07Accept FS#9075 and rename valid_vals to set_valsJonathan Gordon1-1/+8
2008-06-05make %V a little simpler. only the x and y values have to be specified now (i...Jonathan Gordon1-1/+2
2008-05-01Introduce a small helper function that asks the user if the dynamic playlist ...Nils Wallménius1-0/+4
2008-03-21Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman1-1/+4
2008-02-06Prevent possible buffer overflow when locating album art.Magnus Holmgren1-1/+1
2008-01-18Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin1-0/+5
2007-11-21consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla1-0/+4
2007-11-18Use the strrsplt function in one more placeNils Wallménius1-0/+2
2007-08-01Fix some places for USB_NONE. Still some more complex cases left though.Jens Arnold1-1/+1
2007-06-22Prevent initial spinup when starting first file when in a stopped state on no...Michael Sevakis1-3/+3
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low1-0/+4
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius1-0/+3
2007-04-09Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold1-0/+1
2007-03-30Don't check for bootfile changes on devices that use OF for USB (and thus reb...Peter D'Hoye1-0/+2
2007-03-30Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye1-0/+4