- f698234 Add timestretching from FS#8894, as written by Stephane Doyon based on work by Nicolas Pitre. Shouldn't affect playback unless it's explicitly enabled, but let me know if it does. Currently has a dedicated setting, but maybe inclusion of the code will inspire someone to integrate this with the pitch screen... by Steve Bavin · 17 years ago
- b82449a RButility: by Maurus Cuelenaere · 17 years ago
- 9228a38 Allow arbitrary compiler combinations in rockboxdev.sh by specifying a list of compilers to build. Remove "all" selection in favor of that (FS#9372). by Dominik Riebeling · 17 years ago
- 11eff09 * Clean up screenshot a bit and make it more self-descriptive by Maurus Cuelenaere · 17 years ago
- 3d0f01c fix red by Peter D'Hoye · 17 years ago
- 3c1e9ca Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. by Peter D'Hoye · 17 years ago
- e682143 Telechips NAND: split out a couple of small functions to help readability, and add a note about LPT blocks. No functional changes. by Rob Purchase · 17 years ago
- b6058de Remove leftover cruft. by Jens Arnold · 17 years ago
- 23fc923 ZVM: by Maurus Cuelenaere · 17 years ago
- 97f775d Language updates: by Jonas Häggqvist · 17 years ago
- d462a64 Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers. by Dave Chapman · 17 years ago
- b87715f Fix typo in the voice id for '5' reported in FS#9370 by John Zhou by Nils Wallménius · 17 years ago
- 7b514ff A few comment updates and trailing spaces removals. by Nicolas Pennequin · 17 years ago
- 8397a84 Correct a minor error in wording. by Robert Menes · 17 years ago
- f22b308 My first proper commit: some manual fixes to properly describe shutting down and starting the iPod 1st, 2nd, and 3rd generations, and removed some old bootloader information which is no longer valid. This should bring the manuals for these iPods more up to date. by Robert Menes · 17 years ago
- c8f7ea8 Welcome Robert Menes as Committer #64! by Robert Menes · 17 years ago
- 66b211a WpsEditor: add support for greyscale targets. by Dominik Wenger · 17 years ago
- c1e86f7 Adds descriptions to the manual for the iPod 1st, 2nd, and 3rd generations, and fixes some problems with the nano and Sansa c200 manuals (FS#9367 by Robert Menes) by Frank Gevaerts · 17 years ago
- e144638 Add Onda VX767 target by Maurus Cuelenaere · 17 years ago
- e064694 Make %mm 0-based again (as described in CustomWPS), and change %cf accordingly. by Nicolas Pennequin · 17 years ago
- 939459e Fix the bug reported in FS#9350: the WPS would crash on %mm or %cf if they weren't in conditionals. by Nicolas Pennequin · 17 years ago
- 6ea9067 remove -Wno-pointer-sign. This will make warnings reappear, but the warnings should really be fixed at the source by Frank Gevaerts · 17 years ago
- 7a22ba3 Make bdf2bmp work on 64 bit hosts. by Jens Arnold · 17 years ago
- 5420c3f Share bootloader with Creative ZVM 30GB/60GB and Creative ZV by Maurus Cuelenaere · 17 years ago
- 333f7e9 silence warnings by Frank Gevaerts · 17 years ago
- 850adb4 More files that were missed in the previous commit. by Michael Giacomelli · 17 years ago
- 46f85c4 Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codeclib. Combined IMDCT is now based on existing Tremor transform. Reduces CPU for 192k AAC by 21MHz on Coldfire, and 5MHz on PP5024. WMA and Vorbis should have no functional changes since they already used this code. Further optimization is possible and would benefit all 3 codecs. by Michael Giacomelli · 17 years ago
- 6c60826 Correct the number in the CHARS line to match the actual number of chars. by Jonas Häggqvist · 17 years ago
- 3cb69df Fix the CHARS line to include the correct number of characters. by Jonas Häggqvist · 17 years ago
- 16c9b16 WPS editor: by Maurus Cuelenaere · 17 years ago
- 561df38 WPS editor: by Maurus Cuelenaere · 17 years ago
- ebe3e03 remove obviously obsolete TODO comment by Frank Gevaerts · 17 years ago
- 23ab966 C200: Also flip the function of the volume buttons when display flip is enabled. I think it is more consistent, especially when thinking of cases where these buttons are used for something else (e.g. left/right in brickmania). Taken from FS#8393 by Volker Mische - add him to CREDITS too. by Marianne Arnold · 17 years ago
- 16b8817 WPS editor: * Order is important in highlighting rules! by Maurus Cuelenaere · 17 years ago
- c1c1383 * WPS editor: set eol-style * Add CLI-only screenshot utility (using libwps) by Maurus Cuelenaere · 17 years ago
- 4f26222 Fix width of the '1' to be the same as the width of the other digits. Fixes the last part of FS #2918. by Jens Arnold · 17 years ago
- 254fa65 WpsEditor: commit FS#9344 by Rostislav Chekan - multitarget support (only colour targets for now) by Dominik Wenger · 17 years ago
- ca0de82 Fix default font names in the settings code (FS #9358 by Thomas Schott). by Jens Arnold · 17 years ago
- f3d5700 ... but still be compatible with OF.. by Maurus Cuelenaere · 17 years ago
- aefbd63 * Clean up Jz4740 USB tool a bit by Maurus Cuelenaere · 17 years ago
- 3637513 Better readable small alpha. by Jens Arnold · 17 years ago
- 8b43e48 Fix keywords and executable flags. by Jens Arnold · 17 years ago
- d6b5445 Add some more sizes of Helvetica, plus bold variants. by Jens Arnold · 17 years ago
- f2c7a69 Font cleanup step 3 - The Big Shuffle: Renamed all fonts to a consistent naming scheme that allows easy selection of alternatives based on size, as discussed on IRC. Adjusted themes in SVN and Makefile for the sysfont. ** Attention **: Clean up your /.rockbox/fonts folder before installing the new release, and then install a new font pack as well. Adjust font names in your custom .cfg files. A reference table can be found in fonts/README. by Jens Arnold · 17 years ago
- e278b4f Turn off automatically after a number of backlight toggles. by Frank Gevaerts · 17 years ago
- d88094d set PWRON bit to 1 so the player doesn't turn off immediately (should work on M6SL and M3, not sure about the others) by Frank Gevaerts · 17 years ago
- 95c62a2 Font cleaup step 2: * Removed 00-Starmap_r400-8 - Bad unicode coverage, pretended to be a Win-1252 font, but was little more than pure ASCII, with many placeholders/ empty characters. * Removed win_crox* - broken encoding. RAWIN-R is neither Win-1251 nor ISO8859-5. * Converted jackash-16 to unicode (was CP437 in spite of what it said). * Fix several fonts to state their encoding, and change ISO8859-1 to ISO10646-1 for consistency. Fix property counts while we are at it. by Jens Arnold · 17 years ago
- c6bcb35 commit FS#9355 by Alexander Spyridakis. Greek translation for rbutil. by Dominik Wenger · 17 years ago
- 8a813fd Fix FS#9352 - allow .talk clips for single-character filenames. by Steve Bavin · 17 years ago
- 6549d31 enable full init code, as it seems to work by Frank Gevaerts · 17 years ago
- a4124e0 Font cleanup step 1: * alt8x8 - completely broken encoding. * atari-small - ASCII only, not used by any theme. * clR6x8-8859-2 - integrated into rockbox_default. * courB* - not used by any theme. * Hebrew-* - bad unicode coverage, essentially unused. * ter-u??v - 'EGA/VGA bold' versions of ter-u??b, meaningless in rockbox. * timR08 - not used by any theme. * uwe_prop - proportional is a slightly improved version of that. by Jens Arnold · 17 years ago
- c9e31fb Fix compiling of Jz4740 usbtool by Maurus Cuelenaere · 17 years ago
- da207a2 rename ARCH define because of conflict with some systems. see (FS#9321) by Dominik Wenger · 17 years ago
- 736af6f revert -fPIC change, as it seems to be gentoo related problem... by Christian Gmeiner · 17 years ago
- 903156d cleanups by William Poetra Yoga Hadisoeseno by Frank Gevaerts · 17 years ago
- 07840bd add -fPIC to GCCOPTS for simgcc to prevent warnings like: warning: creating a DT_TEXTREL in object. by Christian Gmeiner · 17 years ago
- 3409e9d code cleanup by Frank Gevaerts · 17 years ago
- 3ed5de8 r16149 renamed the variable ARCHOS to MODELNAME. Do it for the manual too (used when copying the pdf file to the output folder). by Dominik Riebeling · 17 years ago
- 6e24db0 fix meizu_dfu's buggy usb device id matching by Frank Gevaerts · 17 years ago
- 1867f24 Updated Bulgarian translation by Hristo Kovachev. Add Florin Popescu as translator in the Romanian langfile. by Jonas Häggqvist · 17 years ago
- 7582212 Language updates: by Jonas Häggqvist · 17 years ago
- ab7cfd2 revert r18327, as it introduces serious issues on non-sd players (like ipods) by Frank Gevaerts · 17 years ago
- ca588af Let qmake check the Qt version and error out if its too old. Useful if you have Qt3 and Qt4 installed and forget to pick the correct one. by Dominik Riebeling · 17 years ago
- b7219b7 Replaced TAB characters by spaces in sansapatcher by Bertrik Sikken · 17 years ago
- 9da68f9 Fix missing sansa_close when scanning for sansas in sansapatcher.c by Bertrik Sikken · 17 years ago
- 90f92b2 Add setting the User-Agent for http requests to HttpGet class. Make rbutil set its own user agent string. by Dominik Riebeling · 17 years ago
- 76a3959 French language update by Clément Pit-Claudel, FS#9323 by Frank Gevaerts · 17 years ago
- 0d760c1 Apply FS#9337 - Header file in SRC in rbutil/ipodpatcher. The parttypes.h header file apparently breaks compilation on some systems and is already #included in ipodpatcher.c by Bertrik Sikken · 17 years ago
- d8bb670 Fixed a possible index id destruction and temporary problems with the DB when DB has been loaded to ram, dircache enabled and statistics gathering ON. Fixed serial (affecting last played song order) being one too low after importing the changelog. A bit of code cleanup and comments also. by Miika Pekkarinen · 17 years ago
- 5d22e3c Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327 by Frank Gevaerts · 17 years ago
- cc31b1f set properties... by Frank Gevaerts · 17 years ago
- e645ced add Meizu M3, M6 TP, M6 SP and M6 SL dfu firmware recovery tool by Frank Gevaerts · 17 years ago
- 26e0a97 mkzenboot: * Make it compile using MingW on Windows * Add other devices by Maurus Cuelenaere · 17 years ago
- a3a5450 Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to misc.c (they are not used outside misc.c, so don't need to be in the .h), plus always include misc.h in misc.c (not needed to fix checkwps, but good practice), and add unistd.h when __PCTOOL_ is defined. by Dave Chapman · 17 years ago
- 1f7b22b Make usb_storage work on all targets again by Frank Gevaerts · 17 years ago
- b2655cc as pointed out by funman in #rockbox, doing assumptions on the size of long by Daniel Stenberg · 17 years ago
- 79177ed MTP: * Add Win32 progress callback reporting support by Maurus Cuelenaere · 17 years ago
- e320446 Updated italian translation. by Alessio Lenzi · 17 years ago
- 78d4438 Fix TABing by Maurus Cuelenaere · 17 years ago
- 944c334 * Commit dual-boot support for Creative ZVx family by Maurus Cuelenaere · 17 years ago
- 109a867 Don't include a database.ignore file in a font-only package. by Jens Arnold · 17 years ago
- 96aba33 Fix FS #9280 (bsd tar errors out when called with -u and the destination file doesn't exist) by using -c. This requires buildzip.pl to only call the archiver once, with the additional beneft that it's more efficient (saves a call, and allows 7zip archives to become smaller). by Jens Arnold · 17 years ago
- 32c65bb Remove unused argument to the buildzip() function. by Antoine Cellerier · 17 years ago
- 62c4a28 Onda VX747: by Maurus Cuelenaere · 17 years ago
- 7533501 Also remove the .7z, .tar, .tar.gz and .tar.bz2 rockbox files when runing the clean target. by Antoine Cellerier · 17 years ago
- 0f04783 Fix compiling on *BSD targets (and probably others too) by Maurus Cuelenaere · 17 years ago
- bea2ab2 ZenUtils: * add FRESC encryption * clean up code a bit by Maurus Cuelenaere · 17 years ago
- af5f866 FS#9322 - Clarify the copyright and the license of nimbus-19 by Alexander Levin by Nils Wallménius · 17 years ago
- 4162e6f FS#9326 grammar fix by Clément Pit--Claudel by Nils Wallménius · 17 years ago
- 1f336c7 Update unifont to the latest version (5.1.20080820). This one has the filler glyphs for undefined characters, surrogates and private use area stripped from the version at http://unifoundry.com/unifont.html in order to save space. It covers the whole unicode 5.1 basic multilingual plane (53388 glyphs). Fixes FS #9241. by Jens Arnold · 17 years ago
- 606c798 Jz4740 USB tool: * Add preliminary support for NAND & ROM dump by Maurus Cuelenaere · 17 years ago
- ced10d4 ZenUtils: by Maurus Cuelenaere · 17 years ago
- 074e48c Add euro sign, and bring back glyph names (now unicode names). by Jens Arnold · 17 years ago
- 1392dc2 Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN by Maurus Cuelenaere · 17 years ago
- 965d2af Updated Serbian translation by Ivan Pesic (FS#9310). by Jonas Häggqvist · 17 years ago
- 5109882 This file is no longer needed by Peter D'Hoye · 17 years ago
- 90b49ae Accept FS #9276: Updated RWPS for iriver h1x0/h3x0 remotes (128x64x1) by Marianne Arnold by Peter D'Hoye · 17 years ago
- 8249c3c Apply automatic fixes to the Norwegian Nynorsk translation by copying dest strings into voice, where English uses the same value, and by mirroring empty phrases from English. In a few places, this will appear to remove translations, but these weren't used in the first place. by Jonas Häggqvist · 17 years ago
- 5bf2120 Updated Norwegian Nynorsk translation by Karl Ove Hufthammer (FS#9309). by Jonas Häggqvist · 17 years ago
- 1d3b8ca rbutil: bootloader installation iaudio, create the FIRMWARE dir if it doesnt exist, or bootloader install will fail. by Dominik Wenger · 17 years ago