Age | Commit message (Expand) | Author | Files | Lines |
2022-01-01 | gui lists add callback for owner drawn items | William Wilgus | 1 | -0/+1 |
2021-11-22 | rb_info plugin and button,action+context name helper | William Wilgus | 1 | -0/+2 |
2021-08-27 | plugin lib/arg_helper parse 'command line' args | William Wilgus | 1 | -0/+1 |
2021-08-26 | Plugin Api add core bitmaps | William Wilgus | 1 | -0/+1 |
2020-10-09 | plugins: Enable overlay features for all targets | Solomon Peachy | 1 | -2/+0 |
2020-07-24 | [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. | Solomon Peachy | 1 | -6/+2 |
2020-07-24 | [2/4] get rid of HAVE_LCD_CHARCELLS | Solomon Peachy | 1 | -4/+0 |
2020-07-24 | [1/4] Remove SH support and all archos targets | Solomon Peachy | 1 | -2/+0 |
2020-07-22 | keyboard add ability to specify temporary custom layouts | William Wilgus | 1 | -0/+2 |
2017-12-23 | stdio compat layer for plugins | Marcin Bukat | 1 | -0/+1 |
2016-06-05 | One-Time Password client (HOTP and TOTP) | Franklin Wei | 1 | -0/+1 |
2013-04-26 | Make fixepoint.c as a shared library (libfixedpoint.a). | Michael Sevakis | 1 | -1/+0 |
2012-12-05 | Add a true waveform display to the oscilloscope plugin. | Michael Sevakis | 1 | -0/+1 |
2012-01-21 | Move supprt-arm.S to separate library. | Thomas Martitz | 1 | -1/+0 |
2011-08-30 | Remove buflib from the pluginlib and use the core one. | Thomas Martitz | 1 | -1/+0 |
2010-08-24 | Second try: Introduce plugin_crt0.c that every plugin links. | Thomas Martitz | 1 | -1/+0 |
2010-08-24 | Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i... | Thomas Martitz | 1 | -16/+0 |
2010-08-23 | Revert "Introduce plugin_crt0.c that every plugin links." | Thomas Martitz | 1 | -0/+1 |
2010-08-23 | Introduce plugin_crt0.c that every plugin links. | Thomas Martitz | 1 | -1/+0 |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz | 1 | -3/+3 |
2010-06-18 | reorder apps/plugins/lib/SOURCES. | Teruaki Kawashima | 1 | -6/+5 |
2010-06-08 | add simple text viewer to pluginlib and use this for dict to show description. | Teruaki Kawashima | 1 | -0/+1 |
2010-05-18 | apps/plugins/lib/SOURCES: make it more readable (space, comments, order) | Rafaël Carré | 1 | -7/+27 |
2010-02-01 | FS#10943, optimized division and clz routines to replace libgcc routines for ... | Andrew Mahone | 1 | -0/+1 |
2009-08-02 | Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev... | Karl Kurbjun | 1 | -1/+1 |
2009-07-14 | FS#10080 | Nils Wallménius | 1 | -0/+1 |
2009-07-04 | Revert "Consolidate all fixed point math routines in one library (FS#10400) b... | Maurus Cuelenaere | 1 | -1/+1 |
2009-07-04 | Consolidate all fixed point math routines in one library (FS#10400) by Jeffre... | Maurus Cuelenaere | 1 | -1/+1 |
2009-06-28 | FS#10099: new lib, which displays formatted text on every target; also suppor... | Johannes Schwarz | 1 | -0/+1 |
2009-06-19 | Core JPEG decoder improvements: | Andrew Mahone | 1 | -0/+3 |
2009-06-16 | Accept FS#10094 by Teruaki Kawashima: | Jonathan Gordon | 1 | -1/+0 |
2009-06-01 | Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib. | Andrew Mahone | 1 | -0/+1 |
2009-05-08 | Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_... | Andrew Mahone | 1 | -2/+1 |
2009-05-04 | Fix red on Player | Andrew Mahone | 1 | -6/+6 |
2009-05-04 | Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d... | Andrew Mahone | 1 | -7/+5 |
2009-05-02 | Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling ... | Andrew Mahone | 1 | -0/+1 |
2009-05-02 | Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c o... | Andrew Mahone | 1 | -0/+1 |
2009-04-22 | Add exit() implementation for plugins | Maurus Cuelenaere | 1 | -0/+13 |
2009-03-04 | FS#9916 buflib plugin memory allocator | Andrew Mahone | 1 | -0/+1 |
2009-01-24 | remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ... | Andrew Mahone | 1 | -3/+0 |
2009-01-24 | fix yellow - don't build pluginlib_albumart.c on non-bitmap targets | Andrew Mahone | 1 | -3/+3 |
2009-01-24 | albumart search in pluginlib when building without HAVE_ALBUMART (for later u... | Andrew Mahone | 1 | -0/+3 |
2009-01-24 | Include divide-by-zero handling within plugins and codecs for ARM processors. | Michael Sevakis | 1 | -0/+4 |
2009-01-12 | Added missing dependencies for codeclib and pluginlib. This required renaming... | Björn Stenberg | 1 | -2/+2 |
2009-01-08 | remove unneeded LCD_DEPTH test in lib/resize.h, add some comments explaining ... | Andrew Mahone | 1 | -0/+4 |
2009-01-08 | cleanup for core-file-in-pluginlib compilation: | Andrew Mahone | 1 | -4/+1 |
2009-01-04 | build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a... | Andrew Mahone | 1 | -0/+4 |
2008-08-23 | Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN | Maurus Cuelenaere | 1 | -1/+1 |
2008-06-10 | New md5sum plugin. Open a file, a directory or just launch it from the plugin... | Antoine Cellerier | 1 | -0/+1 |
2008-06-06 | 1) Implement generic touchscreen detection library for the plugins | Maurus Cuelenaere | 1 | -0/+3 |