Age | Commit message (Expand) | Author |
2011-09-24 | FS#12273 - use buflib for font storage. thanks to the testers :) | Jonathan Gordon |
2011-02-27 | Fix warning in android build. | Thomas Martitz |
2010-08-09 | Mark constant array as 'const' and use a smaller datatype. | Nils Wallménius |
2010-08-01 | Rockbox as an application: add get_user_file_path(). | Thomas Martitz |
2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2009-11-04 | Remove wps_data.remote_wps. It's redundant with the new global curr_screen. | Thomas Martitz |
2009-10-16 | Rework albumart buffering internally to allow for mutliple albumart sizes. | Thomas Martitz |
2009-09-25 | Rename struct skin_albumart members to be consistent with similar members of ... | Thomas Martitz |
2009-09-07 | rework AA load/display handling in the skins to get them working in viewports... | Jonathan Gordon |
2009-09-04 | Fix STRIDE macro for multiscreen and add stride support for picture lib. | Karl Kurbjun |
2009-08-03 | A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st... | Thomas Martitz |
2009-07-27 | Start of some apps/ and wps cleanup work... Move everything related to the ac... | Jonathan Gordon |
2009-07-14 | FS#10080 | Nils Wallménius |
2009-06-22 | Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by J... | Thomas Martitz |
2009-06-21 | FS#10365 - Optional debug output for albumart.c | Thomas Martitz |
2009-05-29 | Don't recheck for track art when checking track art first. | Andrew Mahone |
2009-05-29 | Change the search_albumart_files "ignore track art" option to check track art... | Andrew Mahone |
2009-05-28 | Describe the magic of search_albumart_files (still not complete) | Alexander Levin |
2009-05-28 | Suggested by Thomas Martitz, don't check for track-specific files when search... | Andrew Mahone |
2009-05-16 | Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside search_album... | Andrew Mahone |
2009-05-16 | Define a symbol and use it instead of repeating the condition | Alexander Levin |
2009-05-16 | Make variables static where possible | Alexander Levin |
2009-05-15 | FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty. | Andrew Mahone |
2009-05-07 | Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on a... | Andrew Mahone |
2009-05-04 | Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d... | Andrew Mahone |
2009-05-01 | Fix AA search for file with same basename to test all extensions. | Andrew Mahone |
2009-05-01 | Search for, and load, JPEG album art files. | Andrew Mahone |
2009-03-19 | Invert albumart when LCD Mode is set to inverse. | Jonas Häggqvist |
2009-01-24 | albumart search in pluginlib when building without HAVE_ALBUMART (for later u... | Andrew Mahone |
2008-12-09 | resize-on-load for bitmap files on 2bpp and color targets | Andrew Mahone |
2008-10-15 | Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M... | Björn Stenberg |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-04-19 | When looking for album art in /.rockbox/albumart/, use album artist rather th... | Magnus Holmgren |
2008-02-06 | Prevent possible buffer overflow when locating album art. | Magnus Holmgren |
2008-02-05 | Add a couple safety checks in search_albumart_files(). Should fix the sliding... | Nicolas Pennequin |
2008-01-19 | Look for albumart in .rockbox/albumart/<artist>-<album><size>.bmp in addition... | Jonas Häggqvist |
2008-01-18 | Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip... | Nicolas Pennequin |
2007-12-09 | Initial commit of the PictureFlow plugin, a nice visualization for album covers. | Nicolas Pennequin |
2007-11-21 | consolidate the 3 file_exists() functions into one; use the version that expl... | Robert Kukla |
2007-11-15 | Improved use of album name when locating the album art file: replace chars th... | Magnus Holmgren |
2007-11-12 | Add an error check, just to be safe. | Nicolas Pennequin |
2007-11-12 | Various album art improvements: | Nicolas Pennequin |
2007-11-11 | Album art support. Based on FS#3045, but heavily modified to adapt to MoB and... | Nicolas Pennequin |