- ba3cfca Use LTV350QV register definitions by Maurus Cuelenaere · 17 years ago
- 572e7a9 Ensure that tools are compiled before features - fixes an issue with bmp2rb and multiple make jobs by Robert Keevil · 17 years ago
- f177de9 Fix the bootloader by Karl Kurbjun · 17 years ago
- 209aa8e Real fake IRAM by placing .i.... section in the analagous DRAM sections in the linker scripts that hasn't done this yet. by Michael Sevakis · 17 years ago
- ab15fa7 Fix spelling mistake. by Maurus Cuelenaere · 17 years ago
- ca03591 Added feature switch for LANG_ACCESSORY_SUPPLY as this is only used for some targets yet. by Andree Buschmann · 17 years ago
- 14d45c9 Removed non-active seek mechanism from musepack library, small other cleanups. by Andree Buschmann · 17 years ago
- 66010b9 Fix high power consumption at powerup. by Karl Kurbjun · 17 years ago
- 1ec3584 Fix yellow. by Michael Sevakis · 17 years ago
- 0220a5f Fix the ARM assembly to ensure that the stack is not used. by Karl Kurbjun · 17 years ago
- 80278e4 Bring Gigabeat S bootloader one step close to a release version. by Michael Sevakis · 17 years ago
- 6e812b1 rbutil: Upps, forgot 2 new files for creating a zip. by Dominik Wenger · 17 years ago
- acccee4 rbutil: Detect if Rockbox is already installed, and allow Backup bevor installing a new build. by Dominik Wenger · 17 years ago
- 251db06 rbutil: remove encoder selection and bind it to selected device. (ie. lame for old archos, rbspeex for all others) by Dominik Wenger · 17 years ago
- a7a2baa Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one who oned such). Remove tabs, perform some minor code beautification and add ICONST_ATTR to some requantization constants. by Andree Buschmann · 17 years ago
- 27bb998 Add a Gigabeat S specific string and use a wildcard where the F and S use the same string by Nils Wallménius · 17 years ago
- 42bc377 FS#8720 by Ivan Pesic updating srpski.lang by Nils Wallménius · 17 years ago
- 43217f8 fix size hint for spacers to get Ok button centered. by Dominik Riebeling · 17 years ago
- 9987dbd Description off the lamp plugin: add missing keypads to the button table, fix the spelling for the X5/M5 pad (which prevented the button from showing up) and change the wording for a 'long press of play' to comply with the rest of the manuals. by Marianne Arnold · 17 years ago
- fa5ce00 Add description of the player for the blind to the c200 manual. Based off FS#8658 by Michael DiFebbo and finished by Robert Menes. by Marianne Arnold · 17 years ago
- 6df1a86 Remove inner loop from button scanning on Gigabeat S. Requires changing the button codes but it's not a "functional port" so no plugin API version increase is done though a full update will be needed since any using the values will be incompatible. by Michael Sevakis · 17 years ago
- c85faed Change comment for clarity. by Andree Buschmann · 17 years ago
- 55129ad Use a 'feature' instead of opting for each target by Nils Wallménius · 17 years ago
- 8a3c77e Initial work on a Gigabeat S manual. Still a bit to do. by Will Robertson · 17 years ago
- 2558365 Backlight brightness setting for Gigabeat S. Cleanup headers in target backlight file too. by Michael Sevakis · 17 years ago
- 2d6aa41 Bump the plugin API version when adding stuff.... by Peter D'Hoye · 17 years ago
- 8291cd7 Fix the short audio dropout at disk spinup from power-off on portalplayer targets (observed on Mini G2, probably affected others as well). by Jens Arnold · 17 years ago
- 21a3733 Lamp plugin: accept the reduced patch of FS #8934 by Alexander Papst by Peter D'Hoye · 17 years ago
- 7835a20 Prototype declaration strictness fixes. by Bertrik Sikken · 17 years ago
- 3f05f91 same for svnversion.sh by Robert Kukla · 17 years ago
- 1f79493 make configure work again in cygwin by Robert Kukla · 17 years ago
- 254566b Cleanup in tools/: Remove unused VB scripts and fix properties. by Nicolas Pennequin · 17 years ago
- e15adcd Put 'Id' in the headers by Nils Wallménius · 17 years ago
- 7b1e247 Fix properties on WPS files. by Nicolas Pennequin · 17 years ago
- ad5c4b6 Add two missing rockbox headers and set svn:eol-style by Nils Wallménius · 17 years ago
- f24eaab Disable clocks for most modules in the imx31l on startup, individual drivers handle enabling/disabling clocks for used modules by Nils Wallménius · 17 years ago
- 89aca6a Oops, it's called mc13783... by Nils Wallménius · 17 years ago
- 3ff1d58 Hehe. Should probably implement ide_powered if implementing ide_power_enable. by Michael Sevakis · 17 years ago
- 6dd6ea7 Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the currently running image was being overwritten in place. Minor tweak to rolo.c based on imx31 errata sheet about not masking FIQ without masking IRQ which is fine to use on all ARM anyway. by Michael Sevakis · 17 years ago
- e616092 Gigabeat S: Might as well show the actual CPU frequency to avoid confusion. by Michael Sevakis · 17 years ago
- e574efa Gigabeat S: Allow battery selection from 700mAh to 1200mAh. Default to the stock capacity of 700mAh. Correct selection will be important for proper charging control. by Michael Sevakis · 17 years ago
- 86680e7 Gigabeat S: Put in (so it appears) proper delays for USB PHY reset. Use the atomic regmod functions to change bits. by Michael Sevakis · 17 years ago
- 6e5e20b Remove an unneeded #include and a lone "#" on a line (it's early). by Michael Sevakis · 17 years ago
- df4bd06 Gigabeat S: Add ATA/IDE power management. Fix parameter order of regmod32 as it was intended (had some things mixed up :P). by Michael Sevakis · 17 years ago
- f18e4db Apply 2 small size optimisations. * Put ICODE_ATTR into the function definitions where applicable, saving the separate declaration. by Jens Arnold · 17 years ago
- 93651ed Lamp plugin manual: Only show the colour toggle keys for colour targets, change spelling by Peter D'Hoye · 17 years ago
- ebdb89b Rename the flahslight plugin to lamp and add it to the manual by Peter D'Hoye · 17 years ago
- d38f49f FS#8953 by Alexander Levin making all buttons in the calulator reachable using scroll wheels with a small tweak by me to make it work for ipods by Nils Wallménius · 17 years ago
- 910fd78 Move interrupt clearing up. by Maurus Cuelenaere · 17 years ago
- c41caca Do some gigabeat S bootloader cleanup (includes, const, static-ing, number of variables, etc.). Make sure a tar file isn't too big before loading it however unlikely that is. No overall functional change but bump to v.00000013 for tracking purposes. by Michael Sevakis · 17 years ago
- 82cda9b H10: Disable IDE controller when the disk is powered down like on ipods. by Jens Arnold · 17 years ago
- 607b63a Gigabeat S technical correction: Fix instruction order because clean dcache operand is SBZ. by Michael Sevakis · 17 years ago
- bc1ce74 typo fixes (; instead of , at the end of two assignments) (same as r17398 for usb_serial. lesson learned : always check if there are similar bugs elsewhere) by Frank Gevaerts · 17 years ago
- b9fe84a Remove two unused #includes from test_touchpad. by Rob Purchase · 17 years ago
- ee8ebc9 typo fixes (; instead of , at the end of two assignments) by Frank Gevaerts · 17 years ago
- 35e7b25 ata_hard_reset should be synchronized. by Michael Sevakis · 17 years ago
- 6edb95d Gigabeat S: Make sure ATA interface is idle before a reset. by Michael Sevakis · 17 years ago
- c95adec Fix the colour selector. The only colours not allowed should be when trying to set the fg and bg to the same colour. by Barry Wardell · 17 years ago
- 5b33a41 Other people have accents in their names?! I want mine too then :-). by Stéphane Doyon · 17 years ago
- 81803eb Simple test_touchpad plugin for D2 and m:robe500 (not built by default). by Rob Purchase · 17 years ago
- ab40aa9 Remove the last D2 yellows (user timer is not yet implemented). by Rob Purchase · 17 years ago
- 8d8576a Fix maze and rocklife on greyscale targets which were broken by r17382. Maybe the colours or the code can be improved a bit, just get it working again for now. by Marianne Arnold · 17 years ago
- 0f1a040 Of course don't forget the init code.. + add interrupt priority handling by Maurus Cuelenaere · 17 years ago
- 3ae70b3 Fix red + add some extra defines. by Maurus Cuelenaere · 17 years ago
- fd0eed9 Woops, remove debug statements.. by Maurus Cuelenaere · 17 years ago
- e025cb1 Split up DMA and ATA, but don't enable it (yet). by Maurus Cuelenaere · 17 years ago
- 6d12109 Clear out confusion about UTF8<->ANSI in tools/creative.c by Maurus Cuelenaere · 17 years ago
- 405e90e PCM buffer muting doesn't seem benificial for wm8978 so turn it off. by Michael Sevakis · 17 years ago
- 2b8cbe9 Oops, forgot a string. by Alessio Lenzi · 17 years ago
- 80ad31c Keep the old colours for maze and rocklife. by Barry Wardell · 17 years ago
- 0218397 Gigabeat S bootloader: 1) Switch order of .vectors to be contiguous with initialized sections. 2) Clean all caches in main before doing anything else because vector copying counts as self-modifying code. Up to v.00000012. by Michael Sevakis · 17 years ago
- 9a54d96 Change the default background colour to black on colour targets. It fits better with the default theme and also with the bootloaders. by Barry Wardell · 17 years ago
- 57cbd77 Gigabeat S: Do the controller timing settings a more cleanly. by Michael Sevakis · 17 years ago
- c8130b2 Oops^2, probably a good idea to initialize this. by Nils Wallménius · 17 years ago
- 680bf86 Oops, forgot one file by Nils Wallménius · 17 years ago
- 90a4a43 Alarm wake up support for Gigabeat S by Nils Wallménius · 17 years ago
- 536d2fe Oops. Forgot to svn add this. by Barry Wardell · 17 years ago
- 940091a FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100). by Barry Wardell · 17 years ago
- 9560ba6 Mind repeat calls to ata_device_init. by Michael Sevakis · 17 years ago
- 12884bd Don't need the extra idle check. by Michael Sevakis · 17 years ago
- be0c7d0 Gigabeat S: Use the fastest PIO mode the installed drive allows instead of always PIO0. Centralize clock information in clkctl-imx31.c. by Michael Sevakis · 17 years ago
- 367aec3 Fix a couple quirks from the previous commit. by Nicolas Pennequin · 17 years ago
- 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 17 years ago
- ef5fa8e Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have removed it. Also add mine in playback.c, alongside Slasheri's. by Nicolas Pennequin · 17 years ago
- d7bda7b Fix errors for ZVM build caused by r17366 by Dave Chapman · 17 years ago
- 82c1aa8 scroll all lines in read-only info lists by Jonathan Gordon · 17 years ago
- 8e57ede move the pitchscreen out of screens.c.. no functional changes by Jonathan Gordon · 17 years ago
- 5641995 New card bitmaps for the m:robe100 (used in solitaire and blackjack). They graphics are now bigger, same size as on other 160x128 displays, and take the 'inverted' red on black of the m:robe100's display into account. by Marianne Arnold · 17 years ago
- d93e7d1 Updated italian translation. by Alessio Lenzi · 17 years ago
- cc486c9 The presence of the run list corelocks are dependent on core number and not building with priority scheduling. Fix building for multiprocessor without HAVE_PRIORITY_SCHEDULING defined. by Michael Sevakis · 17 years ago
- 6cbed80 Oops again. One more zero init too. by Michael Sevakis · 17 years ago
- b606def Oops. Need one more %s. by Michael Sevakis · 17 years ago
- 6dd14d4 Add some M/UDMA information to the Disk Info debug screen for both Gigabeats. by Michael Sevakis · 17 years ago
- 7e86e5d Polish voicing of quickscreen: make it like in FS#6171: announce by Stéphane Doyon · 17 years ago
- 27f59f6 Make the H10 bootloader work again. Also fix the same problem that might be affecting other PP bootloaders. by Barry Wardell · 17 years ago
- 5f7432f Move study mode settings from r17355 to end of settings struct to by Stéphane Doyon · 17 years ago
- ab0f7e1 Accept FS#6188: study mode. by Stéphane Doyon · 17 years ago
- 1ef5a83 doh! those talk functions dont check the setting (which for some reason I thought they did).. shut the quickscreen up if talk is disabled by Jonathan Gordon · 17 years ago
- a36c8f1 pluginlib: made local functions in static and made sure that source files include their own header file. by Bertrik Sikken · 17 years ago
- 517aca8 use the playlist catalog code to generate the playlists under Playlist > Create playlist by Jonathan Gordon · 17 years ago