summaryrefslogtreecommitdiffstats
path: root/apps/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-10Zero out plugin RAM before loading a plugin, to ensure a properly zeroed bss ...Jens Arnold1-0/+3
2004-10-23Removed usb_screen() from the api. All plugins should use the default event h...Jens Arnold1-22/+21
2004-10-12Extended default_event_handler() that calls a callback function prior to actu...Jens Arnold1-0/+1
2004-10-07Patch #1041556 by Eric Lassauge, correct language for plugin load error in si...Linus Nielsen Feltzing1-1/+1
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-09-26Added header file for bitswap, and made the fliptable global for re-useJens Arnold1-1/+1
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold1-0/+3
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-1/+1
2004-07-29Added functions for the split editor pluginLinus Nielsen Feltzing1-0/+16
2004-07-27Sorted the plugin functionsLinus Nielsen Feltzing1-27/+25
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing1-59/+46
2004-07-26Added default_event_handler() to the plugin APILinus Nielsen Feltzing1-0/+1
2004-07-23Added strcasecmp() to the plugin APILinus Nielsen Feltzing1-0/+1
2004-07-23The simulator has to use the sim_ versions of remove() and rename()Linus Nielsen Feltzing1-2/+2
2004-07-21Added strncpy to the plugin APILinus Nielsen Feltzing1-0/+1
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing1-1/+6
2004-07-20Next round of const policeingJens Arnold1-2/+3
2004-07-16Added settings_parseline() and strcmp() to the plugin APILinus Nielsen Feltzing1-0/+2
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-0/+3
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-3/+6
2004-07-08removing progressbar() and slidebar() broke backwards compatibilityJens Arnold1-1/+0
2004-07-08Removed progressbar() and slidebar()Linus Nielsen Feltzing1-2/+0
2004-07-08Added mpeg_has_changed_track() to the plugin API (again)Linus Nielsen Feltzing1-0/+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/+1
2004-06-18Added more functions to the plugin API.Kjell Ericson1-0/+7
2004-06-16Added set_time()Björn Stenberg1-0/+1
2004-06-15Moved battery_level() to the end, where it doesn't break backwards compatibilityBjörn Stenberg1-1/+1
2004-06-15Added battery_level()Björn Stenberg1-0/+2
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-6/+10
2004-05-20Preparation for grayscale font supportJens Arnold1-0/+3
2004-05-02Minor tweak for plugin_register_timer()Jens Arnold1-1/+1
2004-05-01fix a simulator warningJörg Hohensohn1-0/+2
2004-05-01fix red and yellowJörg Hohensohn1-1/+3
2004-04-30better clear the IRQ, although it worked withoutJörg Hohensohn1-0/+1
2004-04-30new plugin features for stuff I'm working on: user timer, TSR, threads, contr...Jörg Hohensohn1-0/+87
2004-04-28A checkbox widgetLinus Nielsen Feltzing1-0/+3
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-0/+2
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