summaryrefslogtreecommitdiff
path: root/apps/filetypes.c (follow)
Commit message (Expand)AuthorAge
* remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon2007-10-21
* simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon2007-10-21
* convert the open with screen to use the simplelist apiJonathan Gordon2007-10-21
* minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon2007-09-17
* Revert my filetypes commits from today. the nvram buffer is 44bytes of which ...Jonathan Gordon2007-08-12
* Fix a problem with the nvram settings which meant adding new items to the end...Jonathan Gordon2007-08-12
* Change the way the MAX_FILETYPES define works. It now allocates enough filety...Jonathan Gordon2007-08-12
* increase filetypes array a bit, should now have some room for the future... B...Peter D'Hoye2007-08-08
* Fix the open with menuJonathan Gordon2007-08-08
* Fix the properties and shortucts plugins after accidently breaking them last ...Jonathan Gordon2007-08-07
* Only show plugins which are actually associated with the file from the "open ...Jonathan Gordon2007-08-06
* Accept FS#5464 - organise the rocks directory. Jonathan Gordon2007-08-06
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* *** Lang v2 cleanup (FS#6574) ***Nils Wallménius2007-08-05
* Increase filetypes array a bit more to give headroom...Peter D'Hoye2007-07-05
* Increase filetypes array to make room for our latest supported audioformatPeter D'Hoye2007-07-03
* Add .wmv and .asf as supported filetypes for the WMA codecDave Chapman2007-07-03
* Clear the whole colour list on new .colours load, rather thanPaul Louden2007-06-19
* Make user-visible spelling "colours" rather than "colors".Paul Louden2007-06-19
* Added one more filetype. ??? in .colors lets you set the color for all Paul Louden2007-06-18
* Fix new bug caused by my last commit. Since there was no apparent binary Paul Louden2007-06-18
* Hopefully fix FS#7323. Store colors as fb_data.Paul Louden2007-06-18
* Shrink binsize by using shorts instead of ints for colorsBrandon Low2007-06-17
* Fix some bugs with the colors stuff. You can now specify folder color with t...Brandon Low2007-06-17
* Give color targets the ability to display each LCD line a different color and...Brandon Low2007-06-17
* Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman2007-06-05
* Fix a .icons loading bug which caused the tango iconset to not load.Jonathan Gordon2007-04-26
* Fix FS#7056 - dont display garbage if the viewer icon set and the main iconse...Jonathan Gordon2007-04-22
* Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon2007-04-18
* Initialise the custom icons array correctly instead of just using the ? for a...Jonathan Gordon2007-04-17
* make the folder icons play nice when you load a viewers theme (sorry, this is...Jonathan Gordon2007-04-16
* * its name[rows][columns] you drongo!Jonathan Gordon2007-04-16
* Some gremlins got into my computer again and changed all my code!Jonathan Gordon2007-04-16
* woopsJonathan Gordon2007-04-16
* Fix the wavplay iconJonathan Gordon2007-04-16
* Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2007-04-16
* Fix icons for built-in types on charcell.Jens Arnold2007-03-29
* Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon2007-03-29
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* More static'ing, and a few fixes resulting from that.Jens Arnold2006-12-12
* File and (recursive) directories properties in the file browser context menu....Peter D'Hoye2006-11-30
* Upped the number of allowed filetypes for archos to get rid of the 'filetypes...Jens Arnold2006-04-02
* WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV f...Jens Arnold2006-03-26
* Patch #4791 by Jonathan Gordon - Remove duplicates from the Open-with menu, a...Linus Nielsen Feltzing2006-03-13
* kill gcc4 warningsDaniel Stenberg2005-12-05
* replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare2005-11-16
* Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare2005-11-09
* Fixed broken "open with" in onplay menu.Henrik Backe2005-10-09
* Modified the viewers.config syntax slightly. The name field should now includeDaniel Stenberg2005-10-05
* Optimised new file association handling. Fixed NULL pointer accesses. Const p...Jens Arnold2005-09-02