- 4de600b Remove dishonest spc amplification by Adam Gashlin · 18 years ago
- 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
- 7df8712 Cleaned indents, added Shay Green (blargg) to credits. by Adam Gashlin · 18 years ago
- b73960d Adding SPC codec (FS #6542) by Adam Gashlin · 18 years ago
- 9b9539c Make database endianess independent. by Miika Pekkarinen · 18 years ago
- 24c8da0 remove put_cursorxy() which is not used by Jonathan Gordon · 18 years ago
- cd2d62c Move the General Settings menu (excluding the display submenu) to the by Jonathan Gordon · 18 years ago
- ffbdb25 Large Sokoban update, by Sean Morrisey (FS#6625). Some new features include 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). by Zakk Roberts · 18 years ago
- 4e73b53 Fix the keywords on some recently added files. by Jonathan Gordon · 18 years ago
- dec4132 remove some unintended white pixels by Marcoen Hirschberg · 18 years ago
- 2743cb4 Fix signedness warning (only visible when building tools/database.c) by Dave Chapman · 18 years ago
- a957b22 Make the database PC tool compile again. by Miika Pekkarinen · 18 years ago
- 1d63871 Correct buttons for H10 5GB and 6GB (closes FS# 6594) by Nils Wallménius · 18 years ago
- c63a733 Fix Rockboxed theme for 160x128x16. by Barry Wardell · 18 years ago
- b4e98b7 fix non-utf 8 encoded string and move added strings to the end to be consistent with english.lang by Nils Wallménius · 18 years ago
- c370e08 fix red builds by Jonathan Gordon · 18 years ago
- fb62831 * Move playback menu to the new sysetm by Jonathan Gordon · 18 years ago
- b081052 Gigabeat Cradle USB Support by Karl Kurbjun · 18 years ago
- ce58428 Remove the File Options menu from the playlist viewer, but put the by Jonathan Gordon · 18 years ago
- ecd8337 Oops, fix a typo so that we are referring to a bitmap that actually exist... by Tom Ross · 18 years ago
- e633bc0 Rename solitaire_ bitmaps to card_ since they are used in solitaire and blackjack. Ideally all future card games will use these graphics. by Tom Ross · 18 years ago
- 42505ee Use play instead of select to fire in Invadrox for the H100. Allows the user to move and fire at the same time. by Tom Ross · 18 years ago
- 332b324 Do a case-insensitive compare of the prefix part of filename settings. by Jonathan Gordon · 18 years ago
- afbc79d More macro commenting by Jonathan Gordon · 18 years ago
- 34c799a fix fonts in Rockboxed theme by Marcoen Hirschberg · 18 years ago
- 6e88d05 Oops, forgot to commit the change to add Ben Keroack to CREDITS for the Speex WPS bugfix by Dave Chapman · 18 years ago
- d64ed22 FS #6646 from Ben Keroack - move the recently added AFMT_SPEEX to the end of 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. by Dave Chapman · 18 years ago
- c30ee4e Move the recently added strings to the end, where they belong. by Magnus Holmgren · 18 years ago
- 69e3ffd add the 'Rockboxed' theme by Roan Horning, moddified to work with the wpsbuild script by Marcoen Hirschberg · 18 years ago
- 08bc43f add support for foreground and background colors by Marcoen Hirschberg · 18 years ago
- 37d246a Comment the macros a bit, no actual code change by Jonathan Gordon · 18 years ago
- 7c776d4 Make amiconn happy by Jonathan Gordon · 18 years ago
- 87e41e8 Fix the missing entries in the ID3 info screen. by Magnus Holmgren · 18 years ago
- e84ff17 Move the playlist menu to the new system by Jonathan Gordon · 18 years ago
- 26d8dce Accept FS#6644 - use the ata_idle_nofity stuff for the last.fm logging by Jonathan Gordon · 18 years ago
- 37fa620 * Document the revision of Speex imported in to Rockbox along with how the import was done. by Dan Everton · 18 years ago
- 3cf50c0 Allow cursor changes in Morse Vkeyboard for targets that use line_edit mode by Martin Scarratt · 18 years ago
- a6d68bd Changes to aid incorporation into rbutil, based on part of FS #6643 from 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. by Dave Chapman · 18 years ago
- 955afed Move ipodpatcher into rbutil directory by Dave Chapman · 18 years ago
- f0efde2 Oops. Fix typo. by Dominik Riebeling · 18 years ago
- 0d40bf6 Rename daily builds to archived following the rename on the website. by Dominik Riebeling · 18 years ago
- b013d11 Doh. Forgot about codeclib.c. by Michael Sevakis · 18 years ago
- 97f369a SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback 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. by Michael Sevakis · 18 years ago
- ce3b774 Forgot to add apps/menus by Jonathan Gordon · 18 years ago
- ee430ac fix typo which causes the macro to cause compile errors by Jonathan Gordon · 18 years ago
- 2c7030b Fix problems building Speex when building the simulator on Cygwin. by Magnus Holmgren · 18 years ago
- 4e97664 FS#6638 - Album artist and comment patch for WPS and tagcache. Export by Miika Pekkarinen · 18 years ago
- 7bf62e8 * Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1). by Dan Everton · 18 years ago
- 5158751 Minor whitespace and formatting fixes. by Dan Everton · 18 years ago
- e8fe1f5 SWCODEC Encoders: Better declarations of chunk flags. Mark constants as unsigned long to match structure variable type. by Michael Sevakis · 18 years ago
- c7a1cec Recording Menus: Make statusbar update correctly when exiting an encoder setting. by Michael Sevakis · 18 years ago
- 69c40d7 Fix stereo Speex file decoding. by Dan Everton · 18 years ago
- 161bf8f Fixed 64 bit warning. by Jens Arnold · 18 years ago
- 97623c5 Fix warnings in simulator builds including libspeex by Dan Everton · 18 years ago
- 0598506 Remove accidental inclusion of album art patch fragment. by Dan Everton · 18 years ago
- d52f2e4 Encoders: Add a little dithering with the fractional bit for mono mixdowns so faster shifts can be used again instead of division without introducing their own DC offset into the mixed channels. by Michael Sevakis · 18 years ago
- 0abfe9f Whitespace is nice, let's use some. No functional changes. by Dave Chapman · 18 years ago
- 6bd75aa Update version number to 0.8 ready for release. Also move the "Press ENTER to exit ipodpatcher" prompt to after the ipod_close() call. by Dave Chapman · 18 years ago
- c22e29f Fix a warning in Speex codec_main declaration. by Dan Everton · 18 years ago
- 3e4613a The inevitable 'oops' commit. Add libspeex to the configure script. by Dan Everton · 18 years ago
- ebc58c9 Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre. by Dan Everton · 18 years ago
- 4642430 Display some advice when no ipods are found in interactive mode by Dave Chapman · 18 years ago
- 88c0d9d VRC6 speedup/bugfix from Takashi Obara, FS #6635 by Adam Gashlin · 18 years ago
- 79a1fb1 Move the command-line specific code into main.c, leaving the firmware manipulation code in ipodpatcher.c. No functional changes. by Dave Chapman · 18 years ago
- eca5222 Bugfix - the bootloader was being overwritten if the firmware partition needed to be rearranged to make space (i.e. the first time a bootloader is installed). Thanks to Paul Louden for helping to test and debug. by Dave Chapman · 18 years ago
- c76dfb3 Ooops, the default build mode should have been without the embedded bootloaders by Dave Chapman · 18 years ago
- bdc27ff Work-in-progress (i.e. not well tested) changes: Add the option to build ipodpatcher with the Rockbox bootloaders embedded (see the comments in the Makefile for build instructions). This gives a new --install option which will search for an ipod, and if exactly one is found, will install the embedded bootloader. Even easier is the new interactive mode - running ipodpatcher with no command-line options (e.g. double-clicking on ipodpatcher.exe in Windows) will cause ipodpatcher to search for an ipod, and if exactly one is found, ask the user if he/she wishes to install the bootloader. Thanks to Bryan Childs for sample code to deal with prompts. by Dave Chapman · 18 years ago
- deb8363 Testing svn_autoprops by readding one of the files with missing Ids. by Michael Sevakis · 18 years ago
- 9bb864b unstatic the string buffer, fix the recording setting lang, change the by Jonathan Gordon · 18 years ago
- 217ad16 OK, this was crazy overkill... the worst setting current by Jonathan Gordon · 18 years ago
- 0f17532 Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had. by Michael Sevakis · 18 years ago
- fe3cfcc Convert the sound menu to the new system by Jonathan Gordon · 18 years ago
- e645e2d Fix the delay loops. Without scaling the CPU is always at 300MHz. by Marcoen Hirschberg · 18 years ago
- 6dd8fbe disable CPU scaling again because it actually made the power consumption worse. by Marcoen Hirschberg · 18 years ago
- 4718a1e beginning of the new menu system. This commit shouldnt break anything, by Jonathan Gordon · 18 years ago
- 092d355 Kill the errors for now. Would like to know why resetting 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. by Michael Sevakis · 18 years ago
- 3e16c9e if you reset your settings, you wont be in the rec screen anymore! by Jonathan Gordon · 18 years ago
- 48289a5 Do Mike's previous patch a bit nicer. by Jonathan Gordon · 18 years ago
- 946e4f8 Fix warnings. Initialized struct needs at least one member actually initialized. Add a dummy until at least one is guaranteed in all builds. Please remove it at that point. by Michael Sevakis · 18 years ago
- eed62f1 Change the radio screen and recording screen to use the global_status structure for state. I guess global_status had been added already and I missed it. :D by Michael Sevakis · 18 years ago
- ff3bb3a Don't save the in-out state of the recording screen as a setting. Fixes the statusbar icons if settings were saved while recording screen was on. Humbly may I suggest a global_state structure to do all this state checking more efficiently\? Ignore me if that's being worked on by someone. by Michael Sevakis · 18 years ago
- 70ebc8f Correct a deceptive comment. Clarify that this config file is only for the 4g grayscale iPod. by Tom Ross · 18 years ago
- ce89a27 Woops. Upon examining the diffs again I find I shouldn't have deleted that one yield() from the a52 codec. by Michael Sevakis · 18 years ago
- aba6ca0 Fix resampling clicking as much as possible at the moment. 1) Upsampling clicked because of size inaccuracies returned by DSP. Fix by simplifying audio system to use per-channel sample count from codec to pcm buffer. 2) Downsampling affected by 1) and was often starting passed the end of the data when not enough was available to generate an output sample. Fix by clamping input range to last sample in buffer and using the last sample value in the buffer. A perfect fix will require a double buffering scheme on the resampler to sufficient data during small data transients on both ends at all times of the down ratio on input and the up ratio on output. by Michael Sevakis · 18 years ago
- dd50c86 Oops, we should close the devices during the scan by Dave Chapman · 18 years ago
- 2882b26 Major Rockboy update. by Tom Ross · 18 years ago
- 1026c0f Make the [device] parameter optional. If none is specified, then ipodpatcher scans for an ipod, and if exactly one ipod is found, it uses that device. by Dave Chapman · 18 years ago
- 28a8894 Ifdef some remote lcd code in the recording screen that is not used for non lcd remote targets by Nils Wallménius · 18 years ago
- 2f4521e More HAVE_TAGCACHE by Austin Appel by Jonathan Gordon · 18 years ago
- 9d15361 Bump version to 0.7 for release by Dave Chapman · 18 years ago
- d18a68d Fix FS #6624 - remove useless menu items from the context menu in an empty directory by Jonathan Gordon · 18 years ago
- d71b44c Made ipodpatcher use slightly more clear for linux users. by Paul Louden · 18 years ago
- 6e641e8 Support for modifying the firmware partition on Macpods (useful for IPL users), along with the addition of a big warning when ipodpatcher detects a Macpod to say that Rockbox won't work on it. by Dave Chapman · 18 years ago
- d442cbe add a note about installing the bootloader on US h300s by Nils Wallménius · 18 years ago
- 3d43828 fix FS#6621 - viewer bookmarks only working for one file by Jonathan Gordon · 18 years ago
- 608e53d Remove H300 GPOODx debugging; it was using the wrong port addresses anyway by Steve Bavin · 18 years ago
- e332f4c Update (C) date to 2007 by Dave Chapman · 18 years ago
- 5ba289b Kill a warning. by Thom Johansen · 18 years ago
- 5f48e15 Optimise EQ coef calculation routines for both speed and size. Move now unneeded fsqrt function to plugin fixed point library in case it'll be needed. Move all fixed point helper macros to dsp.h. Added FRACMUL_SHL macro to facilitate high-precision shifting of 64 bit multiplies and remove rounding from macsr in main thread to make this work as intended. by Thom Johansen · 18 years ago
- 7170a00 Enable building ipodpatcher (pure win32 binary) on cygwin with a simple 'make' by Jens Arnold · 18 years ago