| Commit message (Expand) | Author |
| 2006-11-10 | Support building tagcache db natively on PC using the core of the | Miika Pekkarinen |
| 2006-09-29 | Allow UI simulator to be build on OS (Slightly updated version of FS5767) | Barry Wardell |
| 2006-09-28 | Improve simulator use of multiple codecs | Steve Bavin |
| 2006-08-26 | FS#5884 Fix simulator file delete/rename with dircache. | Miika Pekkarinen |
| 2006-06-17 | Simulator: two codecs may be loaded at same time if voice is enabled. | Hardeep Sidhu |
| 2006-03-11 | Don't pass NULL to dlclose. Stops the simulator crashing if there's a problem... | Dan Everton |
| 2006-03-02 | Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin lo... | Jens Arnold |
| 2006-02-22 | Protect against text-mode files in Windows by using open() instead of creat() | Linus Nielsen Feltzing |
| 2006-02-18 | Fix permissions of directories created in the sim. | Dan Everton |
| 2006-02-04 | Bah, O_BINARY is of course Win32 only | Linus Nielsen Feltzing |
| 2006-02-04 | Fixed the codec loading problem in the Win32 SDL simulator | Linus Nielsen Feltzing |
| 2006-02-03 | Patch #1417462 by Dan Everton - Improved SDL simulator | Linus Nielsen Feltzing |
| 2006-01-25 | First steps towards SDL sim for windows | Linus Nielsen Feltzing |
| 2006-01-18 | New codec loader, using the same mechanism as the new plugin loader. API vers... | Jens Arnold |
| 2006-01-16 | Model & version check for simulator plugins. | Jens Arnold |
| 2005-11-28 | silence picky gcc4 warnings | Daniel Stenberg |
| 2005-07-19 | Win32 needs the mode bits for open too. | Magnus Holmgren |
| 2005-07-10 | Fixed a simulator crash while trying to play a song. Fixed crossfade | Miika Pekkarinen |
| 2005-03-09 | remove extra kludge we used to kill warnings on very old mingw cross-compile | Daniel Stenberg |
| 2005-03-09 | Simulators: more efficient implementation of sim_filesize(). | Jens Arnold |
| 2005-03-08 | attempt to kill two annoying win32 cross-compiler warnings | Daniel Stenberg |
| 2005-03-05 | Simulator: sim_rename() must not use off_t in the argument for the same reaso... | Jens Arnold |
| 2005-02-28 | Simulators: lseek() working again for systems with an off_t datatype differin... | Jens Arnold |
| 2005-02-24 | Win32 simulator also needs open() option mangling | Jens Arnold |
| 2005-02-22 | Proper disk statistics for the win32 simulator. | Jens Arnold |
| 2005-02-22 | Killed some simulator warnings; proper plugin error reporting for Win32 simul... | Jens Arnold |
| 2005-02-22 | Build cleanup and general fixes. fprintf() is now fdprintf(), the separation | Daniel Stenberg |
| 2005-01-24 | Fixed red build... | Björn Stenberg |
| 2004-07-08 | The win32 open() was called with the wrong flags | Linus Nielsen Feltzing |
| 2004-06-20 | infrastructure for sorting by date+time, now we "only" need to decide on the UI | Jörg Hohensohn |
| 2004-06-14 | Create files with proper permissons on unix/linux, make open() and creat() | Daniel Stenberg |
| 2004-06-14 | translate from rockbox's open() options to the options used by the host | Daniel Stenberg |
| 2004-06-14 | Fixed VC++ build. | Hardeep Sidhu |
| 2004-06-10 | Finally, the archos directory sandbox works in the same way for both X11 and ... | Linus Nielsen Feltzing |
| 2004-04-20 | Removed some X11 simulator warnings | Linus Nielsen Feltzing |
| 2004-04-16 | Added rmdir() for the x11 simulator | Linus Nielsen Feltzing |
| 2004-01-21 | New feature: NOw you can store the recorded files in either /recordings (the ... | Linus Nielsen Feltzing |
| 2003-12-08 | my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t | Daniel Stenberg |
| 2003-07-04 | Added FreeBSD support to uisimulator. Patch by Keith Hubbard | Björn Stenberg |
| 2003-06-29 | Added plugin loader. Moved games, demos and the text viewer to loadable plugi... | Björn Stenberg |
| 2003-03-18 | Added the filesize() function | Linus Nielsen Feltzing |
| 2003-03-05 | killed a warning | Daniel Stenberg |
| 2003-03-05 | Set a mode that makes sense as the Rockbox code doesn't use modes... | Daniel Stenberg |
| 2003-02-15 | fix to not use the redefined calls within the redefined calls themselves, | Daniel Stenberg |
| 2003-02-07 | use new path | Daniel Stenberg |
| 2003-01-28 | Added close() and proper creat() to x11 emulator | Björn Stenberg |
| 2003-01-15 | Added rename() to simulator | Björn Stenberg |
| 2003-01-09 | The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do... | Björn Stenberg |
| 2002-11-12 | Added disk space to Info menu item. (Players press + to see it.) | Björn Stenberg |
| 2002-06-14 | warning hunt and kill session | Daniel Stenberg |