summaryrefslogtreecommitdiffstats
path: root/apps/plugins/imageviewer/imageviewer.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Settings: Rename INT/BOOL setting type enum to RB_INT/RB_BOOLSolomon Peachy1-2/+2
2022-12-29plugins: Improve usability of iPod keymapsChristian Soffke1-7/+23
2022-12-17menus remove reserved 'param' parameterWilliam Wilgus1-2/+2
2022-11-23plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functionsWilliam Wilgus1-4/+0
2022-04-18ImageViewer: Fix buffer overflowChristian Soffke1-1/+5
2022-04-09imageviewer: limit progress bar LCD update rateAidan MacDonald1-1/+13
2022-04-01ImageViewer: M3K keymap allow scrolling up/downChristian Soffke1-0/+8
2022-01-09ImageViewer: Improve smoothness of animated gif playbackChristian Soffke1-2/+6
2022-01-09ImageViewer: Fix crash when zooming on grayscale devicesChristian Soffke1-1/+3
2021-08-04Document intentional fallthroughs + fix harmless unintended onesAidan MacDonald1-0/+2
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-2/+9
2020-10-26make the plugin API frambuffer agnosticMoshe Piekarski1-2/+2
2020-09-20voice: rename mp3_play_* functions to voice_play_*Solomon Peachy1-1/+1
2020-07-24plugins: More HAVE_BACKLIGHT cleanupSolomon Peachy1-0/+4
2019-07-20Add speech feedback to imageviewer pluginSolomon Peachy1-16/+17
2015-11-15YH8xx,YH9xx: Keymap improvementSebastian Leonhardt1-2/+10
2012-11-13imageviewer: gif viewer based on giflib-5.0.2Marcin Bukat1-9/+55
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-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-2/+2
2011-01-22FS#11819: image viewer: use magick number in file to determine image type.Teruaki Kawashima1-4/+10
2011-01-17image viewer:Teruaki Kawashima1-4/+25
2010-11-21FS#6321: Universal Image ViewerTeruaki Kawashima1-88/+131
2010-10-05fix crash after unplugging USB while in image viewer plugin.Teruaki Kawashima1-3/+0
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-4/+1
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-06-04Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis1-11/+11
2010-05-07Fix possible buffer overflowFrank Gevaerts1-4/+4
2010-05-07fix one more size_t/ssize_t misuseFrank Gevaerts1-5/+5
2010-02-25imageviewer: add button to quit plugin immediately if there is enough key for...Teruaki Kawashima1-5/+15
2010-02-12jpeg,png: some minor changes.Teruaki Kawashima1-135/+120
2010-01-21jpeg,png: fix typo in comments and indentions.Teruaki Kawashima1-3/+3
2010-01-18jpeg,png: Merge user interface code and plugin entry point of the two plugins...Teruaki Kawashima1-0/+944