summaryrefslogtreecommitdiff
path: root/apps/misc.c
AgeCommit message (Expand)Author
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon
2009-07-14FS#10080Nils Wallménius
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold
2009-05-30Fix shutdown splash. It is meant to be shown on an empty screen.Jens Arnold
2009-05-17Fix duplicate #includesBertrik Sikken
2009-02-26made 'make' in tools/database work againDaniel Stenberg
2009-02-21replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. ...Frank Gevaerts
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold
2009-02-09GCC suggests parentheses so give it some (aka fix yellow).Jens Arnold
2009-02-09More compact screendump routines for core and greylib. The core routine might...Jens Arnold
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold
2009-02-08Small code reuse improvementNils Wallménius
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli
2008-11-27Sansa Clip: Make show_logo() put the text in the yellow area of the screenRafaël Carré
2008-11-17move the scrobbler and playlist shutdown/restart calls out of tree.c and move...Jonathan Gordon
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-31cleanup storage definesFrank Gevaerts
2008-08-29Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts
2008-08-28Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to mis...Dave Chapman
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling
2008-07-06get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ...Jonathan Gordon
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-23fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also mino...Jonathan Gordon
2008-06-07fix red and pointer screwupJonathan Gordon
2008-06-07oops, missed to failed hunks in the patchJonathan Gordon
2008-06-07Accept FS#9075 and rename valid_vals to set_valsJonathan Gordon
2008-06-07Make parse_list() a bit stricter by only allowing items to be skipped if they...Jonathan Gordon
2008-06-05make %V a little simpler. only the x and y values have to be specified now (i...Jonathan Gordon
2008-05-29total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon
2008-05-01Introduce a small helper function that asks the user if the dynamic playlist ...Nils Wallménius
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius
2008-04-20Fix speaking of decimal values to work when decimals != 1, spell the fraction...Nils Wallménius
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman
2008-03-25Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman
2008-03-21Another small optimisation/simplification to the hex_to_rgb() function.Dave Chapman
2008-03-21Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman
2008-03-18Fix FS 8753, JdGordon started it, I finished it.Brandon Low
2008-03-15Further size savings - no need to make call for 0-9Steve Gotthardt
2008-03-15Small bin-size optimisation - convert a macro used six times to a functionDave Chapman
2008-03-14Make screendump work on the M3 (sim).Jens Arnold
2008-03-02fix red 1Robert Kukla
2008-03-02simulator: Robert Kukla
2008-02-06Prevent possible buffer overflow when locating album art.Magnus Holmgren
2008-01-18Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin
2007-11-21make check_dir use dir_exists and slightly optimise the latter Robert Kukla