summaryrefslogtreecommitdiffstats
path: root/apps/filetypes.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-3/+3
2008-07-26commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger1-0/+1
2008-07-18Remove unnecessary #includeBertrik Sikken1-1/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-24FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and makin...Nils Wallménius1-8/+8
2008-05-24Don't do the same check twice. Thanks to fml on IRC for noting.Dominik Riebeling1-2/+1
2008-05-21FS #8680. MOD codec by Rainer Sinsch.Thom Johansen1-0/+1
2008-05-12Const police raid.Steve Bavin1-1/+1
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-4/+9
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-1/+0
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-0/+1
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-1/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-0/+1
2008-03-21Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman1-3/+3
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-1/+0
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-0/+1
2008-02-23Small fixes for icon behaviour on the Player: Read viewer icon numbers from v...Jens Arnold1-4/+0
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon1-1/+1
2007-10-21remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon1-1/+1
2007-10-21simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon1-5/+1
2007-10-21convert the open with screen to use the simplelist apiJonathan Gordon1-29/+36
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