summaryrefslogtreecommitdiffstats
path: root/apps/plugins/imageviewer
AgeCommit message (Expand)AuthorFilesLines
2012-02-18libarm_support references code in libplugin, so put libarm_support first of t...Magnus Holmgren1-1/+1
2012-02-02MPIOs: keymap tweaksMarcin Bukat1-14/+14
2012-01-21Hosted: Output map files after linking.Thomas Martitz1-1/+1
2012-01-21Move supprt-arm.S to separate library.Thomas Martitz1-1/+1
2011-12-28Fix warnings from r31453Bertrik Sikken1-0/+1
2011-12-28plugins: another round of making local things static and adding missing #incl...Bertrik Sikken2-7/+8
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-0/+12
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń1-0/+15
2011-10-02fuze+: add imageviewer keymapAmaury Pouly1-0/+12
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-1/+1
2011-08-03Cleanup tree.c cache handling a bit.Thomas Martitz1-1/+1
2011-05-08Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+8
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-3/+0
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-2/+2
2011-01-22revert personal change accidentally included in r29110Teruaki Kawashima1-1/+1
2011-01-22FS#11819: image viewer: use magick number in file to determine image type.Teruaki Kawashima3-15/+72
2011-01-19image viewer: png: do not show custom error message when there is not enough ...Teruaki Kawashima3-26/+16
2011-01-19image viewer: ppm:Teruaki Kawashima3-64/+56
2011-01-17image viewer:Teruaki Kawashima3-366/+414
2011-01-16image viewer: add quick guide describing how to add image decoder. also impro...Teruaki Kawashima2-8/+50
2011-01-09Rework ppmviewer to fit our shiny new imageviewer framework. FS#11818 by me.Marcin Bukat8-0/+570
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+12
2010-11-21FS#6321: Universal Image ViewerTeruaki Kawashima18-221/+538
2010-11-03These should be the last of the plugin keymaps requiredRobert Menes1-0/+12
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat1-5/+5
2010-11-01reduce casts between "unsinged char *" and "fb_data *". make calculation prec...Teruaki Kawashima4-595/+561
2010-10-31Fix and extend imageviewer png support. FS#11641 by meMarcin Bukat24-6608/+3214
2010-10-10use different function to resize bitmap for greylib.Teruaki Kawashima1-1/+3
2010-10-05fix crash after unplugging USB while in image viewer plugin.Teruaki Kawashima2-6/+8
2010-09-29imageviewer bmp - drop special case for grey bitmap scallerMarcin Bukat1-35/+1
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré4-34/+11
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-06-04Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis4-19/+15
2010-05-07Fix possible buffer overflowFrank Gevaerts1-4/+4
2010-05-07fix one more size_t/ssize_t misuseFrank Gevaerts1-5/+5
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-0/+12
2010-04-25Fix for some bogus code in png by Andrew Rodland, fixing a warning when compi...Nils Wallménius1-1/+4
2010-04-19Packard Bell Vibe: imageviewer - add button to quit immediately, like in r24904.Szymon Dziok1-0/+1
2010-02-28bmpviewer: do aspect ratio correction.Teruaki Kawashima1-0/+11
2010-02-25imageviewer: add button to quit plugin immediately if there is enough key for...Teruaki Kawashima2-6/+24
2010-02-18FS#10535: bmp viewer plugin.Teruaki Kawashima7-2/+354
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok1-0/+11
2010-02-12jpeg,png: some minor changes.Teruaki Kawashima4-162/+143
2010-01-21jpeg,png: fix typo in comments and indentions.Teruaki Kawashima3-8/+8
2010-01-18jpeg,png: Merge user interface code and plugin entry point of the two plugins...Teruaki Kawashima30-0/+10673