- a790277 Model & version check for simulator plugins. by Jens Arnold · 19 years ago
- ee76cc3 silence picky gcc4 warnings by Daniel Stenberg · 19 years ago
- 30b8378 Win32 needs the mode bits for open too. by Magnus Holmgren · 20 years ago
- 645a2e1 Fixed a simulator crash while trying to play a song. Fixed crossfade by Miika Pekkarinen · 20 years ago
- 2dddde2 remove extra kludge we used to kill warnings on very old mingw cross-compile by Daniel Stenberg · 20 years ago
- bb9dfa0 Simulators: more efficient implementation of sim_filesize(). by Jens Arnold · 20 years ago
- db44dad attempt to kill two annoying win32 cross-compiler warnings by Daniel Stenberg · 20 years ago
- 576d029 Simulator: sim_rename() must not use off_t in the argument for the same reason as sim_lseek(). Removed parentheses around system function names as the function name mangling is done differently with the new build system. by Jens Arnold · 20 years ago
- 399c081 Simulators: lseek() working again for systems with an off_t datatype differing from 'long' (cygwin/x11, maybe others). Removed unused sim_close(). by Jens Arnold · 20 years ago
- 527e121 Win32 simulator also needs open() option mangling by Jens Arnold · 20 years ago
- 7872426 Proper disk statistics for the win32 simulator. by Jens Arnold · 20 years ago
- cf208c5 Killed some simulator warnings; proper plugin error reporting for Win32 simulator. by Jens Arnold · 20 years ago
- 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
- 99dbd7c Fixed red build... by Björn Stenberg · 20 years ago
- b6f67a8 The win32 open() was called with the wrong flags by Linus Nielsen Feltzing · 21 years ago
- 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 21 years ago
- 56e6335 Create files with proper permissons on unix/linux, make open() and creat() by Daniel Stenberg · 21 years ago
- 36c9a95 translate from rockbox's open() options to the options used by the host by Daniel Stenberg · 21 years ago
- fb26bfb Fixed VC++ build. by Hardeep Sidhu · 21 years ago
- a6142ab Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. by Linus Nielsen Feltzing · 21 years ago[Renamed (84%) from uisimulator/x11/io.c]
- 6cc6e8b Removed some X11 simulator warnings by Linus Nielsen Feltzing · 21 years ago
- 8fa821d Added rmdir() for the x11 simulator by Linus Nielsen Feltzing · 21 years ago
- ef7293f New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. by Linus Nielsen Feltzing · 21 years ago
- ae960a9 my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t by Daniel Stenberg · 21 years ago
- f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 22 years ago
- 3f54121 Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 22 years ago
- e98bad5 Added the filesize() function by Linus Nielsen Feltzing · 22 years ago
- 11d9ecb killed a warning properly indented some code by Daniel Stenberg · 22 years ago
- 7d2f8e7 Set a mode that makes sense as the Rockbox code doesn't use modes... by Daniel Stenberg · 22 years ago
- a865102 fix to not use the redefined calls within the redefined calls themselves, by Daniel Stenberg · 22 years ago
- 83131fa use new path by Daniel Stenberg · 22 years ago
- 2ba4fed Added close() and proper creat() to x11 emulator by Björn Stenberg · 22 years ago
- 7d80ba0 Added rename() to simulator by Björn Stenberg · 22 years ago
- c78e1b0 The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. by Björn Stenberg · 22 years ago
- 6fb512a Added disk space to Info menu item. (Players press + to see it.) by Björn Stenberg · 22 years ago
- ed6c7e4 warning hunt and kill session by Daniel Stenberg · 23 years ago
- 32125d4 Added \n to debugf() by Björn Stenberg · 23 years ago
- e078edd x11_opendir() now fails properly in case the dir doesn't exist by Daniel Stenberg · 23 years ago
- 7488832 NULL is not defined when this compiles on Linux, let's avoid that for now by Daniel Stenberg · 23 years ago
- e3a12d3 adjusted to build on my solaris box by Daniel Stenberg · 23 years ago
- 27dfc7c extended the wrapper layer, we can't depend on much in the "real" dirent by Daniel Stenberg · 23 years ago
- 159d448 readdir() wrapper for proper dirent struct emulation in target code by Daniel Stenberg · 23 years ago
- 00f090f no more Logf(), only use debugf() by Daniel Stenberg · 23 years ago
- 0b306a4 Dave Chapman removed the annoying extra slash by Daniel Stenberg · 23 years ago
- 91f165e support open() properly so that the root dir works in the archos subdir by Daniel Stenberg · 23 years ago
- 7b3abdc added for dir emulation by Daniel Stenberg · 23 years ago