summaryrefslogtreecommitdiff
path: root/apps/plugin.c (follow)
Commit message (Collapse)AuthorAge
* Allow older versions of plugins to run so long as plugin api struct changes ↵Hardeep Sidhu2003-07-25
| | | | | | don't break backwards compatibility. Also added call to retrieve the portion of plugin buffer that is not being used by plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3888 a1c6a512-1295-4272-9138-f99709370657
* added functions for the calendar plugin, I don't increase the version sinceDaniel Stenberg2003-07-24
| | | | | | | I did that just minutes ago anyway... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3876 a1c6a512-1295-4272-9138-f99709370657
* added three functions to the charcell version of the plugin struct, patch byDaniel Stenberg2003-07-24
| | | | | | | delorepierre@free.fr git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3870 a1c6a512-1295-4272-9138-f99709370657
* update to the api to allow fetching of currently playing id3 struct. Adding ↵Jerome Kuptz2003-07-20
| | | | | | the favorites plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3854 a1c6a512-1295-4272-9138-f99709370657
* Added plugin support for 8MB-modified units. This bumps the plugin API ↵Björn Stenberg2003-07-13
| | | | | | version number again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3831 a1c6a512-1295-4272-9138-f99709370657
* Added widgets and keyboard to plugin api.Björn Stenberg2003-07-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3823 a1c6a512-1295-4272-9138-f99709370657
* Changed win32 simulator to use plugin.cHardeep Sidhu2003-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3784 a1c6a512-1295-4272-9138-f99709370657
* Added qsort() to plugin api, and subsequently bumped the api version number. ↵Björn Stenberg2003-06-29
| | | | | | Also added a simulator debug printout. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3778 a1c6a512-1295-4272-9138-f99709370657
* Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg2003-06-29
plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657