1. d556809 Agptek Rocker: Initial commit by Marcin Bukat · 8 years ago
  2. 8f6c779 Fix some build errors and warnings. by Thomas Martitz · 10 years ago
  3. a1842c0 lcd-24bit: Introduce a 24-bit mid-level LCD driver by Thomas Martitz · 10 years ago
  4. ce8aef7 bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers. by Thomas Martitz · 11 years ago
  5. 2f4a941 bmp.c: Undo debug stuff that got in by accident. by Thomas Martitz · 11 years ago
  6. 281d1fa Do not include kernel.h in system.h. by Thomas Martitz · 11 years ago
  7. 042d8bf Revert "Fix data abort introduced by ef92ed4a." by Thomas Martitz · 11 years ago
  8. 61a0964 Fix data abort introduced by ef92ed4a. by Frank Gevaerts · 11 years ago
  9. 9f878b1 Fix errors introduced by a62bd92. by Thomas Martitz · 11 years ago
  10. a62bd92 Fix warning and re-order code a bit. by Thomas Martitz · 11 years ago
  11. ef92ed4 Support GIMP bmp files. by Thomas Martitz · 11 years ago
  12. ca634a0 bitmap drawing: Negate alpha channel to match alpha information format of font files. by Thomas Martitz · 12 years ago
  13. caec07b Handle 32bit bitmaps with all-zero alpha channel as fully opaque. by Thomas Martitz · 13 years ago
  14. 312b2a2 Document the internal alpha channel format better, and fixes for 32bit alpha bitmaps. by Thomas Martitz · 13 years ago
  15. 354015e Fix warning on mrobe100. by Thomas Martitz · 13 years ago
  16. f443e7b Support for transparency in 32bit bitmaps on color targets. by Thomas Martitz · 13 years ago
  17. 29f04cc Roll back r30416. A proper fix of this warning will end in an #ifdef-hell. by Andree Buschmann · 13 years ago
  18. 1b94cbc Remove 'set but not used' warning by GCC 4.6.1. by Andree Buschmann · 13 years ago
  19. 68e066f #ifdef hell makes effectively suppressing this warning impossible, so stop trying by Frank Gevaerts · 13 years ago
  20. 038a608 Move the "warning suppression" down, so it comes after the last write to "remote", to ensure better warning avoidance by Frank Gevaerts · 13 years ago
  21. bd3056c Suppress a "variable 'remote' set but not used" warning that some gcc versions (rightly) emit for the m:robe 100 sim. The "correct" solution would be to add about twenty five more #ifdefs to a function that already has way too many of them, or to rewrite the entire function. by Frank Gevaerts · 13 years ago
  22. 3b04a85 Remove a couple of dead inits and assignments found by the clang-static-analyzer. by Nils Wallménius · 13 years ago
  23. e75018a Fix several 'variable set but not used' warnings reported from GCC 4.6.0. by Andree Buschmann · 14 years ago
  24. c4eea8f FS#10535: bmp viewer plugin. by Teruaki Kawashima · 15 years ago
  25. d1a9e0c fix checkwps breakage caused by r229900 by Nils Wallménius · 15 years ago
  26. 2512357 Fix STRIDE macro for multiscreen and add stride support for picture lib. by Karl Kurbjun · 15 years ago
  27. e434536 Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCES by Karl Kurbjun · 15 years ago
  28. 1d6df54 Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. by Jens Arnold · 15 years ago
  29. d2ea7db Should fix red by Maurus Cuelenaere · 15 years ago
  30. 0bddb7e Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone) by Maurus Cuelenaere · 15 years ago
  31. aec37aa * read_bmp_*(): add FORMAT_RETURN_SIZE by Maurus Cuelenaere · 15 years ago
  32. 59e70b5 Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or HAVE_BMP_SCALING. by Andrew Mahone · 16 years ago
  33. 91efc16 Split 8-bit-to-native conversion in bmp.c into a function, add support for plugging unscaled output in BMP and JPEG loaders, use output_row_8_native in JPEG decoder when possible. by Andrew Mahone · 16 years ago
  34. eef7945 Move YUV->RGB in JPEG load from before scaler to after scaler. Required change to struct custom_format, so sorted the plugin API as well. by Andrew Mahone · 16 years ago
  35. 20f76d6 Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both defined for all targets that have HAVE_ALBUMART. Disable JPEG in PictureFlow and pluginlib album art search with 32KiB plugin buffer until PictureFlow by Andrew Mahone · 16 years ago
  36. 36c71a6 Get checkwps working again by Maurus Cuelenaere · 16 years ago
  37. 07e982d cleanup for core-file-in-pluginlib compilation: by Andrew Mahone · 16 years ago
  38. 4eedc93 build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, and use it in the test greylib scaler plugin by Andrew Mahone · 16 years ago
  39. 9058620 Make scaler output truly pluggable, add an 8-bit greyscale output to by Andrew Mahone · 16 years ago
  40. f7fa7e5 Latest work on the bmp on-load scaler: by Andrew Mahone · 16 years ago
  41. 781421a resize-on-load for bitmap files on 2bpp and color targets by Andrew Mahone · 16 years ago
  42. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  43. 799e948 Remove some more simulator debugging output. by Steve Bavin · 17 years ago
  44. 78d29f5 Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. by Dave Chapman · 17 years ago
  45. b9bb723 1) Make Rockbox reject any WPSs if there are errors loading any of the required bmps; 2) Make checkwps actually load the images using the Rockbox bmp loader, and reject the WPS in the same was as Rockbox on bmp errors. by Dave Chapman · 17 years ago
  46. 8113717 Fix BMP loader for the iAudio M3 display. by Jens Arnold · 17 years ago
  47. 89bfb66 BMP loader: Handle top-down BMP files (height is negative). Note that the e200 example pictures still don't work, as they are larger than the screen (not a loader problem). by Jens Arnold · 17 years ago
  48. ec6569e Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") const. by Nicolas Pennequin · 17 years ago
  49. 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 18 years ago
  50. 0b2ac4b BMP loader: Using shifts for division by powers of 2 saves a bit on code size. by Jens Arnold · 18 years ago
  51. 848e0b5 BMP loader: Remote LCD format support. by Jens Arnold · 18 years ago
  52. d1077a8 Fixed the dithering once more. by Jens Arnold · 18 years ago
  53. adc4848 Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit BMPs in addition to the already supported 1 bit, 8 bit and 24 bit formats. * Better protection against corrupt BMP files. * Added dithering for 2 bit targets. * Optimised, compact code. There's almost no code size increase for SH1 (only 68 bytes), and even a decrease for coldfire, with all the additional features. * Code policed. * Fixes bug that loading a backdrop worked only once per session. by Jens Arnold · 18 years ago
  54. 83e18d9 Patch #5771 by Frederik Vestre: Fix BMP loader to work in 64bit environments (simulator). by Jens Arnold · 18 years ago
  55. e0710b2 More color adjustments. Better translation to and from native colors with even distribution of levels. Macros for extracting native depth components and packing them. by Michael Sevakis · 18 years ago
  56. b5404b2 Left some crud in bmp.c that should've been removed before committing. Don't know what's with me today by Michael Sevakis · 18 years ago
  57. fa0ea19 Fixed the problem with the backdrops on iPod. The same problem was in the updated color picker and that is fixed too. by Michael Sevakis · 18 years ago
  58. bed0db2 Small bitmap dithering tweak by Michael Sevakis · 18 years ago
  59. 756ce4a Fixed errors. Forgot to include system.h for swap16 in bmp.c by Michael Sevakis · 18 years ago
  60. 76a6aaa Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should be specified to dither a bitmap when loading. Feel free to flame me if I got the RGB565SWAPPED thing wrong. by Michael Sevakis · 18 years ago
  61. 38ae72a Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on all grayscale targets. by Frank Dischner · 19 years ago
  62. c279335 Correct pallette->RGB565 conversion when loading 1-bit BMP files. by Jens Arnold · 19 years ago
  63. 21229b2 The image size calculation was wrong on monochrome targets by Linus Nielsen Feltzing · 19 years ago
  64. b69d59b Handle 8-bit BMP files by Linus Nielsen Feltzing · 19 years ago
  65. 62b22ba Slighly less confusing handling of inverted monochrome images by Linus Nielsen Feltzing · 19 years ago
  66. fe1c9f5 Iriver: Another grayscale bmp loader bug fixed: clear the right amount of data, to avoid garbage in the images. by Magnus Holmgren · 19 years ago
  67. 5f0b75e Correct PaddedWidth calculation by Linus Nielsen Feltzing · 19 years ago
  68. ae0ae6d Small iPod colour BMP fix by linuxstd by Christi Scarborough · 19 years ago
  69. ea72d05 Fixed endianness problem in the BMP loader by Linus Nielsen Feltzing · 19 years ago
  70. 3b8934d Iriver: Calculate proper height (i.e., size) for grayscale bitmaps. by Magnus Holmgren · 19 years ago
  71. 3722a99 Better working fix for the BMP loader transparency flag bug by Linus Nielsen Feltzing · 19 years ago
  72. 8f07403 Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot. by Brandon Low · 19 years ago
  73. 745adad Color BMP support by Linus Nielsen Feltzing · 19 years ago
  74. 465982b Little optimization to the bmp loader loop (unfortunately almost no by Miika Pekkarinen · 19 years ago
  75. 1188f93 Made it build warning-free on the sim. This could not have worked in the sim by Daniel Stenberg · 20 years ago
  76. 113a58d include autoconf for the endian defines by Daniel Stenberg · 20 years ago
  77. b8a23f9e Fixed makefiles for autoconf.g include. by Daniel Stenberg · 20 years ago
  78. de4ef01 Long policy again by Linus Nielsen Feltzing · 20 years ago
  79. c27d51c Long policy by Linus Nielsen Feltzing · 20 years ago
  80. 250678b New BMP reader by Tomas Salfischberger by Linus Nielsen Feltzing · 20 years ago
  81. afc9b57 (while I remember this) The width padding is 4-byte aligned, nothing else... by Daniel Stenberg · 22 years ago
  82. a847271 removed code within #ifdef STANDALONE since it doesn't work and isn't ever used. by Daniel Stenberg · 22 years ago
  83. ebb14ca Gained about 128 KB buffer space by removing malloc() and the heap by Björn Stenberg · 22 years ago
  84. 5813fa9 removed unused variables, removed static variables by Daniel Stenberg · 22 years ago
  85. 00c6f51 corrected the comment regarding what kind of BMP files this reads by Daniel Stenberg · 22 years ago
  86. 1f50b8b included debug.h for debugf function by Felix Arends · 22 years ago
  87. aa11e3e free memory by Daniel Stenberg · 22 years ago
  88. 37a7c25 Moving recorder code to recorder/ by Björn Stenberg · 23 years ago[Renamed from apps/bmp.c]
  89. 1c0c861 moved from the simulator dir by Daniel Stenberg · 23 years ago