summaryrefslogtreecommitdiffstats
path: root/apps/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-03give plugins access to ata_sleep(), useful for my next video playerJörg Hohensohn1-0/+4
2004-01-30mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn1-0/+32
2004-01-12Restore LCD margins after plugin exitsBjörn Stenberg1-2/+12
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-8/+8
2003-12-15the video player plugin and file the type / plugin API for itJörg Hohensohn1-0/+8
2003-12-09typecast the five functions that still make a simulator produce compilerDaniel Stenberg1-5/+5
2003-07-25Allow older versions of plugins to run so long as plugin api struct changes d...Hardeep Sidhu1-7/+45
2003-07-24added functions for the calendar plugin, I don't increase the version sinceDaniel Stenberg1-1/+5
2003-07-24added three functions to the charcell version of the plugin struct, patch byDaniel Stenberg1-0/+3
2003-07-20update to the api to allow fetching of currently playing id3 struct. Adding ...Jerome Kuptz1-0/+2
2003-07-13Added plugin support for 8MB-modified units. This bumps the plugin API versio...Björn Stenberg1-2/+5
2003-07-09Added widgets and keyboard to plugin api.Björn Stenberg1-0/+9
2003-06-29Changed win32 simulator to use plugin.cHardeep Sidhu1-3/+12
2003-06-29Added qsort() to plugin api, and subsequently bumped the api version number. ...Björn Stenberg1-0/+3
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg1-0/+221