summaryrefslogtreecommitdiffstats
path: root/apps/misc.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-2/+2
2007-02-17A few more bookmark code tweaks. Also improves how the bookmark selection scr...Magnus Holmgren1-0/+9
2006-11-15Make the updated %rg tag match playback behaviour (fall back to track gain if...Magnus Holmgren1-0/+8
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-5/+30
2006-10-21Implement fast_readline as a function and use it for tagtree also.Miika Pekkarinen1-0/+2
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-1/+1
2005-10-01Core: A graphics framework can now register a hook function to extend the cor...Jens Arnold1-0/+1
2005-09-02Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing1-0/+1
2005-09-02Added universal functions for creation of numbered filenames and date+time fi...Jens Arnold1-0/+8
2005-08-18The shutdown message is now displayed before saving the database, giving bett...Linus Nielsen Feltzing1-1/+0
2005-04-06Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...Linus Nielsen Feltzing1-0/+1
2005-02-07oops again, incomplete long policyJean-Philippe Bernardy1-2/+2
2005-01-31New function for formatting large-range values for output, both printed and v...Jens Arnold1-5/+7
2004-10-12Extended default_event_handler() that calls a callback function prior to actu...Jens Arnold1-0/+1
2004-07-26Cosmetic changesLinus Nielsen Feltzing1-1/+1
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-0/+1
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing1-0/+1
2004-07-05Moved settings_parseline() to misc.cLinus Nielsen Feltzing1-0/+6
2004-06-30New screen dump feature for recordersLinus Nielsen Feltzing1-0/+5
2003-05-04Moved read_line() to misc.cLinus Nielsen Feltzing1-0/+8
2003-03-10renamed string.c to misc.c and added a misc.h for the num2max5() function,Daniel Stenberg1-0/+24