summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES (follow)
Commit message (Expand)AuthorAge
* stdio compat layer for pluginsMarcin Bukat2017-12-23
* One-Time Password client (HOTP and TOTP)Franklin Wei2016-06-05
* Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis2013-04-26
* Add a true waveform display to the oscilloscope plugin.Michael Sevakis2012-12-05
* Move supprt-arm.S to separate library.Thomas Martitz2012-01-21
* Remove buflib from the pluginlib and use the core one.Thomas Martitz2011-08-30
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24
* Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz2010-08-24
* Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2010-08-23
* Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-23
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* reorder apps/plugins/lib/SOURCES.Teruaki Kawashima2010-06-18
* add simple text viewer to pluginlib and use this for dict to show description.Teruaki Kawashima2010-06-08
* apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré2010-05-18
* FS#10943, optimized division and clz routines to replace libgcc routines for ...Andrew Mahone2010-02-01
* Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun2009-08-02
* FS#10080Nils Wallménius2009-07-14
* Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere2009-07-04
* Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere2009-07-04
* FS#10099: new lib, which displays formatted text on every target; also suppor...Johannes Schwarz2009-06-28
* Core JPEG decoder improvements:Andrew Mahone2009-06-19
* Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon2009-06-16
* Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.Andrew Mahone2009-06-01
* Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_...Andrew Mahone2009-05-08
* Fix red on PlayerAndrew Mahone2009-05-04
* Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone2009-05-04
* Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling ...Andrew Mahone2009-05-02
* Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c o...Andrew Mahone2009-05-02
* Add exit() implementation for pluginsMaurus Cuelenaere2009-04-22
* FS#9916 buflib plugin memory allocatorAndrew Mahone2009-03-04
* remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone2009-01-24
* fix yellow - don't build pluginlib_albumart.c on non-bitmap targetsAndrew Mahone2009-01-24
* albumart search in pluginlib when building without HAVE_ALBUMART (for later u...Andrew Mahone2009-01-24
* Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis2009-01-24
* Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg2009-01-12
* remove unneeded LCD_DEPTH test in lib/resize.h, add some comments explaining ...Andrew Mahone2009-01-08
* cleanup for core-file-in-pluginlib compilation:Andrew Mahone2009-01-08
* build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone2009-01-04
* Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere2008-08-23
* New md5sum plugin. Open a file, a directory or just launch it from the plugin...Antoine Cellerier2008-06-10
* 1) Implement generic touchscreen detection library for the pluginsMaurus Cuelenaere2008-06-06
* Oops. Fix red.Nicolas Pennequin2008-04-06
* Commit FS#8308 (Port of imlib2 based smooth scaling) by Jonas Hurrelmann. It ...Nicolas Pennequin2008-04-06
* iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold2008-03-25
* Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold2008-03-25
* Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold2008-03-25
* Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...Jens Arnold2008-03-22
* Greyscale library: Assembler optimised update function for SH1 (Archos record...Jens Arnold2008-03-05
* Greyscale library: Assembler optimised update for coldfire, ~73% speedup when...Jens Arnold2008-03-02
* Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game.Nicolas Pennequin2008-01-26