summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow
AgeCommit message (Expand)Author
2011-09-07Buflib: Clarification about invalid handlesThomas Martitz
2011-08-30Remove buflib from the pluginlib and use the core one.Thomas Martitz
2011-06-13Fix FS#11387 - PictureFlow runs jerkily while playing music on Nano2G after t...Thomas Martitz
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima
2010-11-07pictreflow: tweak alpha value for the case number of slides < 3 so that fadin...Teruaki Kawashima
2010-11-03FS#11673: picture flow: improve scrolling text, by myself.Teruaki Kawashima
2010-10-13fix sorting of track list when tracks with track number and tracks without tr...Teruaki Kawashima
2010-10-05pictureflow:Teruaki Kawashima
2010-10-02picture flow: clean up code. no functional changes.Teruaki Kawashima
2010-09-30use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz
2010-06-20Make unnecessarily static local variables non-static. It's more efficient, an...Jens Arnold
2010-06-09remainder of FS#11270 - bug fixes and updates for picureflowJonathan Gordon
2010-06-09fix errorsJonathan Gordon
2010-06-09FS#11270 by Chris Savery - WPS integration for pictureflowJonathan Gordon
2010-06-04Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok
2010-01-26Accept the last patch FS#10797 with a few changes by me (fixing side effects ...Thomas Martitz
2010-01-17change dependencies in make files:Teruaki Kawashima
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev
2009-12-13PictureFlow: Add PF_MENU action to touchscreenTomer Shalev
2009-09-02Pictureflow: Fix defineKarl Kurbjun
2009-09-02Pictureflow: Add support for vertical strides.Karl Kurbjun
2009-08-06use set_option instead of menu api for some settings of plugins to make it cl...Teruaki Kawashima
2009-07-14FS#10080Nils Wallménius
2009-07-05Adapt pictureflow and random_folder_advance_config to make use of the new got...Thomas Martitz
2009-07-04Replace HAVE_SCROLLWHEEL in PictureFlow with USE_CORE_PREVNEXT, defined on ta...Andrew Mahone
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-03Fix red.Andrew Mahone
2009-06-03PictureFlow: subtract space used to load plugin from available audio buffer s...Andrew Mahone
2009-06-02Deactivate the playback capabilites for targets with PLUGIN_BUFFER_SIZE <= 0x...Thomas Martitz
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-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-27Commit next part of FS#10138 by Teruaki Kawashima. Fixes mistaken error retu...Michael Giacomelli