summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2004-05-26Improved drawing speed by drawing whole columns at once (Matthias)Jens Arnold
2004-05-26Patch #958658, metronome uses plugin_register_timer nowLinus Nielsen Feltzing
2004-05-23removed a bit of obsolete stuffJörg Hohensohn
2004-05-23now supports images with restart markersJörg Hohensohn
2004-05-21Default viewer for .ucl is rockbox_flash.rockJens Arnold
2004-05-21Set up default viewers.configBjörn Stenberg
2004-05-21Fix: scrolling left/right with even pixel counts caused an address error if t...Jens Arnold
2004-05-21Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg
2004-05-21Fixed behaviour when connecting USB, made scrolling a bit faster by not empty...Jens Arnold
2004-05-21use the new path to the levels file, the daily build of tomorrow will makeDaniel Stenberg
2004-05-21this is the levels file for sokobanDaniel Stenberg
2004-05-20FIX: The previous update produced a buffer overflow, which broke e.g. the jpe...Jens Arnold
2004-05-20Missing function declarationJens Arnold
2004-05-20Font support, several speed and size tweaksJens Arnold
2004-05-19Removed the grayscale framework, gets linked in from the plugin lib insteadJens Arnold
2004-05-19Removed duplicate grayscale frameworkJens Arnold
2004-05-19Adapted to new gray_init_buffer()Jens Arnold
2004-05-19JPEG viewer now uses the 'official' grayscale frameworkJens Arnold
2004-05-19Added return parameter for space taken by grayscale buffer to gray_init_buffer()Jens Arnold
2004-05-19declare variables before code, remain C89-compatibleDaniel Stenberg
2004-05-19I am a wannabe code-policeDaniel Stenberg
2004-05-19Isaac's calculator pluginDaniel Stenberg
2004-05-19Grayscale demo plugin, now using the grayscale libraryJens Arnold
2004-05-19First real library version of the grayscale frameworkJens Arnold
2004-05-19o removed the grayscale framework, it gets linked in from the libplugin insteadDaniel Stenberg
2004-05-19o killed trailing whitespaceDaniel Stenberg
2004-05-19grayscale framework headerDaniel Stenberg
2004-05-19this source file was moved to the lib/ dir insteadDaniel Stenberg
2004-05-19moved Jens Arnold's grayscale frame work source file to the plugin libraryDaniel Stenberg
2004-05-18Further adjustments for the plugin libraryLinus Nielsen Feltzing
2004-05-18This makefile builds one single libplugin.a library by linking togetherDaniel Stenberg
2004-05-18maintain view center when zooming, cache the previous zoom image as far as me...Jörg Hohensohn
2004-05-17Included newest grayscale frameworkJens Arnold
2004-05-17Implemented scrolling up/down by n pixels (<= 7)Jens Arnold
2004-05-15Included improved grayscale frameworkJens Arnold
2004-05-15Vastly improved speed for gray_fillrect(), gray_drawgraymap(), left and right...Jens Arnold
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold
2004-05-14reject images with restart markers for nowJörg Hohensohn
2004-05-13more compatible huffman table parsing, tolerate restart markersJörg Hohensohn
2004-05-12jpeg viewer: use Play to zoom in, On to zoom out, arrows to scrollJörg Hohensohn
2004-05-12gray_drawbitmap() changed to use the same bitmap format as lcd_bitmap(). Also...Jens Arnold
2004-05-10Updated with the latest grayscale frameworkJens Arnold
2004-05-10A plugin containing a framework to use grayscale display, primarily aimed at ...Jens Arnold
2004-05-09adaptive spinup controlJörg Hohensohn
2004-05-08Fixes: snprintf() lengths, buffer sizes.Jens Arnold
2004-04-30LCD contrast setting on F2/F3Jörg Hohensohn
2004-04-30didn't I say no more hardware banging?Jörg Hohensohn
2004-04-30uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn
2004-04-30uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn
2004-04-22Some changes to make the stop watch work better on the player, like scrolling...Linus Nielsen Feltzing