summaryrefslogtreecommitdiff
path: root/apps/misc.c
AgeCommit message (Expand)Author
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz
2010-08-28output_dyn_value() : don't use strlen() to check string emptinessRafaël Carré
2010-08-10try againJonathan Gordon
2010-08-10fid red/yellow... does database really need to compile all of misc.c?Jonathan Gordon
2010-08-10Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon
2010-08-07Android port: handle incoming calls.Thomas Martitz
2010-08-02make grey targets reject viewport colours if theyare more than one letter (i....Jonathan Gordon
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-09simplify parse_list. don't search for terminating separator or parenthesis wh...Teruaki Kawashima
2010-06-08fix - not being accepted for viewport font.Jonathan Gordon
2010-06-07Changeover to the new skin format. SkinBreakingChange in the wiki has the run...Jonathan Gordon
2010-05-27Generate C file / header for svn version stringRafaël Carré
2010-05-26Since the sdl to target tree move, the main thread cannot be removed anymore,Thomas Martitz
2010-05-15Revert r26055 since it breaks certain Archos targets.Michael Sevakis
2010-05-15If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-03Update a comment to reflect the previous commit.Thomas Martitz
2010-05-03Move read_line() further down so that it can be used in checkwps and remove c...Thomas Martitz
2010-03-28Fix "bookmark on stop: ask" when idle poweroff triggers.Torne Wuff
2010-02-27Fix System/Running Time to reset the running time whenever a charger or USB c...Michael Giacomelli
2010-02-22Print correctly the rockbox logo for Clipv2/Clip+, not only Clipv1Rafaël Carré
2009-12-27Return NULL istead of 0 in function which returns a pointerTomer Shalev
2009-12-18make sure plugin reset backlight setting before exit. do code polish.Teruaki Kawashima
2009-11-25Add a simple sanity check before checking for changed binary.Thomas Martitz
2009-11-25Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting ...Thomas Martitz
2009-11-16mpeg.h/c cleanupJeffrey Goode
2009-11-10Revert r23599 and r23600 and fix the early usb problem at the root. The the v...Thomas Martitz
2009-11-10hopefully fix "early usb"Jonathan Gordon
2009-11-01Fix FS#10745 - %mv not working in sbs...Jonathan Gordon
2009-10-28Allow the x and y pixel values of viewports to be a negative number..Jonathan Gordon
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode
2009-10-19Fix red: Too aggressive exclusion of includesTomer Shalev
2009-10-19Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius
2009-09-27Clean up duplicate #includesBertrik Sikken
2009-08-06Remove some unused #includesBertrik Sikken
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