- df155c8 Change unsigned long to uint32_t and long to int32_t to fix a crash in by Nils Wallménius · 17 years ago
- 6cfb906 include the re-renamed sokoban.levels file in FILES by Nils Wallménius · 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
- 189a5f8 Attempt red build fix. (/me crosses fingers) by Antoine Cellerier · 17 years ago
- 0cbb4cd Should fix X5/M5 compile errors. by Antoine Cellerier · 17 years ago
- ec7252c Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving the default level file back to the previous filename) by Antoine Cellerier · 17 years ago
- 4e7b760 propset svn:keywords Id by Antoine Cellerier · 17 years ago
- b046b79 FS #6616 - "rocklife: Conway's Game of Life" by Matthias Wientapper. by Antoine Cellerier · 17 years ago
- cf089d3 * FS #7373 - Maze: Button changes for iPods * Use black as foreground color by Antoine Cellerier · 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
- 63c266e Now automatically patches gcc-3.4.6 when built on x86_64. (FS#6564) by Björn Stenberg · 17 years ago
- fef4633 FS #6636 - "Maze generator plugin" by Matthias Wientapper. by Antoine Cellerier · 17 years ago
- f91d06d Apply FS #6702: More Sokoban Improvements. by Antoine Cellerier · 17 years ago
- 7a11082 FS#7361 by Rhino Tanga: Move the id3 tag buffer size into a #define by Nicolas Pennequin · 17 years ago
- 3f95ea5 Make the time in the statusbar always display --:-- when the RTC isn't set by Nicolas Pennequin · 17 years ago
- 0350bf2 rbutil: fix segfault if there is no rbutil.ini. It terminates now nicely. by Dominik Wenger · 17 years ago
- 34b0ca4 Add a missing install: label - thanks to Bryan Childs for spotting by Dave Chapman · 17 years ago
- a1eb162 make htlatex use the name element for anchors instead of id. by Dominik Riebeling · 17 years ago
- 070417d Forget all the nonsense with C delay loops. 'volatile' on the variable makes bloated code and a volatile, blank asm block inside may or may not be optimized out. Use asm delay loops instead for Coldfire. Radio i2c driver also needs NACK after reading last tuner byte. Get the volatile off the Ondio loops (not needed here now). Maybe this is straightened out now. by Michael Sevakis · 17 years ago
- 1092268 Woops. Forgot to remove the param to fmradio_i2c_ack. It was always called with 0 for a parameter anyway. by Michael Sevakis · 17 years ago
- 9614612 Bit banged TEA5767 i2c driver was broken by -Os because delay loops were optimized away. Last byte was being acked when reading so fix that too. Calling all developers: seek out any C delay loops and make sure they're volatile. by Michael Sevakis · 17 years ago
- 126d81e Fix up the ACK generation in the Coldfire i2c driver. by Michael Sevakis · 17 years ago
- fcd3a49 attempt to fix -u by Daniel Stenberg · 17 years ago
- 7fb0f71 Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin controller. Add some clocking registers to 'View I/O ports'. by Michael Sevakis · 17 years ago
- 13de658 If setting a bool, tell the settings code it is bool, not int. Fixes FS #7205 by Peter D'Hoye · 17 years ago
- e50cba9 Give recording related menu entries a recording icon (settings and radio menus). FS #7302 with small addition by me. by Peter D'Hoye · 17 years ago
- e9baf60 Fix sim errors. Every extra byte feels guilt-free. ;) by Michael Sevakis · 17 years ago
- 74aabc8 Make the '%mh' wps tag (to indicate keylock status) available on the Archos targets as well. by Marianne Arnold · 17 years ago
- 6bba70b current_tick really does need to be volatile since gcc can optimize away checking the value otherwise - found out the hard way. :) by Michael Sevakis · 17 years ago
- 2a0f5a4 Updating the minesweeper chapter in the manual to reflect the recent changes of the controls, add missing button descriptions (alternatives and the gigabeat keymap), replace the outdated 160x128 greyscale screenshot with a new one. by Marianne Arnold · 17 years ago
- 07b7877 Simple coldfire assembly strlen() function, 20-25% faster than the c by Nils Wallménius · 17 years ago
- dfa4e64 Minesweeper enhancements (FS #7327, FS #7335, some further changes by me): * Make info splash display number of flags and number of mines. * Directions on iPod use Left/Right/Menu/Play now, with Select for flagging and long Select for exploring. Additionally, Scroll Left/Right goes left/right with wrapping to the previos/next line at the edges. * Make info splash work on Iaudios. * Swap main explore and flag buttons on recorder (and av300) to make them consistent with the other tragets and the rest of the minesweeper world. * On irivers, Rec can be used as an alternative for flagging, making one-handed playing easier on H1x0. * Removed unused macros. by Jens Arnold · 17 years ago
- 0fd69f6 Gigabeat: Turn off more devices that aren't needed or not needed right away. Tests ok on my unit. Will check currents later. by Michael Sevakis · 17 years ago
- 00dd149 When building the database and a track doesn't have an album artist tag, copy the value from the artist tag. This should make browsing through album artist in the database a bit nicer. Same as FS# 7342 but different. You may need to rebuild your database to actually see any change. by Dan Everton · 17 years ago
- 708ac7f Support aART (album artist) MP4 atom. by Dan Everton · 17 years ago
- a28d74e Fix rockboy for the H100's. Thanks for fixing the HW codec players Peter by Karl Kurbjun · 17 years ago
- 3490acb Fix red rockboy builds on archos. Somebody with more rockboy knowledge might want to check this fix ;) by Peter D'Hoye · 17 years ago
- f783617 Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out so the volume always gets updated. Make sure i2s is off at boot and set to proper mode before audio hardware is initialized. Make pausing pcm instant instead of waiting until the end of the current DMA transfer. by Michael Sevakis · 17 years ago
- fc9ed84 Kill g++ warning. by Antoine Cellerier · 17 years ago
- 3bec38e SWCODEC: Get rid of unneeded pcm_mute() calls. Leave the only ones that seem to be needed for WM codecs. by Michael Sevakis · 17 years ago
- a92fc62 rbutil: make autodetection silent on startup. by Dominik Wenger · 17 years ago
- 9d0e4e1 rbutil: attempt autodetection at startup. by Dominik Wenger · 17 years ago
- e596a80 Yet another fine scrobbling patch by Robert Keevil that fixes FS #5495: audio_set_track_changed_event() skips first track in playlist by Peter D'Hoye · 17 years ago
- f0fc547 rbutil: bump version to 0.3.2.5 by Dominik Wenger · 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
- 78c4553 Sound improvements for rockboy - players now sync the sound (The gigabeat now plays at a steady 60 fps as long as the frameskip is set properly). If a new sample is not available a blank buffer is used. All devices use 44.1 kHz for gameboy sound now so no more high pitched sounds. Added a screen rotation option. Removed unscaled code for devices with a screensize smaller than the gameboy. All buttons are now configurable. Scroll wheel devices still have button configuration problems though. by Karl Kurbjun · 17 years ago
- 16ca78d Nicer doom button, still based on gnome-icons-theme, just a newer by Jonas Häggqvist · 17 years ago
- 845b8da Limit minimum db scale value when switching from linear to logaritmic peakmeter scale. Fixes FS #7325 by Peter D'Hoye · 17 years ago
- df43715 only go into USB mode when the cradle is powered by Marcoen Hirschberg · 17 years ago
- c8899d7 if a proxy is set, pre-fill the proxy setting dialog with the old value. by Dominik Riebeling · 17 years ago
- 8b27d2c Adjust the rbutil unix-style Makefile to the new icons. by Dominik Riebeling · 17 years ago
- 8d7ce65 fix a warning. by Dominik Riebeling · 17 years ago
- 87a6d0a rbutil: forgot to delete the old button images. by Dominik Wenger · 17 years ago
- 84f5939 rbutil: Add nice Buttons (FS 7294, heavily modified). Buttons are from the gnome-icon-theme (GPL) and are in png format. In rbutil/icons there is bin2c.c which can convert those pngs to *.c and *.h. Call it with bin2c *.png (shell expansion). The Makefile (Linux/ Mac) needs updates to use this. by Dominik Wenger · 17 years ago
- f5936c0 rbutil: Upps.. i hope the last one. :-/ by Dominik Wenger · 17 years ago
- 802db8e rbutil: Upps.. by Dominik Wenger · 17 years ago
- 6924152 rbutil: reworked device detection, now uses rockbox-info.txt and the patchers to detect the device. by Dominik Wenger · 17 years ago
- 00cc66c Fix the (hopefully) last dash issue when building the manual. by Dominik Riebeling · 17 years ago
- 6ecb06f FS#7003 - Allow forward references of menus in tagnavi.config. by Miika Pekkarinen · 17 years ago
- aa20202 Fixed missing semicolon in logf builds. by Miika Pekkarinen · 17 years ago
- ea255fb Prevent initial spinup when starting first file when in a stopped state on non-RTC targets. Fix some states that are dangerous on SWCODEC and could result in data loss. Had to make plugin API incopatible since specified numbered filename creation is enabled now on all non-RTC targets with recording; increase version and sort the items that looked like they had a place to go. by Michael Sevakis · 17 years ago
- 6e21c14 Fix FS#7336 - scrolling lines don't stay coloured. by Jonathan Gordon · 17 years ago
- 49af12a Fix the manual build issue on ubuntu by using printf instead of echo (FS#6919). Thanks to linuxstb for pointing me to printf. Some additional cleanup of the Makefile. by Dominik Riebeling · 17 years ago
- 2d4ee36 Fix problems with the list when you change font size by Jonathan Gordon · 17 years ago
- 0baad43 Accept FS#7313 - make the menus talk more often by Jonathan Gordon · 17 years ago
- 3585ee7 change the fps calculation so setting changes are visible without delay by Marcoen Hirschberg · 17 years ago
- 95d4145 move button_loop to prepare for the next commit by Marcoen Hirschberg · 17 years ago
- 8dc1a67 Fix iriver H100 i2c driver which was broken by the switch to build with -Os. Fixes FS#7316 and FS#7321 by Nils Wallménius · 17 years ago
- b6ede21 Clear the whole colour list on new .colours load, rather than by Paul Louden · 17 years ago
- 62dab05 Correct a comment by Dave Chapman · 17 years ago
- 9727d15 Fix Database to use the foreground colour, as the colours feature has by Paul Louden · 17 years ago
- 01f90d6 Forgot to change the spelling in viewers.config. by Paul Louden · 17 years ago
- f8b5913 Make user-visible spelling "colours" rather than "colors". by Paul Louden · 17 years ago
- f01b661 Add a "Speed test folder" option for batch testing. When this option is selected, all files in the same directory as the selected file will be tested, and the results written to a numbered log file in the root. Thanks to Jens for his screen+file logging functions I stole from test_disk. by Dave Chapman · 17 years ago
- 5b25a6e Added one more filetype. ??? in .colors lets you set the color for all by Paul Louden · 17 years ago
- f206159 Fix new bug caused by my last commit. Since there was no apparent binary by Paul Louden · 17 years ago
- 4cb1072 Hopefully fix FS#7323. Store colors as fb_data. by Paul Louden · 17 years ago
- 1b947de s/icons/colors by Jonathan Gordon · 17 years ago
- 46e186f extend the text editor plugin to be able to modify the .colors file by Jonathan Gordon · 17 years ago
- 06797c2 Add a sample.icons file, and add a few more files to the docs folder in the zips by Jonathan Gordon · 17 years ago
- 24d1672 e200: Remove register fiddling in the tuner driver that has nothing to do with the tuner but with switching SD cards. by Michael Sevakis · 17 years ago
- 0e16bd3 Fix bootloader error reporting as per patch FS#7314. Thanks again to James Teh. by Steve Bavin · 17 years ago
- f927a14 Include the new autodection.cpp file in the Makefiles by Dave Chapman · 17 years ago
- 2d0cb07 Shrink binsize by using shorts instead of ints for colors by Brandon Low · 17 years ago
- f8682a0 Fix some bugs with the colors stuff. You can now specify folder color with the folder extension. by Brandon Low · 17 years ago
- d88d255 Added profont license. by Paul Louden · 17 years ago
- 488de5e Fix yellow by Brandon Low · 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
- b578062 rbutil: Add quessing of the Drive letter via Windows API, also restructuring for future Device detection via pid and vid. by Dominik Wenger · 17 years ago
- 2199808 Sansa stuff shouldn't use the ipod structure. Thanks to Domonoky for noticing this error. by Antoine Cellerier · 17 years ago
- 5547c13 On linux, guess the mount point for ipods (tested) and sansas (untested). by Antoine Cellerier · 17 years ago
- eb3e102 Fix up #endif. by Steve Bavin · 17 years ago
- 0255489 remove dead code and unmatched #endif by Marcoen Hirschberg · 17 years ago
- 8e02e45 add missing define by Marcoen Hirschberg · 17 years ago
- 0b4b8f0 Fix 2 puzzle levels. Don't lose if no moves are left in puzzle mode, restart the current level. Score handling in puzzle mode is still kind of broken. by Antoine Cellerier · 17 years ago
- 70fc62c ProFont is a great font that comes in a variety of sizes and is very readable in all of them by Brandon Low · 17 years ago
- 8768ee8 PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port A uses bit 32 and port F,H use bit 33. Please add futher GPIOx_IRQ/MASK defines and associations to pp5024.h as they are discovered. I guess the SD card patch will need a small update to properly detect insertion. by Michael Sevakis · 17 years ago
- fa1a290 gigabeat remote: hold fast-forward to get to the context menu, hold rewind to get to the root of the file tree. by Marcoen Hirschberg · 17 years ago
- c1dc501 Ahem ... fix compilation. I also forgot to mention that puzzle images don't look good atm so if anyone wants to draw nice ones ... feel free to do so. by Antoine Cellerier · 17 years ago
- bbb9da3 Add "Puzzle" game type to jewels. Idea from Sam Hocevar's MonsterZ (http://sam.zoy.org/monsterz). by Antoine Cellerier · 17 years ago