summaryrefslogtreecommitdiffstats
path: root/apps/misc.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-27Return NULL istead of 0 in function which returns a pointerTomer Shalev1-1/+1
2009-12-18make sure plugin reset backlight setting before exit. do code polish.Teruaki Kawashima1-35/+35
2009-11-25Add a simple sanity check before checking for changed binary.Thomas Martitz1-0/+10
2009-11-25Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting ...Thomas Martitz1-2/+10
2009-11-16mpeg.h/c cleanupJeffrey Goode1-1/+0
2009-11-10Revert r23599 and r23600 and fix the early usb problem at the root. The the v...Thomas Martitz1-1/+1
2009-11-10hopefully fix "early usb"Jonathan Gordon1-1/+1
2009-11-01Fix FS#10745 - %mv not working in sbs...Jonathan Gordon1-0/+1
2009-10-28Allow the x and y pixel values of viewports to be a negative number..Jonathan Gordon1-1/+9
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev1-0/+12
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode1-16/+0
2009-10-19Fix red: Too aggressive exclusion of includesTomer Shalev1-0/+1
2009-10-19Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev1-2/+2
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius1-3/+14
2009-09-27Clean up duplicate #includesBertrik Sikken1-1/+0
2009-08-06Remove some unused #includesBertrik Sikken1-1/+0
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon1-1/+1
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon1-2/+1
2009-07-14FS#10080Nils Wallménius1-3/+1
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-1/+1
2009-05-30Fix shutdown splash. It is meant to be shown on an empty screen.Jens Arnold1-0/+3
2009-05-17Fix duplicate #includesBertrik Sikken1-4/+1
2009-02-26made 'make' in tools/database work againDaniel Stenberg1-11/+10
2009-02-21replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. ...Frank Gevaerts1-4/+4
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold1-330/+0
2009-02-09GCC suggests parentheses so give it some (aka fix yellow).Jens Arnold1-2/+2
2009-02-09More compact screendump routines for core and greylib. The core routine might...Jens Arnold1-106/+73
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold1-38/+46
2009-02-08Small code reuse improvementNils Wallménius1-4/+12
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon1-3/+0
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-0/+5
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-0/+12
2008-11-27Sansa Clip: Make show_logo() put the text in the yellow area of the screenRafaël Carré1-0/+8
2008-11-17move the scrobbler and playlist shutdown/restart calls out of tree.c and move...Jonathan Gordon1-1/+3
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-3/+3
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-08-29Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts1-21/+26
2008-08-28Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to mis...Dave Chapman1-1/+5
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-8/+6
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling1-1/+30
2008-07-06get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ...Jonathan Gordon1-0/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also mino...Jonathan Gordon1-3/+3
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-15/+15
2008-06-07Make parse_list() a bit stricter by only allowing items to be skipped if they...Jonathan Gordon1-4/+5
2008-06-05make %V a little simpler. only the x and y values have to be specified now (i...Jonathan Gordon1-17/+49
2008-05-29total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon1-1/+0
2008-05-01Introduce a small helper function that asks the user if the dynamic playlist ...Nils Wallménius1-0/+20