summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2009-06-24Do not unnecessarily change and restore the status bar setting (part of FS#10...Alexander Levin
2009-06-24Ensure that the file handle is always closed in text editor plugin (part of F...Alexander Levin
2009-06-24Fix FS#10378: Lua crashes when loading non-existing filesMaurus Cuelenaere
2009-06-21Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyw...Rafaël Carré
2009-06-20Remove viewport menu from star and remove useless button macros in code.(FS#1...Johannes Schwarz
2009-06-20Plugin for testing LCD driver and greylib drawing performance.Jens Arnold
2009-06-20Faster idct for ARMv6. Overall mpegplayer speedup is quite minimal though.Jens Arnold
2009-06-19Core JPEG decoder improvements:Andrew Mahone
2009-06-16fix mysterious yellow which was one commit too slowJonathan Gordon
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon
2009-06-15Fix yellowMaurus Cuelenaere
2009-06-15Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & lcd_mono_bitma...Maurus Cuelenaere
2009-06-15Fix helloworld.lua on grayscale targetsMaurus Cuelenaere
2009-06-15Add helloworld Lua scriptMaurus Cuelenaere
2009-06-15Fix red.Michael Giacomelli
2009-06-15FS#10327: Patch by Frederick Full to fix the scrollwheel and default Thomas Martitz
2009-06-13Fix redKarl Kurbjun
2009-06-13M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake in...Karl Kurbjun
2009-06-13Add appropriate sized cards for 640x480 screens based on svg-cards-2.0. SOURC...Karl Kurbjun
2009-06-09Correct the includes; the old way broke parallel builds.Magnus Holmgren
2009-06-08Fix case in the constantAlexander Levin
2009-06-08Pictureflow: Don't show the playback control one targets that can't have play...Thomas Martitz
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold
2009-06-07pdbox: new patch by wincent. make s_print work on sim.Dominik Wenger
2009-06-06Sansa Fuze : use single press HOME button for exiting battery_benchRafaël Carré
2009-06-03Fix red.Andrew Mahone
2009-06-03PictureFlow: subtract space used to load plugin from available audio buffer s...Andrew Mahone
2009-06-02pdbox: correct makefile for make reconf. From wincent balin (FS#10244).Dominik Wenger
2009-06-02Deactivate the playback capabilites for targets with PLUGIN_BUFFER_SIZE <= 0x...Thomas Martitz
2009-06-01Lua: add touchscreen_set_mode & current_path (+ some constants)Maurus Cuelenaere
2009-06-01Lua: add bitlib (makes bitwise operators possible)Maurus Cuelenaere
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold
2009-06-01Move the ONDIO_PAD to the others which have the same keymap in the generic di...Thomas Martitz
2009-06-01Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.Andrew Mahone
2009-05-31A bit more work on playback controlling pictureflow:Thomas Martitz
2009-05-31Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t...Andrew Mahone
2009-05-31Restructure/cleanup the album list buttom mapping, removing it entirely for s...Thomas Martitz
2009-05-31Attach the playback control menu to pictureflow's main menu.Thomas Martitz
2009-05-31Commit the first part of FS#10263: Starting playback from within pictureflow,...Thomas Martitz
2009-05-28Lua: make sure action.h gets C preprocessed before processing itMaurus Cuelenaere
2009-05-28pdbox: new patch from wincent balin. make m_memory.c work in rockbox.Dominik Wenger
2009-05-28FS#10256 by Frank Oosterhuis : use HOME button to quit pluginsRafaël Carré
2009-05-28Use core splash for PictureFlow's error_wait, exit error display 2s after any...Andrew Mahone
2009-05-28Display error message on screen until user presses SELECT before exiting Pict...Andrew Mahone
2009-05-28Suggested by Thomas Martitz, don't check for track-specific files when search...Andrew Mahone
2009-05-28Suggested by Thomas Martitz, use tagcache_fill_tags to speed up PictureFlow a...Andrew Mahone
2009-05-28Remove use of uniqbuf in PictureFlow, preventing crash on 64-bit sim and free...Andrew Mahone
2009-05-27Fix yellow & redMaurus Cuelenaere
2009-05-27Lua: add support for os libraryMaurus Cuelenaere
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Check for PLAY_MODE befo...Michael Giacomelli