Age | Commit message (Expand) | Author |
2002-08-30 | Fixed ff/rew new position calculation to handle large seek positions and file... | Hardeep Sidhu |
2002-08-30 | Simulators want is_playing too | Björn Stenberg |
2002-08-29 | Don't set last_dma_tick in swap_data when song is paused. This should fix th... | Hardeep Sidhu |
2002-08-29 | wait_for_rdy() now actually waits for RDY | Linus Nielsen Feltzing |
2002-08-29 | Now uses STANDBY_IMMEDIATE instead of STANDBY | Linus Nielsen Feltzing |
2002-08-29 | Changed the poll timer from 2ms to 1ms | Linus Nielsen Feltzing |
2002-08-28 | Changed lcd_drawrect() to use upper left corner and height/width as parameters | Markus Braun |
2002-08-28 | Reverted back to monospace again. Let's not rock the boat until people can ch... | Björn Stenberg |
2002-08-28 | More error handling, handles empty MP3 files now. Part 2. | Linus Nielsen Feltzing |
2002-08-28 | More error handling, handles empty MP3 files now | Linus Nielsen Feltzing |
2002-08-28 | Even still more simulator fixes | Linus Nielsen Feltzing |
2002-08-28 | Even more simulator fixes | Linus Nielsen Feltzing |
2002-08-28 | Simulator fixes | Linus Nielsen Feltzing |
2002-08-28 | Repearied LOADABLE_FONTS, which was broken by the recent propfonts scroll fix | Björn Stenberg |
2002-08-28 | First attempt to use the new playlist API | Linus Nielsen Feltzing |
2002-08-27 | Made LCD_PROPFONTS default on recorder | Björn Stenberg |
2002-08-27 | Adjusted the key sense voltage levels a little | Linus Nielsen Feltzing |
2002-08-27 | Fixed some nasty mutex glitches | Linus Nielsen Feltzing |
2002-08-27 | Update id3->index when changing song in simulator. | Mats Lidell |
2002-08-27 | Fixed elapsed time display after resume for large VBR files. Also, update el... | Hardeep Sidhu |
2002-08-26 | Don't call perform_sleep() while already sleeping | Björn Stenberg |
2002-08-26 | Added configurable disk spindown. The disk will also now not spin down while ... | Björn Stenberg |
2002-08-26 | Propfont fix/kludge for the scroll code. Now doesn't garble the line and shou... | Björn Stenberg |
2002-08-26 | Don't seek in buffer if data is being loaded. This fixes the track silence w... | Hardeep Sidhu |
2002-08-25 | Make sure there is sufficient data in buffer before resuming after ffw. | Hardeep Sidhu |
2002-08-24 | Fixed minor bug in previous change: 0 is a valid sector | Hardeep Sidhu |
2002-08-24 | Data at end of file was not being read if last sector fell on cluster boundary | Hardeep Sidhu |
2002-08-24 | Make close() check for a valid fd and set errno accordingly. | Heikki Hannikainen |
2002-08-23 | Missing break in the SYS_USB_CONNECTED case | Linus Nielsen Feltzing |
2002-08-23 | bad bad bad snprintf() overflow the buffer if the string passed in with a | Daniel Stenberg |
2002-08-23 | the simulator code now deals better with playlist_next() returning NULL | Daniel Stenberg |
2002-08-23 | Fixed a flaw in the ffw/rew logic for large vbr files | Hardeep Sidhu |
2002-08-23 | Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ic... | Justin Heiner |
2002-08-22 | Reset mp3buf_swapwrite when selecting next track that is already in buffer. ... | Hardeep Sidhu |
2002-08-22 | New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY. | Björn Stenberg |
2002-08-22 | when we want to open a file, we want the exact specified file name, not | Daniel Stenberg |
2002-08-22 | bitswap.s is linked with librockbox as well now | Felix Arends |
2002-08-22 | make mp3info() better return true on bad mp3 files, also make | Daniel Stenberg |
2002-08-22 | Check the return code from each call to mp3info(), as it might return true | Daniel Stenberg |
2002-08-22 | CONFIG, API, CONTRIBUTING and CREDITS are now in ../docs/ | Daniel Stenberg |
2002-08-21 | Charge longer, deeper, better. Also restart charging already at 95%, since | Heikki Hannikainen |
2002-08-21 | Reset the power history with the latest value when starting charging | Heikki Hannikainen |
2002-08-21 | include kernel.h to work stand-alone better | Daniel Stenberg |
2002-08-21 | Stays in pause mode after seek | Björn Stenberg |
2002-08-21 | Magnus Öman's rocking USB logo is now being put to use. | Daniel Stenberg |
2002-08-21 | lets point to ../docs/README | Robert Hak |
2002-08-21 | moved these files to /docs | Robert Hak |
2002-08-21 | Added icons for charcell simulator. | Mats Lidell |
2002-08-21 | Fixed lcd_getstringsize() for prop fonts. Now also counts the blank columns | Markus Braun |
2002-08-20 | Removed warning | Björn Stenberg |