Age | Commit message (Expand) | Author |
2004-07-29 | Added functions for the split editor plugin | Linus Nielsen Feltzing |
2004-07-27 | Sorted the plugin functions | Linus Nielsen Feltzing |
2004-07-27 | Added possibility to select the priority of the ID3 tags | Linus Nielsen Feltzing |
2004-07-26 | Added default_event_handler() to the plugin API | Linus Nielsen Feltzing |
2004-07-23 | Added strcasecmp() to the plugin API | Linus Nielsen Feltzing |
2004-07-21 | Added strncpy to the plugin API | Linus Nielsen Feltzing |
2004-07-21 | Bumped the API version | Linus Nielsen Feltzing |
2004-07-21 | Added raw button reading functionality | Linus Nielsen Feltzing |
2004-07-20 | Made the char property lookup table constant | Jens Arnold |
2004-07-19 | Const'ed the logo, the bitmaps and the credits (optimization for running from... | Jens Arnold |
2004-07-16 | Added settings_parseline() and strcmp() to the plugin API | Linus Nielsen Feltzing |
2004-07-15 | Patch #778688 by Pierre Delore, euroconverter for the Player | Linus Nielsen Feltzing |
2004-07-15 | snake2: Some code cleanup, loads all levels at startup, fixed the bug that pr... | Linus Nielsen Feltzing |
2004-07-13 | Added strrchr() to the plugin API | Linus Nielsen Feltzing |
2004-07-13 | The plugin API now supports ctype macros like tolower() and friends | Linus Nielsen Feltzing |
2004-07-08 | removing progressbar() and slidebar() broke backwards compatibility | Jens Arnold |
2004-07-08 | Removed progressbar() and slidebar() | Linus Nielsen Feltzing |
2004-07-08 | Bumped PLUGIN_API_VERSION | Linus Nielsen Feltzing |
2004-07-08 | Added mpeg_has_changed_track() to the plugin API (again) | Linus Nielsen Feltzing |
2004-06-22 | remove_tread() -> remove_thread() | Linus Nielsen Feltzing |
2004-06-22 | Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi... | Linus Nielsen Feltzing |
2004-06-19 | replaced an unuseable function by one I need, no version bump | Jörg Hohensohn |
2004-06-18 | Added more functions to the plugin API. | Kjell Ericson |
2004-06-16 | Added set_time() | Björn Stenberg |
2004-06-15 | Moved battery_level() to the end, where it doesn't break backwards compatibility | Björn Stenberg |
2004-06-15 | Forgot to bump api version. | Björn Stenberg |
2004-06-15 | Added battery_level() | Björn Stenberg |
2004-06-10 | Added MAS read/write functions to the plugin API | Linus Nielsen Feltzing |
2004-06-10 | Finally, the archos directory sandbox works in the same way for both X11 and ... | Linus Nielsen Feltzing |
2004-05-20 | Preparation for grayscale font support | Jens Arnold |
2004-05-14 | Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No... | Jens Arnold |
2004-05-01 | fix red and yellow | Jörg Hohensohn |
2004-04-30 | new plugin features for stuff I'm working on: user timer, TSR, threads, contr... | Jörg Hohensohn |
2004-04-28 | A checkbox widget | Linus Nielsen Feltzing |
2004-04-20 | Better POSIX compatibility for mkdir(), rmdir() and opendir() | Linus Nielsen Feltzing |
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 |