- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 4982b87 fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also minor code policing.. use true/false instead of 1/0 for calls to fade() by Jonathan Gordon · 16 years ago
- 61f5dd6 fix red and pointer screwup by Jonathan Gordon · 16 years ago
- 930447c oops, missed to failed hunks in the patch by Jonathan Gordon · 16 years ago
- ae49b38 Accept FS#9075 and rename valid_vals to set_vals by Jonathan Gordon · 16 years ago
- cbbbaac Make parse_list() a bit stricter by only allowing items to be skipped if they are explicitly marked with - e.g %V|0|0|-|-|1|-|-| by Jonathan Gordon · 16 years ago
- f002b7d make %V a little simpler. only the x and y values have to be specified now (i.e %V|0|0|||||| ) by Jonathan Gordon · 16 years ago
- 0501fb0 total removal of gui_textarea. The only thing using the text_message struct is the yesno screen so move its definition to yesno.h by Jonathan Gordon · 16 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 · 16 years ago
- 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 16 years ago
- 33c4446 Const police raid, making a lot of pointers to lang strings const and removing some ugly casting by Nils Wallménius · 16 years ago
- 2521bf5 Fix speaking of decimal values to work when decimals != 1, spell the fractional part instead of speaking it like a number, break out a part of output_dyn_value into a separate function and use it by Nils Wallménius · 16 years ago
- 78d29f5 Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. by Dave Chapman · 17 years ago
- 7418c35 Make checkwps compile again. Still more work is needed though, as checkwps is compiled to emulate an iPod Color - this needs changing to allow the LCD (and remote LCD) dimensions/depth to be specified on the commandline - the new %V tags are validated against the LCD characteristics by Dave Chapman · 17 years ago
- a96a733 Another small optimisation/simplification to the hex_to_rgb() function. by Dave Chapman · 17 years ago
- e92d2c5 Add a general-purpose parse_list function to parse a string containing a delimited list of items and adapt the parse_image_load() function in the WPS parser to use it. This function will also be used to parse the upcoming WPS %V viewport tag, but I'm committing it separately as these changes are unrelated to the viewport implementation itself. by Dave Chapman · 17 years ago
- 7b1de20 Fix FS 8753, JdGordon started it, I finished it. by Brandon Low · 17 years ago
- 7757bcf Further size savings - no need to make call for 0-9 by Steve Gotthardt · 17 years ago
- 6ee34cb Small bin-size optimisation - convert a macro used six times to a function by Dave Chapman · 17 years ago
- fc2a757 Make screendump work on the M3 (sim). by Jens Arnold · 17 years ago
- f3ef9aa fix red 1 by Robert Kukla · 17 years ago
- 3e3e1d5 simulator: by Robert Kukla · 17 years ago
- 2235081 Prevent possible buffer overflow when locating album art. by Magnus Holmgren · 17 years ago
- 536b5a0 Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip_extension() function from albumart.c. The other one is moved from tree.c to misc.c. by Nicolas Pennequin · 17 years ago
- ed64a66 make check_dir use dir_exists and slightly optimise the latter by Robert Kukla · 17 years ago
- d87b037 consolidate the 3 file_exists() functions into one; use the version that explicitly uses dircache; give dir_exists() the same treatment for consistency by Robert Kukla · 17 years ago
- 4acae4d Use the strrsplt function in one more place by Nils Wallménius · 17 years ago
- da93299 Accept FS#7910: spontaneously speak out the battery level when it falls by Stéphane Doyon · 17 years ago
- 32a9575 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. by Steve Bavin · 17 years ago
- 1630188 Make sure that audio_resume() is not called in interrupt context when car adapter mode is enabled. Fixes FS#7304. by Linus Nielsen Feltzing · 17 years ago
- 583f186 Implement FS #2976: Clip Counter for recording screen. If enabled in peak meter settings, it shows the number of times clipping occurred (clip indicator going on). Count is reset on recording start and only counts during actual recording. Stays on screen when stopping or pauzing. Also fix a drawing bug when peakmeters start at a non-zero x offset. by Peter D'Hoye · 17 years ago
- a50c2b1 Apply fix from FS#6341, with some changes by me. by Magnus Holmgren · 17 years ago
- 671f5d4 Removed special X5 backlight handling, and replaced it with a generic system that makes the backlight light up on shutdown and not time out unless it's completely disabled in the current player state. by Jens Arnold · 17 years ago
- 5b76936 Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by Stephane Doyon with some minor tweaks by me. Rerun 'configure' and do a 'make clean' before rebuilding your voice files. by Nils Wallménius · 17 years ago
- 1d9f693 Redraw the menu when stopping playback, in case the bookmarking code left something on screen. by Magnus Holmgren · 17 years ago
- ffb3dfd Fix some places for USB_NONE. Still some more complex cases left though. by Jens Arnold · 17 years ago
- f2c1987 Fix a bug that would cause a hang when shutting down from the recording screen during prerecording. by Michael Sevakis · 17 years ago
- 1167e3c Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;). by Michael Sevakis · 17 years ago
- da5910e Shutdown and powermanagement cleanup: * Use the proper function for determining whether the battery level is safe, and get rid of the extra one. Low battery warning now appears at 10% or less. * Don't delay shutdown artificially by 3 seconds due to low/critical battery warning. * Shutdown at critical battery level: Skip all disk-hitting housekeeping, make sure dircache stops, and don't mark disk as clean in eeprom. by Jens Arnold · 17 years ago
- 12d2d0f A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213: Audioscrobbler incorrectly submits last song by Peter D'Hoye · 17 years ago
- 74cbb0a Give color targets the ability to display each LCD line a different color and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss. by Brandon Low · 17 years ago
- f46657e Move the setvol wrapper function to misc.c and use it in more places instead of doing the same checks everywhere by Nils Wallménius · 17 years ago
- 88c05bd fix typo in the last commit: lcd_setfont -> lcd_remote_setfont by Marcoen Hirschberg · 17 years ago
- c939774 If credits.rock isnt loadable manually show the logo and version. by Jonathan Gordon · 17 years ago
- 178c565 Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shutdown is now possible from menus and sub-browsers as well. Player, other targets which are always powered during charging: Attempted shutdown from menu with charger plugged now displays the charging splash. by Jens Arnold · 17 years ago
- f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. by Jens Arnold · 18 years ago
- 0db06ce Oops again, use correct variable types for storing file date and time by Peter D'Hoye · 18 years ago
- 33975fb Use date and time rather than size and starting cluster to detect installation of a new version by Peter D'Hoye · 18 years ago
- bf92f9c Fix automatic rolo on new version for archos. Introduces new define in config files for bootfile location. by Peter D'Hoye · 18 years ago
- dc33e1e Don't check for bootfile changes on devices that use OF for USB (and thus reboot) by Peter D'Hoye · 18 years ago
- d2b3055 Check if a new version got installed after usb disconnect and ask if user wants to reboot. Causes disk spinup before showing the usb logo. Also fixes do_menu() not returning to root_menu after usb disconnect. by Peter D'Hoye · 18 years ago
- 2c7b127 Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. by Jens Arnold · 18 years ago
- 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
- ae08eeb remove runtime detection of h1x0 series RTC MOD, but leave driver code by Robert Kukla · 18 years ago
- 50b5ee47 FS#6419 - driver for H1x0 series RTC Mod with runtime detection by Robert Kukla · 18 years ago
- 51223e5 Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ease framebuffer handling a bit. Added equivalent definitions for the remote LCD. by Jens Arnold · 18 years ago
- 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
- 14ba91e A few more bookmark code tweaks. Also improves how the bookmark selection screen is displayed on Archos players. by Magnus Holmgren · 18 years ago
- 67eb154 Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. by Jens Arnold · 18 years ago
- ea37d4c Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release). by Dominik Riebeling · 18 years ago
- 8cece5a Added fade to car adapter mode pause by Björn Stenberg · 18 years ago
- d152b64 update the runtime screen and move it to the inf menu instead of debug menu by Jonathan Gordon · 18 years ago
- 6efad93 revert my previous commit, Save your settings manually to a .cfg if you by Jonathan Gordon · 18 years ago
- 6f4f589 Force saving settings to disk on shutdown. Better an extra disk write by Jonathan Gordon · 18 years ago
- 314f3b5 More static'ing, and a few fixes resulting from that. by Jens Arnold · 18 years ago
- 6581146 Fix dircache not saving the last size (Caused the Scanning disk splash by Jonathan Gordon · 18 years ago
- 0d768a3 SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustment from buffer size. 2) Handle stop and pause better and let pcmrec thread lock the DMA as that could cause prerecording to get disabled internally 3) Make sure to snapshot DMA write index to ensure compiler doesn't perform multiple access when calculating available data (probably just paranoia on my part) 4) Handle USB connect in recording thread a little better by resetting hardware to defaults after closing 5) Make power managment stop recording properly when powering off (ie. no yield() from interrupt handler! :) by Michael Sevakis · 18 years ago
- 4049d44 dont allow the ata callbacks to be run less than once every 30s unless by Jonathan Gordon · 18 years ago
- ea79924 Make the updated %rg tag match playback behaviour (fall back to track gain if album gain requested but not available). Share the mode decision logic with playback code and simplify the %rg tag handling. by Magnus Holmgren · 18 years ago
- 8d2711b Improved power management (FS#3001). Shutdown rockbox when the battery gets to a level where the device doesn't function properly. Calculate remaining charging time while charging (rather than remaining running time). Show "Low Battery" and "Battery Empty" warnings. Also fixes FS#4786. by Barry Wardell · 18 years ago
- 0d94142 call call_ata_idle_notifys on clean shutdown, this should work, but by Jonathan Gordon · 18 years ago
- 0f5cb94 Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. by Michael Sevakis · 18 years ago
- 710ccb7 ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel by Jonathan Gordon · 18 years ago
- a1ac743 Implement fast_readline as a function and use it for tagtree also. by Miika Pekkarinen · 18 years ago
- da153da Patch #5166 by Robert Keevil - Last.fm logging by Linus Nielsen Feltzing · 18 years ago
- 53d662b Don't try to fade unless audio is playing. by Miika Pekkarinen · 18 years ago
- 6938f56 Fade out audio on shutdown if enabled. by Miika Pekkarinen · 18 years ago
- ceac173 Fixed screendump for iPod Mini. by Jens Arnold · 18 years ago
- 537c754 Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the headphones by Linus Nielsen Feltzing · 18 years ago
- 6ee82e7 Properly shutdown audio playback early and flush system, including not by Miika Pekkarinen · 18 years ago
- c4a59a2 eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, added debug entry for h3x0 that allows to write to the eeprom by Peter D'Hoye · 18 years ago
- c9f59e6 Accepted FS #5772 by Michael Sevakis by Rani Hod · 18 years ago
- 954b732 Initial support and use for EEPROM memory on H120 & H140 players when by Miika Pekkarinen · 18 years ago
- a048346 Rockbox logo adjusted to the correct iriver remote LCD size, and rockbox logo for the upcoming X5 remote LCD driver, by Marianne Arnold. by Jens Arnold · 18 years ago
- 0dd1f8e Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. by Jens Arnold · 18 years ago
- 542d9b5 Greyscale ipods: Fixed screendump for the (not-so-) new framebuffer format. by Jens Arnold · 18 years ago
- 5074ec0 Clear all screens before the shutdown splash. by Jens Arnold · 18 years ago
- 3b31346 Commit tagcache in background when possible (at least dircache enabled). by Miika Pekkarinen · 18 years ago
- 95538f6 First attempt at generating and using .h files from bitmaps using bmp2rb. The .h files are generated for both the core bitmaps and the plugins, but are only currently being used in the core. by Dave Chapman · 19 years ago
- da5cef6 Proper screendump for greyscale iPods. by Jens Arnold · 19 years ago
- 1e7043a2 Initial attempt at using bmp2rb in the build system. Don't forget to re-run configure by Dave Chapman · 19 years ago
- 3249f3e Fix red builds more by Brandon Low · 19 years ago
- f981ea9 kill gcc4 warnings by Daniel Stenberg · 19 years ago
- 8c800cf Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h by Dave Chapman · 19 years ago
- 4205407 Cleanup of the screendump routine. More similar operation for the various LCD depths, and a bit smaller code. by Jens Arnold · 19 years ago
- 49a0a94 Win32 simulator now supports iPod Color. Fixed screendump() to correctly work for iPod simulators on big endian machines. Removed duplicate button definitions. by Jens Arnold · 19 years ago
- 664a418 Use LCD_PIXELFORMAT instead of CONFIG_LCD in screen_dump() by Dave Chapman · 19 years ago
- b0a4b3e Fixed the 16bit screendump to work with either endianess and use the 16 bit BMP format. by Jens Arnold · 19 years ago
- e991bee replaced all the splash calls by gui_sync_splash, added some missing remote key in the playlist viewer by Kevin Ferrare · 19 years ago
- 07480a7 Add logos for iPod color and Nano by Dave Chapman · 19 years ago