summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
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-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-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-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-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-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-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
2007-02-10Forgot to add apps/menusJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12258 a1c6a512-1295-4272-9138-f99709370657
2007-02-10fix typo which causes the macro to cause compile errorsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12257 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Fix problems building Speex when building the simulator on Cygwin.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12256 a1c6a512-1295-4272-9138-f99709370657
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen
your database before updating because initialization is needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12255 a1c6a512-1295-4272-9138-f99709370657
2007-02-10* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).Dan Everton
* Redo the changes required to make Speex compile in Rockbox. Should be a bit easier to keep in sync with Speex SVN now. * Fix name of Speex library in codecs Makefile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12254 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Minor whitespace and formatting fixes.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12253 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Recording Menus: Make statusbar update correctly when exiting an encoder ↵Michael Sevakis
setting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12251 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Fix stereo Speex file decoding.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12250 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Fixed 64 bit warning.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12249 a1c6a512-1295-4272-9138-f99709370657
2007-02-09Fix warnings in simulator builds including libspeexDan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12248 a1c6a512-1295-4272-9138-f99709370657
2007-02-09Encoders: Add a little dithering with the fractional bit for mono mixdowns ↵Michael Sevakis
so faster shifts can be used again instead of division without introducing their own DC offset into the mixed channels. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12246 a1c6a512-1295-4272-9138-f99709370657
2007-02-09Whitespace is nice, let's use some. No functional changes.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12245 a1c6a512-1295-4272-9138-f99709370657
2007-02-09Fix a warning in Speex codec_main declaration.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12243 a1c6a512-1295-4272-9138-f99709370657
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12241 a1c6a512-1295-4272-9138-f99709370657
2007-02-09VRC6 speedup/bugfix from Takashi Obara, FS #6635Adam Gashlin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12239 a1c6a512-1295-4272-9138-f99709370657
2007-02-08Testing svn_autoprops by readding one of the files with missing Ids.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12234 a1c6a512-1295-4272-9138-f99709370657
2007-02-08unstatic the string buffer, fix the recording setting lang, change the Jonathan Gordon
menu title... aparently im the only one who thinks it should match the logo... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12233 a1c6a512-1295-4272-9138-f99709370657
2007-02-08OK, this was crazy overkill... the worst setting current Jonathan Gordon
(default_codepage) will _just_ fit in 128, so 256 gives plenty of headroom git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12232 a1c6a512-1295-4272-9138-f99709370657
2007-02-08Revert the changes using global status for the screen states. It should wait ↵Michael Sevakis
for a more comprehensive plan to maximize benefit if any can be had. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12231 a1c6a512-1295-4272-9138-f99709370657
2007-02-08Convert the sound menu to the new systemJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12230 a1c6a512-1295-4272-9138-f99709370657
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon
but comming ones might.. report bugs in http://forums.rockbox.org/index.php?topic=8703.0 and more info at http://www.rockbox.org/twiki/bin/view/Main/SettingsRecode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12227 a1c6a512-1295-4272-9138-f99709370657
2007-02-07Kill the errors for now. Would like to know why resetting ↵Michael Sevakis
in_recording_screen from outside the function should ever be needed. If you're not in the recording screen any more, the function should have exited and reset in_recording_screen to false. If it hasn't actually been reset in that case, the function hasn't return for some reason. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12226 a1c6a512-1295-4272-9138-f99709370657
2007-02-07if you reset your settings, you wont be in the rec screen anymore! Jonathan Gordon
(hopefully fix the statusbar problem for good) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12225 a1c6a512-1295-4272-9138-f99709370657