summaryrefslogtreecommitdiffstats
path: root/apps/plugin.h
AgeCommit message (Expand)AuthorFilesLines
2004-10-23Removed usb_screen() from the api. All plugins should use the default event h...Jens Arnold1-33/+32
2004-10-12Extended default_event_handler() that calls a callback function prior to actu...Jens Arnold1-7/+8
2004-09-29Added MAS3539F support (Ondio SP)Jens Arnold1-2/+2
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-2/+2
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold1-2/+5
2004-08-18 Const policed pointer arguments to functions, part 4Jens Arnold1-1/+1
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-2/+2
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-4/+5
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-4/+5
2004-08-03More const policeing step 3Jens Arnold1-1/+1
2004-08-01More const policeing step 1Jens Arnold1-3/+3
2004-07-29Added functions for the split editor pluginLinus Nielsen Feltzing1-1/+17
2004-07-27Sorted the plugin functionsLinus Nielsen Feltzing1-36/+34
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing1-64/+49
2004-07-26Added default_event_handler() to the plugin APILinus Nielsen Feltzing1-1/+2
2004-07-23Added strcasecmp() to the plugin APILinus Nielsen Feltzing1-1/+2
2004-07-21Added strncpy to the plugin APILinus Nielsen Feltzing1-0/+1
2004-07-21Bumped the API versionLinus Nielsen Feltzing1-1/+1
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing1-0/+2
2004-07-20Made the char property lookup table constantJens Arnold1-1/+1
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold1-2/+2
2004-07-16Added settings_parseline() and strcmp() to the plugin APILinus Nielsen Feltzing1-1/+3
2004-07-15Patch #778688 by Pierre Delore, euroconverter for the PlayerLinus Nielsen Feltzing1-0/+4
2004-07-15snake2: Some code cleanup, loads all levels at startup, fixed the bug that pr...Linus Nielsen Feltzing1-1/+4
2004-07-13Added strrchr() to the plugin APILinus Nielsen Feltzing1-0/+1
2004-07-13The plugin API now supports ctype macros like tolower() and friendsLinus Nielsen Feltzing1-5/+7
2004-07-08removing progressbar() and slidebar() broke backwards compatibilityJens Arnold1-2/+1
2004-07-08Removed progressbar() and slidebar()Linus Nielsen Feltzing1-4/+3
2004-07-08Bumped PLUGIN_API_VERSIONLinus Nielsen Feltzing1-1/+1
2004-07-08Added mpeg_has_changed_track() to the plugin API (again)Linus Nielsen Feltzing1-0/+1
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