summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-14Add foreground and background color information to iCatcher and UniCatcher.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12308 a1c6a512-1295-4272-9138-f99709370657
2007-02-14rename rockboxlogo3 to rockboxlogoMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12307 a1c6a512-1295-4272-9138-f99709370657
2007-02-14Oops, no need to allocate that much memory. Thanks to Lear for noticing this.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12306 a1c6a512-1295-4272-9138-f99709370657
2007-02-14Add missing entries to FILES to hopefully get everything included in the ↵Nils Wallménius
tarballs, should close FS #6660 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12305 a1c6a512-1295-4272-9138-f99709370657
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin
Everytime an audio file is loaded, a cue file with the same name is searched for. A setting allows to disable this (default is off). Cuesheet files can also be viewed in the file browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12304 a1c6a512-1295-4272-9138-f99709370657
2007-02-14the position of the progress bar background was off by 1 pixelMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12303 a1c6a512-1295-4272-9138-f99709370657
2007-02-14Use the correct swap functions for live conversion, and fix 64 bit sims.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12302 a1c6a512-1295-4272-9138-f99709370657
2007-02-14Remove dishonest spc amplificationAdam Gashlin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12301 a1c6a512-1295-4272-9138-f99709370657
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon
Any menus which dont yet show them are not converted to the new system. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12300 a1c6a512-1295-4272-9138-f99709370657
2007-02-14Cleaned indents, added Shay Green (blargg) to credits.Adam Gashlin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12299 a1c6a512-1295-4272-9138-f99709370657
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12298 a1c6a512-1295-4272-9138-f99709370657
2007-02-13Make database endianess independent.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12297 a1c6a512-1295-4272-9138-f99709370657
2007-02-13remove put_cursorxy() which is not usedJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12296 a1c6a512-1295-4272-9138-f99709370657
2007-02-13Move the General Settings menu (excluding the display submenu) to the Jonathan Gordon
new system. Drops another 1200bytes off the recorder build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12295 a1c6a512-1295-4272-9138-f99709370657
2007-02-13Large Sokoban update, by Sean Morrisey (FS#6625). Some new features include ↵Zakk Roberts
effectively unlimited (several thousand) undos on any platform, a redo feature, improved level/move info, 'level completed' screen showing moves/pushes made, and cleaned up code (full list of changes at tracker entry). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12294 a1c6a512-1295-4272-9138-f99709370657
2007-02-13Fix the keywords on some recently added files.Jonathan Gordon
Remove apps/recording_settings_menu.c which should never have been commited git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12293 a1c6a512-1295-4272-9138-f99709370657
2007-02-12remove some unintended white pixelsMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12292 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Fix signedness warning (only visible when building tools/database.c)Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12291 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Make the database PC tool compile again.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12290 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Correct buttons for H10 5GB and 6GB (closes FS# 6594)Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12289 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Fix Rockboxed theme for 160x128x16.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12288 a1c6a512-1295-4272-9138-f99709370657
2007-02-12fix non-utf 8 encoded string and move added strings to the end to be ↵Nils Wallménius
consistent with english.lang git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12287 a1c6a512-1295-4272-9138-f99709370657
2007-02-12fix red buildsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12286 a1c6a512-1295-4272-9138-f99709370657
2007-02-12* Move playback menu to the new sysetm Jonathan Gordon
(http://forums.rockbox.org/index.php?topic=8703.0 if I broke any of those settings accidently). * Add set_int_ex() which is the same as set_int() but adds a param which is a callback that returns the voice ID to talk for the selected value * Change the "pause on headphone unplug" to use meaningful strings in the config instead of numbers, this setting will be reset. * saves ~500bytes on the rec build :D git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12285 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Gigabeat Cradle USB SupportKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12284 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Remove the File Options menu from the playlist viewer, but put the Jonathan Gordon
playlist catalog options in. Fixes FS#6577 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12283 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Oops, fix a typo so that we are referring to a bitmap that actually exist...Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12282 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Rename solitaire_ bitmaps to card_ since they are used in solitaire and ↵Tom Ross
blackjack. Ideally all future card games will use these graphics. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12281 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Use play instead of select to fire in Invadrox for the H100. Allows the user ↵Tom Ross
to move and fire at the same time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12280 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Do a case-insensitive compare of the prefix part of filename settings. Jonathan Gordon
fixes FS#6640 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12279 a1c6a512-1295-4272-9138-f99709370657
2007-02-12More macro commentingJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12278 a1c6a512-1295-4272-9138-f99709370657
2007-02-12fix fonts in Rockboxed themeMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12277 a1c6a512-1295-4272-9138-f99709370657
2007-02-11Oops, forgot to commit the change to add Ben Keroack to CREDITS for the ↵Dave Chapman
Speex WPS bugfix git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12276 a1c6a512-1295-4272-9138-f99709370657
2007-02-11FS #6646 from Ben Keroack - move the recently added AFMT_SPEEX to the end of ↵Dave Chapman
the enum. The values here are used for the %fc WPS tag, so new codecs MUST be added at the end. Also add a comment to that effect. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12275 a1c6a512-1295-4272-9138-f99709370657
2007-02-11Move the recently added strings to the end, where they belong.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12274 a1c6a512-1295-4272-9138-f99709370657
2007-02-11add the 'Rockboxed' theme by Roan Horning, moddified to work with the ↵Marcoen Hirschberg
wpsbuild script git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12273 a1c6a512-1295-4272-9138-f99709370657
2007-02-11add support for foreground and background colorsMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12272 a1c6a512-1295-4272-9138-f99709370657
2007-02-11Comment the macros a bit, no actual code changeJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12271 a1c6a512-1295-4272-9138-f99709370657
2007-02-11Make amiconn happyJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12270 a1c6a512-1295-4272-9138-f99709370657
2007-02-11Fix the missing entries in the ID3 info screen.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12269 a1c6a512-1295-4272-9138-f99709370657
2007-02-11Move the playlist menu to the new systemJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12268 a1c6a512-1295-4272-9138-f99709370657
2007-02-11Accept FS#6644 - use the ata_idle_nofity stuff for the last.fm loggingJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12267 a1c6a512-1295-4272-9138-f99709370657
2007-02-11* Document the revision of Speex imported in to Rockbox along with how the ↵Dan Everton
import was done. * Add the Speex license document. * Whitespace fixes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12266 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Allow cursor changes in Morse Vkeyboard for targets that use line_edit modeMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12265 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Changes to aid incorporation into rbutil, based on part of FS #6643 from ↵Dave Chapman
Dominik Wenger. Move display_partinfo() function into main.c (where it belongs) and export get_parttype() function from ipodpatcher.c. Also add a targetname variable to struct ipod_t to enable bootloader URLs to be constructed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12264 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Move ipodpatcher into rbutil directoryDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12263 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Oops. Fix typo.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12262 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Rename daily builds to archived following the rename on the website.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12261 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Doh. Forgot about codeclib.c.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12260 a1c6a512-1295-4272-9138-f99709370657
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ↵Michael Sevakis
and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12259 a1c6a512-1295-4272-9138-f99709370657