summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...Andrew Mahone3-77/+72
2009-06-03Don't perform YUV->RGB conversion before row output for unscaled loads of gre...Andrew Mahone1-12/+15
2009-06-03Fix red.Andrew Mahone1-0/+2
2009-06-03PictureFlow: subtract space used to load plugin from available audio buffer s...Andrew Mahone1-0/+5
2009-06-02pdbox: correct makefile for make reconf. From wincent balin (FS#10244).Dominik Wenger1-5/+5
2009-06-02Add the Lua scripting language plugin to the manual.Alex Parker1-0/+4
2009-06-02Deactivate the playback capabilites for targets with PLUGIN_BUFFER_SIZE <= 0x...Thomas Martitz1-7/+24
2009-06-01Lua: add touchscreen_set_mode & current_path (+ some constants)Maurus Cuelenaere3-22/+61
2009-06-01Lua: add bitlib (makes bitwise operators possible)Maurus Cuelenaere4-0/+129
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold1-2/+1
2009-06-01Fix PF keymap issue caused by conflict between new CONTEXT_PLUGIN and ALLOW_S...Andrew Mahone3-28/+26
2009-06-01Onda VX747: try at implementing FM tuner supportMaurus Cuelenaere1-0/+16
2009-06-01Move the ONDIO_PAD to the others which have the same keymap in the generic di...Thomas Martitz1-9/+1
2009-06-01Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.Andrew Mahone3-0/+767
2009-06-01c100: Get a regular build compiling. Very little functionality.Marc Guay2-9/+12
2009-05-31A bit more work on playback controlling pictureflow:Thomas Martitz3-12/+32
2009-05-31Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t...Andrew Mahone4-12/+16
2009-05-31Restructure/cleanup the album list buttom mapping, removing it entirely for s...Thomas Martitz1-23/+20
2009-05-31Attach the playback control menu to pictureflow's main menu.Thomas Martitz1-4/+8
2009-05-31Bump plugin api version.Thomas Martitz1-1/+1
2009-05-31Commit the first part of FS#10263: Starting playback from within pictureflow,...Thomas Martitz3-9/+74
2009-05-31playlist start can only have 1 return value (0), so make it return nothing.Thomas Martitz3-5/+3
2009-05-31fix FS#10261 - the files context menu (as an example) would get skipped and t...Jonathan Gordon1-1/+1
2009-05-30Fix shutdown splash. It is meant to be shown on an empty screen.Jens Arnold1-0/+3
2009-05-30Rename struct root_menu and the global int root_menu to avoid clashes with #i...Thomas Martitz1-17/+17
2009-05-30Move enum table into tagtree.c as it's not used elsewhere and switch to upper...Thomas Martitz2-30/+35
2009-05-30Improved Vorbis comment reader. The tags no longer need to fit in the first O...Magnus Holmgren4-98/+286
2009-05-29Don't recheck for track art when checking track art first.Andrew Mahone1-1/+1
2009-05-29Change the search_albumart_files "ignore track art" option to check track art...Andrew Mahone1-70/+86
2009-05-28Lua: make sure action.h gets C preprocessed before processing itMaurus Cuelenaere2-8/+2
2009-05-28Describe the magic of search_albumart_files (still not complete)Alexander Levin1-5/+9
2009-05-28pdbox: new patch from wincent balin. make m_memory.c work in rockbox.Dominik Wenger2-2/+5
2009-05-28FS#10256 by Frank Oosterhuis : use HOME button to quit pluginsRafaël Carré2-6/+5
2009-05-28Use core splash for PictureFlow's error_wait, exit error display 2s after any...Andrew Mahone1-8/+3
2009-05-28Display error message on screen until user presses SELECT before exiting Pict...Andrew Mahone1-8/+22
2009-05-28Suggested by Thomas Martitz, don't check for track-specific files when search...Andrew Mahone2-8/+12
2009-05-28Suggested by Thomas Martitz, use tagcache_fill_tags to speed up PictureFlow a...Andrew Mahone3-4/+20
2009-05-28Remove use of uniqbuf in PictureFlow, preventing crash on 64-bit sim and free...Andrew Mahone1-8/+3
2009-05-27Fix yellow & redMaurus Cuelenaere2-1/+9
2009-05-27Lua: add support for os libraryMaurus Cuelenaere7-3/+398
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Check for PLAY_MODE befo...Michael Giacomelli1-2/+2
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Replace ROCKBOX_DIR and ...Michael Giacomelli4-6/+6
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Removed unneeded error c...Michael Giacomelli1-16/+0
2009-05-27Commit next part of FS#10138 by Teruaki Kawashima. Fixes mistaken error retu...Michael Giacomelli1-1/+1
2009-05-27Commit next part of FS#10138 by Teruaki Kawashima. Fixes check for open erro...Michael Giacomelli1-1/+1
2009-05-27Commit part of FS#10138 by Teruaki Kawashima. Fixes up ugly formatting in gig...Michael Giacomelli1-38/+38
2009-05-26Next round of pdbox patches from Wincent Balin: adapt dbestfit to rockbox, if...Peter D'Hoye8-10/+35
2009-05-26Fix typo in the menu entryAlexander Levin1-1/+1
2009-05-26Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.Andrew Mahone3-3/+5
2009-05-26Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone5-210/+354