Age | Commit message (Expand) | Author | Files | Lines |
2003-07-03 | Plugins should not require cygwin to run. | Hardeep Sidhu | 1 | -1/+2 |
2003-07-01 | Fixed simulator warning. | Hardeep Sidhu | 1 | -0/+1 |
2003-07-01 | Fixed simulator warnings. | Hardeep Sidhu | 2 | -0/+8 |
2003-07-01 | Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis... | Hardeep Sidhu | 6 | -5/+30 |
2003-06-30 | X11/Cygwin simulator doesn't require libdl | Hardeep Sidhu | 1 | -1/+1 |
2003-06-29 | Changed win32 simulator to use plugin.c | Hardeep Sidhu | 1 | -4/+4 |
2003-06-29 | Changed win32 simulator to use plugin.c | Hardeep Sidhu | 3 | -159/+44 |
2003-06-29 | Plugins now work with win32 simulator (.rock files are built as dll's) | Hardeep Sidhu | 3 | -28/+149 |
2003-06-29 | Disable plugin loading on win32 simulator for now. | Hardeep Sidhu | 3 | -86/+37 |
2003-06-29 | Simulators must link with libdl | Björn Stenberg | 1 | -3/+3 |
2003-06-29 | Added plugin loader. Moved games, demos and the text viewer to loadable plugi... | Björn Stenberg | 7 | -38/+37 |
2003-06-18 | When reading a dir, only set the attribute information we care about in the d... | Hardeep Sidhu | 1 | -1/+1 |
2003-06-14 | Fixed cygwin+mingw compile time error | Hardeep Sidhu | 1 | -3/+3 |
2003-06-11 | Fixed compile time error | Hardeep Sidhu | 1 | -0/+1 |
2003-06-05 | A bit faster update of Player simulator. | Kjell Ericson | 1 | -31/+39 |
2003-05-30 | Mingw doesn't like io.h | Hardeep Sidhu | 1 | -0/+2 |
2003-05-30 | Include proper io headers to insure that proper file arguments are used. Als... | Hardeep Sidhu | 1 | -0/+4 |
2003-05-30 | Last change broke the mingw32 build | Hardeep Sidhu | 1 | -2/+0 |
2003-05-30 | Default file mode should be O_BINARY to be consistent with rockbox | Hardeep Sidhu | 1 | -0/+7 |
2003-05-17 | buffer.c added | Jörg Hohensohn | 1 | -0/+4 |
2003-05-09 | Configurable dir browser file buffer size. No more 400-file limit. No more wh... | Linus Nielsen Feltzing | 2 | -2/+8 |
2003-05-04 | Added misc.c to the sim builds | Linus Nielsen Feltzing | 2 | -2/+10 |
2003-05-02 | compile and link with sprintf.c always, since we now have a special | Daniel Stenberg | 1 | -2/+2 |
2003-04-25 | remove warnings, make it build | Daniel Stenberg | 3 | -3/+5 |
2003-04-25 | use size_t instead | Daniel Stenberg | 1 | -1/+1 |
2003-04-25 | use the rockbox versions of the sprintf* and friends | Daniel Stenberg | 2 | -3/+8 |
2003-04-23 | Now supports key-repeat in the simulator! | Daniel Stenberg | 3 | -26/+54 |
2003-04-23 | remove debug output | Daniel Stenberg | 1 | -1/+2 |
2003-04-19 | most of UI sim patch 708460 from Magnus Holmgren, except the bitmap removal | Jörg Hohensohn | 7 | -93/+274 |
2003-04-11 | include rockbox.dsp | Jörg Hohensohn | 1 | -0/+1 |
2003-04-10 | new project file for MSVC | Jörg Hohensohn | 1 | -0/+658 |
2003-03-18 | make the win32 sim build again | Daniel Stenberg | 1 | -2/+2 |
2003-03-18 | Added the filesize() function | Linus Nielsen Feltzing | 4 | -0/+23 |
2003-03-17 | added strtok_r() proto to build warning-free on mingw | Daniel Stenberg | 1 | -0/+1 |
2003-03-17 | don't set NOCYGWIN unconditionally! ;-) | Daniel Stenberg | 1 | -1/+1 |
2003-03-17 | removed libmad leftovers | Daniel Stenberg | 1 | -50/+0 |
2003-03-12 | Added onplay.c | Björn Stenberg | 2 | -2/+8 |
2003-03-10 | New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code | Linus Nielsen Feltzing | 2 | -2/+8 |
2003-03-05 | killed a warning | Daniel Stenberg | 1 | -72/+72 |
2003-03-05 | Henrik Backe modified the check for cygwin | Daniel Stenberg | 1 | -2/+2 |
2003-03-05 | Set a mode that makes sense as the Rockbox code doesn't use modes... | Daniel Stenberg | 1 | -2/+2 |
2003-03-05 | Henrik Backe's patch to end files with newlines to prevent compiler | Daniel Stenberg | 4 | -4/+4 |
2003-03-05 | Henrik Backe's fixes to enable this to build using cygwin. | Daniel Stenberg | 1 | -3/+15 |
2003-03-04 | no one ever uses libmad, remove it from our CVS | Daniel Stenberg | 30 | -20916/+0 |
2003-02-27 | Red build pill | Björn Stenberg | 1 | -0/+5 |
2003-02-27 | Fix red sim build | Björn Stenberg | 1 | -0/+5 |
2003-02-19 | non-cygwin builds need the sprintf.c file | Daniel Stenberg | 1 | -2/+3 |
2003-02-19 | Henrik Backe's fixes to enable the simulator to build with cygwin. | Daniel Stenberg | 5 | -12/+37 |
2003-02-15 | fix to not use the redefined calls within the redefined calls themselves, | Daniel Stenberg | 1 | -8/+8 |
2003-02-15 | fake the firmware's file | Daniel Stenberg | 1 | -0/+4 |