- 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
- 194b2ca Check for permission denied error when trying to access the player and inform the user that raw disc access permissions are required. by Dominik Riebeling · 17 years ago
- daa8341 a bit of code cleanup.. use a single function to get the statusbar height (or lack of if its enabled), and remove some gui_textarea stuff which could be done using the splash. (gui_textarea is on the way out) by Jonathan Gordon · 17 years ago
- 977ad4b Remove duplicate entry. by Marianne Arnold · 17 years ago
- 39bccd6 recommit the talking quickscreen... silly rename bug which I mised this morning by Jonathan Gordon · 17 years ago
- 75fe887 Fix firmware load error display and handling in Gigabeat S bootloader. Remove "Hello World". v.00000011 now. by Michael Sevakis · 17 years ago
- 49a73ca Revert r17345 on jdgordon's request, until we figure out why it crashes my x5. by Stéphane Doyon · 17 years ago
- dd4e384 make the quickscreen talk by Jonathan Gordon · 17 years ago
- 8cfdf95 Accept FS#8957 - update bulgarian and chinese translations by Jonathan Gordon · 17 years ago
- b234ef2 make the quickscreen not block so the statusbar gets updated by Jonathan Gordon · 17 years ago
- 9cd2919 Disabled unused ata_led function. by Bertrik Sikken · 17 years ago
- 6a0340f More static / header file cleanup. by Bertrik Sikken · 17 years ago
- a969e85 Forgot a file by Maurus Cuelenaere · 17 years ago
- 41a82f9 More LCD stuff.. by Maurus Cuelenaere · 17 years ago
- 5fc95a3 Fix tabs. by Michael Giacomelli · 17 years ago
- 1942590 Another round of making local functions static and making sure that source files are in sync with their header files. by Bertrik Sikken · 17 years ago
- e243db6 Commit FS#8920, fixed headphone detection for the Ipod 2G by Mark Fawcus. by Michael Giacomelli · 17 years ago
- 9e6cd92 Forgot 0x by Maurus Cuelenaere · 17 years ago
- 2b0e436 Add OF LCD init by Maurus Cuelenaere · 17 years ago
- 8f4affb Updated italian translation. by Alessio Lenzi · 17 years ago
- 71a4346 Improved keymap for the Gigabeat S. by Nicolas Pennequin · 17 years ago
- f8a641d Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c by Bertrik Sikken · 17 years ago
- 8a04f62 SPC Codec: I'm pretty sure Gigabeat S can do realtime BRR decode and echo. :) by Michael Sevakis · 17 years ago
- 8f0a1b3 It's better not to use fixed constants since the lower volume limit may not be constant. by Michael Sevakis · 17 years ago
- 28df6bf The Gigabeat S can do album art. by Nicolas Pennequin · 17 years ago
- 5df4405 Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keymaps consistent; it's rather messy atm. by Michael Sevakis · 17 years ago
- d0e3211 Make local function interp_pitch in filters.c static. by Bertrik Sikken · 17 years ago
- d402774 Flashlight plugin: make color sets wrap around in both directions by Peter D'Hoye · 17 years ago
- ed5f1ed 1) add debug menu for USB & PIC 2) update keymap 3) fix yellow by Maurus Cuelenaere · 17 years ago
- 5fc5906 Sync Dutch lang file by Peter D'Hoye · 17 years ago
- 1be4d42 Don't commit LOGF_ENABLE by Maurus Cuelenaere · 17 years ago
- 1357099 And don't forget the yellows... by Maurus Cuelenaere · 17 years ago
- ef5286c remove some dead code by Jonathan Gordon · 17 years ago
- b2ad20c cabbiev2 gigabeat f fixes by Johannes Voggenthaler by Frank Gevaerts · 17 years ago
- ae0f5ed Fix more red... by Maurus Cuelenaere · 17 years ago
- 65a0de3 Fix red. by Maurus Cuelenaere · 17 years ago
- a6b31f1 1) add support for ata-as-arm by Maurus Cuelenaere · 17 years ago
- ea664e0 Viewported quickscreen (take 2 :D) (FS#8553) by Jonathan Gordon · 17 years ago
- 6be91cd ROLO works on gigabeat F/X now by Nils Wallménius · 17 years ago
- 7bb968b Fixed warning about unused flipdisplay_callback function for targets that cannot flip the display. by Bertrik Sikken · 17 years ago
- e15f8a2 Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. by Bertrik Sikken · 17 years ago
- 9c1ab1f Convert the TCC77x ADC driver to use interrupts - based on the technique used in the SH ADC driver. by Dave Chapman · 17 years ago
- 2124a9f Made rolo.h consistent with rolo.c by Bertrik Sikken · 17 years ago
- ba39a5c Added missing usb #includes to usb source files. by Bertrik Sikken · 17 years ago
- 1273f95 Added missing header file metadata_parsers.h to metadata parsers. by Bertrik Sikken · 17 years ago
- db3afb5 Oops, forgot a file in previous commit - add keymap for M200 by Dave Chapman · 17 years ago
- f204298 Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX (the LCD driver worked unchanged). Plus various tcc77x work, including a working tick interrupt (enabled in the bootloader). Rockbox itself builds for the M200 (there are no keymaps yet for the DAX), but doesn't progress very far due to the lack of an ATA (NAND flash) driver. by Dave Chapman · 17 years ago
- 4cf4b5c 128x42x1 Rockbox logo (a copy of the 128x41x1 remote version) for 128 pixel wide mono main LCDs - fixes the logo for the iFP (it was using the Archos version), plus preparation for new ports. by Dave Chapman · 17 years ago
- 6c6a2ed Working ROLO for the Gigabeat F/X by Karl Kurbjun · 17 years ago
- a74d150 Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in the codecs and plugins. by Michael Sevakis · 17 years ago
- 0542338 Remove some cruft not being used that interferes with building rockboy on Gigabeat S. by Michael Sevakis · 17 years ago
- f74cf93 Fix an oops in ARMv6 flush_icache. by Michael Sevakis · 17 years ago
- 1f7a72f Oops, use the mem* function wrapper macro to make gcc happy by Nils Wallménius · 17 years ago
- ddae6a2 Adapt the calculator to larger displays and use the UI font if it fits. Use reversed colours instead of inverted colours for selection, fixes FS#8951 by Nils Wallménius · 17 years ago
- 93b8a07 Make the linker complain if the bootloader isn't going to fit into IRAM on PP devices. by Barry Wardell · 17 years ago
- a1fa57f Use FIQ register + comments. by Maurus Cuelenaere · 17 years ago
- 59efebf Change the default of accessory power supply to <true>. by Andree Buschmann · 17 years ago
- dabcb81 Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use by Nils Wallménius · 17 years ago
- e02d031 Remove unused #define. by Steve Bavin · 17 years ago