index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
filetypes.h
Age
Commit message (
Expand
)
Author
2007-06-17
Fix some bugs with the colors stuff. You can now specify folder color with t...
Brandon Low
2007-06-17
Give color targets the ability to display each LCD line a different color and...
Brandon Low
2007-04-18
Move the inbuilt filetype info into filetypes.c and rename the defines.
Jonathan Gordon
2007-04-16
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2007-03-29
Recode filetypes.c to remove its need for a static string buffer.
Jonathan Gordon
2005-12-05
kill gcc4 warnings
Daniel Stenberg
2005-09-02
Optimised new file association handling. Fixed NULL pointer accesses. Const p...
Jens Arnold
2005-09-02
Fixed associate problem with file extensions (.info files matched .nfo extens...
Henrik Backe
2005-03-06
Undo previous commit. Apparently, this is not wanted behaviour.
Thom Johansen
2005-03-06
"Open With" menu duplicate entry bug fixed.
Thom Johansen
2004-08-18
Const policed pointer arguments to functions, part 3
Jens Arnold
2004-07-19
Const'ed the logo, the bitmaps and the credits (optimization for running from...
Jens Arnold
2004-07-13
Open with... now reloads the dir if the viewer returns PLUGIN_USB_CONNECTED
Linus Nielsen Feltzing
2004-05-21
Plugin/file type association system. Patch #879411 by Henrik Backe
Björn Stenberg