- fa0ea19 Fixed the problem with the backdrops on iPod. The same problem was in the updated color picker and that is fixed too. by Michael Sevakis · 18 years ago
- dc708c3 Fix URL to 2nd gen mini bootloader by Dave Chapman · 18 years ago
- cc66aea Made color picker work on x5 remote and display nicely when using backdrops. Also tweaked the appearance in general. Keymap still does not entirely function however (no inc/dec yet). by Michael Sevakis · 18 years ago
- 504dae2 Restored context menu to x5 remote by Michael Sevakis · 18 years ago
- bed0db2 Small bitmap dithering tweak by Michael Sevakis · 18 years ago
- 6a4ec14 Oops: Sansa and H10 need crt0 included in the bootloader by Daniel Ankers · 18 years ago
- 4060694 More flexible MP4 file metadata parser. by Magnus Holmgren · 18 years ago
- d63d8fe Forgot one file... by Magnus Holmgren · 18 years ago
- 9896fd1 AAC codec: Improved MP4 file parsing. Should now handle most streamable files. Also some code cleanup and policing. by Magnus Holmgren · 18 years ago
- ca3d872 minor correction by Martin Arver · 18 years ago
- 84a2bdf Oops. Stupid editor shouldn't insert tabs :( by Dominik Riebeling · 18 years ago
- ec79219 Don't load wps data twice when loading from cfg file. Gives a noticable speedup when loading themes with lots of images. by Dominik Riebeling · 18 years ago
- bba9de2 Now the 128 bytes limit for search clauses should work. by Miika Pekkarinen · 18 years ago
- dd7b8fc Fixed background color on solitaire menu. It wasn't set when entering menu and having a dark background made it almost unreadable. by Michael Sevakis · 18 years ago
- 756ce4a Fixed errors. Forgot to include system.h for swap16 in bmp.c by Michael Sevakis · 18 years ago
- 76a6aaa Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should be specified to dither a bitmap when loading. Feel free to flame me if I got the RGB565SWAPPED thing wrong. by Michael Sevakis · 18 years ago
- 3816822 AAC codec: Fix buffer overrun on high-bitrate files. by Magnus Holmgren · 18 years ago
- 02d756d Messing with the peak calculation in pcm_playback.c for Coldfire ports. by Michael Sevakis · 18 years ago
- 2740914 Changes to make Sansa bootloader run. Thanks to Peter Praest. by Daniel Ankers · 18 years ago
- 55c9297 Further changes related to FS#6146. The HAVE_FIRMWARE_* defines were a little misleading, so use HAVE_RB_BL_* instead. by Barry Wardell · 18 years ago
- ec69456 FS#6146. Corrections to description of bootloaders on targets which store the Rockbox bootloader on disk. by Barry Wardell · 18 years ago
- 71f50ae Add the correct keys for the H10's to complete the browser table by Martin Arver · 18 years ago
- 0481d5b Add playlist section to the manual by Martin Arver · 18 years ago
- de2ddea Add fixme for missing keys on the h10 by Martin Arver · 18 years ago
- 1a03440 Add missing startup/shutdown keys for the h10's by Martin Arver · 18 years ago
- 59d2788 General code cleanup. Add a fixme note. by Martin Arver · 18 years ago
- 69b98bd Hopefully took care of FS#6105 - unnecessary 'recording screen' option in the radio menu causes rockbox to freeze. by Michael Sevakis · 18 years ago
- 5325401 Adjust installation instructions to cover Ipod Nano w/ apple firmware 1.2 too by Dominik Riebeling · 18 years ago
- d28be08 mention what download tools the script expects by Daniel Stenberg · 18 years ago
- 3b7111e FS#6155: "oneof" oeprator limited to a list of 3 or less values. by Miika Pekkarinen · 18 years ago
- 3cb17b2 Add screenshots of the H10_5GB to the plugin section of the manual by Marianne Arnold · 18 years ago
- 2b57458 fix the radio strings I broke by changing a string the wrong way :( by Dominik Riebeling · 18 years ago
- 1308bd7 Fix the fm frequency not stored correctly when using europe region setting. Bump config block version, so save your settings! by Dominik Riebeling · 18 years ago
- 7ab4701 Oops by Linus Nielsen Feltzing · 18 years ago
- d8a2165 Quick fix for the edit screen in the random_folder_advance_config plugin, no more blank screen and it now shows the correct directory count by Linus Nielsen Feltzing · 18 years ago
- 8055825 fix the shutdown screen on the recorder by Jonathan Gordon · 18 years ago
- a9505c5 fixed typo and builds by Jonathan Gordon · 18 years ago
- 27ad51f Adds random folder advance option. RESETS SETTINGS. Refer to random_folder_advance_config wiki page for more info by Jonathan Gordon · 18 years ago
- be2eb02 FS#6137: add "oneof" operator to tagnavi.conf syntax. by Miika Pekkarinen · 18 years ago
- 56f5061 Add the bookmark context to the X5 keymap by Linus Nielsen Feltzing · 18 years ago
- d8dda93 Plugin loader: * Fix drawinfo reset after plugin return for greyscale remote LCDs. * Slight cleanup. by Jens Arnold · 18 years ago
- f4e7759 UIE(), panicf(): Make reboot with ON react immediately on targets with real LED (archos recorders, player). by Jens Arnold · 18 years ago
- 994257e coldfire: set INTBASE and SPURVEC at startup, fixed typo in GPI0 int name by Peter D'Hoye · 18 years ago
- 80876fd Player: repair pause vs. context menu behaviour in WPS. by Jens Arnold · 18 years ago
- 86b9d67 Add installation instructions for the H10. by Barry Wardell · 18 years ago
- dfcbcd1 Make rockblox a little slower on player to further account for the lower line count. by Jens Arnold · 18 years ago
- b837e45 FS #6144. Nynorsk update by Karl Ove Hufthammer. by Thom Johansen · 18 years ago
- 0eaae6a Add rockblox to player manual by Nils Wallménius · 18 years ago
- 36a1090 hebrew language update, probably not the last by Shachar Liberman · 18 years ago
- 8965865 Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board(). by Jens Arnold · 18 years ago
- ce8a1c9 hebrew language update, probably not the last by Shachar Liberman · 18 years ago
- 8033318 Splash function: Fixed several bugs and problems: (1) Off-by-one bug caused a buffer overflow with splash text longer than the screen. (2) Last line wasn't centered properly in the same situation. (3) On player, string display length must be calculated using utf8length() instead of strlen() since unicode support was added (old bug). (4) Handle splash texts with multiple spaces properly, including correct length calculation and stripping on wrap. (5) Don't reset fg/bg colours to default if not centering (old bug). * Increased buffer sizes to account for (a) larger screens (b) utf-8 (c) words wider than the screen. * More efficient code. by Jens Arnold · 18 years ago
- 5c6f32a Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and fix detection on 3G iPod by Daniel Ankers · 18 years ago
- 24c3375 Correctly initialise the screen->bitmap function for mono targets - prevents crashes on those targets when inserting USB. by Dave Chapman · 18 years ago
- 39b1cfe French language update by Mustapha Senhaji (FS#6134) by Peter D'Hoye · 18 years ago
- ae3d785 Add 'make bin' to the 'make help' output by Peter D'Hoye · 18 years ago
- 53c3eeb Fix FS#6126 - bug in Star where non-existant level 20 was accessable after you finish the game. Also fix spelling error in Star mentioned in the same bug report. by Barry Wardell · 18 years ago
- cac1b44 Fix FS#6127 - highlevel was not being saved when you win bubbles. by Barry Wardell · 18 years ago
- da2bf53 Move USB logo to an external (native-depth) bitmap. by Dave Chapman · 18 years ago
- a9a5c35 prepare for index generation by Dominik Riebeling · 18 years ago
- 7ced47f Ipods can't simply turned off, you need to reboot when installing. by Dominik Riebeling · 18 years ago
- 28ce6e1 Fix simulator build errors for iPod 3g, 4g, mini and mini2g. by Barry Wardell · 18 years ago
- e66b2ec Implement region setting for the fm tuner. The region setting affects deemphasis, band limits and step size. Fixes FS#5929, FS#5928. by Dominik Riebeling · 18 years ago
- 0640a05 No need to include pcf50605.c twice for ipods. by Barry Wardell · 18 years ago
- df9a081 Fix iPod bootloader build errors. by Barry Wardell · 18 years ago
- 0577dd7 Fix warnings in player builds. by Barry Wardell · 18 years ago
- d4945dc Move all iPod targets into the target tree. FS#5890 by Barry Wardell · 18 years ago
- 1d69db7 fix the wps context menu, and re-add page up/down in the tree for the recorder by Jonathan Gordon · 18 years ago
- 519c486 ...and tidy up by Steve Bavin · 18 years ago
- 1a11d43 Oops; second bad commit. Three strikes and I'm out I guess. by Steve Bavin · 18 years ago
- d49c810 Add CPU boost tracker to see where boosts are coming from by Steve Bavin · 18 years ago
- 3eb9e70 Accepted FS#6098 as the first patch from Robert Kukla and implemented using two switches. by Miika Pekkarinen · 18 years ago
- ac39354 Allow browser to voice the initial selection by Steve Bavin · 18 years ago
- 812cbad Fixed find_index returning incorrect entry unless entries are found. by Miika Pekkarinen · 18 years ago
- 5db6bb1 Oops by Steve Bavin · 18 years ago
- 2c2b50a Add (some of the) debug menu to sims by Steve Bavin · 18 years ago
- 8428c14 recent fixes by Björn Stenberg · 18 years ago
- 94d9d15 More ADSR related voodoo. Hopefully will get to patch prescaler soon. by Stepan Moskovchenko · 18 years ago
- c84461f More adsr related nonsense, argh! Fix adsr related problem on some notes being stopped instead of by Stepan Moskovchenko · 18 years ago
- f5a3569 Should fix yellow player buid. warning only occurred on the real target so I've missed it by Shachar Liberman · 18 years ago
- 2d1ff6c oops, these two files shouldnt have been commited. by Jonathan Gordon · 18 years ago
- 7ae8e44 add some consistancy to the path #defines by Jonathan Gordon · 18 years ago
- f5452c0 Improved code for the splash function: spare some calculation, fix a bug for screens wider then 255 (ipod 5g), fix FS#5775 by displaying complete lines instead of word by word. by Shachar Liberman · 18 years ago
- c9d7f76 new left-side menu by Björn Stenberg · 18 years ago
- a7153ac "Mosaic" is in fact spelled "Mosaique". Just change the name for now. by Dominik Riebeling · 18 years ago
- 7eb3d19 iPod bugfix - re-enable scroll events when leaving rockboy by Dave Chapman · 18 years ago
- 7f2c1a4 Sort rockblox into the correct position by Dave Chapman · 18 years ago
- ff02660 Add "Pause on unplug" feature to the ipod manual and fix a typo. (FS#6102) by Dominik Riebeling · 18 years ago
- c6ebfcc Enable ATA poweroff option on H10 for a nice increase in battery life. by Barry Wardell · 18 years ago
- ba0d555 Get rid of old junk and fix warning. by Stepan Moskovchenko · 18 years ago
- 80b4882 I have an iRiver again, yay! Make notes ramp down in a better way. Fix by Stepan Moskovchenko · 18 years ago
- d72506c Solitaire: Fixed incorrect condition check that caused an out-of-bounds access allowing to put the 2 of spades into nirvana. by Jens Arnold · 18 years ago
- f3fc9cb Solitaire: Don't let the REM2STACK shortcut repeat on irivers. by Jens Arnold · 18 years ago
- db3b70c AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire). by Magnus Holmgren · 18 years ago
- cb5129d Prevent gain increase when using AGC in Safety mode by Peter D'Hoye · 18 years ago
- 4caa676 Deboost under all exits for rockdoom thanks to patch 5851 by David Dent by Karl Kurbjun · 18 years ago
- 76e5d6c Language updates: by Jonas Häggqvist · 18 years ago
- 743ecad Fix bug introduced when support for the H10 Remote was added where pushing Play on the actual H10 itself would not resume playback. by Barry Wardell · 18 years ago
- d47983b Solitaire: colourised selection frame on colour targets. by Jens Arnold · 18 years ago
- 912574b Heavy graphical rework of solitaire: * Now uses full-card bitmaps (minus border) in several resolutions and colour depths. All graphical work done by Marianne Arnold; 37x49 and 26x33 pixel graphics partially based on the PySol cardset adapted from kdegames 1.0 * Cardback for greyscale targets. * Nicer edges for large cards. * Correct vertical card spacing within columns, hidden cards always use half the space now. * Correct horizontal spacing of columns. by Jens Arnold · 18 years ago