Age | Commit message (Expand) | Author | Files | Lines |
2007-04-11 | Make sure selected track of playlist viewer doesn't become bigger than number... | Peter D'Hoye | 1 | -0/+2 |
2007-04-11 | Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA add... | Jens Arnold | 1 | -72/+18 |
2007-04-11 | Wavview plugin: minor speed increase | Peter D'Hoye | 1 | -10/+11 |
2007-04-11 | mpegplayer: Hopefully help some problems on dual core. Make USB mode exit cor... | Michael Sevakis | 2 | -22/+22 |
2007-04-11 | Some quick and dirty MIDI player optimizations, now it works on the X5 and M5... | Linus Nielsen Feltzing | 3 | -14/+11 |
2007-04-11 | Hide the list title if only one line would fit under it | Jonathan Gordon | 1 | -1/+1 |
2007-04-11 | Move iPod Video hardware equalizer init to audio_init() after the hardware is... | Dan Everton | 2 | -9/+8 |
2007-04-11 | /me fail english? thats unpossible | Jonathan Gordon | 1 | -1/+1 |
2007-04-11 | Fix the comment, read_bmp_file() returns >=0 for success, not 0 | Jonathan Gordon | 1 | -1/+2 |
2007-04-10 | wav viewer plugin changes: speedup file reading, allow abort while reading, b... | Peter D'Hoye | 1 | -32/+70 |
2007-04-10 | Oops. Shouldn't forget the default handler. | Dominik Riebeling | 1 | -0/+2 |
2007-04-10 | make the runtime view nicer. | Dominik Riebeling | 1 | -82/+53 |
2007-04-10 | Add .mpeg extension to viewers.cfg | Michael Sevakis | 1 | -0/+1 |
2007-04-10 | Use valid_time() instead of using individual checks which amount to the same ... | Nicolas Pennequin | 2 | -21/+11 |
2007-04-10 | mpegplayer: do a little post commit cleanup. | Michael Sevakis | 1 | -10/+3 |
2007-04-10 | mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and t... | Michael Sevakis | 3 | -518/+1116 |
2007-04-10 | RTC tags for the WPS: Accept FS#6998 and FS#7001 by Alexander Levin with chan... | Nicolas Pennequin | 4 | -89/+83 |
2007-04-10 | Accept FS#7004 by Michal Jevjak: Fix new sublines not being displayed after s... | Nicolas Pennequin | 1 | -1/+1 |
2007-04-09 | Better endianness handling, removed some leftovers | Peter D'Hoye | 1 | -39/+4 |
2007-04-09 | Fix yellow from 64bit platform sim | Peter D'Hoye | 1 | -7/+7 |
2007-04-09 | New plugin: wavview. Shows info about a wav file and allows you to look at th... | Peter D'Hoye | 3 | -10/+489 |
2007-04-09 | Player: Fix screen update in Rockbox Info and Runtime display, | Jens Arnold | 2 | -4/+0 |
2007-04-09 | Enable rockboy for M5. | Jens Arnold | 2 | -6/+4 |
2007-04-09 | Oscilloscope: Make orientation switching usable on X5, M5 and H10. | Jens Arnold | 1 | -1/+7 |
2007-04-09 | Revert change 13001, since it causes the metadata to be re-read for partially... | Magnus Holmgren | 1 | -1/+0 |
2007-04-09 | Accept FS#7000 by Dave Hooper: Fix scrolling line behaviour for dynamic tags ... | Nicolas Pennequin | 2 | -4/+11 |
2007-04-09 | Fix yellow player build. Sims have no charging... | Jens Arnold | 1 | -0/+2 |
2007-04-09 | Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu... | Jens Arnold | 6 | -46/+59 |
2007-04-09 | FS#6997 DB/tree Cleanup - remove unused field "currextra2". | Miika Pekkarinen | 1 | -1/+0 |
2007-04-08 | sims have no MAS, hence no mas_codec_readreg() | Robert Kukla | 1 | -24/+29 |
2007-04-08 | FS#6604 - Starfield Pulses To Music | Robert Kukla | 1 | -8/+50 |
2007-04-08 | Skip leading UTF8 BOM if present. Fixes the first line of the WPS not being u... | Nicolas Pennequin | 2 | -16/+17 |
2007-04-08 | * Improve conditional evaluation to allow using enums with only two cases (pr... | Nicolas Pennequin | 1 | -39/+42 |
2007-04-08 | Enabled pacbox for M5. | Jens Arnold | 1 | -2/+3 |
2007-04-08 | FS #6759: Support tan function in calculator plugin. Patch by Luke Blaney. | Dan Everton | 1 | -2/+17 |
2007-04-08 | fix yellow | Jonathan Gordon | 1 | -1/+2 |
2007-04-08 | Give all menus using the old API a nice title and icons (except plugins) | Jonathan Gordon | 6 | -10/+40 |
2007-04-08 | Remove dead code | Jonathan Gordon | 3 | -186/+0 |
2007-04-08 | Oops, this shouldn't have been removed (fix red). | Nicolas Pennequin | 1 | -0/+1 |
2007-04-08 | FS#6991. Patch by Alexander Levin, modified by me: | Nicolas Pennequin | 4 | -288/+408 |
2007-04-08 | fix FS#6883 — Follow playlist override where the WPS leaves you when a pla... | Jonathan Gordon | 1 | -1/+2 |
2007-04-08 | action_signalscreenchange(); was missing | Jonathan Gordon | 1 | -0/+2 |
2007-04-08 | minor actions cleanup: | Jonathan Gordon | 13 | -90/+43 |
2007-04-07 | Dircache fixes: Stop scanning properly if shutdown is initiated. Require user... | Miika Pekkarinen | 2 | -2/+10 |
2007-04-07 | Fix NULL pointer access (crashes the sim on windows) in directories with no d... | Jens Arnold | 1 | -1/+1 |
2007-04-07 | Add the sleep timer tag that got forgotten in the initial code. | Nicolas Pennequin | 1 | -0/+12 |
2007-04-07 | Updated user rating to the tagnavi.config (FS#6890) | Miika Pekkarinen | 1 | -3/+3 |
2007-04-07 | Make conditionals trigger a line update. Fixes FS#6987. | Nicolas Pennequin | 1 | -0/+1 |
2007-04-06 | Now charcell displays require lcd_update() for updating the main lcd content ... | Jens Arnold | 32 | -163/+125 |
2007-04-06 | Support resume for Musepack | Adam Boot | 2 | -1/+17 |