summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
AgeCommit message (Expand)Author
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-18reorder apps/plugins/lib/SOURCES.Teruaki Kawashima
2010-06-08add simple text viewer to pluginlib and use this for dict to show description.Teruaki Kawashima
2010-05-18apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré
2010-02-01FS#10943, optimized division and clz routines to replace libgcc routines for ...Andrew Mahone
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun
2009-07-14FS#10080Nils Wallménius
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere
2009-06-28FS#10099: new lib, which displays formatted text on every target; also suppor...Johannes Schwarz
2009-06-19Core JPEG decoder improvements:Andrew Mahone
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon
2009-06-01Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.Andrew Mahone
2009-05-08Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_...Andrew Mahone
2009-05-04Fix red on PlayerAndrew Mahone
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone
2009-05-02Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling ...Andrew Mahone
2009-05-02Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c o...Andrew Mahone
2009-04-22Add exit() implementation for pluginsMaurus Cuelenaere
2009-03-04FS#9916 buflib plugin memory allocatorAndrew Mahone
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone
2009-01-24fix yellow - don't build pluginlib_albumart.c on non-bitmap targetsAndrew Mahone
2009-01-24albumart search in pluginlib when building without HAVE_ALBUMART (for later u...Andrew Mahone
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis
2009-01-12Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg
2009-01-08remove unneeded LCD_DEPTH test in lib/resize.h, add some comments explaining ...Andrew Mahone
2009-01-08cleanup for core-file-in-pluginlib compilation:Andrew Mahone
2009-01-04build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere
2008-06-10New md5sum plugin. Open a file, a directory or just launch it from the plugin...Antoine Cellerier
2008-06-061) Implement generic touchscreen detection library for the pluginsMaurus Cuelenaere
2008-04-06Oops. Fix red.Nicolas Pennequin
2008-04-06Commit FS#8308 (Port of imlib2 based smooth scaling) by Jonas Hurrelmann. It ...Nicolas Pennequin
2008-03-25iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold
2008-03-22Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...Jens Arnold
2008-03-05Greyscale library: Assembler optimised update function for SH1 (Archos record...Jens Arnold
2008-03-02Greyscale library: Assembler optimised update for coldfire, ~73% speedup when...Jens Arnold
2008-01-26Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game.Nicolas Pennequin
2008-01-13The old grayscale library is now officially dead.Jens Arnold
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold
2007-08-13Also keep the backlight on in mpegplayer when plugged in. Fixes FS #7584. Cre...Peter D'Hoye
2007-08-04Rewrote the clock plugin in a cleaner and more modular way so that it can sca...Kevin Ferrare
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon
2006-12-10Beginnings of a fixed point math library for use in plugins. fsincos() only f...Jens Arnold