summaryrefslogtreecommitdiffstats
path: root/apps/plugin.h
AgeCommit message (Expand)AuthorFilesLines
2004-06-22remove_tread() -> remove_thread()Linus Nielsen Feltzing1-1/+1
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing1-0/+2
2004-06-19replaced an unuseable function by one I need, no version bumpJörg Hohensohn1-1/+2
2004-06-18Added more functions to the plugin API.Kjell Ericson1-1/+9
2004-06-16Added set_time()Björn Stenberg1-1/+2
2004-06-15Moved battery_level() to the end, where it doesn't break backwards compatibilityBjörn Stenberg1-1/+1
2004-06-15Forgot to bump api version.Björn Stenberg1-1/+1
2004-06-15Added battery_level()Björn Stenberg1-0/+1
2004-06-10Added MAS read/write functions to the plugin APILinus Nielsen Feltzing1-0/+10
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing1-0/+20
2004-05-20Preparation for grayscale font supportJens Arnold1-1/+5
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold1-1/+1
2004-05-01fix red and yellowJörg Hohensohn1-1/+1
2004-04-30new plugin features for stuff I'm working on: user timer, TSR, threads, contr...Jörg Hohensohn1-2/+26
2004-04-28A checkbox widgetLinus Nielsen Feltzing1-1/+4
2004-04-20Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing1-1/+1
2004-02-05fixed a warningJörg Hohensohn1-1/+1
2004-02-03give plugins access to ata_sleep(), useful for my next video playerJörg Hohensohn1-3/+6
2004-01-30inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn1-1/+1
2004-01-30mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn1-2/+19
2004-01-08Updated the plugin API number due to the modified splash(). The plugins madeDaniel Stenberg1-2/+2
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-1/+1
2003-12-15the video player plugin and file the type / plugin API for itJörg Hohensohn1-1/+8
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg1-5/+5
2003-07-25Allow older versions of plugins to run so long as plugin api struct changes d...Hardeep Sidhu1-1/+13
2003-07-24#defining around each function is not a good idea after allRobert Hak1-4/+0
2003-07-24clean simulator warningsRobert Hak1-0/+4
2003-07-24added functions for the calendar plugin, I don't increase the version sinceDaniel Stenberg1-0/+2
2003-07-24added three functions to the charcell version of the plugin struct, patch byDaniel Stenberg1-1/+5
2003-07-20killed a warning in plugin.hJerome Kuptz1-1/+1
2003-07-20update to the api to allow fetching of currently playing id3 struct. Adding ...Jerome Kuptz1-2/+4
2003-07-13Added plugin support for 8MB-modified units. This bumps the plugin API versio...Björn Stenberg1-3/+7
2003-07-09Added widgets and keyboard to plugin api.Björn Stenberg1-1/+8
2003-06-29Added qsort() to plugin api, and subsequently bumped the api version number. ...Björn Stenberg1-1/+3
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg1-0/+161