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
2011-06-20
Fix yellow. Shouldn't have reordered struct members here.
Thomas Martitz
2011-06-20
Use enum themable_icons in struct file_type and struct filetype (who made tho...
Thomas Martitz
2010-05-12
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
Jonathan Gordon
2010-03-03
FS#10756 - Free unused init code
Thomas Martitz
2009-10-28
Add support for running Lua games/apps from the Plugins menu
Maurus Cuelenaere
2009-10-19
Initial custom statusbar commit.
Thomas Martitz
2009-10-16
Revert r23212, I committed it accidentally.
Thomas Martitz
2009-10-16
initial custom statusbar commit
Thomas Martitz
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-24
FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and makin...
Nils Wallménius
2008-05-12
Const police raid.
Steve Bavin
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