summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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-31Bump plugin api version.Thomas Martitz
2009-05-31Commit the first part of FS#10263: Starting playback from within pictureflow,...Thomas Martitz
2009-05-31playlist start can only have 1 return value (0), so make it return nothing.Thomas Martitz
2009-05-31fix FS#10261 - the files context menu (as an example) would get skipped and t...Jonathan Gordon
2009-05-30Fix shutdown splash. It is meant to be shown on an empty screen.Jens Arnold
2009-05-30Rename struct root_menu and the global int root_menu to avoid clashes with #i...Thomas Martitz
2009-05-30Move enum table into tagtree.c as it's not used elsewhere and switch to upper...Thomas Martitz
2009-05-30Improved Vorbis comment reader. The tags no longer need to fit in the first O...Magnus Holmgren
2009-05-29Don't recheck for track art when checking track art first.Andrew Mahone
2009-05-29Change the search_albumart_files "ignore track art" option to check track art...Andrew Mahone
2009-05-28Lua: make sure action.h gets C preprocessed before processing itMaurus Cuelenaere
2009-05-28Describe the magic of search_albumart_files (still not complete)Alexander Levin
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
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Replace ROCKBOX_DIR and ...Michael Giacomelli
2009-05-27Commit next part of FS# 10138 by Teruaki Kawashima. Removed unneeded error c...Michael Giacomelli
2009-05-27Commit next part of FS#10138 by Teruaki Kawashima. Fixes mistaken error retu...Michael Giacomelli
2009-05-27Commit next part of FS#10138 by Teruaki Kawashima. Fixes check for open erro...Michael Giacomelli
2009-05-27Commit part of FS#10138 by Teruaki Kawashima. Fixes up ugly formatting in gig...Michael Giacomelli
2009-05-26Next round of pdbox patches from Wincent Balin: adapt dbestfit to rockbox, if...Peter D'Hoye
2009-05-26Fix typo in the menu entryAlexander Levin
2009-05-26Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.Andrew Mahone
2009-05-26Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone
2009-05-26FS #10233 by Johannes Schwarz: "The following patch allows the user to resume...Antoine Cellerier
2009-05-26Update the Swedish translation.Magnus Holmgren
2009-05-25Samsung YH*: A few keymap tweaks (still nothing final yet)Thomas Martitz
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo
2009-05-25Should fix redMaurus Cuelenaere
2009-05-25Improve the c100 keymap and button names.Marc Guay
2009-05-25Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_s...Maurus Cuelenaere
2009-05-25Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone)Maurus Cuelenaere
2009-05-25Fix some typosMaurus Cuelenaere
2009-05-25Lua: port viewports + add test_viewports.luaMaurus Cuelenaere
2009-05-25Fix mingw & cygwin buildsMaurus Cuelenaere
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere
2009-05-24Commit FS#10234 - Spacerocks respawn invulnerability by Eric Clayton. Gives ...Michael Giacomelli
2009-05-24Cut the files in half and it might work better (note to self: check your tree...Peter D'Hoye
2009-05-24Fix FS#10231. The gwps_leave_wps() call at powering down is completely unnece...Thomas Martitz
2009-05-24Move rm.[c/h] from libcook to librm. No functional changes.Mohamed Tarek
2009-05-24Lua: /me should learn about C arrays.. :/Maurus Cuelenaere