- e10f455 Simplify the readshort/readlong/readstr functions - move the bounds checking into the calling function (which allows bounds-checking in chunks) and change the readshort/readlong functions (which now always succeed) to return the value read instead of a result code. Indirectly closes FS #7026 by Dave Chapman · 18 years ago
- 5d2b1e3 rename ACTION_WPSAB_RESET to ACTION_WPS_ABRESET to be more consistent with the rest by Marcoen Hirschberg · 18 years ago
- c97f0c6 Remove the crossfeed WPS tag from the manual. by Nicolas Pennequin · 18 years ago
- 2ea39db FS#7020. Make the behaviour of '#' more consistent. It now requires escaping by a '%' to be displayed. If it is not escaped, the following text will be interpreted as a comment (including the newline character). by Nicolas Pennequin · 18 years ago
- c05ee02 Removed unused struct member from gui_synclist, and reordered struct members of gui_list for optimal packing. by Jens Arnold · 18 years ago
- 6be6156 Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor changes by me. Fixes FS #6009 by Peter D'Hoye · 18 years ago
- 6222b2e Fix bootloader warning. by Jens Arnold · 18 years ago
- 47bf6c5 Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. by Jens Arnold · 18 years ago
- 734278b Consistency fix: pressing play (on) button also takes you to the WPS just like elsewhere. Fixes FS #6743 by Peter D'Hoye · 18 years ago
- ddf8300 Switch to mi4 format for Rockbox binary on H10 and Sansa. This means we now only have one binary format to deal with on this target. Users with bootloaders older than 20 March 2007 will have to update. Up to date ones are already on download.rockbox.org since that date. by Barry Wardell · 18 years ago
- 5e47daa Now track total playtime should be accessible as well by using Pm and Ps virtual tags. by Miika Pekkarinen · 18 years ago
- 9d9937a Added virtual tags in database to break track length to minutes and seconds. by Miika Pekkarinen · 18 years ago
- ec88dff Make resuming a directory bookmark more robust (e.g., when the directory no longer exists). by Magnus Holmgren · 18 years ago
- e6de6e5 FS#7002 - Fix a bug in parser of tagnavi.config preventing to set first menu as the root menu. by Miika Pekkarinen · 18 years ago
- 0569fae Fix metronome plugin crashing on SWCODEC targets and fixed a division by zero as well when tapping in the beat. by Miika Pekkarinen · 18 years ago
- dbcd321 Non-functional change - use the firmware __backlight_on() function instead of writing directly to the ports to turn the backlight on by Dave Chapman · 18 years ago
- 27cbf6b * Add the crossfade (%xf) WPS tag by Nicolas Pennequin · 18 years ago
- f9fb492 Give most of the items in the main menu a context menu by Jonathan Gordon · 18 years ago
- 88c05bd fix typo in the last commit: lcd_setfont -> lcd_remote_setfont by Marcoen Hirschberg · 18 years ago
- c939774 If credits.rock isnt loadable manually show the logo and version. by Jonathan Gordon · 18 years ago
- 8b9df97 mpegplayer: Recover from audio stream errors better. Correct some sizes. Add some needed extra guard buffer. Add in an important additional wrap check. Stream demuxer needs work on when it looks ahead in the stream and it should wrap though. by Michael Sevakis · 18 years ago
- 9291ae5 simplify UDA1380 bass and treble code by Marcoen Hirschberg · 18 years ago
- 91ea874 remove Sansa from the todo by Marcoen Hirschberg · 18 years ago
- 5f1abee mpegplayer: oops, added an IRAM init/buffer get order switch that should have been reversed before committing by Michael Sevakis · 18 years ago
- dcf6bd2 Fix the backlight and led bugs from my last commit by Karl Kurbjun · 18 years ago
- 4bd827b mpegplayer: do some reordering, add some needed volatiles, make sure thread creation failure is handled correctly, make sure audio doesn't attempt to finish remaining data if it was asked to stop. by Michael Sevakis · 18 years ago
- 9cd6394 SWCODEC: Fix a race condition caused by yielding in pcm_mute that could have playback messing around with pcm after supposedly being fully stopped. The pcm buffer mutes consistently on some players (the PP ones) which made audio_stop return too soon. Won't matter if it yields or not now and this should take care of the mpegplayer 'next video' issue. by Michael Sevakis · 18 years ago
- 6c9a433 Add a check to make sure initializing the BSS section doesn't pass a negative size to memset. by Michael Sevakis · 18 years ago
- 4c151dc Oops, forgot to commit 2 new files... by Jens Arnold · 18 years ago
- 8636e69 Moved SH1 system code to target tree. * First shot at hwcompat cleanup. by Jens Arnold · 18 years ago
- b16137e Make sure selected track of playlist viewer doesn't become bigger than number of tracks when deleting the last track. Fixes FS #6899 by Peter D'Hoye · 18 years ago
- d6e822c Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA address are all derived from the hw mask, and master/slave isn't displayed on other targets either). * Get rid of all the USB*STYLE macros (except USB_IPODSTYLE). by Jens Arnold · 18 years ago
- 81cf65e Wavview plugin: minor speed increase by Peter D'Hoye · 18 years ago
- fad79dc Moved archos USB handling to target tree. Minor simplification for coldfire (only one usb-target.h). by Jens Arnold · 18 years ago
- dfa9f44 mpegplayer: Hopefully help some problems on dual core. Make USB mode exit correctly. by Michael Sevakis · 18 years ago
- 7c4b786 Some quick and dirty MIDI player optimizations, now it works on the X5 and M5 too by Linus Nielsen Feltzing · 18 years ago
- 08e633c Hide the list title if only one line would fit under it by Jonathan Gordon · 18 years ago
- fc47f14 Move iPod Video hardware equalizer init to audio_init() after the hardware is enabled. Should fix the issue where the hardware equalizer settings would not be reapplied after a restart. by Dan Everton · 18 years ago
- b368f41 /me fail english? thats unpossible by Jonathan Gordon · 18 years ago
- 42c46da Fix the comment, read_bmp_file() returns >=0 for success, not 0 by Jonathan Gordon · 18 years ago
- 60fed9a Gigabeat: Pin initialization for the USB and ATA interface. This also adds proper coldstart detection for the ATA interface. by Karl Kurbjun · 18 years ago
- f8f0586 wav viewer plugin changes: speedup file reading, allow abort while reading, better keyhandling, small helpscreen by Peter D'Hoye · 18 years ago
- a3f1e9f Oops. Shouldn't forget the default handler. by Dominik Riebeling · 18 years ago
- 339d812 make the runtime view nicer. by Dominik Riebeling · 18 years ago
- 851ffe5 Ooops. Forgot to add Philippe Latulippe to the credits file. by Dominik Riebeling · 18 years ago
- f177af4 Document the RTC wps tags. FS#6986 by Philippe Latulippe. by Dominik Riebeling · 18 years ago
- 7d677d9 Add .mpeg extension to viewers.cfg by Michael Sevakis · 18 years ago
- 5cac461 Use valid_time() instead of using individual checks which amount to the same thing, and add RTC tokens beginning and end values that are used to check if a token is an RTC one. by Nicolas Pennequin · 18 years ago
- 69588c3 mpegplayer: do a little post commit cleanup. by Michael Sevakis · 18 years ago
- 6689cb0 mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and take advantage of decoder's ability to assist. Straighten out some threading problems. Clean it up a bit. Added some plugin API functions and decided it was a good time to do a good sorting on them so your next update from this build should be a full replacement. by Michael Sevakis · 18 years ago
- 536c5d9 RTC tags for the WPS: Accept FS#6998 and FS#7001 by Alexander Levin with changes by me. CUSTOM WPS FILES NEED TO BE UPDATED ! by Nicolas Pennequin · 18 years ago
- af7780e More complete sized integer definitions. by Michael Sevakis · 18 years ago
- 13c111a Remove unused code (already moved to target tree). by Barry Wardell · 18 years ago
- ad07c23 Accept FS#7004 by Michal Jevjak: Fix new sublines not being displayed after scrolling lines. This bug was introduced in the previous WPS commit. by Nicolas Pennequin · 18 years ago
- 81e0c9c Better endianness handling, removed some leftovers by Peter D'Hoye · 18 years ago
- 3e6ec54 Fix yellow from 64bit platform sim by Peter D'Hoye · 18 years ago
- 09877aa New plugin: wavview. Shows info about a wav file and allows you to look at the complete waveform, zoom and pan. Only tested in sims and on h3x0. First version so has room for improvements. by Peter D'Hoye · 18 years ago
- d2a23ee Player: Fix screen update in Rockbox Info and Runtime display, by Jens Arnold · 18 years ago
- 7c38564 updated to modern times by Daniel Stenberg · 18 years ago
- 87ac614 Enable rockboy for M5. by Jens Arnold · 18 years ago
- 61e798f Oscilloscope: Make orientation switching usable on X5, M5 and H10. by Jens Arnold · 18 years ago
- 9a53527 Revert change 13001, since it causes the metadata to be re-read for partially buffered files. This breaks ID3V2 parsing, which expects the mp3entry struct to be zeroed. A better fix for the old tag data problem is needed. by Magnus Holmgren · 18 years ago
- cda8941 Accept FS#7000 by Dave Hooper: Fix scrolling line behaviour for dynamic tags (e.g. when a line with info about the next track didn't scroll) and fix some incorrect refreshing flags. by Nicolas Pennequin · 18 years ago
- 5764ff5 Fix yellow player build. Sims have no charging... by Jens Arnold · 18 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 · 18 years ago
- dcb4aa2 FS#6997 DB/tree Cleanup - remove unused field "currextra2". by Miika Pekkarinen · 18 years ago
- 84789c6 RTC alarm for Gigabeat. Will be useful one the OF bootloader is no longer required. by Karl Kurbjun · 18 years ago
- 5b7d21f sims have no MAS, hence no mas_codec_readreg() by Robert Kukla · 18 years ago
- 357a418 FS#6604 - Starfield Pulses To Music by Robert Kukla · 18 years ago
- 9ce77aa Skip leading UTF8 BOM if present. Fixes the first line of the WPS not being understood as a comment when it is one. by Nicolas Pennequin · 18 years ago
- fd19b8d * Improve conditional evaluation to allow using enums with only two cases (problem reported by roolku). This happens to simplify the code. by Nicolas Pennequin · 18 years ago
- d2688c8 Refinements to the M5's manual plugin chapter: 1) add the proper bounce screenshot with clock in the background, 2) change main.tex so that pacbox and sudoku are also included. by Marianne Arnold · 18 years ago
- 349345d Enabled pacbox for M5. by Jens Arnold · 18 years ago
- 1322ae0 FS #6759: Support tan function in calculator plugin. Patch by Luke Blaney. by Dan Everton · 18 years ago
- 9e95e30 fix yellow by Jonathan Gordon · 18 years ago
- 21b415d Give all menus using the old API a nice title and icons (except plugins) by Jonathan Gordon · 18 years ago
- 1e0ae1b Remove dead code by Jonathan Gordon · 18 years ago
- ef5cfb4 Oops, this shouldn't have been removed (fix red). by Nicolas Pennequin · 18 years ago
- 07696c1 FS#6991. Patch by Alexander Levin, modified by me: by Nicolas Pennequin · 18 years ago
- fad3ad6 fix FS#6883 — Follow playlist override where the WPS leaves you when a playlist ends by Jonathan Gordon · 18 years ago
- 981f6c9 action_signalscreenchange(); was missing by Jonathan Gordon · 18 years ago
- a053e58 minor actions cleanup: by Jonathan Gordon · 18 years ago
- eef9694 WPS tags: The player doesn't have peak meters. Fix a glitch in \nopt which introduced a stray protected space. by Dominik Riebeling · 18 years ago
- 7b1e827 Dircache fixes: Stop scanning properly if shutdown is initiated. Require user to re-enable dircache if initialization fails. Don't create statefile unless eeprom settings have been initialized. by Miika Pekkarinen · 18 years ago
- 8e6e25c Fix NULL pointer access (crashes the sim on windows) in directories with no displayed entries. by Jens Arnold · 18 years ago
- 902b324 Correction: the user needs a voice file by Marianne Arnold · 18 years ago
- 7ab1768 Replace a bunch of plugin screenshots with up-to-date ones. by Marianne Arnold · 18 years ago
- 3dc42ba Add the sleep timer tag that got forgotten in the initial code. by Nicolas Pennequin · 18 years ago
- 0b5998c Updated user rating to the tagnavi.config (FS#6890) by Miika Pekkarinen · 18 years ago
- f3a149a Make conditionals trigger a line update. Fixes FS#6987. by Nicolas Pennequin · 18 years ago
- d6cb716 Declare struct sim_dirent the same way as rockbox core's struct dirent. Fixes file time reading for 64 bit sims. by Jens Arnold · 18 years ago
- f0ed594 Fix red by Peter D'Hoye · 18 years ago
- 832e0df Fix file date and time reading in the simulator (used by the properties plugin) by Peter D'Hoye · 18 years ago
- f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. by Jens Arnold · 18 years ago
- a5d7309 Support resume for Musepack by Adam Boot · 18 years ago
- 8527ce8 Use the default subline timeout value in case the value isn't explicitly set. Hopefully this will be the last commit in that area :) by Nicolas Pennequin · 18 years ago
- 87e77ba This time I hope I got it right! Basically, remove what the previous commit about subline timeouts added and make the values be computed by a special function at display time. This should bring complete compatibility with the previous code. by Nicolas Pennequin · 18 years ago
- bcec79c Fix the alignment of a subline in Rockboxed. by Nicolas Pennequin · 18 years ago
- 3954a51 Better handling of subline timeout values : All values are set to the default before another value is found by the parser. No more by Nicolas Pennequin · 18 years ago
- 52112a0 Hmpf, these ever-missing svn properties... by Jens Arnold · 18 years ago