summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow (follow)
Commit message (Expand)AuthorAge
* picture flow: clean up code. no functional changes.Teruaki Kawashima2010-10-02
* use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima2010-09-30
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24
* Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2010-08-23
* Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-23
* Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz2010-07-10
* Make unnecessarily static local variables non-static. It's more efficient, an...Jens Arnold2010-06-20
* remainder of FS#11270 - bug fixes and updates for picureflowJonathan Gordon2010-06-09
* fix errorsJonathan Gordon2010-06-09
* FS#11270 by Chris Savery - WPS integration for pictureflowJonathan Gordon2010-06-09
* Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis2010-06-04
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok2010-02-14
* Accept the last patch FS#10797 with a few changes by me (fixing side effects ...Thomas Martitz2010-01-26
* change dependencies in make files:Teruaki Kawashima2010-01-17
* Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev2009-12-15
* PictureFlow: Add PF_MENU action to touchscreenTomer Shalev2009-12-13
* Pictureflow: Fix defineKarl Kurbjun2009-09-02
* Pictureflow: Add support for vertical strides.Karl Kurbjun2009-09-02
* use set_option instead of menu api for some settings of plugins to make it cl...Teruaki Kawashima2009-08-06
* FS#10080Nils Wallménius2009-07-14
* Adapt pictureflow and random_folder_advance_config to make use of the new got...Thomas Martitz2009-07-05
* Replace HAVE_SCROLLWHEEL in PictureFlow with USE_CORE_PREVNEXT, defined on ta...Andrew Mahone2009-07-04
* Fix case in the constantAlexander Levin2009-06-08
* Pictureflow: Don't show the playback control one targets that can't have play...Thomas Martitz2009-06-08
* Fix red.Andrew Mahone2009-06-03
* PictureFlow: subtract space used to load plugin from available audio buffer s...Andrew Mahone2009-06-03
* Deactivate the playback capabilites for targets with PLUGIN_BUFFER_SIZE <= 0x...Thomas Martitz2009-06-02
* A bit more work on playback controlling pictureflow:Thomas Martitz2009-05-31
* Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t...Andrew Mahone2009-05-31
* Restructure/cleanup the album list buttom mapping, removing it entirely for s...Thomas Martitz2009-05-31
* Attach the playback control menu to pictureflow's main menu.Thomas Martitz2009-05-31
* Commit the first part of FS#10263: Starting playback from within pictureflow,...Thomas Martitz2009-05-31
* FS#10256 by Frank Oosterhuis : use HOME button to quit pluginsRafaël Carré2009-05-28
* Use core splash for PictureFlow's error_wait, exit error display 2s after any...Andrew Mahone2009-05-28
* Display error message on screen until user presses SELECT before exiting Pict...Andrew Mahone2009-05-28
* Suggested by Thomas Martitz, don't check for track-specific files when search...Andrew Mahone2009-05-28
* Suggested by Thomas Martitz, use tagcache_fill_tags to speed up PictureFlow a...Andrew Mahone2009-05-28
* Remove use of uniqbuf in PictureFlow, preventing crash on 64-bit sim and free...Andrew Mahone2009-05-28
* Commit next part of FS#10138 by Teruaki Kawashima. Fixes mistaken error retu...Michael Giacomelli2009-05-27
* Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone2009-05-26
* Load PictureFlow logo from disk, discarding it after splash screen is done an...Andrew Mahone2009-05-23
* Fix cover corruption reported in PictureFlow by Maurus Cuelenaere, bump CACHE...Andrew Mahone2009-05-21
* Use new buflib extensions to avoid static allocation for track list, by shift...Andrew Mahone2009-05-16
* Sort by and display disc number in PictureFlow, increase MAX_TRACKS to 128, p...Andrew Mahone2009-05-15
* Clean up create_track_index, fixing FS#9333, and use tagcache-provided length...Andrew Mahone2009-05-15
* Undo overlay test change which should not have been committed, should return ...Andrew Mahone2009-05-11
* Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone2009-05-09
* Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on a...Andrew Mahone2009-05-07