summaryrefslogtreecommitdiffstats
path: root/apps/plugins/disktidy.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-14disktidy: don't use "abort" for variable name as it might conflictRafaël Carré1-5/+5
2011-12-14disktidy: simplifyRafaël Carré1-365/+163
2011-09-17plugins: make local functions static for a subset of pluginsBertrik Sikken1-12/+12
2011-05-08Remove tabs.Andree Buschmann1-3/+3
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch1-2/+2
2010-12-25disktidy: Fix deleting of directories specified by a pattern (FS#11827)Alexander Levin1-2/+2
2010-12-25disktidy: add a debug message if a file cannot be deletedAlexander Levin1-1/+2
2010-12-25disktidy: fix the situation where specifying that a dir should be deleted cou...Alexander Levin1-1/+2
2010-12-25disktidy: add a comment to the functionAlexander Levin1-1/+4
2010-12-25Disktidy: introduce a local variable to avoid repeated use of the indexed exp...Alexander Levin1-8/+11
2010-12-25Extract config file saving code to a function; Do not write the NUL character...Alexander Levin1-12/+31
2010-10-31disktidy: handles user abort properly.Teruaki Kawashima1-13/+5
2010-10-31Commit FS #11682 by Teruaki Kawashima: fix the disktidy pluginRobert Menes1-14/+37
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima1-2/+0
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-4/+7
2010-08-28disktidy: store the number of removed files as global scopeRafaël Carré1-17/+15
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-4/+1
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-01-20FS#10738: fix disktidy plugin crash when dealing with very long file/director...Amaury Pouly1-28/+70
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon1-2/+0
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-2/+2
2009-08-06a bit of code polish for rockpaint and disktidy.Teruaki Kawashima1-44/+45
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone1-1/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-4/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-22fix FS#9023 by forcing the icons in the file to clean seelction screenJonathan Gordon1-0/+3
2008-05-18FS#8637 - new UI for disktidy.Jonathan Gordon1-181/+247
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-04-21FS #8985 by Robert Menes. Add support for removing some Linux files/directori...Thom Johansen1-20/+45
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase1-0/+3
2008-03-22Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...Jens Arnold1-0/+3
2008-03-01M:Robe 100: add button definition/bitmaps to plugins and enable compilationRobert Kukla1-1/+4
2008-02-17Plugins now enabled and working for the Gigabeat S.Will Robertson1-0/+3
2007-09-20Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold1-1/+2
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold1-2/+3
2007-05-20Update some comments in menu.h to be hopefully more helpful.Jonathan Gordon1-2/+1
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg1-1/+1
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-1/+1
2007-03-28Adjust plugins to use the new menu API. Int settings still use the old API. R...Tom Ross1-13/+6
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-2/+2
2007-01-20Remove redudant code from Disk Tidy.Tom Ross1-5/+0
2007-01-18Hopefully fix the menu leak I introduced in my last version. Also some whites...Tom Ross1-9/+15
2007-01-18Fix warning and slight clean up.Tom Ross1-7/+2
2007-01-18Change Disktidy to use the standard menu api and adapt it to work on the Arch...Tom Ross1-137/+72
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-0/+9