summaryrefslogtreecommitdiff
path: root/apps/misc.h (follow)
Commit message (Expand)AuthorAge
* Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon2010-08-10
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon2010-07-29
* Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting ...Thomas Martitz2009-11-25
* FS#10704 - Make a configuration option to disable USB HID Tomer Shalev2009-10-23
* Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode2009-10-22
* Const correctness for output_dyn_value and unify some identical constantsNils Wallménius2009-10-17
* Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold2009-06-07
* replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. ...Frank Gevaerts2009-02-21
* Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold2009-02-10
* Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold2009-02-09
* Small code reuse improvementNils Wallménius2009-02-08
* Fix yellowMaurus Cuelenaere2009-01-29
* Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to mis...Dave Chapman2008-08-28
* Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling2008-08-02
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* fix red and pointer screwupJonathan Gordon2008-06-07
* oops, missed to failed hunks in the patchJonathan Gordon2008-06-07
* Accept FS#9075 and rename valid_vals to set_valsJonathan Gordon2008-06-07
* make %V a little simpler. only the x and y values have to be specified now (i...Jonathan Gordon2008-06-05
* Introduce a small helper function that asks the user if the dynamic playlist ...Nils Wallménius2008-05-01
* Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman2008-03-21
* Prevent possible buffer overflow when locating album art.Magnus Holmgren2008-02-06
* Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin2008-01-18
* consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla2007-11-21
* Use the strrsplt function in one more placeNils Wallménius2007-11-18
* Fix some places for USB_NONE. Still some more complex cases left though.Jens Arnold2007-08-01
* Prevent initial spinup when starting first file when in a stopped state on no...Michael Sevakis2007-06-22
* Give color targets the ability to display each LCD line a different color and...Brandon Low2007-06-17
* Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius2007-05-30
* Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold2007-04-09
* Don't check for bootfile changes on devices that use OF for USB (and thus reb...Peter D'Hoye2007-03-30
* Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye2007-03-30
* Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2007-03-16
* A few more bookmark code tweaks. Also improves how the bookmark selection scr...Magnus Holmgren2007-02-17
* Make the updated %rg tag match playback behaviour (fall back to track gain if...Magnus Holmgren2006-11-15
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* Implement fast_readline as a function and use it for tagtree also.Miika Pekkarinen2006-10-21
* Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman2005-12-04
* Core: A graphics framework can now register a hook function to extend the cor...Jens Arnold2005-10-01
* Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing2005-09-02
* Added universal functions for creation of numbered filenames and date+time fi...Jens Arnold2005-09-02
* The shutdown message is now displayed before saving the database, giving bett...Linus Nielsen Feltzing2005-08-18
* Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...Linus Nielsen Feltzing2005-04-06
* oops again, incomplete long policyJean-Philippe Bernardy2005-02-07
* New function for formatting large-range values for output, both printed and v...Jens Arnold2005-01-31
* Extended default_event_handler() that calls a callback function prior to actu...Jens Arnold2004-10-12
* Cosmetic changesLinus Nielsen Feltzing2004-07-26
* First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing2004-07-26
* New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing2004-07-24