- e0710b2 More color adjustments. Better translation to and from native colors with even distribution of levels. Macros for extracting native depth components and packing them. by Michael Sevakis · 18 years ago
- 7058752 Removed ugly boosting solutions from playback code and let scheduler by Miika Pekkarinen · 18 years ago
- 450f619 Ondios: Slightly more verbose MMC info. by Jens Arnold · 18 years ago
- 10befc8 Don't unboost CPU in an ISR by Steve Bavin · 18 years ago
- b89b5ba (1) New syntax to support conditional formatting. by Miika Pekkarinen · 18 years ago
- a7acf13 First draft of a complete description of the Graphical EQ menu. Still needs button mappings for iAudio and possibly H10. Address FS#5540. by Michael DiFebbo · 18 years ago
- 3e51363 Changed a few instances of the word 'tagcache' to 'Tag Cache' to be consistent with the rest of the manual. Addresses FS#6149. by Michael DiFebbo · 18 years ago
- 8aed608 Untested first attempt at a Sansa button driver. Based on work by MrH by Daniel Ankers · 18 years ago
- d282e14 Untested first attempt at a Sansa button driver. Based on work by MrH by Daniel Ankers · 18 years ago
- 6aa12c1 Added a small interface to screens to translate colors into remote gray levels on the x5. Splash screens paint properly with light gray. Should be adapted to a more general approach in the future. A few trailing whitespace trimmings got into a couple files but that is fine. by Michael Sevakis · 18 years ago
- 1f3360f Just take out some out-of-date TODOs from playback.c and put a big FIXME in pcmbuf.c by Brandon Low · 18 years ago
- 3beaad8 Adjust Pacbox for H10 5GB screen (128x128). by Barry Wardell · 18 years ago
- 2239bba Added instructions on how to save a playlist in the new working with playlists section and made some minor cleanup (removed trailing spaces and tabs, broke long lines etc.) fixed a reference in the quickstart. by Nils Wallménius · 18 years ago
- 1c3d89c Fix race condition when playback stopped - see FS#6174. Thanks to Jared Stafford by Steve Bavin · 18 years ago
- e627e35 More visual annoyance fixes. Backdrops no longer show though on centered splash screens. by Michael Sevakis · 18 years ago
- 3a8ad7f Minor simplification #3; use macros for ring buffer arithmetic. Also fixed unlikely problem where file close was missed on an error path. by Steve Bavin · 18 years ago
- 6e46bc2 One little thing needed changing in gui_bitmap_scrollbar_draw. by Michael Sevakis · 18 years ago
- 661c340 Added inner fill option to normal scrollbar and foreground only option. Added a left-pointing cursor for using pointer. Updated color picker and now sliders look very good on color, grayscale and mono screens when using bar selector. Some misc. changes for appearance. by Michael Sevakis · 18 years ago
- 65ef2db Add some presets for the equalizer. Includes a Default preset that resets everything. From FS#6113, thanks to David Quesada. by Dan Everton · 18 years ago
- fc865cb Revert change to screen_access.c (adding the native-bitmap drawing function) that caused warnings on the H3x0. We now draw the USB logo using the normal lcd_bitmap() and lcd_remote_bitmap() functions instead of the screens API, which doesn't handle the differing bitmaps types well. Remove apps/gui/logo.[ch] as they are now longer used. by Dave Chapman · 18 years ago
- 00d2182 Logf output on the serial port for h100 targets by Linus Nielsen Feltzing · 18 years ago
- a60bb9a Do not use our simple snprintf in simulator, because by Tomasz Malesinski · 18 years ago
- 379b91f Make sure to set deemphasis correctly when starting the radio. by Dominik Riebeling · 18 years ago
- 55e899c $Id was not getting updated in keymap-x5.c (Was '$Id $') by Michael Sevakis · 18 years ago
- 6c9b1d4 Made EQ and color chooser buttons work with remote. Fixed the date/time screen mappings on main unit (no date/time settings are possible from remote yet). Rearranged mappings and switch statements into alphabetical order for easier reference. by Michael Sevakis · 18 years ago
- e7da79f Add calibrated battery readings for H10. by Barry Wardell · 18 years ago
- 73e2f7b Minor simplification #2; replace unneeded variable filebufused with a macro by Steve Bavin · 18 years ago
- 5f70ad4 Minor simplification; replace unneeded variable cur_ti with a macro by Steve Bavin · 18 years ago
- a22d995 Fix tuning into weird frequencies at unpause after changing region setting by Dominik Riebeling · 18 years ago
- 814683e -/+ keys were backwards in the settings lists (aparently) by Jonathan Gordon · 18 years ago
- a7c8c71 Corrected the calculation to determine to display three sliders or one in the colorpicker. Same wonderment as before... by Michael Sevakis · 18 years ago
- b5404b2 Left some crud in bmp.c that should've been removed before committing. Don't know what's with me today by Michael Sevakis · 18 years ago
- 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