summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-02-12Fix signedness warning (only visible when building tools/database.c)Dave Chapman1-2/+2
2007-02-12Make the database PC tool compile again.Miika Pekkarinen2-1/+2
2007-02-12fix non-utf 8 encoded string and move added strings to the end to be consiste...Nils Wallménius1-28/+28
2007-02-12fix red buildsJonathan Gordon1-0/+1
2007-02-12* Move playback menu to the new sysetm Jonathan Gordon9-552/+366
2007-02-12Remove the File Options menu from the playlist viewer, but put the Jonathan Gordon1-11/+14
2007-02-12Oops, fix a typo so that we are referring to a bitmap that actually exist...Tom Ross1-2/+2
2007-02-12Rename solitaire_ bitmaps to card_ since they are used in solitaire and black...Tom Ross17-33/+33
2007-02-12Use play instead of select to fire in Invadrox for the H100. Allows the user ...Tom Ross1-2/+8
2007-02-12Do a case-insensitive compare of the prefix part of filename settings. Jonathan Gordon1-1/+3
2007-02-12More macro commentingJonathan Gordon1-12/+39
2007-02-11Move the recently added strings to the end, where they belong.Magnus Holmgren1-28/+28
2007-02-11Comment the macros a bit, no actual code changeJonathan Gordon1-15/+33
2007-02-11Make amiconn happyJonathan Gordon1-145/+148
2007-02-11Fix the missing entries in the ID3 info screen.Magnus Holmgren1-25/+21
2007-02-11Move the playlist menu to the new systemJonathan Gordon4-107/+55
2007-02-11Accept FS#6644 - use the ata_idle_nofity stuff for the last.fm loggingJonathan Gordon1-13/+21
2007-02-11* Document the revision of Speex imported in to Rockbox along with how the im...Dan Everton3-7/+77
2007-02-10Allow cursor changes in Morse Vkeyboard for targets that use line_edit modeMartin Scarratt1-9/+19
2007-02-10Doh. Forgot about codeclib.c.Michael Sevakis1-4/+4
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis19-100/+100
2007-02-10Forgot to add apps/menusJonathan Gordon1-0/+1
2007-02-10fix typo which causes the macro to cause compile errorsJonathan Gordon1-1/+1
2007-02-10Fix problems building Speex when building the simulator on Cygwin.Magnus Holmgren1-1/+1
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen8-21/+124
2007-02-10* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).Dan Everton70-3283/+4816
2007-02-10Minor whitespace and formatting fixes.Dan Everton1-9/+13
2007-02-10Recording Menus: Make statusbar update correctly when exiting an encoder sett...Michael Sevakis1-42/+51
2007-02-10Fix stereo Speex file decoding.Dan Everton1-15/+13
2007-02-10Fixed 64 bit warning.Jens Arnold1-1/+1
2007-02-09Fix warnings in simulator builds including libspeexDan Everton1-2/+2
2007-02-09Encoders: Add a little dithering with the fractional bit for mono mixdowns so...Michael Sevakis4-12/+34
2007-02-09Whitespace is nice, let's use some. No functional changes.Dave Chapman1-229/+316
2007-02-09Fix a warning in Speex codec_main declaration.Dan Everton1-1/+1
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton108-5/+28331
2007-02-09VRC6 speedup/bugfix from Takashi Obara, FS #6635Adam Gashlin1-66/+61
2007-02-08Testing svn_autoprops by readding one of the files with missing Ids.Michael Sevakis1-1/+1
2007-02-08unstatic the string buffer, fix the recording setting lang, change the Jonathan Gordon3-3/+3
2007-02-08OK, this was crazy overkill... the worst setting current Jonathan Gordon1-2/+2
2007-02-08Revert the changes using global status for the screen states. It should wait ...Michael Sevakis9-53/+47
2007-02-08Convert the sound menu to the new systemJonathan Gordon7-359/+302
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon21-182/+951
2007-02-07Kill the errors for now. Would like to know why resetting in_recording_screen...Michael Sevakis1-0/+2
2007-02-07if you reset your settings, you wont be in the rec screen anymore! Jonathan Gordon1-0/+1
2007-02-07Do Mike's previous patch a bit nicer.Jonathan Gordon2-4/+2
2007-02-07Fix warnings. Initialized struct needs at least one member actually initializ...Michael Sevakis2-0/+4
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis9-48/+53
2007-02-07Don't save the in-out state of the recording screen as a setting. Fixes the s...Michael Sevakis5-6/+14
2007-02-07Woops. Upon examining the diffs again I find I shouldn't have deleted that on...Michael Sevakis1-0/+1
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis21-256/+170