index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugin.h
Age
Commit message (
Expand
)
Author
2004-02-05
fixed a warning
Jörg Hohensohn
2004-02-03
give plugins access to ata_sleep(), useful for my next video player
Jörg Hohensohn
2004-01-30
inconsistent argument type for backlight_set_timeout() fixed
Jörg Hohensohn
2004-01-30
mp3 playback "engine" now in plugin API, rocks can make sound
Jörg Hohensohn
2004-01-08
Updated the plugin API number due to the modified splash(). The plugins made
Daniel Stenberg
2004-01-08
The splash() function's second argument (keymask) is now removed, as it
Daniel Stenberg
2003-12-15
the video player plugin and file the type / plugin API for it
Jörg Hohensohn
2003-12-08
my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t
Daniel Stenberg
2003-07-25
Allow older versions of plugins to run so long as plugin api struct changes d...
Hardeep Sidhu
2003-07-24
#defining around each function is not a good idea after all
Robert Hak
2003-07-24
clean simulator warnings
Robert Hak
2003-07-24
added functions for the calendar plugin, I don't increase the version since
Daniel Stenberg
2003-07-24
added three functions to the charcell version of the plugin struct, patch by
Daniel Stenberg
2003-07-20
killed a warning in plugin.h
Jerome Kuptz
2003-07-20
update to the api to allow fetching of currently playing id3 struct. Adding ...
Jerome Kuptz
2003-07-13
Added plugin support for 8MB-modified units. This bumps the plugin API versio...
Björn Stenberg
2003-07-09
Added widgets and keyboard to plugin api.
Björn Stenberg
2003-06-29
Added qsort() to plugin api, and subsequently bumped the api version number. ...
Björn Stenberg
2003-06-29
Added plugin loader. Moved games, demos and the text viewer to loadable plugi...
Björn Stenberg