index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
disktidy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-2
/
+0
2020-07-19
do_menu pass internal synclist reference to callback
William Wilgus
1
-1
/
+4
2014-10-09
Fixed disktidy bug and added a couple of new features to disktidy.
Richard Burke
1
-80
/
+416
2011-12-14
disktidy: don't use "abort" for variable name as it might conflict
Rafaël Carré
1
-5
/
+5
2011-12-14
disktidy: simplify
Rafaël Carré
1
-365
/
+163
2011-09-17
plugins: make local functions static for a subset of plugins
Bertrik Sikken
1
-12
/
+12
2011-05-08
Remove tabs.
Andree Buschmann
1
-3
/
+3
2011-03-02
RaaA: Fix write locations of plugins
Thomas Jarosch
1
-2
/
+2
2010-12-25
disktidy: Fix deleting of directories specified by a pattern (FS#11827)
Alexander Levin
1
-2
/
+2
2010-12-25
disktidy: add a debug message if a file cannot be deleted
Alexander Levin
1
-1
/
+2
2010-12-25
disktidy: fix the situation where specifying that a dir should be deleted cou...
Alexander Levin
1
-1
/
+2
2010-12-25
disktidy: add a comment to the function
Alexander Levin
1
-1
/
+4
2010-12-25
Disktidy: introduce a local variable to avoid repeated use of the indexed exp...
Alexander Levin
1
-8
/
+11
2010-12-25
Extract config file saving code to a function; Do not write the NUL character...
Alexander Levin
1
-12
/
+31
2010-10-31
disktidy: handles user abort properly.
Teruaki Kawashima
1
-13
/
+5
2010-10-31
Commit FS #11682 by Teruaki Kawashima: fix the disktidy plugin
Robert Menes
1
-14
/
+37
2010-10-26
fix that disktidy plugin and shopper plugin is not usable when Show Icons set...
Teruaki Kawashima
1
-2
/
+0
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
1
-4
/
+7
2010-08-28
disktidy: store the number of removed files as global scope
Rafaël Carré
1
-17
/
+15
2010-08-28
plugins: use lcd_putsf/lcd_putsxyf
Rafaël Carré
1
-4
/
+1
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-1
/
+1
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
1
-1
/
+1
2010-01-20
FS#10738: fix disktidy plugin crash when dealing with very long file/director...
Amaury Pouly
1
-28
/
+70
2009-12-16
Fix FS#10289 - screens showing a list need to check the show_icons setting be...
Jonathan Gordon
1
-2
/
+0
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-2
/
+2
2009-08-06
a bit of code polish for rockpaint and disktidy.
Teruaki Kawashima
1
-44
/
+45
2009-01-24
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...
Andrew Mahone
1
-1
/
+0
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
1
-4
/
+2
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-22
fix FS#9023 by forcing the icons in the file to clean seelction screen
Jonathan Gordon
1
-0
/
+3
2008-05-18
FS#8637 - new UI for disktidy.
Jonathan Gordon
1
-181
/
+247
2008-05-13
Plugin parameters should be const.
Steve Bavin
1
-2
/
+2
2008-04-21
FS #8985 by Robert Menes. Add support for removing some Linux files/directori...
Thom Johansen
1
-20
/
+45
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
1
-1
/
+1
2008-03-22
D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...
Rob Purchase
1
-0
/
+3
2008-03-22
Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...
Jens Arnold
1
-0
/
+3
2008-03-01
M:Robe 100: add button definition/bitmaps to plugins and enable compilation
Robert Kukla
1
-1
/
+4
2008-02-17
Plugins now enabled and working for the Gigabeat S.
Will Robertson
1
-0
/
+3
2007-09-20
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...
Marianne Arnold
1
-1
/
+2
2007-07-27
Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.
Jens Arnold
1
-2
/
+3
2007-05-20
Update some comments in menu.h to be hopefully more helpful.
Jonathan Gordon
1
-2
/
+1
2007-05-19
attempt to make the Gigabeat button mappings in the plugins more logical and ...
Marcoen Hirschberg
1
-1
/
+1
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
1
-1
/
+1
2007-03-28
Adjust plugins to use the new menu API. Int settings still use the old API. R...
Tom Ross
1
-13
/
+6
2007-03-16
Rename some macros to account for the recently added M5 port. No code changes.
Jens Arnold
1
-1
/
+1
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
1
-2
/
+2
2007-01-20
Remove redudant code from Disk Tidy.
Tom Ross
1
-5
/
+0
2007-01-18
Hopefully fix the menu leak I introduced in my last version. Also some whites...
Tom Ross
1
-9
/
+15
[next]