summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-06-09Correct the includes; the old way broke parallel builds.Magnus Holmgren1-2/+2
2009-06-08Fix case in the constantAlexander Levin1-2/+2
2009-06-08Pictureflow: Don't show the playback control one targets that can't have play...Thomas Martitz1-6/+23
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold13-29/+44
2009-06-07pdbox: new patch by wincent. make s_print work on sim.Dominik Wenger2-2/+113
2009-06-06Sansa Fuze : use single press HOME button for exiting battery_benchRafaël Carré1-2/+2
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-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-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-05-31A bit more work on playback controlling pictureflow:Thomas Martitz1-11/+26
2009-05-31Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t...Andrew Mahone2-11/+14
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-31Commit the first part of FS#10263: Starting playback from within pictureflow,...Thomas Martitz1-8/+65
2009-05-28Lua: make sure action.h gets C preprocessed before processing itMaurus Cuelenaere2-8/+2
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 Mahone1-1/+1
2009-05-28Suggested by Thomas Martitz, use tagcache_fill_tags to speed up PictureFlow a...Andrew Mahone1-3/+13
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-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-26Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone3-36/+19
2009-05-26FS #10233 by Johannes Schwarz: "The following patch allows the user to resume...Antoine Cellerier1-49/+85
2009-05-25Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_s...Maurus Cuelenaere1-6/+16
2009-05-25Fix some typosMaurus Cuelenaere2-3/+3
2009-05-25Lua: port viewports + add test_viewports.luaMaurus Cuelenaere3-2/+189
2009-05-25Fix mingw & cygwin buildsMaurus Cuelenaere1-1/+1
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere3-5/+59
2009-05-24Commit FS#10234 - Spacerocks respawn invulnerability by Eric Clayton. Gives ...Michael Giacomelli1-12/+44
2009-05-24Cut the files in half and it might work better (note to self: check your tree...Peter D'Hoye192-69133/+20
2009-05-24Lua: /me should learn about C arrays.. :/Maurus Cuelenaere1-1/+1
2009-05-24Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappersMaurus Cuelenaere1-0/+27
2009-05-24Lua: add image handling + some other wrappersMaurus Cuelenaere1-1/+281
2009-05-23Load PictureFlow logo from disk, discarding it after splash screen is done an...Andrew Mahone2-22/+27