summaryrefslogtreecommitdiffstats
path: root/apps/filetypes.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-08-12Revert my filetypes commits from today. the nvram buffer is 44bytes of which ...Jonathan Gordon1-37/+25
2007-08-12Fix a problem with the nvram settings which meant adding new items to the end...Jonathan Gordon1-1/+1
2007-08-12Change the way the MAX_FILETYPES define works. It now allocates enough filety...Jonathan Gordon1-25/+37
2007-08-08increase filetypes array a bit, should now have some room for the future... B...Peter D'Hoye1-1/+1
2007-08-08Fix the open with menuJonathan Gordon1-4/+7
2007-08-07Fix the properties and shortucts plugins after accidently breaking them last ...Jonathan Gordon1-44/+63
2007-08-06Only show plugins which are actually associated with the file from the "open ...Jonathan Gordon1-2/+13
2007-08-06Accept FS#5464 - organise the rocks directory. Jonathan Gordon1-14/+2
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-1/+1
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-1/+1
2007-07-05Increase filetypes array a bit more to give headroom...Peter D'Hoye1-1/+1
2007-07-03Increase filetypes array to make room for our latest supported audioformatPeter D'Hoye1-1/+1
2007-07-03Add .wmv and .asf as supported filetypes for the WMA codecDave Chapman1-0/+2
2007-06-19Clear the whole colour list on new .colours load, rather thanPaul Louden1-1/+1
2007-06-19Make user-visible spelling "colours" rather than "colors".Paul Louden1-2/+2
2007-06-18Added one more filetype. ??? in .colors lets you set the color for all Paul Louden1-3/+8
2007-06-18Fix new bug caused by my last commit. Since there was no apparent binary Paul Louden1-1/+1
2007-06-18Hopefully fix FS#7323. Store colors as fb_data.Paul Louden1-1/+1
2007-06-17Shrink binsize by using shorts instead of ints for colorsBrandon Low1-1/+1
2007-06-17Fix some bugs with the colors stuff. You can now specify folder color with t...Brandon Low1-5/+22
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low1-3/+55
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman1-0/+2
2007-04-26Fix a .icons loading bug which caused the tango iconset to not load.Jonathan Gordon1-10/+7
2007-04-22Fix FS#7056 - dont display garbage if the viewer icon set and the main iconse...Jonathan Gordon1-4/+10
2007-04-18Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon1-9/+65
2007-04-17Initialise the custom icons array correctly instead of just using the ? for a...Jonathan Gordon1-1/+6
2007-04-16make the folder icons play nice when you load a viewers theme (sorry, this is...Jonathan Gordon1-1/+2
2007-04-16* its name[rows][columns] you drongo!Jonathan Gordon1-3/+12
2007-04-16Some gremlins got into my computer again and changed all my code!Jonathan Gordon1-23/+4
2007-04-16woopsJonathan Gordon1-1/+1
2007-04-16Fix the wavplay iconJonathan Gordon1-0/+23
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-53/+50
2007-03-29Fix icons for built-in types on charcell.Jens Arnold1-1/+1
2007-03-29Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon1-693/+212
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-8/+8
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold1-1/+1
2006-11-30File and (recursive) directories properties in the file browser context menu....Peter D'Hoye1-1/+1
2006-04-02Upped the number of allowed filetypes for archos to get rid of the 'filetypes...Jens Arnold1-1/+1
2006-03-26WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV f...Jens Arnold1-1/+1
2006-03-13Patch #4791 by Jonathan Gordon - Remove duplicates from the Open-with menu, a...Linus Nielsen Feltzing1-1/+24
2005-12-05kill gcc4 warningsDaniel Stenberg1-25/+25
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare1-8/+9
2005-11-09Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare1-1/+1
2005-10-09Fixed broken "open with" in onplay menu.Henrik Backe1-1/+5
2005-10-05Modified the viewers.config syntax slightly. The name field should now includeDaniel Stenberg1-1/+5
2005-09-02Optimised new file association handling. Fixed NULL pointer accesses. Const p...Jens Arnold1-5/+7
2005-09-02Fixed associate problem with file extensions (.info files matched .nfo extens...Henrik Backe1-4/+5
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-2/+2
2005-08-24Icon code cleanup, optimisation & policeing. Removed unused icons. Applied un...Jens Arnold1-4/+4