- 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
- 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
- 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
- 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
- c30ee4e Move the recently added strings to the end, where they belong. by Magnus Holmgren · 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
- 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
- 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
- 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
- c22e29f Fix a warning in Speex codec_main declaration. 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
- 88c0d9d VRC6 speedup/bugfix from Takashi Obara, FS #6635 by Adam Gashlin · 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
- 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
- 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
- 2882b26 Major Rockboy update. by Tom Ross · 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
- d18a68d Fix FS #6624 - remove useless menu items from the context menu in an empty directory by Jonathan Gordon · 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
- 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
- 6ce28d8 Fix Scroll Up/Down being backwards in some screens on the Sansa. by Barry Wardell · 18 years ago
- 7ebb291 Fixed 64 bit warning. by Jens Arnold · 18 years ago
- 7c9f4e3 Try to fix the simulator build warnings. by Magnus Holmgren · 18 years ago
- 39bd237 Fix playback of mono FLAC files, so they don't play in the left channel only. by Magnus Holmgren · 18 years ago
- 28aa131 Allow longer filenames for settings files. (fixes FS #6615) by Marianne Arnold · 18 years ago
- 6b0fdae Removed unused 'mode' parameter from mkdir() for consistency with creat(). by Jens Arnold · 18 years ago
- ae6abfb Bugfix: Remove use of IDATA_ATTR - plugins can not use IRAM without stopping audio playback. This fixes crashes when invadrox is started with audio playing. by Dave Chapman · 18 years ago
- 927ffda fmr is not a theme setting by Jonathan Gordon · 18 years ago
- 67eb154 Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. by Jens Arnold · 18 years ago
- 98dc093 Comment out an unused function by Nils Wallménius · 18 years ago
- af3b42c Swedish language update. by Magnus Holmgren · 18 years ago
- 00547c6 Fix Steve's naughty commit to english.lang.. new strings go at the end! by Jonathan Gordon · 18 years ago
- f0d2861 when saving config.cfg, only save settings which are not the same as by Jonathan Gordon · 18 years ago
- c47172a FS#4770 - Oops by Steve Bavin · 18 years ago
- 338d94f FS#4770 - Add USB charging for the H300 series by Steve Bavin · 18 years ago
- 47ddbd4 NES codec improvements - N106 fixed point implementation from FS #6603, removed redundant or unused tables and flags by Adam Gashlin · 18 years ago
- e79ba15 fix hardware eq settings by Jonathan Gordon · 18 years ago
- e50cc6c FS #6243 - Invadrox, awesome Invaders clone by Albert Veli, supporting almost all bitmap LCD targets (but not Archos). Also resorted plugins/bitmaps/native/SOURCES (alphabetically). by Zakk Roberts · 18 years ago
- fc1efc7 Fix a couple of MP4 demuxing problems, preventing playback in a few cases. All my test files now play properly. by Magnus Holmgren · 18 years ago
- ddc8daa updated and fixed Czech translation by Jakub Matoušek by Marcoen Hirschberg · 18 years ago
- 1d7c1c6 italian language update by Alessio Lenzi with (re)unicodification by me by Marcoen Hirschberg · 18 years ago
- 40310d8 Fix the default cutoff for the low shelf EQ filter. Should fix the oddness people have been hearing with the equalizer. by Dan Everton · 18 years ago
- 6be7727 Updated Polish translation by Tomasz Mon FS# 6592 by Nils Wallménius · 18 years ago
- f90542b remove the ASCII version of the Polish translation by Marcoen Hirschberg · 18 years ago
- 7bb8b30 grr! didnt see the h100 warning.. build table is too wide by Jonathan Gordon · 18 years ago
- 2062f63 fix recorder warning by Jonathan Gordon · 18 years ago
- 1382f78 fix build by Jonathan Gordon · 18 years ago
- 41bd24e Rearrange these files so they are more managable. No real code changes. Some functions/variables in these are possibly out of place and by Jonathan Gordon · 18 years ago
- bc60af1 fix bool settings which don't use "off,on" for their config values. Neatens up the read/write code a bit also by Jonathan Gordon · 18 years ago
- e744deb Accept FS#6285 by Wenbin Leo, Thanks. by Jonathan Gordon · 18 years ago
- e463dde Fixes the keyboard file setting by Jonathan Gordon · 18 years ago
- 541c2f0 Fix Blackjack not looking correct when a backdrop is in use. by Tom Ross · 18 years ago
- 369b6bd Fix a potential voice related bug with first time buffer setup by Brandon Low · 18 years ago
- 6820ed1 Add the O_TRUNC flag when writing the modified file back to disk - fixes FS #6559 by Dave Chapman · 18 years ago