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.c
Age
Commit message (
Expand
)
Author
2005-10-09
Fixed broken "open with" in onplay menu.
Henrik Backe
2005-10-05
Modified the viewers.config syntax slightly. The name field should now include
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-08-29
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...
Jens Arnold
2005-08-24
Icon code cleanup, optimisation & policeing. Removed unused icons. Applied un...
Jens Arnold
2005-06-11
Add .a52 and .mpc to supported list of audio files
Dave Chapman
2005-06-07
We need to increase MAX_EXTTYPES for software codecs - but maybe we should us...
Dave Chapman
2005-03-07
Remove double entries in the "open with" menu.
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
2005-03-04
Increased the file type string buffer size
Linus Nielsen Feltzing
2005-02-09
long policy
Jean-Philippe Bernardy
2004-08-18
Const policed pointer arguments to functions, part 3
Jens Arnold
2004-08-01
More const policeing step 2
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-27
Fixed bug in .rock extension check when scanning plugins
Hardeep Sidhu
2004-05-21
Fixed build errors
Björn Stenberg
2004-05-21
Plugin/file type association system. Patch #879411 by Henrik Backe
Björn Stenberg